diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-05-16 14:59:22 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-05-16 14:59:22 +0000 |
commit | 970ffa96cb37d858a115b17540ce45cebaff28a6 (patch) | |
tree | b0b029165acb44add353afe746c9764b29f604c6 /media-video | |
parent | Spring cleanup (diff) | |
download | gentoo-2-970ffa96cb37d858a115b17540ce45cebaff28a6.tar.gz gentoo-2-970ffa96cb37d858a115b17540ce45cebaff28a6.tar.bz2 gentoo-2-970ffa96cb37d858a115b17540ce45cebaff28a6.zip |
Version bumped. Closes 47857
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/dvdauthor/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/dvdauthor/Manifest | 4 | ||||
-rw-r--r-- | media-video/dvdauthor/dvdauthor-0.6.10.ebuild | 27 | ||||
-rw-r--r-- | media-video/dvdauthor/files/digest-dvdauthor-0.6.10 | 1 |
4 files changed, 37 insertions, 2 deletions
diff --git a/media-video/dvdauthor/ChangeLog b/media-video/dvdauthor/ChangeLog index f16c207ff205..bd700d4530c9 100644 --- a/media-video/dvdauthor/ChangeLog +++ b/media-video/dvdauthor/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/dvdauthor # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v 1.8 2004/05/02 17:32:17 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v 1.9 2004/05/16 14:59:22 mholzer Exp $ + +*dvdauthor-0.6.10 (16 May 2004) + + 16 May 2004; Martin Holzer <mholzer@gentoo.org> dvdauthor-0.6.10.ebuild: + Version bumped. Closes 47857 02 May 2004; David Holm <dholm@gentoo.org> dvdauthor-0.6.9.ebuild: Added to ~ppc. diff --git a/media-video/dvdauthor/Manifest b/media-video/dvdauthor/Manifest index 8f82000a9f82..f1ae3dc694ac 100644 --- a/media-video/dvdauthor/Manifest +++ b/media-video/dvdauthor/Manifest @@ -1,10 +1,12 @@ MD5 4d88bc583e84c4c9a3c3ed421e0f563d ChangeLog 1215 MD5 73364cc3a1b4c175c1f2c930b888532e dvdauthor-0.5.0.ebuild 773 MD5 a811b0e66d8138b09769f7039453c892 dvdauthor-0.5.3.ebuild 781 +MD5 9ef4af14dad87b03fde8e43f19e08d26 metadata.xml 225 MD5 cf1d2242dcbb96d4de45ca58b7c7d36a dvdauthor-0.6.8.ebuild 775 MD5 841d9ee238ef42b1ff1861c437ede636 dvdauthor-0.6.9.ebuild 780 -MD5 9ef4af14dad87b03fde8e43f19e08d26 metadata.xml 225 +MD5 841d9ee238ef42b1ff1861c437ede636 dvdauthor-0.6.10.ebuild 780 MD5 237f7b3b119dec02712a341e3b1ea458 files/digest-dvdauthor-0.5.0 66 MD5 1c2c588351a939107a17280fd17f351c files/digest-dvdauthor-0.5.3 66 MD5 89aa4f4c2b74f7cf51d2cf38a6307853 files/digest-dvdauthor-0.6.8 67 MD5 10f0b5e89a1af6a9e5d66655f1ba226a files/digest-dvdauthor-0.6.9 67 +MD5 7dc0471c612f68f8c3cc66a8064e4263 files/digest-dvdauthor-0.6.10 68 diff --git a/media-video/dvdauthor/dvdauthor-0.6.10.ebuild b/media-video/dvdauthor/dvdauthor-0.6.10.ebuild new file mode 100644 index 000000000000..f4777152c9de --- /dev/null +++ b/media-video/dvdauthor/dvdauthor-0.6.10.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.6.10.ebuild,v 1.1 2004/05/16 14:59:22 mholzer Exp $ + +DESCRIPTION="Tools for generating DVD files to be played on standalone DVD players" +HOMEPAGE="http://sourceforge.net/projects/dvdauthor/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +RESTRICT="nomirror" +LICENSE="GPL-2" +SLOT="0" + +KEYWORDS="~x86 ~sparc ~amd64 ~ppc" +IUSE="png zlib" + +DEPEND="media-libs/libdvdread + >=media-gfx/imagemagick-5.5.7.14 + >=dev-libs/libxml2-2.5.0" + +src_compile() { + econf || die "configuration failed" + emake || die "make failed" +} + +src_install() { + einstall || die "installation failed" + dodoc README HISTORY TODO +} diff --git a/media-video/dvdauthor/files/digest-dvdauthor-0.6.10 b/media-video/dvdauthor/files/digest-dvdauthor-0.6.10 new file mode 100644 index 000000000000..fdddd8309af6 --- /dev/null +++ b/media-video/dvdauthor/files/digest-dvdauthor-0.6.10 @@ -0,0 +1 @@ +MD5 e98243cd2a12bd723680dd49536f7318 dvdauthor-0.6.10.tar.gz 240010 |