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

Jan de Groot jgc at nymeria.archlinux.org
Thu Sep 19 18:49:41 UTC 2013


    Date: Thursday, September 19, 2013 @ 20:49:41
  Author: jgc
Revision: 194615

upgpkg: totem-plparser 3.9.92-1

Disable quvi support: we need a development version for this. Besides, upstream says license is incompatible and all linking to libquvi has been eleminated by calling out to the binary instead

Modified:
  totem-plparser/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-19 18:44:39 UTC (rev 194614)
+++ PKGBUILD	2013-09-19 18:49:41 UTC (rev 194615)
@@ -3,17 +3,17 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=totem-plparser
-pkgver=3.4.5
+pkgver=3.9.92
 pkgrel=1
 url="http://www.gnome.org"
 pkgdesc="Totem playlist parser library"
 license=('LGPL')
 arch=(i686 x86_64)
-depends=('gmime' 'libsoup' 'libarchive' 'libquvi')
+depends=('gmime' 'libsoup' 'libarchive')
 makedepends=('intltool' 'gobject-introspection')
 options=('!libtool')
 source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver%.*}/totem-pl-parser-$pkgver.tar.xz)
-sha256sums=('a573e078692b48895cb5b041385b2760d63e2ee496c8d499eccfa942e7c79f89')
+sha256sums=('9c1deace65e617190ef21bfef5767b78896be3f33acad76b96d235af154f8c30')
 
 build() {
   cd totem-pl-parser-$pkgver




More information about the arch-commits mailing list