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

Jan de Groot jgc at archlinux.org
Tue Mar 3 08:48:24 UTC 2015


    Date: Tuesday, March 3, 2015 @ 09:48:24
  Author: jgc
Revision: 232450

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libgpod/repos/staging-i686/
  libgpod/repos/staging-i686/PKGBUILD
    (from rev 232449, libgpod/trunk/PKGBUILD)
  libgpod/repos/staging-i686/libgpod-0.8.2-pkgconfig_overlinking.patch
    (from rev 232449, libgpod/trunk/libgpod-0.8.2-pkgconfig_overlinking.patch)
  libgpod/repos/staging-i686/libgpod-fixswig.patch
    (from rev 232449, libgpod/trunk/libgpod-fixswig.patch)
  libgpod/repos/staging-x86_64/
  libgpod/repos/staging-x86_64/PKGBUILD
    (from rev 232449, libgpod/trunk/PKGBUILD)
  libgpod/repos/staging-x86_64/libgpod-0.8.2-pkgconfig_overlinking.patch
    (from rev 232449, libgpod/trunk/libgpod-0.8.2-pkgconfig_overlinking.patch)
  libgpod/repos/staging-x86_64/libgpod-fixswig.patch
    (from rev 232449, libgpod/trunk/libgpod-fixswig.patch)

----------------------------------------------------------+
 staging-i686/PKGBUILD                                    |   40 +++++++++++++
 staging-i686/libgpod-0.8.2-pkgconfig_overlinking.patch   |   11 +++
 staging-i686/libgpod-fixswig.patch                       |   14 ++++
 staging-x86_64/PKGBUILD                                  |   40 +++++++++++++
 staging-x86_64/libgpod-0.8.2-pkgconfig_overlinking.patch |   11 +++
 staging-x86_64/libgpod-fixswig.patch                     |   14 ++++
 6 files changed, 130 insertions(+)

Copied: libgpod/repos/staging-i686/PKGBUILD (from rev 232449, libgpod/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-03-03 08:48:24 UTC (rev 232450)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=libgpod
+pkgver=0.8.3
+pkgrel=4
+pkgdesc="A shared library to access the contents of an iPod"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'mutagen' 'sg3_utils' 'libimobiledevice' 'libplist')
+makedepends=('intltool' 'swig' 'docbook-xsl' 'pygobject2-devel' 'gtk-sharp-2')
+optdepends=('gtk-sharp-2: Mono bindings'
+            'python2-gobject2: python bindings')
+url="http://www.gtkpod.org/libgpod/"
+source=(http://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.bz2
+        libgpod-0.8.2-pkgconfig_overlinking.patch
+        libgpod-fixswig.patch)
+options=('!emptydirs')
+md5sums=('f8a0b7a34e768e33a708e8dd172bd6f8'
+         '234237b643e42a6e9dd3f5000f4cd26e'
+         'fb399cf847f21f3e315c01e14c79e815')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../libgpod-0.8.2-pkgconfig_overlinking.patch
+  patch -Np1 -i ../libgpod-fixswig.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-udev-dir=/usr/lib/udev \
+      --enable-udev --with-python=/usr/bin/python2
+  make PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+}

Copied: libgpod/repos/staging-i686/libgpod-0.8.2-pkgconfig_overlinking.patch (from rev 232449, libgpod/trunk/libgpod-0.8.2-pkgconfig_overlinking.patch)
===================================================================
--- staging-i686/libgpod-0.8.2-pkgconfig_overlinking.patch	                        (rev 0)
+++ staging-i686/libgpod-0.8.2-pkgconfig_overlinking.patch	2015-03-03 08:48:24 UTC (rev 232450)
@@ -0,0 +1,11 @@
+diff -up libgpod-0.8.2/libgpod-1.0.pc.in.pkgconfig_overlinking libgpod-0.8.2/libgpod-1.0.pc.in
+--- libgpod-0.8.2/libgpod-1.0.pc.in.pkgconfig_overlinking	2011-04-15 03:37:34.000000000 -0500
++++ libgpod-0.8.2/libgpod-1.0.pc.in	2012-08-10 13:53:00.294631805 -0500
+@@ -6,6 +6,6 @@ includedir=@includedir@
+ Name: libgpod
+ Description: A library to manipulate songs and playlists stored on an ipod
+ Version: @VERSION@
+-Requires: glib-2.0 >= 2.8.0 gobject-2.0 @GDKPIXBUF_REQ@ @LIBIMOBILEDEVICE_REQ@
++Requires.private: glib-2.0 >= 2.8.0 gobject-2.0 @GDKPIXBUF_REQ@ @LIBIMOBILEDEVICE_REQ@
+ Libs: -L${libdir} -lgpod
+ Cflags: -I${includedir}/gpod-1.0

