summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-12-11 16:01:14 +0100
committerMichał Górny <mgorny@gentoo.org>2018-12-11 16:33:27 +0100
commitdedcd185fea5d61b3c908a360788c8f4bab61432 (patch)
treeaf867a953900da2dfdea9712c833234f88e2e2a8 /media-video/libav/libav-13_pre20171219.ebuild
parentmedia-video/ffmpeg: [QA] Punt removed schreodinger dep (diff)
downloadgentoo-dedcd185fea5d61b3c908a360788c8f4bab61432.tar.gz
gentoo-dedcd185fea5d61b3c908a360788c8f4bab61432.tar.bz2
gentoo-dedcd185fea5d61b3c908a360788c8f4bab61432.zip
media-video/libav: [QA] Punt removed schroedinger dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-video/libav/libav-13_pre20171219.ebuild')
-rw-r--r--media-video/libav/libav-13_pre20171219.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/media-video/libav/libav-13_pre20171219.ebuild b/media-video/libav/libav-13_pre20171219.ebuild
index 6bd86f8e6d1b..899dd07f7e13 100644
--- a/media-video/libav/libav-13_pre20171219.ebuild
+++ b/media-video/libav/libav-13_pre20171219.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -32,7 +32,7 @@ SLOT="0/13"
~x64-solaris ~x86-solaris"
IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk
frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k libressl mp3
- +network openssl opus oss pic pulseaudio rtmp schroedinger sdl speex ssl
+ +network openssl opus oss pic pulseaudio rtmp sdl speex ssl
static-libs test theora threads tools truetype twolame v4l vaapi vdpau vorbis vpx X
wavpack webp x264 x265 xvid +zlib"
@@ -94,7 +94,6 @@ RDEPEND="
!openssl? ( >=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP}] )
)
sdl? ( >=media-libs/libsdl-1.2.15-r4[sound,video,${MULTILIB_USEDEP}] )
- schroedinger? ( >=media-libs/schroedinger-1.0.11-r1[${MULTILIB_USEDEP}] )
speex? ( >=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}] )
truetype? ( >=media-libs/freetype-2.5.0.1:2[${MULTILIB_USEDEP}] )
fontconfig? ( >=media-libs/fontconfig-2.10[${MULTILIB_USEDEP}] )
@@ -111,7 +110,6 @@ DEPEND="${RDEPEND}
ieee1394? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
cpu_flags_x86_mmx? ( >=dev-lang/nasm-2.13 )
rtmp? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
- schroedinger? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
ssl? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
test? ( sys-devel/bc )
truetype? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
@@ -229,7 +227,7 @@ multilib_src_configure() {
# Decoders
use amr && myconf+=( --enable-libopencore-amrwb --enable-libopencore-amrnb )
use fdk && myconf+=( --enable-nonfree --enable-libfdk-aac )
- uses="gsm opus rtmp schroedinger speex vpx"
+ uses="gsm opus rtmp speex vpx"
for i in ${uses}; do
use ${i} && myconf+=( --enable-lib${i} )
done