Skip to content
Snippets Groups Projects
Commit d8387611 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

0.40.4-1

parent 5c3bd8f3
No related branches found
Tags 1-0.40.4-1
No related merge requests found
......@@ -2,7 +2,7 @@
# Contributor: Balló György <ballogyor+arch at gmail dot com>
pkgname=rygel
pkgver=0.40.3
pkgver=0.40.4
pkgrel=1
epoch=1
pkgdesc="UPnP AV MediaServer and MediaRenderer"
......@@ -21,22 +21,23 @@ optdepends=('gst-plugins-base: Extra media codecs'
'tumbler: Thumbnailing service')
backup=(etc/rygel.conf)
groups=(gnome)
_commit=2f6c64911bc8bf7ced81be22db905a66b30c2eb6 # tags/rygel-0.40.3^0
options=(debug)
_commit=d7ffde7f9ab6428782efce59d9755a30e8bfda8e # tags/rygel-0.40.4^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/r&/;s/-/+/g'
cd rygel
git describe --tags | sed 's/^rygel-//;s/[^-]*-g/r&/;s/-/+/g'
}
prepare() {
cd $pkgname
cd rygel
git cherry-pick -n d0410cccf6af55e16d3ba9400ad5e9f703313739
}
build() {
arch-meson $pkgname build
arch-meson rygel build
meson compile -C build
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment