* update gupnp-dlna to 0.12.0-3

This commit is contained in:
Alexander Baldeck 2024-08-09 14:45:21 +02:00
parent 0646fd8a26
commit c962189b98
2 changed files with 24 additions and 3 deletions

22
gupnp-dlna/.SRCINFO Normal file
View File

@ -0,0 +1,22 @@
pkgbase = gupnp-dlna
pkgdesc = Library to ease DLNA-related bits for applications using gupnp
pkgver = 0.12.0
pkgrel = 3
url = https://wiki.gnome.org/Projects/GUPnP
arch = x86_64
license = LGPL
makedepends = gobject-introspection
makedepends = gtk-doc
makedepends = vala
makedepends = meson
makedepends = git
depends = gst-plugins-base-libs
source = git+https://gitlab.gnome.org/GNOME/gupnp-dlna.git#commit=cc09daae47ef0e030895edbeba58636c76f53b3d
sha256sums = SKIP
pkgname = gupnp-dlna
depends = gst-plugins-base-libs
depends = libglib-2.0.so
depends = libgobject-2.0.so
provides = libgupnp-dlna-2.0.so
provides = libgupnp-dlna-gst-2.0.so

View File

@ -4,14 +4,13 @@
pkgname=gupnp-dlna
pkgver=0.12.0
pkgrel=2
pkgrel=3
pkgdesc="Library to ease DLNA-related bits for applications using gupnp"
url="https://wiki.gnome.org/Projects/GUPnP"
arch=(x86_64 powerpc64le powerpc riscv64)
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
license=(LGPL)
depends=(gst-plugins-base-libs)
makedepends=(gobject-introspection gtk-doc vala meson git)
options=(debug)
_commit=cc09daae47ef0e030895edbeba58636c76f53b3d # tags/gupnp-dlna-0.12.0^0
source=("git+https://gitlab.gnome.org/GNOME/gupnp-dlna.git#commit=$_commit")
sha256sums=('SKIP')