[arch-commits] Commit in dleyna-renderer/repos (2 files)

Jan Steffens heftig at gemini.archlinux.org
Mon Oct 25 20:09:14 UTC 2021


    Date: Monday, October 25, 2021 @ 20:09:13
  Author: heftig
Revision: 426555

archrelease: copy trunk to staging-x86_64

Added:
  dleyna-renderer/repos/staging-x86_64/
  dleyna-renderer/repos/staging-x86_64/PKGBUILD
    (from rev 426554, dleyna-renderer/trunk/PKGBUILD)

----------+
 PKGBUILD |   39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

Copied: dleyna-renderer/repos/staging-x86_64/PKGBUILD (from rev 426554, dleyna-renderer/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2021-10-25 20:09:13 UTC (rev 426555)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=dleyna-renderer
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="Library to discover and manipulate Digital Media Renderers"
+url="https://github.com/phako/dleyna-renderer"
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(dleyna-connector-dbus gupnp-av gupnp-dlna libsoup)
+makedepends=(git meson docbook-xsl)
+_commit=1c150810f7c307f1a8cdeea530bfeb97fd7f5d03  # tags/v0.7.1^0
+source=("git+https://github.com/phako/dleyna-renderer#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Fix parsing of empty DIDL response
+  git cherry-pick -n 92b53e1ba868c717227bdb60e9754ad37dae5cd0
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



More information about the arch-commits mailing list