summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Brinkmann <luckyduck@gentoo.org>2005-04-13 18:09:05 +0000
committerJan Brinkmann <luckyduck@gentoo.org>2005-04-13 18:09:05 +0000
commit982ef14373920f19b34dc86b325b67b293e2a2e9 (patch)
treebe5b1e9e01dbc0535e472c577a96387924110316 /media-video/dvdauthor
parentUse enewuser/enewgroup instead of useradd. Thanks to Diego in bug 84730. (diff)
downloadgentoo-2-982ef14373920f19b34dc86b325b67b293e2a2e9.tar.gz
gentoo-2-982ef14373920f19b34dc86b325b67b293e2a2e9.tar.bz2
gentoo-2-982ef14373920f19b34dc86b325b67b293e2a2e9.zip
new upstream release, fixes #81730
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-video/dvdauthor')
-rw-r--r--media-video/dvdauthor/ChangeLog7
-rw-r--r--media-video/dvdauthor/Manifest4
-rw-r--r--media-video/dvdauthor/dvdauthor-0.6.11.ebuild24
-rw-r--r--media-video/dvdauthor/files/digest-dvdauthor-0.6.111
4 files changed, 34 insertions, 2 deletions
diff --git a/media-video/dvdauthor/ChangeLog b/media-video/dvdauthor/ChangeLog
index 0bf1aca15f6f..b2d5d7da33f5 100644
--- a/media-video/dvdauthor/ChangeLog
+++ b/media-video/dvdauthor/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-video/dvdauthor
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v 1.19 2005/02/04 19:00:40 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v 1.20 2005/04/13 18:09:05 luckyduck Exp $
+
+*dvdauthor-0.6.11 (13 Apr 2005)
+
+ 13 Apr 2005; Jan Brinkmann <luckyduck@gentoo.org> +dvdauthor-0.6.11.ebuild:
+ new upstream release, fixes #81730
04 Feb 2005; Jan Brinkmann <luckyduck@gentoo.org>
+files/dvdauthor-0.6.10-debugsegfault.patch, dvdauthor-0.6.10.ebuild:
diff --git a/media-video/dvdauthor/Manifest b/media-video/dvdauthor/Manifest
index 4c93fbc3233e..25d5c11cd86c 100644
--- a/media-video/dvdauthor/Manifest
+++ b/media-video/dvdauthor/Manifest
@@ -1,7 +1,8 @@
MD5 1a59ae2b8b346bd0975340933646b873 dvdauthor-0.5.3.ebuild 786
MD5 456c8700edeb660dc2288d86d617adc4 dvdauthor-0.5.0.ebuild 778
+MD5 6f31e29480f07f17976404af228f34b6 dvdauthor-0.6.11.ebuild 714
MD5 2d6be818699883eb6009ceaeef8742a9 dvdauthor-0.6.10.ebuild 939
-MD5 996eaac73c68d85ff0677487d9a64d60 ChangeLog 2976
+MD5 2e14e69fab8c38174868e3908499a603 ChangeLog 3125
MD5 7300a7b361fa9f48e37722c6952bd432 metadata.xml 158
MD5 f98a1701d0a682dcbaa5be92cfe177d8 files/dvdauthor-0.6.10-debugsegfault.patch 1274
MD5 d121c9be3efefbcbf6b07a1fba9a8afc files/dvdauthor-0.6.10-im6.patch 360
@@ -10,4 +11,5 @@ MD5 8a50d588492e032aad69586764b81edf files/dvdauthor-0.6.10-utf8.patch 464
MD5 237f7b3b119dec02712a341e3b1ea458 files/digest-dvdauthor-0.5.0 66
MD5 1c2c588351a939107a17280fd17f351c files/digest-dvdauthor-0.5.3 66
MD5 7dc0471c612f68f8c3cc66a8064e4263 files/digest-dvdauthor-0.6.10 68
+MD5 79879b2e10592c662bf26806a513a3cb files/digest-dvdauthor-0.6.11 68
MD5 cf7c72d03d03abd9ecd2ba645d5cecd6 files/dvdauthor-0.6.10-gcc34.patch 427
diff --git a/media-video/dvdauthor/dvdauthor-0.6.11.ebuild b/media-video/dvdauthor/dvdauthor-0.6.11.ebuild
new file mode 100644
index 000000000000..f2d038accd75
--- /dev/null
+++ b/media-video/dvdauthor/dvdauthor-0.6.11.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.6.11.ebuild,v 1.1 2005/04/13 18:09:05 luckyduck Exp $
+
+inherit eutils 64-bit
+
+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="~x86 ~ppc ~sparc ~amd64 ~ppc64"
+IUSE=""
+
+DEPEND="media-libs/libdvdread
+ >=media-gfx/imagemagick-5.5.7.14
+ >=dev-libs/libxml2-2.5.0
+ media-libs/libpng"
+
+src_install() {
+ make install DESTDIR=${D} || die "installation failed"
+ dodoc README TODO
+}
diff --git a/media-video/dvdauthor/files/digest-dvdauthor-0.6.11 b/media-video/dvdauthor/files/digest-dvdauthor-0.6.11
new file mode 100644
index 000000000000..4c4df9d1e9b5
--- /dev/null
+++ b/media-video/dvdauthor/files/digest-dvdauthor-0.6.11
@@ -0,0 +1 @@
+MD5 d2c45879e4cfb95d410bf603af891e07 dvdauthor-0.6.11.tar.gz 288452