summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-10-11 05:42:07 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-10-11 05:42:07 +0000
commit6a7ef9d3140febade5d5814e703caa2def0b7dea (patch)
treecc08150920c0cce08e4d6522938bb5dbb371f0b5 /media-video/ffmpeg
parentVersion bump. (diff)
downloadgentoo-2-6a7ef9d3140febade5d5814e703caa2def0b7dea.tar.gz
gentoo-2-6a7ef9d3140febade5d5814e703caa2def0b7dea.tar.bz2
gentoo-2-6a7ef9d3140febade5d5814e703caa2def0b7dea.zip
Add ladspa useflag
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'media-video/ffmpeg')
-rw-r--r--media-video/ffmpeg/ChangeLog5
-rw-r--r--media-video/ffmpeg/ffmpeg-9999.ebuild9
2 files changed, 9 insertions, 5 deletions
diff --git a/media-video/ffmpeg/ChangeLog b/media-video/ffmpeg/ChangeLog
index e7e5aec65c43..f8b46930273f 100644
--- a/media-video/ffmpeg/ChangeLog
+++ b/media-video/ffmpeg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/ffmpeg
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.682 2013/10/11 05:31:14 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.683 2013/10/11 05:42:07 aballier Exp $
+
+ 11 Oct 2013; Alexis Ballier <aballier@gentoo.org> ffmpeg-9999.ebuild:
+ Add ladspa useflag
11 Oct 2013; Alexis Ballier <aballier@gentoo.org> ffmpeg-9999.ebuild:
there is now a libfdk-aac decoder, move it to the decoder section
diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild
index adb30f8db22a..ec881161c586 100644
--- a/media-video/ffmpeg/ffmpeg-9999.ebuild
+++ b/media-video/ffmpeg/ffmpeg-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.138 2013/10/11 05:31:14 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.139 2013/10/11 05:42:07 aballier Exp $
EAPI="5"
@@ -43,8 +43,8 @@ IUSE="
aac aacplus alsa amr amrenc bindist bluray +bzip2 cdio celt
cpudetection debug doc +encode examples faac fdk flite fontconfig frei0r
gme gnutls gsm +hardcoded-tables +iconv iec61883 ieee1394 jack jpeg2k
- libass libcaca libsoxr libv4l modplug mp3 network openal openssl opus oss
- pic pulseaudio quvi rtmp schroedinger sdl speex static-libs test theora
+ ladspa libass libcaca libsoxr libv4l modplug mp3 network openal openssl opus
+ oss pic pulseaudio quvi rtmp schroedinger sdl speex static-libs test theora
threads truetype twolame v4l vaapi vdpau vorbis vpx wavpack X x264 xvid
+zlib
"
@@ -125,6 +125,7 @@ DEPEND="${RDEPEND}
fontconfig? ( virtual/pkgconfig )
gnutls? ( virtual/pkgconfig )
ieee1394? ( virtual/pkgconfig )
+ ladspa? ( media-libs/ladspa-sdk )
libv4l? ( virtual/pkgconfig )
mmx? ( >=dev-lang/yasm-1.2 )
rtmp? ( virtual/pkgconfig )
@@ -197,7 +198,7 @@ src_configure() {
done
# libavfilter options
- ffuse="${ffuse} flite:libflite frei0r fontconfig libass truetype:libfreetype"
+ ffuse="${ffuse} flite:libflite frei0r fontconfig ladspa libass truetype:libfreetype"
# libswresample options
ffuse="${ffuse} libsoxr"