summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-12-14 12:10:21 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-12-14 12:10:21 +0000
commitd6667fdefaa45a124421bc89c70ed767ab553739 (patch)
tree838f881777dc1c47184afe8e115a3d55d48fb471 /media-video/avidemux
parentBack to aac (Manifest recommit) (diff)
downloadgentoo-2-d6667fdefaa45a124421bc89c70ed767ab553739.tar.gz
gentoo-2-d6667fdefaa45a124421bc89c70ed767ab553739.tar.bz2
gentoo-2-d6667fdefaa45a124421bc89c70ed767ab553739.zip
Using 'aac' instead of faad and faac.
Diffstat (limited to 'media-video/avidemux')
-rw-r--r--media-video/avidemux/ChangeLog6
-rw-r--r--media-video/avidemux/avidemux-2.0.34_rc1-r1.ebuild11
-rw-r--r--media-video/avidemux/avidemux-2.0.34_rc2.ebuild11
3 files changed, 15 insertions, 13 deletions
diff --git a/media-video/avidemux/ChangeLog b/media-video/avidemux/ChangeLog
index fcd1fc857bf9..892d20cf88e3 100644
--- a/media-video/avidemux/ChangeLog
+++ b/media-video/avidemux/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/avidemux
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/avidemux/ChangeLog,v 1.60 2004/12/12 16:42:39 zypher Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/avidemux/ChangeLog,v 1.61 2004/12/14 12:10:21 eradicator Exp $
+
+ 14 Dec 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ avidemux-2.0.34_rc1-r1.ebuild, avidemux-2.0.34_rc2.ebuild:
+ Using 'aac' instead of faad and faac.
*avidemux-2.0.34_rc2 (11 Dec 2004)
diff --git a/media-video/avidemux/avidemux-2.0.34_rc1-r1.ebuild b/media-video/avidemux/avidemux-2.0.34_rc1-r1.ebuild
index be4f39dfde74..c80ffd186a83 100644
--- a/media-video/avidemux/avidemux-2.0.34_rc1-r1.ebuild
+++ b/media-video/avidemux/avidemux-2.0.34_rc1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/avidemux/avidemux-2.0.34_rc1-r1.ebuild,v 1.1 2004/11/30 06:53:09 zypher Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/avidemux/avidemux-2.0.34_rc1-r1.ebuild,v 1.2 2004/12/14 12:10:21 eradicator Exp $
inherit eutils flag-o-matic
@@ -12,15 +12,15 @@ SRC_URI="http://download.berlios.de/${PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="2"
KEYWORDS="~x86 ~ppc ~amd64"
-IUSE="a52 alsa altivec arts debug encode faac faad mad mmx nls oggvorbis pic sdl truetype xvid xv"
+IUSE="a52 aac alsa altivec arts debug encode mad mmx nls oggvorbis pic sdl truetype xvid xv"
RDEPEND="virtual/x11
a52? ( >=media-libs/a52dec-0.7.4 )
encode? ( >=media-sound/lame-3.93 )
>=dev-libs/libxml2-2.6.7
>=x11-libs/gtk+-2.4.1
- faac? ( >=media-libs/faac-1.23.5 )
- faad? ( >=media-libs/faad2-2.0-r2 )
+ aac? ( >=media-libs/faac-1.23.5
+ >=media-libs/faad2-2.0-r2 )
mad? ( media-libs/libmad )
xvid? ( >=media-libs/xvid-1.0.0 )
x86? ( dev-lang/nasm )
@@ -63,8 +63,7 @@ src_compile() {
# --disable-closure don't delay template instantiation
use debug && myconf="${myconf} --enable-debug=full"
- use faac || myconf="${myconf} --disable-faac"
- use faad || myconf="${myconf} --disable-faad"
+ use aac || myconf="${myconf} --disable-faac --disable-faad"
use arts || export ac_cv_path_ART_CONFIG=no
use alsa || export ac_cv_header_alsa_asoundlib_h=no
diff --git a/media-video/avidemux/avidemux-2.0.34_rc2.ebuild b/media-video/avidemux/avidemux-2.0.34_rc2.ebuild
index 52c0c43b94a8..50c1480814de 100644
--- a/media-video/avidemux/avidemux-2.0.34_rc2.ebuild
+++ b/media-video/avidemux/avidemux-2.0.34_rc2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/avidemux/avidemux-2.0.34_rc2.ebuild,v 1.1 2004/12/12 16:42:39 zypher Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/avidemux/avidemux-2.0.34_rc2.ebuild,v 1.2 2004/12/14 12:10:21 eradicator Exp $
inherit eutils flag-o-matic
@@ -12,15 +12,15 @@ SRC_URI="http://download.berlios.de/${PN}/${MY_P}.tgz"
LICENSE="GPL-2"
SLOT="2"
KEYWORDS="~x86 ~ppc ~amd64"
-IUSE="a52 alsa altivec arts debug encode faac faad mad mmx nls oggvorbis pic sdl truetype xvid xv"
+IUSE="a52 aac alsa altivec arts debug encode mad mmx nls oggvorbis pic sdl truetype xvid xv"
RDEPEND="virtual/x11
a52? ( >=media-libs/a52dec-0.7.4 )
encode? ( >=media-sound/lame-3.93 )
>=dev-libs/libxml2-2.6.7
>=x11-libs/gtk+-2.4.1
- faac? ( >=media-libs/faac-1.23.5 )
- faad? ( >=media-libs/faad2-2.0-r2 )
+ aac? ( >=media-libs/faac-1.23.5
+ >=media-libs/faad2-2.0-r2 )
mad? ( media-libs/libmad )
xvid? ( >=media-libs/xvid-1.0.0 )
x86? ( dev-lang/nasm )
@@ -64,8 +64,7 @@ src_compile() {
use a52 || export ac_cv_header_a52dec_a52=no
use debug && myconf="${myconf} --enable-debug=full"
- use faac || myconf="${myconf} --disable-faac"
- use faad || myconf="${myconf} --disable-faad"
+ use aac || myconf="${myconf} --disable-faac --disable-faad"
use mmx || myconf="${myconf} --disable-mmx"
econf \