Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / libdmapsharing
Commits:
390919b1 by Jan Alexander Steffens (heftig) at 2026-02-06T08:58:04+01:00
3.9.13-2: namcap fixes
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,20 +1,25 @@
pkgbase = libdmapsharing
pkgdesc = A library that implements the DMAP family of protocols
pkgver = 3.9.13
- pkgrel = 1
+ pkgrel = 2
url = https://www.flyn.org/projects/libdmapsharing/index.html
arch = x86_64
- license = LGPL2.1
+ license = LGPL-2.1-or-later
makedepends = git
+ makedepends = glib2-devel
makedepends = gobject-introspection
makedepends = gtk-doc
makedepends = vala
depends = avahi
depends = gdk-pixbuf2
+ depends = glib2
+ depends = glibc
depends = gst-plugins-base-libs
+ depends = gstreamer
depends = libsoup3
+ depends = zlib
provides = libdmapsharing-4.0.so
- source =
git+https://gitlab.gnome.org/GNOME/libdmapsharing.git#commit=9eadd4a2ab454201437612b54e7df760431d8e0b
- b2sums = SKIP
+ source =
git+https://gitlab.gnome.org/GNOME/libdmapsharing.git#tag=LIBDMAPSHARING_3_9_13
+ b2sums =
4df17a6e8b7b74ad527e4e7447414a34f021e647b1d7afabf21ec062deb8dd8083039639f5c488209442cbd19e0b318a0e0499a68e442ab326ad3d6d91e8f08d
pkgname = libdmapsharing
=====================================
.nvchecker.toml
=====================================
@@ -1,3 +1,6 @@
[libdmapsharing]
source = "git"
git = "https://gitlab.gnome.org/GNOME/libdmapsharing.git"
+prefix = "LIBDMAPSHARING_"
+from_pattern = '_'
+to_pattern = '.'
=====================================
PKGBUILD
=====================================
@@ -3,32 +3,31 @@
pkgname=libdmapsharing
pkgver=3.9.13
-pkgrel=1
+pkgrel=2
pkgdesc="A library that implements the DMAP family of protocols"
url="https://www.flyn.org/projects/libdmapsharing/index.html"
arch=(x86_64)
-license=(LGPL2.1)
+license=(LGPL-2.1-or-later)
depends=(
avahi
gdk-pixbuf2
+ glib2
+ glibc
gst-plugins-base-libs
+ gstreamer
libsoup3
+ zlib
)
makedepends=(
git
+ glib2-devel
gobject-introspection
gtk-doc
vala
)
provides=(libdmapsharing-4.0.so)
-_commit=9eadd4a2ab454201437612b54e7df760431d8e0b #
tags/LIBDMAPSHARING_3_9_13^0
-source=("git+https://gitlab.gnome.org/GNOME/libdmapsharing.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed
's/^LIBDMAPSHARING_//;s/_/./g;s/[^-]*-g/r&/;s/-/+/g'
-}
+source=("git+https://gitlab.gnome.org/GNOME/libdmapsharing.git#tag=LIBDMAPSHARING_${pkgver//./_}")
+b2sums=('4df17a6e8b7b74ad527e4e7447414a34f021e647b1d7afabf21ec062deb8dd8083039639f5c488209442cbd19e0b318a0e0499a68e442ab326ad3d6d91e8f08d')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libdmapsharing/-/commit/390919b16e1f2932c3d9146cd3d8eac33ed02e6f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libdmapsharing/-/commit/390919b16e1f2932c3d9146cd3d8eac33ed02e6f
You're receiving this email because of your account on gitlab.archlinux.org.