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

Jan de Groot jgc at archlinux.org
Tue Apr 28 20:38:40 UTC 2009


    Date: Tuesday, April 28, 2009 @ 16:38:40
  Author: jgc
Revision: 36931

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

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

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

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


Property changes on: libgpod/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /libgpod/trunk:1-36299
   + /libgpod/trunk:1-36930

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-04-28 20:38:23 UTC (rev 36930)
+++ extra-x86_64/PKGBUILD	2009-04-28 20:38:40 UTC (rev 36931)
@@ -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-x86_64/add_string.patch
===================================================================
--- extra-x86_64/add_string.patch	2009-04-28 20:38:23 UTC (rev 36930)
+++ extra-x86_64/add_string.patch	2009-04-28 20:38:40 UTC (rev 36931)
@@ -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