diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-09 17:39:29 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-09 17:39:29 +0000 |
commit | 3722a80b980ca9fc9abcebe80b770fdda1105673 (patch) | |
tree | e33d9b52407a136cf8e23a4d6c7ea19815cc5c84 /media-video/transcode | |
parent | stable on x86 at ciaran's request (Manifest recommit) (diff) | |
download | gentoo-2-3722a80b980ca9fc9abcebe80b770fdda1105673.tar.gz gentoo-2-3722a80b980ca9fc9abcebe80b770fdda1105673.tar.bz2 gentoo-2-3722a80b980ca9fc9abcebe80b770fdda1105673.zip |
Fix use invocation
Diffstat (limited to 'media-video/transcode')
-rw-r--r-- | media-video/transcode/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/transcode/transcode-0.6.10.ebuild | 4 | ||||
-rw-r--r-- | media-video/transcode/transcode-0.6.11.ebuild | 4 | ||||
-rw-r--r-- | media-video/transcode/transcode-0.6.12-r1.ebuild | 4 | ||||
-rw-r--r-- | media-video/transcode/transcode-0.6.12.ebuild | 4 |
5 files changed, 14 insertions, 9 deletions
diff --git a/media-video/transcode/ChangeLog b/media-video/transcode/ChangeLog index 8b9b3dffb95d..0d9e281941a7 100644 --- a/media-video/transcode/ChangeLog +++ b/media-video/transcode/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/transcode # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/ChangeLog,v 1.66 2004/06/02 02:40:32 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/ChangeLog,v 1.67 2004/06/09 17:39:29 agriffis Exp $ + + 09 Jun 2004; Aron Griffis <agriffis@gentoo.org> transcode-0.6.10.ebuild, + transcode-0.6.11.ebuild, transcode-0.6.12-r1.ebuild, + transcode-0.6.12.ebuild: + Fix use invocation 01 Jun 2004; Travis Tilley <lv@gentoo.org> transcode-0.6.12-r1.ebuild: stable on amd64 diff --git a/media-video/transcode/transcode-0.6.10.ebuild b/media-video/transcode/transcode-0.6.10.ebuild index 22f08bb7e5c5..5a6095b7bc99 100644 --- a/media-video/transcode/transcode-0.6.10.ebuild +++ b/media-video/transcode/transcode-0.6.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-0.6.10.ebuild,v 1.6 2004/02/27 19:34:08 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-0.6.10.ebuild,v 1.7 2004/06/09 17:39:29 agriffis Exp $ inherit libtool flag-o-matic eutils @@ -92,7 +92,7 @@ src_compile() { && myconf="${myconf} --with-libmpeg3" \ || myconf="${myconf} --without-libmpeg3" - if [ "`use quicktime`" ]; then + if use quicktime; then has_version 'media-libs/openquicktime' \ && myconf="${myconf} --with-openqt --without-qt" \ || myconf="${myconf} --without-openqt --with-qt" diff --git a/media-video/transcode/transcode-0.6.11.ebuild b/media-video/transcode/transcode-0.6.11.ebuild index 140ba370fe94..8738fb9c8acc 100644 --- a/media-video/transcode/transcode-0.6.11.ebuild +++ b/media-video/transcode/transcode-0.6.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-0.6.11.ebuild,v 1.4 2004/02/27 19:34:08 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-0.6.11.ebuild,v 1.5 2004/06/09 17:39:29 agriffis Exp $ inherit libtool flag-o-matic eutils @@ -91,7 +91,7 @@ src_compile() { && myconf="${myconf} --with-libmpeg3" \ || myconf="${myconf} --without-libmpeg3" - if [ "`use quicktime`" ]; then + if use quicktime; then has_version 'media-libs/openquicktime' \ && myconf="${myconf} --with-openqt --without-qt" \ || myconf="${myconf} --without-openqt --with-qt" diff --git a/media-video/transcode/transcode-0.6.12-r1.ebuild b/media-video/transcode/transcode-0.6.12-r1.ebuild index b79ddd4bf803..6acbb8408fc9 100644 --- a/media-video/transcode/transcode-0.6.12-r1.ebuild +++ b/media-video/transcode/transcode-0.6.12-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-0.6.12-r1.ebuild,v 1.9 2004/06/02 02:40:32 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-0.6.12-r1.ebuild,v 1.10 2004/06/09 17:39:29 agriffis Exp $ inherit libtool flag-o-matic eutils @@ -67,7 +67,7 @@ src_compile() { # fix invalid paths in .la files of plugins elibtoolize - if [ "`use quicktime`" ]; then + if use quicktime; then has_version 'media-libs/openquicktime' \ && myconf="${myconf} --with-openqt --without-qt" \ || myconf="${myconf} --without-openqt --with-qt" diff --git a/media-video/transcode/transcode-0.6.12.ebuild b/media-video/transcode/transcode-0.6.12.ebuild index f1b49e584ad9..41ec12a1c0dd 100644 --- a/media-video/transcode/transcode-0.6.12.ebuild +++ b/media-video/transcode/transcode-0.6.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-0.6.12.ebuild,v 1.4 2004/02/21 23:16:01 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-0.6.12.ebuild,v 1.5 2004/06/09 17:39:29 agriffis Exp $ inherit libtool flag-o-matic eutils @@ -59,7 +59,7 @@ src_compile() { # fix invalid paths in .la files of plugins elibtoolize - if [ "`use quicktime`" ]; then + if use quicktime; then has_version 'media-libs/openquicktime' \ && myconf="${myconf} --with-openqt --without-qt" \ || myconf="${myconf} --without-openqt --with-qt" |