[arch-commits] Commit in libgpod/repos (3 files)

Jan de Groot jgc at archlinux.org
Fri May 1 13:45:50 UTC 2009


    Date: Friday, May 1, 2009 @ 09:45:50
  Author: jgc
Revision: 37413

Merged revisions 36930 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/libgpod/trunk

........
  r36930 | jgc | 2009-04-28 22:38:23 +0200 (Tue, 28 Apr 2009) | 1 line
  
  upgpkg: libgpod 0.7.2-1
........

Modified:
  libgpod/repos/extra-i686/	(properties)
  libgpod/repos/extra-i686/PKGBUILD
Deleted:
  libgpod/repos/extra-i686/add_string.patch

------------------+
 PKGBUILD         |   11 ++++-------
 add_string.patch |   11 -----------
 2 files changed, 4 insertions(+), 18 deletions(-)


Property changes on: libgpod/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /libgpod/trunk:1-36296
   + /libgpod/trunk:1-37412

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-05-01 13:28:51 UTC (rev 37412)
+++ extra-i686/PKGBUILD	2009-05-01 13:45:50 UTC (rev 37413)
@@ -3,23 +3,20 @@
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=libgpod
-pkgver=0.7.0
-pkgrel=2
+pkgver=0.7.2
+pkgrel=1
 pkgdesc="libgpod is 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')
 makedepends=('intltool' 'swig' 'docbook-xsl' 'pygobject')
 url="http://www.gtkpod.org/libgpod.html"
-source=(http://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.gz
-	add_string.patch)
+source=(http://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.gz)
 options=(!libtool)
-md5sums=('34eba68a6037e6b2feda20f46d1dbfb8'
-         '0accf863699c12ae538df9e70467df06')
+md5sums=('1ec69c3a19fb071b1639cdcaf68463c1')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np0 -i "${srcdir}/add_string.patch" || return 1
   ./configure --prefix=/usr || return 1
   make PREFIX=/usr || return 1
   make PREFIX=/usr DESTDIR="${pkgdir}" install || return 1

Deleted: extra-i686/add_string.patch
===================================================================
--- extra-i686/add_string.patch	2009-05-01 13:28:51 UTC (rev 37412)
+++ extra-i686/add_string.patch	2009-05-01 13:45:50 UTC (rev 37413)
@@ -1,11 +0,0 @@
---- tests/test-rebuild-db.cc	2007-06-02 10:56:58.000000000 +0200
-+++ tests/test-rebuild-db.cc_new	2008-03-29 12:38:23.000000000 +0100
-@@ -35,6 +35,8 @@
- #include <id3v2tag.h>
- #include <mpegfile.h>
- 
-+#include <string.h>
-+
- #include "itdb.h"
- 
- static char *




More information about the arch-commits mailing list