diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-01-03 23:15:35 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-01-03 23:15:35 +0000 |
commit | 2be53fe818bffdc8d3187d242527c0e5af776961 (patch) | |
tree | e283c67542e93990df6ff3a69de6b9cc00382429 /media-video/dvdauthor | |
parent | initial ebuild #36152 (diff) | |
download | gentoo-2-2be53fe818bffdc8d3187d242527c0e5af776961.tar.gz gentoo-2-2be53fe818bffdc8d3187d242527c0e5af776961.tar.bz2 gentoo-2-2be53fe818bffdc8d3187d242527c0e5af776961.zip |
adding imagemagick as depend. Closes 37140
Diffstat (limited to 'media-video/dvdauthor')
-rw-r--r-- | media-video/dvdauthor/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/dvdauthor/Manifest | 4 | ||||
-rw-r--r-- | media-video/dvdauthor/dvdauthor-0.6.8.ebuild | 3 |
3 files changed, 8 insertions, 4 deletions
diff --git a/media-video/dvdauthor/ChangeLog b/media-video/dvdauthor/ChangeLog index c79c9521d264..f54b9b5525f8 100644 --- a/media-video/dvdauthor/ChangeLog +++ b/media-video/dvdauthor/ChangeLog @@ -1,6 +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.4 2004/01/03 15:48:07 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v 1.5 2004/01/03 23:15:24 mholzer Exp $ + + 04 Jan 2004; Martin Holzer <mholzer@gentoo.org> dvdauthor-0.6.8.ebuild: + adding imagemagick as depend. Closes 37140 *dvdauthor-0.6.8 (03 Jan 2004) diff --git a/media-video/dvdauthor/Manifest b/media-video/dvdauthor/Manifest index 44aa357b1463..d27a69f4cce3 100644 --- a/media-video/dvdauthor/Manifest +++ b/media-video/dvdauthor/Manifest @@ -1,8 +1,8 @@ -MD5 4ddb4c5bfc43cfd2003c0f9eb232a8d7 ChangeLog 782 +MD5 b93469476715b5e4f08bf004d76040fa ChangeLog 902 MD5 a6ac94a80d1b4a927d5bed0e31c45fe8 dvdauthor-0.5.0.ebuild 775 MD5 32cc6d1a4daea77041a0025d8e097025 dvdauthor-0.5.3.ebuild 783 MD5 9ef4af14dad87b03fde8e43f19e08d26 metadata.xml 225 -MD5 47bd881da62df84f2f9e5afc2a9a41fe dvdauthor-0.6.8.ebuild 736 +MD5 ccc88cf2a37328bdab04b8170d089e81 dvdauthor-0.6.8.ebuild 770 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 diff --git a/media-video/dvdauthor/dvdauthor-0.6.8.ebuild b/media-video/dvdauthor/dvdauthor-0.6.8.ebuild index 500e294106ea..0e3de2c4cdad 100644 --- a/media-video/dvdauthor/dvdauthor-0.6.8.ebuild +++ b/media-video/dvdauthor/dvdauthor-0.6.8.ebuild @@ -1,6 +1,6 @@ # 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.6.8.ebuild,v 1.1 2004/01/03 15:48:07 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.6.8.ebuild,v 1.2 2004/01/03 23:15:24 mholzer Exp $ DESCRIPTION="Tools for generating DVD files to be played on standalone DVD players" HOMEPAGE="http://sourceforge.net/projects/dvdauthor/" @@ -13,6 +13,7 @@ KEYWORDS="~x86 ~sparc" IUSE="png zlib" DEPEND="media-libs/libdvdread + >=media-gfx/imagemagick-5.5.7.14 >=dev-libs/libxml2-2.5.0" src_compile() { |