diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-03-22 16:52:08 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-03-22 16:54:53 +0100 |
commit | 7f32a830078869a0a595f044d4bb004b5537a81d (patch) | |
tree | e54ee403694b9c68bd7cd7ad0f3015a07569d1f8 /media-video/vlc/vlc-9999.ebuild | |
parent | net-fs/samba: Mark ~hppa too. (diff) | |
download | gentoo-7f32a830078869a0a595f044d4bb004b5537a81d.tar.gz gentoo-7f32a830078869a0a595f044d4bb004b5537a81d.tar.bz2 gentoo-7f32a830078869a0a595f044d4bb004b5537a81d.zip |
media-video/vlc: Add USE=soxr
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'media-video/vlc/vlc-9999.ebuild')
-rw-r--r-- | media-video/vlc/vlc-9999.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index c86292213343..e4501326f8a5 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -35,9 +35,9 @@ IUSE="a52 alsa altivec aom archive bidi bluray cddb chromaprint chromecast dbus libnotify +libsamplerate libtar libtiger linsys lirc live lua macosx-notifications macosx-qtkit matroska microdns modplug mp3 mpeg mtp musepack ncurses neon nfs ogg omxil opencv optimisememory opus png postproc projectm pulseaudio +qt5 rdp rtsp - run-as-root samba schroedinger sdl-image sftp shout sid skins speex ssl svg taglib - theora tremor truetype twolame udev upnp vaapi v4l vcd vdpau vnc vorbis vpx wayland - wma-fixed +X x264 x265 xml zeroconf zvbi cpu_flags_x86_mmx cpu_flags_x86_sse + run-as-root samba schroedinger sdl-image sftp shout sid skins soxr speex ssl svg + taglib theora tremor truetype twolame udev upnp vaapi v4l vcd vdpau vnc vorbis vpx + wayland wma-fixed +X x264 x265 xml zeroconf zvbi cpu_flags_x86_mmx cpu_flags_x86_sse " REQUIRED_USE=" chromecast? ( encode ) @@ -170,6 +170,7 @@ RDEPEND=" x11-libs/libXinerama:0 x11-libs/libXpm:0 ) + soxr? ( media-libs/soxr ) speex? ( >=media-libs/speex-1.2.0:0 media-libs/speexdsp:0 @@ -361,6 +362,7 @@ src_configure() { $(use_enable shout) $(use_enable sid) $(use_enable skins skins2) + $(use_enable soxr) $(use_enable speex) $(use_enable ssl gnutls) $(use_enable svg) |