This commit is contained in:
2024-05-21 14:44:46 +02:00
parent fee4fbae90
commit a2baf55f53
3 changed files with 275 additions and 122 deletions

View File

@@ -5,6 +5,7 @@ EAPI=7
inherit gnome2-utils meson xdg
COMMIT="6122062db5bed238cae5e65578470b10ff7ee535"
DESCRIPTION="A GTK3 camera application that knows how to deal with the media request api"
HOMEPAGE="https://gitlab.com/megapixels-org/Megapixels"
SRC_URI="https://gitlab.com/megapixels-org/Megapixels/-/archive/${PV}/${P}.tar.gz"
@@ -30,6 +31,8 @@ DEPEND="
RDEPEND="${DEPEND}"
BDEPEND=""
S="${WORKDIR}/Megapixels-${PV}-${COMMIT}"
src_configure() {
meson_src_configure
}