[arch-commits] Commit in grilo-plugins/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Wed Nov 19 10:16:24 UTC 2014


    Date: Wednesday, November 19, 2014 @ 11:16:24
  Author: jgc
Revision: 226385

upgpkg: grilo-plugins 0.2.14-0.1

Move dependencies from optdepends to depends (FS#42181), Update to git snapshot, fixes various bugs, including a crasher in dleyna plugin (FS#42838, FS#42667)

Modified:
  grilo-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |   29 ++++++++++-------------------
 1 file changed, 10 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-19 09:28:51 UTC (rev 226384)
+++ PKGBUILD	2014-11-19 10:16:24 UTC (rev 226385)
@@ -2,38 +2,29 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=grilo-plugins
-pkgver=0.2.13
-pkgrel=1
+pkgver=0.2.14
+pkgrel=0.1
 pkgdesc="Plugins for Grilo"
 url="http://www.gnome.org"
 arch=(i686 x86_64)
 license=(LGPL)
-depends=(grilo)
-makedepends=(libgdata gmime libtracker-sparql libdmapsharing json-glib intltool avahi itstool
-             libmediaart lua gom gnome-online-accounts)
-optdepends=('avahi: Freebox plugin'
-            'dleyna-server: DLNA plugin'
-            'gmime: Podcasts plugin'
-            'gnome-online-accounts: Flickr plugin'
-            'gom: Bookmarks plugin'
-            'json-glib: TMDb plugin'
-            'libdmapsharing: DMAP sharing plugin'
-            'libgdata: Youtube plugin'
-            'libmediaart: local-metadata plugin'
-            'lua: LUA factory plugin'
+depends=(grilo lua libmediaart libgdata libtracker-sparql gom libdmapsharing)
+makedepends=(intltool itstool gnome-common git yelp-tools)
+optdepends=('dleyna-server: DLNA plugin'
             'tracker: Tracker plugin')
 options=('!emptydirs')
 groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('a5544831ba81a4e7caea30da89874fd20142a362d389366e1113d0e64be51201')
+source=(git://git.gnome.org/grilo-plugins#commit=e382c86ef4be39cb241a86c83d4c175af329c198)
+sha256sums=('SKIP')
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
   ./configure --prefix=/usr --sysconfdir=/etc --disable-static
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list