Added PPP packages agian

This commit is contained in:
2024-05-18 19:13:56 +02:00
parent 0075079246
commit e363beceb7
50 changed files with 1854 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST libmegapixels-0.1.0.tar.gz 17906 BLAKE2B 52f874c6b8068aae86970a6b4d3116a435f1245ea0dec574c5eba858612c6bc3dcfa3ac8ea33af80b93986194cd5f47110be43d7d910ef55944c710b1cdce70e SHA512 38bcb4110c70e1118a7e95087e3ab7ec25302658da8df43d1de8d64a3b1cb2c7362c3551e254bb9fff426c41d69f893d38eb705ac65c5fb554ed06d4fa16088a

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="A GTK3 camera application that knows how to deal with the media request api"
HOMEPAGE="https://gitlab.com/megapixels-org/libmegapixels"
SRC_URI="https://gitlab.com/megapixels-org/libmegapixels/-/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
}

View File

@@ -0,0 +1,8 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gjdijkman@gjdwebserver.nl</email>
<name>Gerben Jan Dijkman</name>
</maintainer>
</pkgmetadata>