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

Ionut Biru ibiru at archlinux.org
Thu May 27 17:57:27 UTC 2010


    Date: Thursday, May 27, 2010 @ 13:57:27
  Author: ibiru
Revision: 81258

upgpkg: libgpod 0.7.93-1
update to 0.7.93, added libimobile supported, enabled udev

Modified:
  libgpod/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-27 17:53:57 UTC (rev 81257)
+++ PKGBUILD	2010-05-27 17:57:27 UTC (rev 81258)
@@ -3,21 +3,22 @@
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=libgpod
-pkgver=0.7.2
+pkgver=0.7.93
 pkgrel=1
-pkgdesc="libgpod is a shared library to access the contents of an iPod"
+pkgdesc="A shared library to access the contents of an iPod"
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('gtk2>=2.16.1' 'mutagen' 'sg3_utils>=1.27')
+depends=('gtk2>=2.20.1' 'mutagen' 'sg3_utils>=1.27' 'libimobiledevice>=1.0.1')
 makedepends=('intltool' 'swig' 'docbook-xsl' 'pygobject')
-url="http://www.gtkpod.org/libgpod.html"
+url="http://www.gtkpod.org/libgpod/"
 source=(http://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.gz)
-options=(!libtool)
-md5sums=('1ec69c3a19fb071b1639cdcaf68463c1')
+options=('!libtool' '!emptydirs')
+md5sums=('7d8ce00d78de50cb2414260512201b46')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr || return 1
+  ./configure --prefix=/usr \
+      --enable-udev || return 1
   make PREFIX=/usr || return 1
   make PREFIX=/usr DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list