diff options
author | 2003-07-08 21:43:33 +0000 | |
---|---|---|
committer | 2003-07-08 21:43:33 +0000 | |
commit | eb1720d50afeeefdf8d178cc95b230e4196587da (patch) | |
tree | f00da51835b4a1dae03218a052dcc3718544557e /media-video | |
parent | Version bumped. Closes #22975. (diff) | |
download | gentoo-2-eb1720d50afeeefdf8d178cc95b230e4196587da.tar.gz gentoo-2-eb1720d50afeeefdf8d178cc95b230e4196587da.tar.bz2 gentoo-2-eb1720d50afeeefdf8d178cc95b230e4196587da.zip |
Version bumped. Closes #22975.
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.5.3.ebuild | 29 | ||||
-rw-r--r-- | media-video/dvdauthor/files/digest-dvdauthor-0.5.3 | 1 |
4 files changed, 38 insertions, 3 deletions
diff --git a/media-video/dvdauthor/ChangeLog b/media-video/dvdauthor/ChangeLog index 212a6958c7ad..995796256b9f 100644 --- a/media-video/dvdauthor/ChangeLog +++ b/media-video/dvdauthor/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/dvdauthor # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v 1.1 2003/03/11 06:13:50 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v 1.2 2003/07/08 21:43:22 mholzer Exp $ + +*dvdauthor-0.5.3 (08 Jul 2003) + + 08 Jul 2003; Martin Holzer <mholzer@gentoo.org> dvdauthor-0.5.3.ebuild: + Version bumped. Closes #22975. *dvdauthor-0.5.0 (10 Mar 2003) diff --git a/media-video/dvdauthor/Manifest b/media-video/dvdauthor/Manifest index d283c70c0a45..67a6b0624009 100644 --- a/media-video/dvdauthor/Manifest +++ b/media-video/dvdauthor/Manifest @@ -1,5 +1,5 @@ -MD5 eeb1ae4e51d8ed8c30bdb2b3759cedfa ChangeLog 350 +MD5 6615acc95cc1a270fb71ad9232840b4c ChangeLog 494 MD5 ae1eb2836a029df5e0380c89c6f24d7a dvdauthor-0.5.0.ebuild 752 -MD5 ae1eb2836a029df5e0380c89c6f24d7a dvdauthor-0.5.3.ebuild 752 +MD5 f8a9a3a195592a7639bb7c7e86ebf40a dvdauthor-0.5.3.ebuild 756 MD5 237f7b3b119dec02712a341e3b1ea458 files/digest-dvdauthor-0.5.0 66 MD5 1c2c588351a939107a17280fd17f351c files/digest-dvdauthor-0.5.3 66 diff --git a/media-video/dvdauthor/dvdauthor-0.5.3.ebuild b/media-video/dvdauthor/dvdauthor-0.5.3.ebuild new file mode 100644 index 000000000000..f74674028b06 --- /dev/null +++ b/media-video/dvdauthor/dvdauthor-0.5.3.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.5.3.ebuild,v 1.1 2003/07/08 21:43: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" +LICENSE="GPL-2" +SLOT="0" + +KEYWORDS="~x86" +IUSE="" + +DEPEND="media-libs/libdvdread" + +src_unpack() { + unpack ${A} + cd ${S}; sed -e '/CFLAGS =/d' -i.bak Makefile.in +} + +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.5.3 b/media-video/dvdauthor/files/digest-dvdauthor-0.5.3 new file mode 100644 index 000000000000..5042ea74ea61 --- /dev/null +++ b/media-video/dvdauthor/files/digest-dvdauthor-0.5.3 @@ -0,0 +1 @@ +MD5 1c5c5dd7bc2863c72a553e7822a10d49 dvdauthor-0.5.3.tar.gz 89671 |