summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2009-09-05 14:31:03 +0000
committerMarkus Meier <maekke@gentoo.org>2009-09-05 14:31:03 +0000
commit2d6652db79fc501621699c234a533d67f68b1584 (patch)
tree4dc003e013e419207ee3ed230400d6259a1b767f /media-gfx/album
parentarm/ia64/s390/sh/sparc stable wrt #282855 (diff)
downloadgentoo-2-2d6652db79fc501621699c234a533d67f68b1584.tar.gz
gentoo-2-2d6652db79fc501621699c234a533d67f68b1584.tar.bz2
gentoo-2-2d6652db79fc501621699c234a533d67f68b1584.zip
version bump by Andreas K. Huettel in bug #276838
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'media-gfx/album')
-rw-r--r--media-gfx/album/ChangeLog10
-rw-r--r--media-gfx/album/album-4.06.ebuild40
-rw-r--r--media-gfx/album/metadata.xml4
3 files changed, 52 insertions, 2 deletions
diff --git a/media-gfx/album/ChangeLog b/media-gfx/album/ChangeLog
index 635cc371f6da..42d842414aef 100644
--- a/media-gfx/album/ChangeLog
+++ b/media-gfx/album/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-gfx/album
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/album/ChangeLog,v 1.33 2007/06/29 21:59:06 pylon Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/album/ChangeLog,v 1.34 2009/09/05 14:31:03 maekke Exp $
+
+*album-4.06 (05 Sep 2009)
+
+ 05 Sep 2009; Markus Meier <maekke@gentoo.org> +album-4.06.ebuild,
+ metadata.xml:
+ version bump by Andreas K. Huettel in bug #276838
29 Jun 2007; Lars Weiler <pylon@gentoo.org> album-4.02.ebuild:
Stable on ppc; bug #183549.
diff --git a/media-gfx/album/album-4.06.ebuild b/media-gfx/album/album-4.06.ebuild
new file mode 100644
index 000000000000..e7a919511406
--- /dev/null
+++ b/media-gfx/album/album-4.06.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/album/album-4.06.ebuild,v 1.1 2009/09/05 14:31:03 maekke Exp $
+
+DATA_URI="http://marginalhacks.com/bin/album.versions/data-4.05.tar.gz"
+DESCRIPTION="HTML photo album generator"
+HOMEPAGE="http://MarginalHacks.com/Hacks/album/"
+SRC_URI="http://marginalhacks.com/bin/album.versions/${P}.tar.gz
+ themes? ( ${DATA_URI} )
+ plugins? ( ${DATA_URI} )"
+
+LICENSE="marginalhacks"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
+IUSE="doc ffmpeg plugins themes"
+
+DEPEND="virtual/libc"
+RDEPEND="dev-lang/perl
+ media-gfx/imagemagick
+ media-gfx/jhead
+ ffmpeg? ( media-video/ffmpeg )"
+
+src_install() {
+ dobin album
+ doman album.1
+ dodoc License.txt
+ use doc && dohtml -r Docs/*
+
+ dodir /usr/share/album
+ insinto /usr/share/album
+ cd ..
+ doins -r lang
+ use themes && doins -r Themes
+ use plugins && doins -r plugins
+}
+
+pkg_postinst() {
+ elog "For some optional tools please browse:"
+ elog "http://MarginalHacks.com/Hacks/album/tools/"
+}
diff --git a/media-gfx/album/metadata.xml b/media-gfx/album/metadata.xml
index d90b5212c1be..780f65adabbd 100644
--- a/media-gfx/album/metadata.xml
+++ b/media-gfx/album/metadata.xml
@@ -5,4 +5,8 @@
<maintainer>
<email>graphics@gentoo.org</email>
</maintainer>
+<use>
+ <flag name="plugins">Install optional plugins</flag>
+ <flag name="themes">Install optional themes</flag>
+</use>
</pkgmetadata>