diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-30 02:35:45 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-30 02:46:49 +0100 |
commit | 2638326a27af21509db24056dd9b037c1f3ed7ed (patch) | |
tree | 3fe6cd62c9871455e8d0803a3a7058e59ae43514 /media-video/vlc | |
parent | dev-perl/Bio-Graphics: Dist conversion (diff) | |
download | gentoo-2638326a27af21509db24056dd9b037c1f3ed7ed.tar.gz gentoo-2638326a27af21509db24056dd9b037c1f3ed7ed.tar.bz2 gentoo-2638326a27af21509db24056dd9b037c1f3ed7ed.zip |
media-video/vlc: Drop USE=directfb
Bug: https://bugs.gentoo.org/642508
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'media-video/vlc')
-rw-r--r-- | media-video/vlc/vlc-2.2.8-r1.ebuild | 5 | ||||
-rw-r--r-- | media-video/vlc/vlc-2.2.9999.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/media-video/vlc/vlc-2.2.8-r1.ebuild b/media-video/vlc/vlc-2.2.8-r1.ebuild index bdc58178d60a..bdfeed0e3449 100644 --- a/media-video/vlc/vlc-2.2.8-r1.ebuild +++ b/media-video/vlc/vlc-2.2.8-r1.ebuild @@ -30,7 +30,7 @@ LICENSE="LGPL-2.1 GPL-2" SLOT="0/5-8" # vlc - vlccore IUSE="a52 aalib alsa altivec atmo +audioqueue +avcodec +avformat bidi bluray cdda - cddb chromaprint dbus dc1394 debug directfb directx dts dvb +dvbpsi dvd dxva2 + cddb chromaprint dbus dc1394 debug directx dts dvb +dvbpsi dvd dxva2 elibc_glibc +encode faad fdk fluidsynth +ffmpeg flac fontconfig +gcrypt gme gnome gnutls growl gstreamer httpd ieee1394 jack jpeg kate libass libav libcaca libnotify +libsamplerate libtiger linsys libtar lirc live lua @@ -85,7 +85,6 @@ RDEPEND=" chromaprint? ( >=media-libs/chromaprint-0.6:0 ) dbus? ( >=sys-apps/dbus-1.6:0 ) dc1394? ( >=sys-libs/libraw1394-2.0.1:0 >=media-libs/libdc1394-2.1:2 ) - directfb? ( dev-libs/DirectFB:0 ) dts? ( >=media-libs/libdca-0.0.5:0 ) dvbpsi? ( >=media-libs/libdvbpsi-1.0.0:0= ) dvd? ( >=media-libs/libdvdread-4.9:0 >=media-libs/libdvdnav-4.9:0 ) @@ -310,7 +309,6 @@ src_configure() { $(use_enable cddb libcddb) \ $(use_enable chromaprint) \ $(use_enable dbus) \ - $(use_enable directfb) \ $(use_enable directx) \ $(use_enable dc1394) \ $(use_enable debug) \ @@ -414,6 +412,7 @@ src_configure() { --disable-cprof \ --disable-crystalhd \ --disable-decklink \ + --disable-directfb \ --disable-gles1 \ --disable-gles2 \ --disable-goom \ diff --git a/media-video/vlc/vlc-2.2.9999.ebuild b/media-video/vlc/vlc-2.2.9999.ebuild index 513a854d0f39..791c67a9a98a 100644 --- a/media-video/vlc/vlc-2.2.9999.ebuild +++ b/media-video/vlc/vlc-2.2.9999.ebuild @@ -30,7 +30,7 @@ LICENSE="LGPL-2.1 GPL-2" SLOT="0/5-8" # vlc - vlccore IUSE="a52 aalib alsa altivec atmo +audioqueue +avcodec +avformat bidi bluray cdda - cddb chromaprint dbus dc1394 debug directfb directx dts dvb +dvbpsi dvd dxva2 + cddb chromaprint dbus dc1394 debug directx dts dvb +dvbpsi dvd dxva2 elibc_glibc +encode faad fdk fluidsynth +ffmpeg flac fontconfig +gcrypt gme gnome gnutls growl gstreamer httpd ieee1394 jack jpeg kate libass libav libcaca libnotify +libsamplerate libtiger linsys libtar lirc live lua @@ -85,7 +85,6 @@ RDEPEND=" chromaprint? ( >=media-libs/chromaprint-0.6:0 ) dbus? ( >=sys-apps/dbus-1.6:0 ) dc1394? ( >=sys-libs/libraw1394-2.0.1:0 >=media-libs/libdc1394-2.1:2 ) - directfb? ( dev-libs/DirectFB:0 ) dts? ( >=media-libs/libdca-0.0.5:0 ) dvbpsi? ( >=media-libs/libdvbpsi-1.0.0:0= ) dvd? ( >=media-libs/libdvdread-4.9:0 >=media-libs/libdvdnav-4.9:0 ) @@ -310,7 +309,6 @@ src_configure() { $(use_enable cddb libcddb) \ $(use_enable chromaprint) \ $(use_enable dbus) \ - $(use_enable directfb) \ $(use_enable directx) \ $(use_enable dc1394) \ $(use_enable debug) \ @@ -414,6 +412,7 @@ src_configure() { --disable-cprof \ --disable-crystalhd \ --disable-decklink \ + --disable-directfb \ --disable-gles1 \ --disable-gles2 \ --disable-goom \ |