[arch-commits] CVS update of extra/lib/libgpod (PKGBUILD)

daniel at archlinux.org daniel at archlinux.org
Sat Mar 29 12:00:00 UTC 2008


    Date: Saturday, March 29, 2008 @ 08:00:00
  Author: daniel
    Path: /home/cvs-extra/extra/lib/libgpod

Modified: PKGBUILD (1.18 -> 1.19)

upgpkg: libgpod 0.6.0-2
    fixed FS#9623


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


Index: extra/lib/libgpod/PKGBUILD
diff -u extra/lib/libgpod/PKGBUILD:1.18 extra/lib/libgpod/PKGBUILD:1.19
--- extra/lib/libgpod/PKGBUILD:1.18	Tue Jan  8 10:31:09 2008
+++ extra/lib/libgpod/PKGBUILD	Sat Mar 29 07:59:59 2008
@@ -1,22 +1,25 @@
-# $Id: PKGBUILD,v 1.18 2008/01/08 15:31:09 daniel Exp $
-# Maintainer: Arjan Timmerman <arjan at soufly.nl>
+# $Id: PKGBUILD,v 1.19 2008/03/29 11:59:59 daniel Exp $
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=libgpod
 pkgver=0.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="libgpod is a shared library to access the contents of an iPod"
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('gtk2>=2.10.14' 'mutagen')
+depends=('gtk2>=2.10.14' 'mutagen' 'sg3_utils')
 makedepends=('perlxml' 'swig')
 url="http://www.gtkpod.org/libgpod.html"
-source=(http://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b44d8aee3f6610370b6faf61770c5f3c')
+source=(http://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.gz 
+	add_string.patch)
+md5sums=('b44d8aee3f6610370b6faf61770c5f3c'
+         '0accf863699c12ae538df9e70467df06')
 options=(!libtool)
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
+  patch -Np0 -i ../add_string.patch || return 1
   ./configure --prefix=/usr
   make PREFIX=/usr || return 1
   make PREFIX=/usr DESTDIR=${startdir}/pkg install || return 1




More information about the arch-commits mailing list