diff options
-rw-r--r-- | media-sound/normalize/normalize-0.7.6-r1.ebuild | 11 | ||||
-rw-r--r-- | media-video/vcdimager/vcdimager-0.7.19.ebuild | 22 |
2 files changed, 13 insertions, 20 deletions
diff --git a/media-sound/normalize/normalize-0.7.6-r1.ebuild b/media-sound/normalize/normalize-0.7.6-r1.ebuild index ae2b049906d5..d7126f6a0e8e 100644 --- a/media-sound/normalize/normalize-0.7.6-r1.ebuild +++ b/media-sound/normalize/normalize-0.7.6-r1.ebuild @@ -1,16 +1,15 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/normalize/normalize-0.7.6-r1.ebuild,v 1.6 2004/01/29 03:23:34 brad_mssw Exp $ - -IUSE="xmms mad" +# $Header: /var/cvsroot/gentoo-x86/media-sound/normalize/normalize-0.7.6-r1.ebuild,v 1.7 2004/02/07 19:38:20 vapier Exp $ DESCRIPTION="Audio file volume normalizer" HOMEPAGE="http://www.cs.columbia.edu/~cvaill/normalize" SRC_URI="http://www1.cs.columbia.edu/~cvaill/normalize/${P}.tar.bz2" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 ~ppc ~sparc amd64" +IUSE="xmms mad" RDEPEND="xmms? ( >=media-sound/xmms-1.2.7-r6 ) mad? ( >=media-sound/mad-0.14.2b ) @@ -19,9 +18,7 @@ RDEPEND="xmms? ( >=media-sound/xmms-1.2.7-r6 ) src_compile() { local myconf myconf="" - use mad && myconf="${myconf} --with-mad" - econf \ --with-audiofile \ ${myconf} || die @@ -29,6 +26,6 @@ src_compile() { emake || die "emake failed" } -src_install () { +src_install() { make DESTDIR=${D} install || die } diff --git a/media-video/vcdimager/vcdimager-0.7.19.ebuild b/media-video/vcdimager/vcdimager-0.7.19.ebuild index 147ebfb7ba8e..92edb677d955 100644 --- a/media-video/vcdimager/vcdimager-0.7.19.ebuild +++ b/media-video/vcdimager/vcdimager-0.7.19.ebuild @@ -1,38 +1,34 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vcdimager/vcdimager-0.7.19.ebuild,v 1.5 2004/02/01 20:15:32 mholzer Exp $ - -IUSE="xml2" +# $Header: /var/cvsroot/gentoo-x86/media-video/vcdimager/vcdimager-0.7.19.ebuild,v 1.6 2004/02/07 19:37:41 vapier Exp $ DESCRIPTION="GNU VCDimager" -S=${WORKDIR}/${PN}-${PV}-cdio -SRC_URI="mirror://sourceforge/xine/${P}-cdio.tar.gz" -RESTRICT="nomirror" HOMEPAGE="http://www.vcdimager.org/" +SRC_URI="mirror://sourceforge/xine/${P}-cdio.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="~x86 ppc ~amd64" +IUSE="xml2" -# Ideally this would also include help2man, but it's not yet in portage. DEPEND=">=dev-libs/libcdio-0.64 xml2? ( >=dev-libs/libxml2-2.5.11 )" +S=${WORKDIR}/${P}-cdio + src_compile() { local myopts - # We disable the xmltest because the configure script includes differently # than the actual XML-frontend C files. - use xml2 \ - && myopts="${myopts} --with-xml-prefix=/usr --disable-xmltest" \ - || myopts="${myopts} --without-xml-frontend" + && myopts="${myopts} --with-xml-prefix=/usr --disable-xmltest" \ + || myopts="${myopts} --without-xml-frontend" econf ${myopts} || die emake || die } -src_install () { +src_install() { make \ prefix=${D}/usr \ mandir=${D}/usr/share/man \ |