diff options
author | 2003-10-31 05:37:57 +0000 | |
---|---|---|
committer | 2003-10-31 05:37:57 +0000 | |
commit | 8da2fd803aae47f30ef9d8700092e3884afd3a94 (patch) | |
tree | 92a084758e3610bf505f51b53f4e4de4f3a17b05 | |
parent | version bump (diff) | |
download | historical-8da2fd803aae47f30ef9d8700092e3884afd3a94.tar.gz historical-8da2fd803aae47f30ef9d8700092e3884afd3a94.tar.bz2 historical-8da2fd803aae47f30ef9d8700092e3884afd3a94.zip |
version bump
-rw-r--r-- | app-cdr/xcdroast/Manifest | 4 | ||||
-rw-r--r-- | app-cdr/xcdroast/files/digest-xcdroast-0.98_alpha15 | 1 | ||||
-rw-r--r-- | app-cdr/xcdroast/xcdroast-0.98_alpha14-r2.ebuild | 10 | ||||
-rw-r--r-- | app-cdr/xcdroast/xcdroast-0.98_alpha15.ebuild | 68 |
4 files changed, 76 insertions, 7 deletions
diff --git a/app-cdr/xcdroast/Manifest b/app-cdr/xcdroast/Manifest index c64847bd52b2..7a1f73f027d6 100644 --- a/app-cdr/xcdroast/Manifest +++ b/app-cdr/xcdroast/Manifest @@ -1,7 +1,7 @@ MD5 a9919266035f49883684f4124186a035 xcdroast-0.98_alpha13.ebuild 1036 -MD5 6931a836b2fd06b503767d6b66e3125c xcdroast-0.98_alpha15.ebuild 1641 +MD5 a5cc7e12b158610f19cd4afd2bbf66cd xcdroast-0.98_alpha15.ebuild 1632 MD5 70ad5f1d00b2979b61744c11cb01ed20 xcdroast-0.98_alpha14-r1.ebuild 1447 -MD5 b7b95d287606993f21f082a305b30a56 xcdroast-0.98_alpha14-r2.ebuild 2195 +MD5 7079ceeda811e4258b56504baad55770 xcdroast-0.98_alpha14-r2.ebuild 2189 MD5 ce3ed42ade8b29cc455304476704e8e3 ChangeLog 4413 MD5 af9852b249b8e0fab9bd0d55dbea4455 metadata.xml 400 MD5 81d2a239119f3ee928aa0f3fce67529c files/digest-xcdroast-0.98_alpha14-r1 195 diff --git a/app-cdr/xcdroast/files/digest-xcdroast-0.98_alpha15 b/app-cdr/xcdroast/files/digest-xcdroast-0.98_alpha15 new file mode 100644 index 000000000000..f490ba78faaf --- /dev/null +++ b/app-cdr/xcdroast/files/digest-xcdroast-0.98_alpha15 @@ -0,0 +1 @@ +MD5 2a9c1d9f2ef58713c453e674b989be3e xcdroast-0.98alpha15.tar.gz 3282794 diff --git a/app-cdr/xcdroast/xcdroast-0.98_alpha14-r2.ebuild b/app-cdr/xcdroast/xcdroast-0.98_alpha14-r2.ebuild index 1ad41976ad0b..e49dae88376a 100644 --- a/app-cdr/xcdroast/xcdroast-0.98_alpha14-r2.ebuild +++ b/app-cdr/xcdroast/xcdroast-0.98_alpha14-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/xcdroast/xcdroast-0.98_alpha14-r2.ebuild,v 1.3 2003/10/27 23:25:51 darkspecter Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/xcdroast/xcdroast-0.98_alpha14-r2.ebuild,v 1.4 2003/10/31 05:37:51 pylon Exp $ inherit eutils @@ -8,10 +8,10 @@ S=${WORKDIR}/${P/_/} DESCRIPTION="Menu based front-end to mkisofs and cdrecord" HOMEPAGE="http://www.xcdroast.org/" SRC_URI="mirror://sourceforge/xcdroast/${P/_/}.tar.gz - http://www.xcdroast.org/xcdr098/patches/error_write_tracks.patch - http://www.xcdroast.org/xcdr098/patches/cdrtools201a17.patch - http://www.xcdroast.org/xcdr098/patches/dvd_atip.patch - http://www.xcdroast.org/xcdr098/patches/debian_scan.patch" + http://www.xcdroast.org/xcdr098/patches/a14/error_write_tracks.patch + http://www.xcdroast.org/xcdr098/patches/a14/cdrtools201a17.patch + http://www.xcdroast.org/xcdr098/patches/a14/dvd_atip.patch + http://www.xcdroast.org/xcdr098/patches/a14/debian_scan.patch" LICENSE="GPL-2" SLOT="0" diff --git a/app-cdr/xcdroast/xcdroast-0.98_alpha15.ebuild b/app-cdr/xcdroast/xcdroast-0.98_alpha15.ebuild new file mode 100644 index 000000000000..39cf66fd7872 --- /dev/null +++ b/app-cdr/xcdroast/xcdroast-0.98_alpha15.ebuild @@ -0,0 +1,68 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/xcdroast/xcdroast-0.98_alpha15.ebuild,v 1.1 2003/10/31 05:37:51 pylon Exp $ + +inherit eutils + +S=${WORKDIR}/${P/_/} +DESCRIPTION="Menu based front-end to mkisofs and cdrecord" +HOMEPAGE="http://www.xcdroast.org/" +SRC_URI="mirror://sourceforge/xcdroast/${P/_/}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" +IUSE="nls dvdr gtk2" + +DEPEND="gtk? ( + gtk2? ( >=x11-libs/gtk+-2.0.3 ) + !gtk2? ( =x11-libs/gtk+-1.2.10* ) + ) + =dev-libs/glib-1.2* + >=media-libs/gdk-pixbuf-0.16.0 + >=media-libs/giflib-3.0 + >=app-cdr/cdrtools-2.01_alpha17" + +RDEPEND="${DEPEND}" + +src_unpack() { + unpack ${P/_/}.tar.gz + cd ${S}/src + + #Patch to enable DVD-writing + use dvdr && epatch ${FILESDIR}/${P/_/}-dvd.patch +} + +src_compile() { + local myconf + use nls || myconf="${myconf} --disable-nls" + use gtk2 && myconf="${myconf} --enable-gtk2" + + econf ${myconf} || die + make PREFIX=/usr || die +} + +src_install() { + make PREFIX=/usr DESTDIR=${D} install || die + + cd doc + dodoc DOCUMENTATION FAQ README* TRANSLATION.HOWTO + cd .. + + # move man pages to /usr/share/man to be LFH compliant + mv ${D}/usr/man ${D}/usr/share + + #remove extraneous directory + rm ${D}/usr/etc -rf +} + +pkg_postinst() { + if use dvdr; then + echo + einfo "You are now using X-CD-Roast with the cdrtools patches for several" + einfo "DVD writers. You can also use cdrecord-ProDVD, which has to be" + einfo "installed manually." + einfo "See http://www.xcdroast.org/xcdr098/README.ProDVD.txt for further" + einfo "instructions." + echo + fi +} |