diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-04-03 17:49:49 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-04-03 17:49:49 +0000 |
commit | e36002c68ad4250075357f75160b60d6a104c06a (patch) | |
tree | 32c4f1f4ba530f1f6d814cc695d482d3017ae8fd /media-video | |
parent | fix libnotify useflag, remove threads useflag (does nothing) (diff) | |
download | gentoo-2-e36002c68ad4250075357f75160b60d6a104c06a.tar.gz gentoo-2-e36002c68ad4250075357f75160b60d6a104c06a.tar.bz2 gentoo-2-e36002c68ad4250075357f75160b60d6a104c06a.zip |
enable avresample by default: some packages start to need it and it is really small.
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/ffmpeg/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/ffmpeg/ffmpeg-1.0.6.ebuild | 4 | ||||
-rw-r--r-- | media-video/ffmpeg/ffmpeg-1.1.4.ebuild | 4 | ||||
-rw-r--r-- | media-video/ffmpeg/ffmpeg-1.2.ebuild | 4 | ||||
-rw-r--r-- | media-video/ffmpeg/ffmpeg-9999.ebuild | 4 |
5 files changed, 14 insertions, 9 deletions
diff --git a/media-video/ffmpeg/ChangeLog b/media-video/ffmpeg/ChangeLog index 1fe3872abda9..da650f385682 100644 --- a/media-video/ffmpeg/ChangeLog +++ b/media-video/ffmpeg/ChangeLog @@ -1,6 +1,11 @@ # 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.632 2013/04/03 17:43:20 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.633 2013/04/03 17:49:49 aballier Exp $ + + 03 Apr 2013; Alexis Ballier <aballier@gentoo.org> ffmpeg-1.0.6.ebuild, + ffmpeg-1.1.4.ebuild, ffmpeg-1.2.ebuild, ffmpeg-9999.ebuild: + enable avresample by default: some packages start to need it and it is really + small. 03 Apr 2013; Alexis Ballier <aballier@gentoo.org> -ffmpeg-1.0.5.ebuild, -ffmpeg-1.1.3.ebuild: diff --git a/media-video/ffmpeg/ffmpeg-1.0.6.ebuild b/media-video/ffmpeg/ffmpeg-1.0.6.ebuild index 1b7475a1d956..f2e320141c2c 100644 --- a/media-video/ffmpeg/ffmpeg-1.0.6.ebuild +++ b/media-video/ffmpeg/ffmpeg-1.0.6.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-1.0.6.ebuild,v 1.1 2013/03/22 17:30:42 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-1.0.6.ebuild,v 1.2 2013/04/03 17:49:49 aballier Exp $ EAPI="4" @@ -29,7 +29,7 @@ if [ "${PV#9999}" = "${PV}" ] ; then KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" fi IUSE=" - aac aacplus alsa amr avresample bindist bluray +bzip2 cdio celt + aac aacplus alsa amr +avresample bindist bluray +bzip2 cdio celt cpudetection debug doc +encode examples faac fdk flite fontconfig frei0r gnutls gsm +hardcoded-tables iec61883 ieee1394 jack jpeg2k libass libcaca libv4l modplug mp3 network openal openssl opus oss pic pulseaudio rtmp diff --git a/media-video/ffmpeg/ffmpeg-1.1.4.ebuild b/media-video/ffmpeg/ffmpeg-1.1.4.ebuild index ba7bdff3f450..565748c5d8ce 100644 --- a/media-video/ffmpeg/ffmpeg-1.1.4.ebuild +++ b/media-video/ffmpeg/ffmpeg-1.1.4.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-1.1.4.ebuild,v 1.1 2013/03/20 11:34:52 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-1.1.4.ebuild,v 1.2 2013/04/03 17:49:49 aballier Exp $ EAPI="4" @@ -29,7 +29,7 @@ if [ "${PV#9999}" = "${PV}" ] ; then KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" fi IUSE=" - aac aacplus alsa amr avresample bindist bluray +bzip2 cdio celt + aac aacplus alsa amr +avresample bindist bluray +bzip2 cdio celt cpudetection debug doc +encode examples faac fdk flite fontconfig frei0r gnutls gsm +hardcoded-tables iec61883 ieee1394 jack jpeg2k libass libcaca libsoxr libv4l modplug mp3 network openal openssl opus oss pic pulseaudio diff --git a/media-video/ffmpeg/ffmpeg-1.2.ebuild b/media-video/ffmpeg/ffmpeg-1.2.ebuild index 53ff3766ad5e..41dc6687bfbb 100644 --- a/media-video/ffmpeg/ffmpeg-1.2.ebuild +++ b/media-video/ffmpeg/ffmpeg-1.2.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-1.2.ebuild,v 1.1 2013/03/15 10:46:06 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-1.2.ebuild,v 1.2 2013/04/03 17:49:49 aballier Exp $ EAPI="4" @@ -29,7 +29,7 @@ if [ "${PV#9999}" = "${PV}" ] ; then KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" fi IUSE=" - aac aacplus alsa amr avresample bindist bluray +bzip2 cdio celt + aac aacplus alsa amr +avresample bindist bluray +bzip2 cdio celt cpudetection debug doc +encode examples faac fdk flite fontconfig frei0r gnutls gsm +hardcoded-tables +iconv iec61883 ieee1394 jack jpeg2k libass libcaca libsoxr libv4l modplug mp3 network openal openssl opus oss pic diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 1f942c2f2461..1741e585c366 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.124 2013/03/10 21:31:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.125 2013/04/03 17:49:49 aballier Exp $ EAPI="4" @@ -29,7 +29,7 @@ if [ "${PV#9999}" = "${PV}" ] ; then KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" fi IUSE=" - aac aacplus alsa amr avresample bindist bluray +bzip2 cdio celt + aac aacplus alsa amr +avresample bindist bluray +bzip2 cdio celt cpudetection debug doc +encode examples faac fdk flite fontconfig frei0r gnutls gsm +hardcoded-tables +iconv iec61883 ieee1394 jack jpeg2k libass libcaca libsoxr libv4l modplug mp3 network openal openssl opus oss pic |