diff options
author | Bart Verwilst <verwilst@gentoo.org> | 2001-11-13 00:57:10 +0000 |
---|---|---|
committer | Bart Verwilst <verwilst@gentoo.org> | 2001-11-13 00:57:10 +0000 |
commit | c3cf6342e40ed19d98a4c400dabfb8207f3217f4 (patch) | |
tree | a217f65b2d7939535019360d7bb2c44a41756b6f /app-cdr | |
parent | libxml2-2.4.10 fixed, kdelibs now compiles fine with 2.4.10-r1 (diff) | |
download | gentoo-2-c3cf6342e40ed19d98a4c400dabfb8207f3217f4.tar.gz gentoo-2-c3cf6342e40ed19d98a4c400dabfb8207f3217f4.tar.bz2 gentoo-2-c3cf6342e40ed19d98a4c400dabfb8207f3217f4.zip |
Fixed xcdroast dependency prob (cdrecord <-> cdrtools, and added
cdrecord digest
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/cdrecord/files/digest-cdrecord-1.9-r3 | 1 | ||||
-rw-r--r-- | app-cdr/xcdroast/xcdroast-0.98_alpha9.ebuild | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/app-cdr/cdrecord/files/digest-cdrecord-1.9-r3 b/app-cdr/cdrecord/files/digest-cdrecord-1.9-r3 new file mode 100644 index 000000000000..9728273b8699 --- /dev/null +++ b/app-cdr/cdrecord/files/digest-cdrecord-1.9-r3 @@ -0,0 +1 @@ +MD5 0fa360d9280d16370d7738ec0b62affb cdrecord-1.9.tar.gz 1191936 diff --git a/app-cdr/xcdroast/xcdroast-0.98_alpha9.ebuild b/app-cdr/xcdroast/xcdroast-0.98_alpha9.ebuild index fa19ce2bebff..b97324bcbed4 100644 --- a/app-cdr/xcdroast/xcdroast-0.98_alpha9.ebuild +++ b/app-cdr/xcdroast/xcdroast-0.98_alpha9.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Ben Lutgens <blutgens@sistina.com> -# $Header: /var/cvsroot/gentoo-x86/app-cdr/xcdroast/xcdroast-0.98_alpha9.ebuild,v 1.3 2001/11/10 02:36:21 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/xcdroast/xcdroast-0.98_alpha9.ebuild,v 1.4 2001/11/13 00:57:10 verwilst Exp $ S=${WORKDIR}/xcdroast-0.98alpha9 @@ -14,7 +14,7 @@ DEPEND=">=dev-libs/glib-1.2.10 >=media-libs/imlib-1.9.10-r1 >=media-libs/giflib-3.0" -RDEPEND=">=app-cdr/cdrtools-1.11" +RDEPEND=">=app-cdr/cdrecord-1.9" src_compile () { make PREFIX=/usr CC="gcc ${CFLAGS}" || die |