diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-04-18 08:05:33 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-04-18 08:05:33 +0000 |
commit | 2dc419656eae3fe91d8fe086001172939a2a9c59 (patch) | |
tree | a451614d8c6a510150b5be9db4f49885101ed6f1 /media-plugins/mythgallery | |
parent | Version bump. (diff) | |
download | historical-2dc419656eae3fe91d8fe086001172939a2a9c59.tar.gz historical-2dc419656eae3fe91d8fe086001172939a2a9c59.tar.bz2 historical-2dc419656eae3fe91d8fe086001172939a2a9c59.zip |
Version bump.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-plugins/mythgallery')
-rw-r--r-- | media-plugins/mythgallery/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/mythgallery/Manifest | 20 | ||||
-rw-r--r-- | media-plugins/mythgallery/files/digest-mythgallery-0.18 | 1 | ||||
-rw-r--r-- | media-plugins/mythgallery/mythgallery-0.18.ebuild | 30 |
4 files changed, 44 insertions, 15 deletions
diff --git a/media-plugins/mythgallery/ChangeLog b/media-plugins/mythgallery/ChangeLog index 0edd72867aa4..be552d90c0db 100644 --- a/media-plugins/mythgallery/ChangeLog +++ b/media-plugins/mythgallery/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythgallery # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.25 2005/03/26 08:33:45 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.26 2005/04/18 08:05:33 eradicator Exp $ + +*mythgallery-0.18 (18 Apr 2005) + + 18 Apr 2005; Jeremy Huddleston <eradicator@gentoo.org> + +mythgallery-0.18.ebuild: + Version bump. *mythgallery-0.17-r1 (26 Mar 2005) diff --git a/media-plugins/mythgallery/Manifest b/media-plugins/mythgallery/Manifest index 528a4e4d5e81..7261ca4ced88 100644 --- a/media-plugins/mythgallery/Manifest +++ b/media-plugins/mythgallery/Manifest @@ -1,18 +1,10 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 58a737b60ec314e1dcd923ac24baac3a ChangeLog 4147 +MD5 f62db0df6ee8ee1d4fe7b9c3d74432a7 metadata.xml 222 MD5 e640b94d35c2228661c6efd1e11da45c mythgallery-0.16.ebuild 686 -MD5 281d726968403103e83db3b722610071 mythgallery-0.17-r1.ebuild 780 MD5 49bfb34ad13888a45db6cfeb7da76514 mythgallery-0.17.ebuild 726 -MD5 1c703a038ed7fd789b72ad4fe110b955 ChangeLog 4012 -MD5 f62db0df6ee8ee1d4fe7b9c3d74432a7 metadata.xml 222 -MD5 95241fda0f7454c8bd6d0f664471ec6b files/digest-mythgallery-0.17-r1 68 +MD5 281d726968403103e83db3b722610071 mythgallery-0.17-r1.ebuild 780 +MD5 ebc59590d5424a5eac700e5a9d4a0c96 mythgallery-0.18.ebuild 768 MD5 0ca4e7d13c8988f8e2c456d1b4e9c414 files/digest-mythgallery-0.16 68 MD5 95241fda0f7454c8bd6d0f664471ec6b files/digest-mythgallery-0.17 68 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCRWYMI1lqEGTUzyQRAhGFAJ416JR0RgW6+IIgl0Op/KRuD8MhzwCeMrtx -A3D+z2C5T65rUZJJGCzjmWk= -=V1sJ ------END PGP SIGNATURE----- +MD5 95241fda0f7454c8bd6d0f664471ec6b files/digest-mythgallery-0.17-r1 68 +MD5 e994e3c11d65c5762c760d5bb22021da files/digest-mythgallery-0.18 70 diff --git a/media-plugins/mythgallery/files/digest-mythgallery-0.18 b/media-plugins/mythgallery/files/digest-mythgallery-0.18 new file mode 100644 index 000000000000..297d44c23408 --- /dev/null +++ b/media-plugins/mythgallery/files/digest-mythgallery-0.18 @@ -0,0 +1 @@ +MD5 b314a1a23679b4244d63cb93566b9e67 mythplugins-0.18.tar.bz2 2504735 diff --git a/media-plugins/mythgallery/mythgallery-0.18.ebuild b/media-plugins/mythgallery/mythgallery-0.18.ebuild new file mode 100644 index 000000000000..de16537bb289 --- /dev/null +++ b/media-plugins/mythgallery/mythgallery-0.18.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.18.ebuild,v 1.1 2005/04/18 08:05:33 eradicator Exp $ + +inherit myth + +DESCRIPTION="Gallery and slideshow module for MythTV." +HOMEPAGE="http://www.mythtv.org/" +SRC_URI="http://www.mythtv.org/mc/mythplugins-${PV}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="opengl exif" + +DEPEND=">=sys-apps/sed-4 + opengl? ( virtual/opengl ) + exif? ( media-libs/libexif ) + media-libs/tiff + || ( ~media-tv/mythtv-${PV} ~media-tv/mythfrontend-${PV} )" + +setup_pro() { + return 0 +} + +src_compile() { + myconf="$(use_enable exif) $(use_enable opengl)" + + myth_src_compile || die "compile failed" +} |