[arch-commits] Commit in python2-tagpy/repos (10 files)

Stéphane Gaudreault stephane at nymeria.archlinux.org
Mon Jan 28 16:50:06 UTC 2013


    Date: Monday, January 28, 2013 @ 17:50:06
  Author: stephane
Revision: 83273

db-move: moved python2-tagpy from [community-testing] to [community] (i686, x86_64)

Added:
  python2-tagpy/repos/community-i686/PKGBUILD
    (from rev 83238, python2-tagpy/repos/community-testing-i686/PKGBUILD)
  python2-tagpy/repos/community-i686/taglib1.7.patch
    (from rev 83238, python2-tagpy/repos/community-testing-i686/taglib1.7.patch)
  python2-tagpy/repos/community-x86_64/PKGBUILD
    (from rev 83238, python2-tagpy/repos/community-testing-x86_64/PKGBUILD)
  python2-tagpy/repos/community-x86_64/taglib1.7.patch
    (from rev 83238, python2-tagpy/repos/community-testing-x86_64/taglib1.7.patch)
Deleted:
  python2-tagpy/repos/community-i686/PKGBUILD
  python2-tagpy/repos/community-i686/taglib1.7.patch
  python2-tagpy/repos/community-testing-i686/
  python2-tagpy/repos/community-testing-x86_64/
  python2-tagpy/repos/community-x86_64/PKGBUILD
  python2-tagpy/repos/community-x86_64/taglib1.7.patch

----------------------------------+
 community-i686/PKGBUILD          |   94 ++++++++++++++++++-------------------
 community-i686/taglib1.7.patch   |   74 ++++++++++++++---------------
 community-x86_64/PKGBUILD        |   94 ++++++++++++++++++-------------------
 community-x86_64/taglib1.7.patch |   74 ++++++++++++++---------------
 4 files changed, 168 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-01-28 16:50:04 UTC (rev 83272)
+++ community-i686/PKGBUILD	2013-01-28 16:50:06 UTC (rev 83273)
@@ -1,47 +0,0 @@
-# $Id$
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Callan Barrett <wizzomafizzo at gmail.com>
-# Contributor: Scott Horowitz <stonecrest at gmail.com>
-
-pkgname=python2-tagpy
-pkgver=0.94.8
-pkgrel=1
-pkgdesc="Python bindings for TagLib"
-arch=('i686' 'x86_64')
-url="http://pypi.python.org/pypi/tagpy"
-license=('MIT')
-depends=('python2' 'taglib' 'boost-libs')
-makedepends=('python2-distribute' 'boost')
-replaces=('tagpy')
-conflicts=('tagpy')
-source=("http://pypi.python.org/packages/source/t/tagpy/tagpy-$pkgver.tar.gz"
-        'taglib1.7.patch')
-md5sums=('6baff63318cf90b9bc5a2497a0597802'
-         '5b47cefe5fad98a093232256779da345')
-
-build() {
-  cd tagpy-${pkgver}
-
-  patch -p1 -i "${srcdir}"/taglib1.7.patch
-
-  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-    $(find . -name '*.py') 
- 
-  ./configure.py --taglib-lib-dir=/usr/lib/ \
-  	--taglib-inc-dir=/usr/include/taglib/ \
-	--boost-inc-dir=/usr/include/boost/ \
-	--boost-lib-dir=/usr/lib/ \
-	--boost-python-libname=boost_python
-  python2 setup.py build
-}
-
-package(){
-  cd tagpy-${pkgver}
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
-}
-
-check(){
-  cd tagpy-${pkgver}
-  python2 setup.py test
-}

