[arch-commits] Commit in grilo-plugins/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Fri Feb 14 17:08:42 UTC 2020
Date: Friday, February 14, 2020 @ 17:08:41
Author: heftig
Revision: 375603
archrelease: copy trunk to extra-x86_64
Added:
grilo-plugins/repos/extra-x86_64/PKGBUILD
(from rev 375598, grilo-plugins/trunk/PKGBUILD)
Deleted:
grilo-plugins/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 85 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 43 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-14 17:08:41 UTC (rev 375602)
+++ PKGBUILD 2020-02-14 17:08:41 UTC (rev 375603)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=grilo-plugins
-pkgver=0.3.10
-pkgrel=1
-pkgdesc="A collection of plugins for the Grilo framework"
-url="https://gitlab.gnome.org/GNOME/grilo-plugins"
-arch=(x86_64)
-license=(LGPL)
-depends=(grilo lua libmediaart libgdata tracker gom libdmapsharing chromaprint gst-plugins-bad
- gmime3)
-makedepends=(git meson gperf yelp-tools)
-checkdepends=(gst-plugins-good gst-plugins-base)
-optdepends=('dleyna-server: DLNA plugin'
- 'tracker-miners: Tracker plugin')
-groups=(gnome)
-_commit=a6330af7d607a6a20364ec2924ad152d16c50cf2 # tags/grilo-plugins-0.3.10^0
-source=("git+https://gitlab.gnome.org/GNOME/grilo-plugins.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/^grilo-plugins-//;s/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-}
-
-build() {
- arch-meson $pkgname build
- ninja -C build
-}
-
-check() {
- # Unreliable tests using websites...
- meson test -C build --print-errorlogs || :
-}
-
-package() {
- DESTDIR="$pkgdir" meson install -C build
-}
Copied: grilo-plugins/repos/extra-x86_64/PKGBUILD (from rev 375598, grilo-plugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-02-14 17:08:41 UTC (rev 375603)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=grilo-plugins
+pkgver=0.3.11
+pkgrel=1
+pkgdesc="A collection of plugins for the Grilo framework"
+url="https://gitlab.gnome.org/GNOME/grilo-plugins"
+arch=(x86_64)
+license=(LGPL)
+depends=(grilo lua libmediaart libgdata tracker gom libdmapsharing chromaprint
+ gst-plugins-bad gmime3)
+makedepends=(git meson gperf yelp-tools)
+checkdepends=(gst-plugins-good gst-plugins-base)
+optdepends=('dleyna-server: DLNA plugin'
+ 'tracker-miners: Tracker plugin')
+groups=(gnome)
+_commit=5c63a677330ae23bca83a0e0e92480a1e1f47701 # tags/grilo-plugins-0.3.11^0
+source=("git+https://gitlab.gnome.org/GNOME/grilo-plugins.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/^grilo-plugins-//;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ arch-meson $pkgname build
+ ninja -C build
+}
+
+check() {
+ # Unreliable tests using websites...
+ meson test -C build --print-errorlogs || :
+}
+
+package() {
+ depends+=(libgr{ilo,lnet,lpls}-0.3.so)
+ DESTDIR="$pkgdir" meson install -C build
+}
More information about the arch-commits
mailing list