[arch-commits] Commit in rygel/repos (2 files)
Jan Steffens
heftig at archlinux.org
Sun Sep 27 17:25:00 UTC 2020
Date: Sunday, September 27, 2020 @ 17:24:59
Author: heftig
Revision: 396805
archrelease: copy trunk to gnome-unstable-x86_64
Added:
rygel/repos/gnome-unstable-x86_64/
rygel/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 396804, rygel/trunk/PKGBUILD)
----------+
PKGBUILD | 47 +++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)
Copied: rygel/repos/gnome-unstable-x86_64/PKGBUILD (from rev 396804, rygel/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2020-09-27 17:24:59 UTC (rev 396805)
@@ -0,0 +1,47 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=rygel
+pkgver=0.40.0
+pkgrel=1
+pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share audio, video and pictures, and control of media player on your home network"
+url="https://wiki.gnome.org/Projects/Rygel"
+arch=(x86_64)
+license=(LGPL)
+depends=(gupnp gupnp-av gupnp-dlna libgee gtk3 libunistring tracker3
+ libmediaart gst-editing-services)
+makedepends=(vala gobject-introspection git meson)
+optdepends=('gst-plugins-base: Extra media codecs'
+ 'gst-plugins-good: Extra media codecs'
+ 'gst-plugins-bad: Extra media codecs'
+ 'gst-plugins-ugly: Extra media codecs'
+ 'gst-libav: Extra media codecs'
+ 'tracker-miners: Share indexed media files')
+backup=(etc/rygel.conf)
+groups=(gnome)
+_commit=ad252e047d7c6d88435a460df335351e15b9300c # tags/rygel-0.40.0^0
+source=("git+https://gitlab.gnome.org/GNOME/rygel.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/^RYGEL//;s/^rygel-//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ arch-meson $pkgname build \
+ -D plugins=external,gst-launch,lms,media-export,mpris,playbin,ruih,tracker3
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+}
More information about the arch-commits
mailing list