[arch-commits] Commit in totem-plparser/trunk (PKGBUILD)

Jan Steffens heftig at nymeria.archlinux.org
Mon Sep 23 19:27:05 UTC 2013


    Date: Monday, September 23, 2013 @ 21:27:05
  Author: heftig
Revision: 194847

readd quvi support

Modified:
  totem-plparser/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-23 19:24:43 UTC (rev 194846)
+++ PKGBUILD	2013-09-23 19:27:05 UTC (rev 194847)
@@ -4,13 +4,14 @@
 
 pkgname=totem-plparser
 pkgver=3.10.0
-pkgrel=1
+pkgrel=2
 url="http://www.gnome.org"
 pkgdesc="Totem playlist parser library"
 license=('LGPL')
 arch=(i686 x86_64)
 depends=('gmime' 'libsoup' 'libarchive')
-makedepends=('intltool' 'gobject-introspection')
+makedepends=('intltool' 'gobject-introspection' 'libquvi')
+optdepends=('libquvi: video site handling (Youtube etc.)')
 options=('!libtool')
 source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver%.*}/totem-pl-parser-$pkgver.tar.xz)
 sha256sums=('87eac3fdf2b632dfac0edda07906a3e84f1ce4442b8127394414020dafe41aa9')
@@ -17,10 +18,8 @@
 
 build() {
   cd totem-pl-parser-$pkgver
-  ./configure --prefix=/usr \
-      --sysconfdir=/etc \
-      --localstatedir=/var \
-      --disable-static
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+      --libexecdir=/usr/lib/$pkgname --disable-static
   make
 }
 




More information about the arch-commits mailing list