This commit is contained in:
Gerben Jan Dijkman 2025-05-15 17:06:37 +02:00
parent e88171e81e
commit d9bcc6d9d9
2 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST libdng-0.2.1.tar.gz 939851 BLAKE2B 2c831acb7037f140ebc30773d07a0ee473d5a943e350ec3ca2008284459f336e4bd68d9f491e0e15a3cb06e4abfa60e10fb13bdba3ce7d0e2890b9d80f57d47d SHA512 9a2bee7f4d33dd087bfdfe744319edcbfd22dbc420c506dcb978974cbc6724141fa6ecc2ff5c6c43419d4bb8054e9ed97550590259c325887ec93fef68e17a83

View File

@ -0,0 +1,35 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit gnome2-utils meson xdg
DESCRIPTION="This is a library for making it easier to generate valid DNG files following the Adobe Digital Negative specification."
HOMEPAGE="https://gitlab.com/megapixels-org/libdng"
SRC_URI="https://gitlab.com/megapixels-org/libdng/-/archive/${PV}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~arm64"
DEPEND="
dev-libs/libconfig
"
RDEPEND="${DEPEND}"
BDEPEND=""
src_configure() {
meson_src_configure
}
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}