Copied: python2-tagpy/repos/community-i686/PKGBUILD (from rev 83238, python2-tagpy/repos/community-testing-i686/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-01-28 16:50:06 UTC (rev 83273)
@@ -0,0 +1,47 @@
+# $Id$
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Callan Barrett <wizzomafizzo at gmail.com>
+# Contributor: Scott Horowitz <stonecrest at gmail.com>
+
+pkgname=python2-tagpy
+pkgver=0.94.8
+pkgrel=2
+pkgdesc="Python bindings for TagLib"
+arch=('i686' 'x86_64')
+url="http://pypi.python.org/pypi/tagpy"
+license=('MIT')
+depends=('python2' 'taglib' 'boost-libs')
+makedepends=('python2-distribute' 'boost')
+replaces=('tagpy')
+conflicts=('tagpy')
+source=("http://pypi.python.org/packages/source/t/tagpy/tagpy-$pkgver.tar.gz"
+        'taglib1.7.patch')
+md5sums=('6baff63318cf90b9bc5a2497a0597802'
+         '5b47cefe5fad98a093232256779da345')
+
+build() {
+  cd tagpy-${pkgver}
+
+  patch -p1 -i "${srcdir}"/taglib1.7.patch
+
+  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+    $(find . -name '*.py') 
+ 
+  ./configure.py --taglib-lib-dir=/usr/lib/ \
+  	--taglib-inc-dir=/usr/include/taglib/ \
+	--boost-inc-dir=/usr/include/boost/ \
+	--boost-lib-dir=/usr/lib/ \
+	--boost-python-libname=boost_python
+  python2 setup.py build
+}
+
+package(){
+  cd tagpy-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}
+
+check(){
+  cd tagpy-${pkgver}
+  python2 setup.py test
+}

Deleted: community-i686/taglib1.7.patch
===================================================================
--- community-i686/taglib1.7.patch	2013-01-28 16:50:04 UTC (rev 83272)
+++ community-i686/taglib1.7.patch	2013-01-28 16:50:06 UTC (rev 83273)
@@ -1,37 +0,0 @@
-From: Andreas Kloeckner <inform at tiker.net>
-Date: Tue, 25 Dec 2012 19:36:42 +0000 (+0100)
-Subject: Update tagpy for TagLib 1.7 compatibility. (patch by unknown Gentoo user, via Lars... 
-X-Git-Tag: v2013.1~6
-X-Git-Url: http://git.tiker.net/tagpy.git/commitdiff_plain/d0759c0ec7d24ae8d1af395a1032521eb00b4d1f?hp=c2801c31493f77d7c33d20fa20f0b298b0f322ef
-
-Update tagpy for TagLib 1.7 compatibility. (patch by unknown Gentoo user, via Lars Wendler)
----
-
-diff --git a/src/wrapper/id3.cpp b/src/wrapper/id3.cpp
-index a76f7ef..5c08ae1 100644
---- a/src/wrapper/id3.cpp
-+++ b/src/wrapper/id3.cpp
-@@ -79,6 +79,10 @@ namespace
-   MF_OL(setVolumeAdjustment, 1, 2);
-   MF_OL(setPeakVolume, 1, 2);
- 
-+  #if (TAGPY_TAGLIB_HEX_VERSION >= 0x10700)
-+    MF_OL(render, 0, 1)
-+  #endif
-+
-   // -------------------------------------------------------------
-   // MPEG
-   // -------------------------------------------------------------
-@@ -212,7 +216,11 @@ void exposeID3()
-       .DEF_SIMPLE_METHOD(removeFrame)
-       .DEF_SIMPLE_METHOD(removeFrames)
-       
--      .DEF_SIMPLE_METHOD(render)
-+      #if (TAGPY_TAGLIB_HEX_VERSION >= 0x10700)
-+        .DEF_OVERLOADED_METHOD(render, ByteVector (cl::*)(int) const)
-+      #else
-+        .DEF_SIMPLE_METHOD(render)
-+      #endif
-       ;
-   }
- 

Copied: python2-tagpy/repos/community-i686/taglib1.7.patch (from rev 83238, python2-tagpy/repos/community-testing-i686/taglib1.7.patch)
===================================================================
--- community-i686/taglib1.7.patch	                        (rev 0)
+++ community-i686/taglib1.7.patch	2013-01-28 16:50:06 UTC (rev 83273)
@@ -0,0 +1,37 @@
+From: Andreas Kloeckner <inform at tiker.net>
+Date: Tue, 25 Dec 2012 19:36:42 +0000 (+0100)
+Subject: Update tagpy for TagLib 1.7 compatibility. (patch by unknown Gentoo user, via Lars... 
+X-Git-Tag: v2013.1~6
+X-Git-Url: http://git.tiker.net/tagpy.git/commitdiff_plain/d0759c0ec7d24ae8d1af395a1032521eb00b4d1f?hp=c2801c31493f77d7c33d20fa20f0b298b0f322ef
+
+Update tagpy for TagLib 1.7 compatibility. (patch by unknown Gentoo user, via Lars Wendler)
+---
+
+diff --git a/src/wrapper/id3.cpp b/src/wrapper/id3.cpp
+index a76f7ef..5c08ae1 100644
+--- a/src/wrapper/id3.cpp
++++ b/src/wrapper/id3.cpp
+@@ -79,6 +79,10 @@ namespace
+   MF_OL(setVolumeAdjustment, 1, 2);
+   MF_OL(setPeakVolume, 1, 2);
+ 
++  #if (TAGPY_TAGLIB_HEX_VERSION >= 0x10700)
++    MF_OL(render, 0, 1)
++  #endif
++
+   // -------------------------------------------------------------
+   // MPEG
+   // -------------------------------------------------------------
+@@ -212,7 +216,11 @@ void exposeID3()
+       .DEF_SIMPLE_METHOD(removeFrame)
+       .DEF_SIMPLE_METHOD(removeFrames)
+       
+-      .DEF_SIMPLE_METHOD(render)
++      #if (TAGPY_TAGLIB_HEX_VERSION >= 0x10700)
++        .DEF_OVERLOADED_METHOD(render, ByteVector (cl::*)(int) const)
++      #else
++        .DEF_SIMPLE_METHOD(render)
++      #endif
+       ;
+   }
+ 

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-01-28 16:50:04 UTC (rev 83272)
+++ community-x86_64/PKGBUILD	2013-01-28 16:50:06 UTC (rev 83273)
@@ -1,47 +0,0 @@
-# $Id$
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Callan Barrett <wizzomafizzo at gmail.com>
-# Contributor: Scott Horowitz <stonecrest at gmail.com>
-
-pkgname=python2-tagpy
-pkgver=0.94.8
-pkgrel=1
-pkgdesc="Python bindings for TagLib"
-arch=('i686' 'x86_64')
-url="http://pypi.python.org/pypi/tagpy"
-license=('MIT')
-depends=('python2' 'taglib' 'boost-libs')
-makedepends=('python2-distribute' 'boost')
-replaces=('tagpy')
-conflicts=('tagpy')
-source=("http://pypi.python.org/packages/source/t/tagpy/tagpy-$pkgver.tar.gz"
-        'taglib1.7.patch')
-md5sums=('6baff63318cf90b9bc5a2497a0597802'
-         '5b47cefe5fad98a093232256779da345')
-
-build() {
-  cd tagpy-${pkgver}
-
-  patch -p1 -i "${srcdir}"/taglib1.7.patch
-
-  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-    $(find . -name '*.py') 
- 
-  ./configure.py --taglib-lib-dir=/usr/lib/ \
-  	--taglib-inc-dir=/usr/include/taglib/ \
-	--boost-inc-dir=/usr/include/boost/ \
-	--boost-lib-dir=/usr/lib/ \
-	--boost-python-libname=boost_python
-  python2 setup.py build
-}
-
-package(){
-  cd tagpy-${pkgver}
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
-}
-
-check(){
-  cd tagpy-${pkgver}
-  python2 setup.py test
-}

Copied: python2-tagpy/repos/community-x86_64/PKGBUILD (from rev 83238, python2-tagpy/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-01-28 16:50:06 UTC (rev 83273)
@@ -0,0 +1,47 @@
+# $Id$
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Callan Barrett <wizzomafizzo at gmail.com>
+# Contributor: Scott Horowitz <stonecrest at gmail.com>
+
+pkgname=python2-tagpy
+pkgver=0.94.8
+pkgrel=2
+pkgdesc="Python bindings for TagLib"
+arch=('i686' 'x86_64')
+url="http://pypi.python.org/pypi/tagpy"
+license=('MIT')
+depends=('python2' 'taglib' 'boost-libs')
+makedepends=('python2-distribute' 'boost')
+replaces=('tagpy')
+conflicts=('tagpy')
+source=("http://pypi.python.org/packages/source/t/tagpy/tagpy-$pkgver.tar.gz"
+        'taglib1.7.patch')
+md5sums=('6baff63318cf90b9bc5a2497a0597802'
+         '5b47cefe5fad98a093232256779da345')
+
+build() {
+  cd tagpy-${pkgver}
+
+  patch -p1 -i "${srcdir}"/taglib1.7.patch
+
+  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+    $(find . -name '*.py') 
+ 
+  ./configure.py --taglib-lib-dir=/usr/lib/ \
+  	--taglib-inc-dir=/usr/include/taglib/ \
+	--boost-inc-dir=/usr/include/boost/ \
+	--boost-lib-dir=/usr/lib/ \
+	--boost-python-libname=boost_python
+  python2 setup.py build
+}
+
+package(){
+  cd tagpy-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}
+
+check(){
+  cd tagpy-${pkgver}
+  python2 setup.py test
+}

Deleted: community-x86_64/taglib1.7.patch
===================================================================
--- community-x86_64/taglib1.7.patch	2013-01-28 16:50:04 UTC (rev 83272)
+++ community-x86_64/taglib1.7.patch	2013-01-28 16:50:06 UTC (rev 83273)
@@ -1,37 +0,0 @@
-From: Andreas Kloeckner <inform at tiker.net>
-Date: Tue, 25 Dec 2012 19:36:42 +0000 (+0100)
-Subject: Update tagpy for TagLib 1.7 compatibility. (patch by unknown Gentoo user, via Lars... 
-X-Git-Tag: v2013.1~6
-X-Git-Url: http://git.tiker.net/tagpy.git/commitdiff_plain/d0759c0ec7d24ae8d1af395a1032521eb00b4d1f?hp=c2801c31493f77d7c33d20fa20f0b298b0f322ef
-
-Update tagpy for TagLib 1.7 compatibility. (patch by unknown Gentoo user, via Lars Wendler)
----
-
-diff --git a/src/wrapper/id3.cpp b/src/wrapper/id3.cpp
-index a76f7ef..5c08ae1 100644
---- a/src/wrapper/id3.cpp
-+++ b/src/wrapper/id3.cpp
-@@ -79,6 +79,10 @@ namespace
-   MF_OL(setVolumeAdjustment, 1, 2);
-   MF_OL(setPeakVolume, 1, 2);
- 
-+  #if (TAGPY_TAGLIB_HEX_VERSION >= 0x10700)
-+    MF_OL(render, 0, 1)
-+  #endif
-+
-   // -------------------------------------------------------------
-   // MPEG
-   // -------------------------------------------------------------
-@@ -212,7 +216,11 @@ void exposeID3()
-       .DEF_SIMPLE_METHOD(removeFrame)
-       .DEF_SIMPLE_METHOD(removeFrames)
-       
--      .DEF_SIMPLE_METHOD(render)
-+      #if (TAGPY_TAGLIB_HEX_VERSION >= 0x10700)
-+        .DEF_OVERLOADED_METHOD(render, ByteVector (cl::*)(int) const)
-+      #else
-+        .DEF_SIMPLE_METHOD(render)
-+      #endif
-       ;
-   }
- 

Copied: python2-tagpy/repos/community-x86_64/taglib1.7.patch (from rev 83238, python2-tagpy/repos/community-testing-x86_64/taglib1.7.patch)
===================================================================
--- community-x86_64/taglib1.7.patch	                        (rev 0)
+++ community-x86_64/taglib1.7.patch	2013-01-28 16:50:06 UTC (rev 83273)
@@ -0,0 +1,37 @@
+From: Andreas Kloeckner <inform at tiker.net>
+Date: Tue, 25 Dec 2012 19:36:42 +0000 (+0100)
+Subject: Update tagpy for TagLib 1.7 compatibility. (patch by unknown Gentoo user, via Lars... 
+X-Git-Tag: v2013.1~6
+X-Git-Url: http://git.tiker.net/tagpy.git/commitdiff_plain/d0759c0ec7d24ae8d1af395a1032521eb00b4d1f?hp=c2801c31493f77d7c33d20fa20f0b298b0f322ef
+
+Update tagpy for TagLib 1.7 compatibility. (patch by unknown Gentoo user, via Lars Wendler)
+---
+
+diff --git a/src/wrapper/id3.cpp b/src/wrapper/id3.cpp
+index a76f7ef..5c08ae1 100644
+--- a/src/wrapper/id3.cpp
++++ b/src/wrapper/id3.cpp
+@@ -79,6 +79,10 @@ namespace
+   MF_OL(setVolumeAdjustment, 1, 2);
+   MF_OL(setPeakVolume, 1, 2);
+ 
++  #if (TAGPY_TAGLIB_HEX_VERSION >= 0x10700)
++    MF_OL(render, 0, 1)
++  #endif
++
+   // -------------------------------------------------------------
+   // MPEG
+   // -------------------------------------------------------------
+@@ -212,7 +216,11 @@ void exposeID3()
+       .DEF_SIMPLE_METHOD(removeFrame)
+       .DEF_SIMPLE_METHOD(removeFrames)
+       
+-      .DEF_SIMPLE_METHOD(render)
++      #if (TAGPY_TAGLIB_HEX_VERSION >= 0x10700)
++        .DEF_OVERLOADED_METHOD(render, ByteVector (cl::*)(int) const)
++      #else
++        .DEF_SIMPLE_METHOD(render)
++      #endif
+       ;
+   }
+ 




More information about the arch-commits mailing list