Version bump

This commit is contained in:
2025-05-15 17:25:13 +02:00
parent 629aacb248
commit d90704805c
2 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,44 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit gnome2-utils meson xdg
COMMIT=6264c9bfa71c961fd0868a2c4976845699760ed7
DESCRIPTION="The raw picture to jpg processor"
HOMEPAGE="https://gitlab.com/megapixels-org/postprocessd"
SRC_URI="https://gitlab.com/megapixels-org/postprocessd/-/archive/${COMMIT}/postprocessd-${COMMIT}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~arm64"
S="${WORKDIR}/postprocessd-${COMMIT}"
DEPEND="
dev-libs/libconfig
media-libs/opencv[contrib]
media-libs/libraw
media-libs/tiff
media-libs/libjpeg-turbo
media-libs/exiftool
"
RDEPEND="${DEPEND}"
BDEPEND=""
src_configure() {
meson_src_configure
}
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}