[arch-commits] Commit in libdmapsharing/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Sat Aug 6 21:01:01 UTC 2022


    Date: Saturday, August 6, 2022 @ 21:01:01
  Author: heftig
Revision: 452363

archrelease: copy trunk to extra-x86_64

Added:
  libdmapsharing/repos/extra-x86_64/PKGBUILD
    (from rev 452362, libdmapsharing/trunk/PKGBUILD)
Deleted:
  libdmapsharing/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   75 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-06 21:00:51 UTC (rev 452362)
+++ PKGBUILD	2022-08-06 21:01:01 UTC (rev 452363)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=libdmapsharing
-pkgver=2.9.39
-pkgrel=3
-pkgdesc="A library that implements the DMAP family of protocols"
-arch=(x86_64)
-url="https://www.flyn.org/projects/libdmapsharing/index.html"
-license=(LGPL2.1)
-depends=(libsoup avahi gst-plugins-base-libs gdk-pixbuf2)
-makedepends=(git gtk-doc gobject-introspection)
-_commit=b5af68774d432bbf44ffa552df26665dce1cc155  # tags/LIBDMAPSHARING_2_9_39^0
-source=("git+https://gitlab.gnome.org/GNOME/libdmapsharing.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^LIBDMAPSHARING_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --with-mdns=avahi --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libdmapsharing/repos/extra-x86_64/PKGBUILD (from rev 452362, libdmapsharing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-06 21:01:01 UTC (rev 452363)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libdmapsharing
+pkgver=2.9.41
+pkgrel=1
+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)
+depends=(libsoup avahi gst-plugins-base-libs gdk-pixbuf2)
+makedepends=(git gtk-doc gobject-introspection check vala)
+options=(debug)
+_commit=ecee3cc737d748d45ef4524b2c19a0fdf7c73804  # tags/LIBDMAPSHARING_2_9_41^0
+source=("git+https://gitlab.gnome.org/GNOME/libdmapsharing.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^LIBDMAPSHARING_//;s/_/./g;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --with-mdns=avahi --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list