diff options
author | Robert Coie <rac@gentoo.org> | 2003-03-11 06:13:50 +0000 |
---|---|---|
committer | Robert Coie <rac@gentoo.org> | 2003-03-11 06:13:50 +0000 |
commit | 60a9d0c78c04a95b11f0e2ab13cf609e6abc145e (patch) | |
tree | d5512056337f9236d456fcd51811d8aa8c54814f /media-video/dvdauthor | |
parent | use epatch instead (diff) | |
download | historical-60a9d0c78c04a95b11f0e2ab13cf609e6abc145e.tar.gz historical-60a9d0c78c04a95b11f0e2ab13cf609e6abc145e.tar.bz2 historical-60a9d0c78c04a95b11f0e2ab13cf609e6abc145e.zip |
Initial commit.
Diffstat (limited to 'media-video/dvdauthor')
-rw-r--r-- | media-video/dvdauthor/ChangeLog | 9 | ||||
-rw-r--r-- | media-video/dvdauthor/dvdauthor-0.5.0.ebuild | 29 | ||||
-rw-r--r-- | media-video/dvdauthor/files/digest-dvdauthor-0.5.0 | 1 |
3 files changed, 39 insertions, 0 deletions
diff --git a/media-video/dvdauthor/ChangeLog b/media-video/dvdauthor/ChangeLog new file mode 100644 index 000000000000..212a6958c7ad --- /dev/null +++ b/media-video/dvdauthor/ChangeLog @@ -0,0 +1,9 @@ +# 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 $ + +*dvdauthor-0.5.0 (10 Mar 2003) + + 10 Mar 2003; <rac@gentoo.org> dvdauthor-0.5.0.ebuild: + Initial ebuild. DVD authoring tools. + diff --git a/media-video/dvdauthor/dvdauthor-0.5.0.ebuild b/media-video/dvdauthor/dvdauthor-0.5.0.ebuild new file mode 100644 index 000000000000..ee67e2bd3518 --- /dev/null +++ b/media-video/dvdauthor/dvdauthor-0.5.0.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.0.ebuild,v 1.1 2003/03/11 06:13:50 rac 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.0 b/media-video/dvdauthor/files/digest-dvdauthor-0.5.0 new file mode 100644 index 000000000000..e523bde8106f --- /dev/null +++ b/media-video/dvdauthor/files/digest-dvdauthor-0.5.0 @@ -0,0 +1 @@ +MD5 9ae1babef717aa33a4823d272abfcade dvdauthor-0.5.0.tar.gz 69230 |