Copied: libgpod/repos/staging-i686/libgpod-fixswig.patch (from rev 232449, libgpod/trunk/libgpod-fixswig.patch)
===================================================================
--- staging-i686/libgpod-fixswig.patch	                        (rev 0)
+++ staging-i686/libgpod-fixswig.patch	2015-03-03 08:48:24 UTC (rev 232450)
@@ -0,0 +1,14 @@
+--- libgpod-0.8.3/bindings/python/gpod.i.in	2015-02-12 08:43:11.058975384 +0100
++++ libgpod-0.8.3/bindings/python/gpod.i.in.orig	2015-02-12 08:44:08.185561253 +0100
+@@ -298,9 +298,11 @@ PyObject* sw_get_photo(GList *list, gint
+ %include "gpod_doc.i"
+ %include "@top_builddir@/config.h"
+ 
++/*
+ # be nicer to decode these utf8 strings into Unicode objects in the C
+ # layer. Here we are leaving it to the Python side, and just giving
+ # them utf8 encoded Strings.
++*/ 
+ typedef char gchar;
+ 
+ %typemap(in) time_t {

Copied: libgpod/repos/staging-x86_64/PKGBUILD (from rev 232449, libgpod/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-03-03 08:48:24 UTC (rev 232450)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=libgpod
+pkgver=0.8.3
+pkgrel=4
+pkgdesc="A shared library to access the contents of an iPod"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'mutagen' 'sg3_utils' 'libimobiledevice' 'libplist')
+makedepends=('intltool' 'swig' 'docbook-xsl' 'pygobject2-devel' 'gtk-sharp-2')
+optdepends=('gtk-sharp-2: Mono bindings'
+            'python2-gobject2: python bindings')
+url="http://www.gtkpod.org/libgpod/"
+source=(http://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.bz2
+        libgpod-0.8.2-pkgconfig_overlinking.patch
+        libgpod-fixswig.patch)
+options=('!emptydirs')
+md5sums=('f8a0b7a34e768e33a708e8dd172bd6f8'
+         '234237b643e42a6e9dd3f5000f4cd26e'
+         'fb399cf847f21f3e315c01e14c79e815')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../libgpod-0.8.2-pkgconfig_overlinking.patch
+  patch -Np1 -i ../libgpod-fixswig.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-udev-dir=/usr/lib/udev \
+      --enable-udev --with-python=/usr/bin/python2
+  make PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+}

Copied: libgpod/repos/staging-x86_64/libgpod-0.8.2-pkgconfig_overlinking.patch (from rev 232449, libgpod/trunk/libgpod-0.8.2-pkgconfig_overlinking.patch)
===================================================================
--- staging-x86_64/libgpod-0.8.2-pkgconfig_overlinking.patch	                        (rev 0)
+++ staging-x86_64/libgpod-0.8.2-pkgconfig_overlinking.patch	2015-03-03 08:48:24 UTC (rev 232450)
@@ -0,0 +1,11 @@
+diff -up libgpod-0.8.2/libgpod-1.0.pc.in.pkgconfig_overlinking libgpod-0.8.2/libgpod-1.0.pc.in
+--- libgpod-0.8.2/libgpod-1.0.pc.in.pkgconfig_overlinking	2011-04-15 03:37:34.000000000 -0500
++++ libgpod-0.8.2/libgpod-1.0.pc.in	2012-08-10 13:53:00.294631805 -0500
+@@ -6,6 +6,6 @@ includedir=@includedir@
+ Name: libgpod
+ Description: A library to manipulate songs and playlists stored on an ipod
+ Version: @VERSION@
+-Requires: glib-2.0 >= 2.8.0 gobject-2.0 @GDKPIXBUF_REQ@ @LIBIMOBILEDEVICE_REQ@
++Requires.private: glib-2.0 >= 2.8.0 gobject-2.0 @GDKPIXBUF_REQ@ @LIBIMOBILEDEVICE_REQ@
+ Libs: -L${libdir} -lgpod
+ Cflags: -I${includedir}/gpod-1.0

Copied: libgpod/repos/staging-x86_64/libgpod-fixswig.patch (from rev 232449, libgpod/trunk/libgpod-fixswig.patch)
===================================================================
--- staging-x86_64/libgpod-fixswig.patch	                        (rev 0)
+++ staging-x86_64/libgpod-fixswig.patch	2015-03-03 08:48:24 UTC (rev 232450)
@@ -0,0 +1,14 @@
+--- libgpod-0.8.3/bindings/python/gpod.i.in	2015-02-12 08:43:11.058975384 +0100
++++ libgpod-0.8.3/bindings/python/gpod.i.in.orig	2015-02-12 08:44:08.185561253 +0100
+@@ -298,9 +298,11 @@ PyObject* sw_get_photo(GList *list, gint
+ %include "gpod_doc.i"
+ %include "@top_builddir@/config.h"
+ 
++/*
+ # be nicer to decode these utf8 strings into Unicode objects in the C
+ # layer. Here we are leaving it to the Python side, and just giving
+ # them utf8 encoded Strings.
++*/ 
+ typedef char gchar;
+ 
+ %typemap(in) time_t {



More information about the arch-commits mailing list