diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-02-25 00:10:55 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-02-25 00:10:55 +0000 |
commit | 6093723b8319bc5d322ec348a75ee9cefe9a5801 (patch) | |
tree | f0cc27a8c1b8cb9950ea6dc876018e3266b1d119 /media-video/dvdauthor | |
parent | version bump for a few bug fixes (bug #168090) (diff) | |
download | gentoo-2-6093723b8319bc5d322ec348a75ee9cefe9a5801.tar.gz gentoo-2-6093723b8319bc5d322ec348a75ee9cefe9a5801.tar.bz2 gentoo-2-6093723b8319bc5d322ec348a75ee9cefe9a5801.zip |
Version bump, bug #163628
(Portage version: 2.1.2-r11)
Diffstat (limited to 'media-video/dvdauthor')
-rw-r--r-- | media-video/dvdauthor/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/dvdauthor/dvdauthor-0.6.14.ebuild | 26 | ||||
-rw-r--r-- | media-video/dvdauthor/files/digest-dvdauthor-0.6.14 | 3 |
3 files changed, 36 insertions, 1 deletions
diff --git a/media-video/dvdauthor/ChangeLog b/media-video/dvdauthor/ChangeLog index 2b133e5a4674..5b67b92c737c 100644 --- a/media-video/dvdauthor/ChangeLog +++ b/media-video/dvdauthor/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-video/dvdauthor # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v 1.26 2007/02/22 01:45:23 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v 1.27 2007/02/25 00:10:55 aballier Exp $ + +*dvdauthor-0.6.14 (25 Feb 2007) + + 25 Feb 2007; Alexis Ballier <aballier@gentoo.org> + +dvdauthor-0.6.14.ebuild: + Version bump, bug #163628 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/media-video/dvdauthor/dvdauthor-0.6.14.ebuild b/media-video/dvdauthor/dvdauthor-0.6.14.ebuild new file mode 100644 index 000000000000..9220e22a0547 --- /dev/null +++ b/media-video/dvdauthor/dvdauthor-0.6.14.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.6.14.ebuild,v 1.1 2007/02/25 00:10:55 aballier Exp $ + +inherit eutils + +DESCRIPTION="Tools for generating DVD files to be played on standalone DVD players" +HOMEPAGE="http://dvdauthor.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="media-libs/libdvdread + >=media-gfx/imagemagick-5.5.7.14 + >=dev-libs/libxml2-2.6.0 + media-libs/freetype + dev-libs/fribidi + media-libs/libpng" + +src_install() { + make install DESTDIR="${D}" || die "installation failed" + dodoc README TODO ChangeLog +} diff --git a/media-video/dvdauthor/files/digest-dvdauthor-0.6.14 b/media-video/dvdauthor/files/digest-dvdauthor-0.6.14 new file mode 100644 index 000000000000..d73c6a9a01b9 --- /dev/null +++ b/media-video/dvdauthor/files/digest-dvdauthor-0.6.14 @@ -0,0 +1,3 @@ +MD5 bd646b47950c4091ffd781d43fd2c5e9 dvdauthor-0.6.14.tar.gz 319371 +RMD160 b5d75b613c3be1e41ea5c3f247a993723430977a dvdauthor-0.6.14.tar.gz 319371 +SHA256 dd1b1512f3ed64938d40541b1f5aff6682898782469992d8caa81e2587a48ef4 dvdauthor-0.6.14.tar.gz 319371 |