diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-04-03 21:36:24 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-04-03 21:36:24 +0000 |
commit | 91b81f57ab8bcef7846c9831b5e19f9b19703dde (patch) | |
tree | fdc95e4efbe315d39a95dcbe345787a4e26ab620 | |
parent | Initial addition. (diff) | |
download | gentoo-2-91b81f57ab8bcef7846c9831b5e19f9b19703dde.tar.gz gentoo-2-91b81f57ab8bcef7846c9831b5e19f9b19703dde.tar.bz2 gentoo-2-91b81f57ab8bcef7846c9831b5e19f9b19703dde.zip |
Move from media-video/ffmpeg to virtual/ffmpeg. Bump to latest.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
-rw-r--r-- | media-gfx/album/ChangeLog | 10 | ||||
-rw-r--r-- | media-gfx/album/album-4.02.ebuild | 6 | ||||
-rw-r--r-- | media-gfx/album/album-4.06.ebuild | 6 | ||||
-rw-r--r-- | media-gfx/album/album-4.07.ebuild | 40 |
4 files changed, 54 insertions, 8 deletions
diff --git a/media-gfx/album/ChangeLog b/media-gfx/album/ChangeLog index 9c780a593be8..6fd0c44c5a7c 100644 --- a/media-gfx/album/ChangeLog +++ b/media-gfx/album/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-gfx/album -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/album/ChangeLog,v 1.35 2009/12/29 15:13:13 maekke Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/album/ChangeLog,v 1.36 2011/04/03 21:36:24 scarabeus Exp $ + +*album-4.07 (03 Apr 2011) + + 03 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> album-4.02.ebuild, + album-4.06.ebuild, +album-4.07.ebuild: + Move from media-video/ffmpeg to virtual/ffmpeg. Bump to latest. 29 Dec 2009; Markus Meier <maekke@gentoo.org> album-4.06.ebuild: make sure that all installed files are in ${S}, reported by flameeyes in diff --git a/media-gfx/album/album-4.02.ebuild b/media-gfx/album/album-4.02.ebuild index f4f242b3bf4c..a10da30a946d 100644 --- a/media-gfx/album/album-4.02.ebuild +++ b/media-gfx/album/album-4.02.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/album/album-4.02.ebuild,v 1.8 2009/09/23 15:10:06 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/album/album-4.02.ebuild,v 1.9 2011/04/03 21:36:24 scarabeus Exp $ DESCRIPTION="HTML photo album generator" HOMEPAGE="http://MarginalHacks.com/Hacks/album/" @@ -15,7 +15,7 @@ DEPEND="" RDEPEND="dev-lang/perl media-gfx/imagemagick media-gfx/jhead - ffmpeg? ( media-video/ffmpeg )" + ffmpeg? ( virtual/ffmpeg )" src_install() { dobin album diff --git a/media-gfx/album/album-4.06.ebuild b/media-gfx/album/album-4.06.ebuild index 8287914107b4..40113d01ac86 100644 --- a/media-gfx/album/album-4.06.ebuild +++ b/media-gfx/album/album-4.06.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 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.3 2009/12/29 15:13:13 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/album/album-4.06.ebuild,v 1.4 2011/04/03 21:36:24 scarabeus Exp $ DESCRIPTION="HTML photo album generator" HOMEPAGE="http://MarginalHacks.com/Hacks/album/" @@ -16,7 +16,7 @@ DEPEND="" RDEPEND="dev-lang/perl media-gfx/imagemagick media-gfx/jhead - ffmpeg? ( media-video/ffmpeg )" + ffmpeg? ( virtual/ffmpeg )" src_install() { dobin album diff --git a/media-gfx/album/album-4.07.ebuild b/media-gfx/album/album-4.07.ebuild new file mode 100644 index 000000000000..0fe68d75690c --- /dev/null +++ b/media-gfx/album/album-4.07.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/album/album-4.07.ebuild,v 1.1 2011/04/03 21:36:24 scarabeus Exp $ + +EAPI=4 + +DESCRIPTION="HTML photo album generator" +HOMEPAGE="http://MarginalHacks.com/Hacks/album/" +SRC_URI="http://marginalhacks.com/bin/album.versions/${P}.tar.gz + http://marginalhacks.com/bin/album.versions/data-4.05.tar.gz" + +LICENSE="marginalhacks" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86" +IUSE="doc ffmpeg plugins themes" + +DEPEND="" +RDEPEND="dev-lang/perl + media-gfx/imagemagick + media-gfx/jhead + ffmpeg? ( virtual/ffmpeg )" + +src_install() { + dobin album + doman album.1 + dodoc License.txt CHANGELOG + 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/" +} |