diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-01-08 00:56:54 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-01-08 00:56:54 +0000 |
commit | bf1b9e81a9bac247cc92cadf8043840d044b16cb (patch) | |
tree | 0d2d2b35a784423f1e33375e5bb2350e75802cec /media-video | |
parent | glide64 plugin fixes (Manifest recommit) (diff) | |
download | gentoo-2-bf1b9e81a9bac247cc92cadf8043840d044b16cb.tar.gz gentoo-2-bf1b9e81a9bac247cc92cadf8043840d044b16cb.tar.bz2 gentoo-2-bf1b9e81a9bac247cc92cadf8043840d044b16cb.zip |
added missing media-libs/libpng dependency. fixes bug #60299.
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/dvdauthor/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/dvdauthor/dvdauthor-0.5.0.ebuild | 7 | ||||
-rw-r--r-- | media-video/dvdauthor/dvdauthor-0.5.3.ebuild | 7 | ||||
-rw-r--r-- | media-video/dvdauthor/dvdauthor-0.6.10.ebuild | 7 |
4 files changed, 18 insertions, 11 deletions
diff --git a/media-video/dvdauthor/ChangeLog b/media-video/dvdauthor/ChangeLog index 2ad621453b4a..7c18852a2474 100644 --- a/media-video/dvdauthor/ChangeLog +++ b/media-video/dvdauthor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/dvdauthor -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v 1.17 2004/11/08 00:35:24 sekretarz Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v 1.18 2005/01/08 00:56:54 luckyduck Exp $ + + 08 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> dvdauthor-0.5.0.ebuild, + dvdauthor-0.5.3.ebuild, dvdauthor-0.6.10.ebuild: + added missing media-libs/libpng dependency. fixes bug #60299. 08 Nov 2004; Karol Wojtaszek <sekretarz@gentoo.org> +files/dvdauthor-0.6.10-im6.patch, dvdauthor-0.6.10.ebuild: diff --git a/media-video/dvdauthor/dvdauthor-0.5.0.ebuild b/media-video/dvdauthor/dvdauthor-0.5.0.ebuild index 5e513fba5fc3..17784082bdda 100644 --- a/media-video/dvdauthor/dvdauthor-0.5.0.ebuild +++ b/media-video/dvdauthor/dvdauthor-0.5.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# 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.5.0.ebuild,v 1.6 2004/10/04 14:39:08 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.5.0.ebuild,v 1.7 2005/01/08 00:56:54 luckyduck Exp $ DESCRIPTION="Tools for generating DVD files to be played on standalone DVD players" HOMEPAGE="http://dvdauthor.sourceforge.net/" @@ -12,7 +12,8 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="media-libs/libdvdread" +DEPEND="media-libs/libdvdread + media-libs/libpng" src_unpack() { unpack ${A} diff --git a/media-video/dvdauthor/dvdauthor-0.5.3.ebuild b/media-video/dvdauthor/dvdauthor-0.5.3.ebuild index 9efcb852b743..29d59320fad3 100644 --- a/media-video/dvdauthor/dvdauthor-0.5.3.ebuild +++ b/media-video/dvdauthor/dvdauthor-0.5.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# 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.5.3.ebuild,v 1.6 2004/10/04 14:39:08 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.5.3.ebuild,v 1.7 2005/01/08 00:56:54 luckyduck Exp $ DESCRIPTION="Tools for generating DVD files to be played on standalone DVD players" HOMEPAGE="http://dvdauthor.sourceforge.net/" @@ -12,7 +12,8 @@ SLOT="0" KEYWORDS="~x86 ~sparc" IUSE="" -DEPEND="media-libs/libdvdread" +DEPEND="media-libs/libdvdread + media-libs/libpng" src_unpack() { unpack ${A} diff --git a/media-video/dvdauthor/dvdauthor-0.6.10.ebuild b/media-video/dvdauthor/dvdauthor-0.6.10.ebuild index 52fe1a46632d..6e92d6578667 100644 --- a/media-video/dvdauthor/dvdauthor-0.6.10.ebuild +++ b/media-video/dvdauthor/dvdauthor-0.6.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# 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.10.ebuild,v 1.10 2004/11/08 00:35:24 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.6.10.ebuild,v 1.11 2005/01/08 00:56:54 luckyduck Exp $ inherit eutils 64-bit @@ -15,7 +15,8 @@ IUSE="" DEPEND="media-libs/libdvdread >=media-gfx/imagemagick-5.5.7.14 - >=dev-libs/libxml2-2.5.0" + >=dev-libs/libxml2-2.5.0 + media-libs/libpng" src_unpack() { unpack ${A} |