summaryrefslogtreecommitdiff
path: root/www-apps/gallery
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/gallery')
-rw-r--r--www-apps/gallery/Manifest3
-rw-r--r--www-apps/gallery/gallery-2.3.2.9999.ebuild10
-rw-r--r--www-apps/gallery/metadata.xml16
3 files changed, 23 insertions, 6 deletions
diff --git a/www-apps/gallery/Manifest b/www-apps/gallery/Manifest
index 618f5d5..bddc1b5 100644
--- a/www-apps/gallery/Manifest
+++ b/www-apps/gallery/Manifest
@@ -1,2 +1,3 @@
AUX postinstall-en2.txt 912 BLAKE2B fab025e4bc66a7e80b6f37f812c85bf235be55d364ece3b21a3318bd07cde75621613856b44e919768a32c05b1f5ff8139be55fdd475a5eda69399e14c8eb022 SHA512 fc66ccea1ef358b75ef0710a9a6b32e3b363d6588d70b69987041f46f5d04013d36113b3fca426f6a38d4d94e0ccfba637e56f91e41f62c492a8ad1fda64e408
-EBUILD gallery-2.3.2.9999.ebuild 1841 BLAKE2B ccc453cff3d8a5d14b23480d09de2651b64d75dd68c62489081e6a5de2e4119541b4bba5856410c570d49b1e7ac06cd2e27979358914e148a5102e643405379f SHA512 daeaa043398c6eacfd1b803fb1c7c58e525576703d03a5f12e1a8e81f8a529bf1051f6bc0e322d2497ab21aaca2442c1949289202056cd8e6b4c74d74bfc8e91
+EBUILD gallery-2.3.2.9999.ebuild 1875 BLAKE2B 3648ccd17cae097b7f2433c96aaeb095fb0649314e63c3ef341742a0ffbaa3a7518099225f6ba30f23e75993d7acf00b8363d56e7402c71ad7617a960c9f9673 SHA512 801fcac9c9cffbd0253bc46b6405196c20cd70292d7f01cd93f4e12e166b7fc734f1c74b4fa8fc786e38cbdc7d9e1d5522450505a1d794cab10b603705ee15cd
+MISC metadata.xml 575 BLAKE2B 8ecd49cf8fbbfae69383c8429e19b6aaa688d351643e69d7d7be6ee93ec94d790b366c18e5ee5992310b359c2ba0087be758062d0d02055d7e6ec2cd3c34fb7d SHA512 3b7dc114af0b699e4e824fd6d65df96d22e49ad378ae7b93a75f73027095c1aaea9b14344be93a94103d44e35ede95e8431965909443e96ca80b243b17cfb4ea
diff --git a/www-apps/gallery/gallery-2.3.2.9999.ebuild b/www-apps/gallery/gallery-2.3.2.9999.ebuild
index 9ae4850..765138e 100644
--- a/www-apps/gallery/gallery-2.3.2.9999.ebuild
+++ b/www-apps/gallery/gallery-2.3.2.9999.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
+EAPI=8
-inherit webapp eutils
+inherit webapp
DESCRIPTION="Web based (PHP Script) photo album viewer/creator"
-HOMEPAGE="http://galleryproject.org/"
+HOMEPAGE="http://galleryproject.org/ https://github.com/gregstoll/gallery2/"
LICENSE="GPL-2"
IUSE="ffmpeg +gd imagemagick +mysql netpbm postgres raw sqlite unzip zip"
@@ -24,7 +24,7 @@ case ${PV} in
esac
RDEPEND="raw? ( media-gfx/dcraw )
- ffmpeg? ( virtual/ffmpeg )
+ ffmpeg? ( media-video/ffmpeg )
imagemagick? ( || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] ) )
netpbm? ( media-libs/netpbm media-gfx/jhead )
unzip? ( app-arch/unzip )
diff --git a/www-apps/gallery/metadata.xml b/www-apps/gallery/metadata.xml
new file mode 100644
index 0000000..aaf3769
--- /dev/null
+++ b/www-apps/gallery/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>marcin.deranek@slonko.net</email>
+ <name>Marcin Deranek</name>
+ </maintainer>
+ <use>
+ <flag name="netpbm">Use Netpbm toolkit for manipulating of graphic images</flag>
+ <flag name="unzip">Add unzip support for archive upload module</flag>
+ </use>
+ <upstream>
+ <bugs-to>https://github.com/gregstoll/gallery2/issues</bugs-to>
+ <remote-id type="github">gregstoll/gallery2</remote-id>
+ </upstream>
+</pkgmetadata>