summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2005-09-03 15:17:16 +0000
committerRenat Lumpau <rl03@gentoo.org>2005-09-03 15:17:16 +0000
commit1dc8f0fbb7e7aaf68698847c05efb28b7a55888d (patch)
tree526f022958e570ded1e3e8c73c7d7e2fb20a52a2 /www-apps
parentdev-libs/DirectFB-extra stable on ppc. (diff)
downloadgentoo-2-1dc8f0fbb7e7aaf68698847c05efb28b7a55888d.tar.gz
gentoo-2-1dc8f0fbb7e7aaf68698847c05efb28b7a55888d.tar.bz2
gentoo-2-1dc8f0fbb7e7aaf68698847c05efb28b7a55888d.zip
Added ffmpeg support to gallery2
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/gallery/ChangeLog5
-rw-r--r--www-apps/gallery/Manifest12
-rw-r--r--www-apps/gallery/gallery-2.0_rc2.ebuild5
3 files changed, 8 insertions, 14 deletions
diff --git a/www-apps/gallery/ChangeLog b/www-apps/gallery/ChangeLog
index c5426a36e900..3e037464d8c6 100644
--- a/www-apps/gallery/ChangeLog
+++ b/www-apps/gallery/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-apps/gallery
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.26 2005/09/03 15:10:14 rl03 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.27 2005/09/03 15:17:16 rl03 Exp $
+
+ 03 Sep 2005; Renat Lumpau <rl03@gentoo.org> gallery-2.0_rc2.ebuild:
+ Added ffmpeg support to gallery2
*gallery-1.5_p1 (03 Sep 2005)
diff --git a/www-apps/gallery/Manifest b/www-apps/gallery/Manifest
index 518046b41c95..e20e6a406775 100644
--- a/www-apps/gallery/Manifest
+++ b/www-apps/gallery/Manifest
@@ -1,11 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 c4b6df2d9376a4dd23b0b238718355ea gallery-2.0_rc1.ebuild 983
MD5 7ce5a80546a565a228721fe5474e30fd gallery-1.5.1_rc3.ebuild 990
MD5 b626cbd77364788a21d780de41d9120c gallery-1.4.4_p6.ebuild 1230
MD5 971a5043eea1b38d6664c0003a7b80bb gallery-1.5_p1.ebuild 986
-MD5 d0961ca68d6acf240f22b149c98fbc20 gallery-2.0_rc2.ebuild 983
+MD5 73b72a440aa9dc2f36440e6685829090 gallery-2.0_rc2.ebuild 1022
MD5 d6f08c044edf752df1edf8ffd140ad5c ChangeLog 7786
MD5 c339473e0ff43da76eb2f2607c441921 metadata.xml 280
MD5 b5b25ae1ec1197b04501dba4bcb91536 files/digest-gallery-1.5.1_rc3 70
@@ -15,10 +12,3 @@ MD5 411fcddae2e05639e626051d31f019c7 files/digest-gallery-2.0_rc1 74
MD5 86e13454ea6b25fc8bb1fb70dd296e01 files/digest-gallery-2.0_rc2 74
MD5 d8aa1a55fbfe46c99088bb0c360794f2 files/postinstall-en2.txt 770
MD5 60f82816cecf216b054f0e889324bcde files/digest-gallery-1.5_p1 68
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFDGbzqEzitwsaoONoRAnqGAKClP9y7/AerhQk8tPeEPz8uEKzGUQCgjxeM
-Cxm63CZu220OXjLtmtdDmkk=
-=OKeB
------END PGP SIGNATURE-----
diff --git a/www-apps/gallery/gallery-2.0_rc2.ebuild b/www-apps/gallery/gallery-2.0_rc2.ebuild
index 56d8afc0ba21..02698454ea36 100644
--- a/www-apps/gallery/gallery-2.0_rc2.ebuild
+++ b/www-apps/gallery/gallery-2.0_rc2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.0_rc2.ebuild,v 1.1 2005/08/24 21:53:47 rl03 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.0_rc2.ebuild,v 1.2 2005/09/03 15:17:16 rl03 Exp $
inherit webapp
@@ -12,12 +12,13 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}-full.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
-IUSE="gd imagemagick netpbm mysql postgres"
+IUSE="ffmpeg gd imagemagick netpbm mysql postgres"
RDEPEND="virtual/httpd-php
>=media-gfx/jhead-1.6
app-arch/unzip
media-libs/jpeg
+ ffmpeg? ( media-video/ffmpeg )
gd? ( >=media-libs/gd-2 )
netpbm? ( >=media-libs/netpbm-9.12 )
imagemagick? ( >=media-gfx/imagemagick-5.4.9.1-r1 )