[arch-commits] Commit in grilo-plugins/repos (4 files)

Ionut Biru ibiru at archlinux.org
Mon Apr 23 09:07:54 UTC 2012


    Date: Monday, April 23, 2012 @ 05:07:54
  Author: ibiru
Revision: 156867

db-move: moved grilo-plugins from [testing] to [extra] (x86_64)

Added:
  grilo-plugins/repos/extra-x86_64/PKGBUILD
    (from rev 156695, grilo-plugins/repos/testing-x86_64/PKGBUILD)
  grilo-plugins/repos/extra-x86_64/tracker-0.14.patch
    (from rev 156695, grilo-plugins/repos/testing-x86_64/tracker-0.14.patch)
Deleted:
  grilo-plugins/repos/extra-x86_64/PKGBUILD
  grilo-plugins/repos/testing-x86_64/

--------------------+
 PKGBUILD           |   82 ++++++++++++++++++++++++++-------------------------
 tracker-0.14.patch |   32 +++++++++++++++++++
 2 files changed, 75 insertions(+), 39 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-04-23 09:07:52 UTC (rev 156866)
+++ extra-x86_64/PKGBUILD	2012-04-23 09:07:54 UTC (rev 156867)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
-
-pkgname=grilo-plugins
-pkgver=0.1.18
-pkgrel=2
-pkgdesc="Plugins for Grilo"
-url="http://www.gnome.org"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('grilo')
-makedepends=('gupnp-av' 'libgdata' 'libquvi' 'sqlite3' 'gmime' 'libgcrypt'
-             'rest' 'libtracker-sparql')
-optdepends=('gupnp-av: uPnP plugin'
-            'libgdata: Youtube plugin'
-            'libquvi: Youtube plugin'
-            'sqlite3: Podcasts plugin'
-            'gmime: Podcasts plugin'
-            'sqlite3: Bookmarks plugin'
-            'sqlite3: Metadata store plugin'
-            'libgcrypt: Vimeo plugin'
-            'rest: Blip.tv plugin'
-            'libtracker-sparql: Tracker plugin')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('7e382f402119f4f270380627a2f49b30a6c43a47ecd645bf5ffe4e0cd99a1c79')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
-    --enable-shoutcast
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: grilo-plugins/repos/extra-x86_64/PKGBUILD (from rev 156695, grilo-plugins/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-04-23 09:07:54 UTC (rev 156867)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=grilo-plugins
+pkgver=0.1.18
+pkgrel=3
+pkgdesc="Plugins for Grilo"
+url="http://www.gnome.org"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('grilo')
+makedepends=('gupnp-av' 'libgdata' 'libquvi' 'sqlite3' 'gmime' 'libgcrypt'
+             'rest' 'libtracker-sparql' 'gnome-common')
+optdepends=('gupnp-av: uPnP plugin'
+            'libgdata: Youtube plugin'
+            'libquvi: Youtube plugin'
+            'sqlite3: Podcasts plugin'
+            'gmime: Podcasts plugin'
+            'sqlite3: Bookmarks plugin'
+            'sqlite3: Metadata store plugin'
+            'libgcrypt: Vimeo plugin'
+            'rest: Blip.tv plugin'
+            'libtracker-sparql: Tracker plugin')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
+        tracker-0.14.patch)
+sha256sums=('7e382f402119f4f270380627a2f49b30a6c43a47ecd645bf5ffe4e0cd99a1c79'
+            'c48201ed1633e2b0eb5132ef823d7b060e9c2cddb808c6981fb546133cd4ea63')
+
+build() {
+  cd $pkgname-$pkgver
+  
+  patch -Np1 -i ../tracker-0.14.patch
+
+  gnome-autogen.sh --prefix=/usr --sysconfdir=/etc --disable-static \
+    --enable-shoutcast
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: grilo-plugins/repos/extra-x86_64/tracker-0.14.patch (from rev 156695, grilo-plugins/repos/testing-x86_64/tracker-0.14.patch)
===================================================================
--- extra-x86_64/tracker-0.14.patch	                        (rev 0)
+++ extra-x86_64/tracker-0.14.patch	2012-04-23 09:07:54 UTC (rev 156867)
@@ -0,0 +1,32 @@
+From 9e00790f40ee498a7359b00e0b11a7523fdd1b3e Mon Sep 17 00:00:00 2001
+From: Vincent Untz <vuntz at gnome.org>
+Date: Thu, 19 Jan 2012 09:30:28 +0000
+Subject: build: Support build against tracker 0.13/0.14
+
+https://bugzilla.gnome.org/show_bug.cgi?id=667855
+---
+diff --git a/configure.ac b/configure.ac
+index 1fd6743..71aceed 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -134,11 +134,17 @@ PKG_CHECK_MODULES(GMIME, gmime-2.6,
+                                                    HAVE_GMIME=yes,
+                                                    HAVE_GMIME=no)])
+ 
+-PKG_CHECK_MODULES(TRACKER_SPARQL, tracker-sparql-0.12,
++PKG_CHECK_MODULES(TRACKER_SPARQL, tracker-sparql-0.14,
+                                   HAVE_TRACKER_SPARQL=yes,
+                                   HAVE_TRACKER_SPARQL=no)
+ 
+ if test "x$HAVE_TRACKER_SPARQL" = "xno"; then
++   PKG_CHECK_MODULES(TRACKER_SPARQL, tracker-sparql-0.12,
++                                     HAVE_TRACKER_SPARQL=yes,
++                                     HAVE_TRACKER_SPARQL=no)
++fi
++
++if test "x$HAVE_TRACKER_SPARQL" = "xno"; then
+    PKG_CHECK_MODULES(TRACKER_SPARQL, tracker-sparql-0.11,
+                                      HAVE_TRACKER_SPARQL=yes,
+                                      HAVE_TRACKER_SPARQL=no)
+--
+cgit v0.9.0.2




More information about the arch-commits mailing list