commit:     654507ca1d241925e7a8244e934d03288a2c0101
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 26 19:00:34 2024 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sat Jan 27 10:02:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=654507ca

media-gfx/geeqie: add 2.2

Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 media-gfx/geeqie/Manifest          |   2 +
 media-gfx/geeqie/geeqie-2.2.ebuild | 110 +++++++++++++++++++++++++++++++++++++
 2 files changed, 112 insertions(+)

diff --git a/media-gfx/geeqie/Manifest b/media-gfx/geeqie/Manifest
index 2b1c26d88543..7a17851089e8 100644
--- a/media-gfx/geeqie/Manifest
+++ b/media-gfx/geeqie/Manifest
@@ -1,2 +1,4 @@
 DIST geeqie-2.1-docs.tar.xz 333756 BLAKE2B 
2e569f4000befdaecebd6df9c94c59b8d9e05743343b1ba2ab647a228cc595b71369173cd0e7b798227a0843d493eb7d59be19b8259015239cfcdf8b5a40d339
 SHA512 
f1701e1f7550dc58d2d65f35da09284958b1d92f60568a8774831025525c835d2a03a48fd582052d3fca9cd2c15d935e30baf3f6599f624bf3dbccfeb606745d
 DIST geeqie-2.1.tar.xz 1800612 BLAKE2B 
60190532eb8830e12acf06e39046dd04ccf28ac5d3679f2063e6f6e102add0d398dfc70a57a758d0c16483d5314ec88cb56b54829103ad938b29ac1500f86fdc
 SHA512 
1812234d349536626433bbb7670cd45ef5ce328bf58f603af8eb4a01f7d3db2557d5a812714b12a9b49559aa1fe1c186ceddf2f632c2b303d64d36ad746a2d2f
+DIST geeqie-2.2-docs.tar.xz 356976 BLAKE2B 
3bca2815a6f177a2f38b9a66ff6fa95dba510aa2afb36d5d6c9f6841c0c1b25c4f9aad7d45ef57d911f0caa2a8499a06aba2ccaf7e279382bf4304c88f11ea13
 SHA512 
0f89995573b02e82c715dcdf4d71a309691885ad785f1297d2fee01aff00f2aed43c9cff6900bddfa1a727598934ba7bb0ced32b0c86c6f1a115271a8a81592a
+DIST geeqie-2.2.tar.xz 2169096 BLAKE2B 
fe7f21f5842ac7824ec37f0775d31e8dcd05934809f7bdd84d7dcb749d25976055050f42a8cea3cd414fb3c7e60055c9fa32b93cfef2af62de68f4d44af425c8
 SHA512 
7d03493b463a1949cbc5e377927abc4bc6fa62914e8cdddb30a832cb9c6caad579f5ba5bd2b8b0913b77063300c9c5ac1f7e671ddfb2ce18d8a8d0efcfb51dbe

diff --git a/media-gfx/geeqie/geeqie-2.2.ebuild 
b/media-gfx/geeqie/geeqie-2.2.ebuild
new file mode 100644
index 000000000000..c1bf5433b1fb
--- /dev/null
+++ b/media-gfx/geeqie/geeqie-2.2.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+LUA_COMPAT=( lua5-{3,4} )
+
+inherit lua-single meson optfeature xdg
+
+DESCRIPTION="A lightweight GTK image viewer forked from GQview"
+HOMEPAGE="http://www.geeqie.org";
+SRC_URI="https://github.com/BestImageViewer/${PN}/releases/download/v${PV}/${P}.tar.xz
+       https://dev.gentoo.org/~voyageur/distfiles/${P}-docs.tar.xz";
+# Doc build:
+# clone git at matching tag
+# mkdir build; ./gen_changelog.sh . build;
+# pandoc README.md -o build/README.html
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~x86"
+IUSE="debug djvu exif ffmpegthumbnailer heif jpeg jpeg2k jpegxl lcms lua map 
pdf raw spell tiff webp xmp zip"
+
+RDEPEND="gnome-extra/zenity
+       virtual/libintl
+       x11-libs/gtk+:3
+       djvu? ( app-text/djvu )
+       exif? ( >=media-gfx/exiv2-0.17:=[xmp?] )
+       ffmpegthumbnailer? ( media-video/ffmpegthumbnailer )
+       heif? ( >=media-libs/libheif-1.3.2 )
+       jpeg2k? ( >=media-libs/openjpeg-2.3.0:2= )
+       jpeg? ( media-libs/libjpeg-turbo:= )
+       jpegxl? ( >=media-libs/libjxl-0.3.7:= )
+       lcms? ( media-libs/lcms:2 )
+       lua? ( ${LUA_DEPS} )
+       map? ( media-libs/clutter-gtk
+               media-libs/libchamplain:0.12[gtk] )
+       pdf? ( >=app-text/poppler-0.62[cairo] )
+       raw? ( >=media-libs/libraw-0.20:= )
+       spell? ( app-text/gspell )
+       tiff? ( media-libs/tiff:= )
+       webp? ( gui-libs/gdk-pixbuf-loader-webp:= )
+       zip? ( >=app-arch/libarchive-3.4.0 )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+       || ( dev-util/xxdi app-editors/vim-core )
+       dev-util/glib-utils
+       sys-devel/gettext
+       virtual/pkgconfig"
+
+REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"
+
+pkg_setup() {
+       # Do not require setting LUA_SINGLE_TARGET if lua is not used
+       use lua && lua-single_pkg_setup
+}
+
+src_prepare() {
+       default
+
+       # Disable doc build - not useful most of the time per upstream
+       sed -e "/subdir('doc')/d" -i meson.build || die
+}
+
+src_configure() {
+       local emesonargs=(
+               -Dgq_helpdir="share/doc/${PF}"
+               -Dgq_htmldir="share/doc/${PF}/html"
+               $(meson_use debug)
+               $(meson_feature djvu)
+               $(meson_feature exif exiv2)
+               $(meson_feature ffmpegthumbnailer videothumbnailer)
+               $(meson_feature heif)
+               $(meson_feature jpeg)
+               $(meson_feature jpeg2k j2k)
+               $(meson_feature jpegxl)
+               $(meson_feature lcms cms)
+               $(meson_feature lua)
+               $(meson_feature map gps-map)
+               $(meson_feature pdf)
+               $(meson_feature raw libraw)
+               $(meson_feature spell)
+               $(meson_feature tiff)
+               $(meson_feature zip archive)
+       )
+
+       meson_src_configure
+}
+
+src_install() {
+       meson_src_install
+
+       # Manually generated ChangeLog
+       dodoc "${WORKDIR}"/${P}-docs/*
+
+       # The application needs access to some uncompressed doc files.
+       docompress -x /usr/share/doc/${PF}/AUTHORS
+       docompress -x /usr/share/doc/${PF}/ChangeLog
+       docompress -x /usr/share/doc/${PF}/README.md
+}
+
+pkg_postinst() {
+       xdg_pkg_postinst
+
+       optfeature "Camera import and tethered photography plugins" 
media-gfx/gphoto2
+       optfeature "Lens ID plugin" media-libs/exiftool
+       optfeature "Image crop plugin" "media-libs/exiftool 
media-gfx/imagemagick"
+       optfeature "Image rotate plugin (JPEG)" media-gfx/fbida
+       optfeature "Image rotate plugin (TIFF/PNG)" media-gfx/imagemagick
+       optfeature "Print preview functionality" app-text/evince
+}

Reply via email to