Updated deps

This commit is contained in:
2025-11-23 10:27:04 +01:00
parent bdc124ea50
commit aaf8fc6fbc
8 changed files with 0 additions and 532 deletions

View File

@@ -1 +0,0 @@
DIST postprocessd-7cc9a0390290c6d9b1600c7cdbcca89b98aeb3be.tar.gz 8756244 BLAKE2B 14302abefc26e117f75d70b421defc477199f3c2a3aebd58e604b8aafa30cb6f016b7189941cab5dedb397ab4cd522d46f68d63aa144e2cf5a1e9feb4307c17f SHA512 d0983a3fc8f386da12efd28bfbae41f1ca869f76554e4592957783895f36008a23e2407f596818e475cdd0ca155dbb2052c01b500336f0ce2bf6de7ea153aa12

View File

@@ -1,47 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit gnome2-utils meson xdg
COMMIT=7cc9a0390290c6d9b1600c7cdbcca89b98aeb3be
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
app-text/scdoc
>=media-libs/tiff-4.0.0
media-libs/libjpeg-turbo
media-libs/exiftool
media-libs/lensfun
media-libs/libexif
"
RDEPEND="${DEPEND}"
BDEPEND=""
src_configure() {
meson_src_configure
}
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}