diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-08 12:18:47 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-08 13:28:34 +0100 |
commit | 49e71891dd0d03a01fa1a79f64e42488080b2fbf (patch) | |
tree | bc0095aab97f0e6111451aed7da5ce4f3bd9c5e9 /media-video/vlc/vlc-9999.ebuild | |
parent | media-video/vlc: Drop 3.0.3-r1 (diff) | |
download | gentoo-49e71891dd0d03a01fa1a79f64e42488080b2fbf.tar.gz gentoo-49e71891dd0d03a01fa1a79f64e42488080b2fbf.tar.bz2 gentoo-49e71891dd0d03a01fa1a79f64e42488080b2fbf.zip |
media-video/vlc: Drop USE schroedinger
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-video/vlc/vlc-9999.ebuild')
-rw-r--r-- | media-video/vlc/vlc-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index f38f3b52ffb8..0f094ec3e453 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -35,7 +35,7 @@ IUSE="a52 alsa altivec aom archive aribsub bidi bluray cddb chromaprint chromeca libav libcaca libnotify +libsamplerate libtar libtiger linsys lirc live lua macosx-notifications macosx-qtkit mad matroska modplug mp3 mpeg mtp musepack ncurses neon nfs ogg omxil opencv optimisememory opus png postproc projectm pulseaudio +qt5 - rdp run-as-root samba schroedinger sdl-image sftp shout sid skins soxr speex srt ssl + rdp run-as-root samba sdl-image sftp shout sid skins soxr speex srt ssl svg taglib theora tremor truetype twolame udev upnp vaapi v4l vdpau vnc vorbis vpx wayland wma-fixed +X x264 x265 xml zeroconf zvbi cpu_flags_x86_mmx cpu_flags_x86_sse " @@ -165,7 +165,6 @@ RDEPEND=" ) rdp? ( >=net-misc/freerdp-2.0.0_rc0:0=[client] ) samba? ( >=net-fs/samba-4.0.0:0[client,-debug(-)] ) - schroedinger? ( >=media-libs/schroedinger-1.0.10:0 ) sdl-image? ( media-libs/sdl-image:0 ) sftp? ( net-libs/libssh2:0 ) shout? ( media-libs/libshout:0 ) @@ -360,7 +359,6 @@ src_configure() { $(use_enable rdp freerdp) $(use_enable run-as-root) $(use_enable samba smbclient) - $(use_enable schroedinger) $(use_enable sdl-image) $(use_enable sftp) $(use_enable shout) @@ -412,6 +410,7 @@ src_configure() { --disable-opensles --disable-oss --disable-rpi-omxil + --disable-schroedinger --disable-shine --disable-sndio --disable-spatialaudio |