diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-11 18:32:23 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-11 18:43:58 +0200 |
commit | 5a9769d2503f382c7395942b270901d9a098c4b6 (patch) | |
tree | a391d1c62d4ad07a0ca229609a84b0faa0ff20f3 /media-video/vlc/vlc-9999.ebuild | |
parent | kde-frameworks: Drop KDE Frameworks 5.48 (diff) | |
download | gentoo-5a9769d2503f382c7395942b270901d9a098c4b6.tar.gz gentoo-5a9769d2503f382c7395942b270901d9a098c4b6.tar.bz2 gentoo-5a9769d2503f382c7395942b270901d9a098c4b6.zip |
media-video/vlc: Add USE aribsub
Package-Manager: Portage-2.3.45, Repoman-2.3.10
Diffstat (limited to 'media-video/vlc/vlc-9999.ebuild')
-rw-r--r-- | media-video/vlc/vlc-9999.ebuild | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index a67608aa9d0c..bc8a5669d833 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -29,14 +29,14 @@ HOMEPAGE="https://www.videolan.org/vlc/" LICENSE="LGPL-2.1 GPL-2" SLOT="0/5-9" # vlc - vlccore -IUSE="a52 alsa altivec aom archive bidi bluray cddb chromaprint chromecast dbus dc1394 - debug directx dts +dvbpsi dvd +encode faad fdk +ffmpeg flac fluidsynth fontconfig - +gcrypt gme gnome-keyring gstreamer ieee1394 jack jpeg kate kms libass libav libcaca - libnotify +libsamplerate libtar libtiger linsys lirc live lua macosx-notifications - macosx-qtkit 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 svg - taglib theora tremor truetype twolame udev upnp vaapi v4l vdpau vnc vorbis vpx +IUSE="a52 alsa altivec aom archive aribsub bidi bluray cddb chromaprint chromecast dbus + dc1394 debug directx dts +dvbpsi dvd +encode faad fdk +ffmpeg flac fluidsynth + fontconfig +gcrypt gme gnome-keyring gstreamer ieee1394 jack jpeg kate kms libass + libav libcaca libnotify +libsamplerate libtar libtiger linsys lirc live lua + macosx-notifications macosx-qtkit 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 + 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 " REQUIRED_USE=" @@ -61,6 +61,7 @@ RDEPEND=" alsa? ( media-libs/alsa-lib:0 ) aom? ( media-libs/libaom:= ) archive? ( app-arch/libarchive:= ) + aribsub? ( media-libs/aribb24 ) bidi? ( dev-libs/fribidi:0 media-libs/freetype:2[harfbuzz] @@ -283,6 +284,7 @@ src_configure() { $(use_enable altivec) $(use_enable aom) $(use_enable archive) + $(use_enable aribsub) $(use_enable bidi fribidi) $(use_enable bidi harfbuzz) $(use_enable bluray) |