diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-07-15 22:21:44 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-07-15 22:21:44 +0000 |
commit | 9d12aa707348eb73c2c0533976cf3eed2f7c3e77 (patch) | |
tree | 35811a60cabddf34df22d9be32003a6c5915faa0 /media-plugins/mythgallery | |
parent | bug #56917, pic stuff. (diff) | |
download | historical-9d12aa707348eb73c2c0533976cf3eed2f7c3e77.tar.gz historical-9d12aa707348eb73c2c0533976cf3eed2f7c3e77.tar.bz2 historical-9d12aa707348eb73c2c0533976cf3eed2f7c3e77.zip |
Updated dependencies
Diffstat (limited to 'media-plugins/mythgallery')
-rw-r--r-- | media-plugins/mythgallery/ChangeLog | 5 | ||||
-rw-r--r-- | media-plugins/mythgallery/Manifest | 4 | ||||
-rw-r--r-- | media-plugins/mythgallery/mythgallery-0.15.ebuild | 3 |
3 files changed, 8 insertions, 4 deletions
diff --git a/media-plugins/mythgallery/ChangeLog b/media-plugins/mythgallery/ChangeLog index 2d8d698748ec..563e681d5eea 100644 --- a/media-plugins/mythgallery/ChangeLog +++ b/media-plugins/mythgallery/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/mythgallery # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.18 2004/06/24 23:33:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.19 2004/07/15 22:21:44 aliz Exp $ + + 15 Jul 2004; Daniel Ahlberg <aliz@gentoo.org> mythgallery-0.15.ebuild: + Added dependency to tiff. *mythgallery-0.15 (01 Jun 2004) diff --git a/media-plugins/mythgallery/Manifest b/media-plugins/mythgallery/Manifest index c60e883b0aeb..4b873c41bb9f 100644 --- a/media-plugins/mythgallery/Manifest +++ b/media-plugins/mythgallery/Manifest @@ -1,7 +1,7 @@ MD5 9f150ef40bd00da93d7b91f2e0fa46d7 mythgallery-0.14.ebuild 1138 MD5 8e1f8cca9b1ce76606dd6db604cda5f1 mythgallery-0.13.ebuild 1699 -MD5 2aa69cbab3ecc979cd27ba4783c7cbd5 mythgallery-0.15.ebuild 1140 -MD5 b58b8f10930f17d217cddfe1a984e8ca ChangeLog 3015 +MD5 b88469bc62d6dcef29932e4f6caaded7 mythgallery-0.15.ebuild 1153 +MD5 fad988ec922c29fb0642656ea4bd98e7 ChangeLog 3113 MD5 20e2255501865de5b568424821abf69d metadata.xml 161 MD5 be630e30bf64c7e32e3675cdd626bf02 files/digest-mythgallery-0.13 68 MD5 289cc198151b47c06f4b8767ab79d0be files/digest-mythgallery-0.14 68 diff --git a/media-plugins/mythgallery/mythgallery-0.15.ebuild b/media-plugins/mythgallery/mythgallery-0.15.ebuild index 36cafcba4483..17b80990dda5 100644 --- a/media-plugins/mythgallery/mythgallery-0.15.ebuild +++ b/media-plugins/mythgallery/mythgallery-0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.15.ebuild,v 1.2 2004/06/24 23:33:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.15.ebuild,v 1.3 2004/07/15 22:21:44 aliz Exp $ inherit flag-o-matic @@ -15,6 +15,7 @@ IUSE="opengl" DEPEND=">=sys-apps/sed-4 opengl? ( virtual/opengl ) + media-libs/tiff || ( >=media-tv/mythtv-${PV}* >=media-tv/mythfrontend-${PV}* )" src_unpack() { |