[arch-commits] Commit in taglib/trunk (PKGBUILD ape-idev2.patch)

Tom Gundersen tomegun at archlinux.org
Fri Sep 21 14:16:48 UTC 2012


    Date: Friday, September 21, 2012 @ 10:16:48
  Author: tomegun
Revision: 166903

upgpkg: taglib 1.8-1

bump to new version

Modified:
  taglib/trunk/PKGBUILD
Deleted:
  taglib/trunk/ape-idev2.patch

-----------------+
 PKGBUILD        |   12 +++++-------
 ape-idev2.patch |   12 ------------
 2 files changed, 5 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-09-21 13:45:45 UTC (rev 166902)
+++ PKGBUILD	2012-09-21 14:16:48 UTC (rev 166903)
@@ -1,11 +1,12 @@
 # $Id$
 # Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Ike Devolder <ike.devolder at gmail.com>
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=taglib
-pkgver=1.7.2
-pkgrel=2
+pkgver=1.8
+pkgrel=1
 pkgdesc="A Library for reading and editing the meta-data of several popular audio formats"
 arch=('i686' 'x86_64')
 url="http://developer.kde.org/~wheeler/taglib.html"
@@ -13,12 +14,11 @@
 depends=('sh' 'zlib' 'gcc-libs')
 makedepends=('cmake' 'pkg-config')
 options=('!libtool')
-source=("http://developer.kde.org/~wheeler/files/src/$pkgname-$pkgver.tar.gz"
-        'ape-idev2.patch')
+source=("https://github.com/downloads/$pkgname/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('dcb8bd1b756f2843e18b1fdf3aaeee15')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}"/ape-idev2.patch
 
   cd "${srcdir}"
   mkdir build
@@ -35,5 +35,3 @@
   cd "${srcdir}"/build
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('b0a9e797d3833fb933c7c3176de3d720'
-         'c7c165d99acf01456351ba39ff7056cb')

Deleted: ape-idev2.patch
===================================================================
--- ape-idev2.patch	2012-09-21 13:45:45 UTC (rev 166902)
+++ ape-idev2.patch	2012-09-21 14:16:48 UTC (rev 166903)
@@ -1,12 +0,0 @@
-diff -Nur taglib-1.7.orig/taglib/ape/apeproperties.cpp taglib-1.7/taglib/ape/apeproperties.cpp
---- taglib-1.7.orig/taglib/ape/apeproperties.cpp	2011-03-12 00:15:38.000000000 +1100
-+++ taglib-1.7/taglib/ape/apeproperties.cpp	2011-07-29 21:19:45.984345060 +1000
-@@ -137,7 +137,7 @@
-   long ID3v2OriginalSize = 0;
-   bool hasID3v2 = false;
-   if(ID3v2Location >= 0) {
--    ID3v2::Tag tag(d->file, ID3v2Location, 0);
-+    ID3v2::Tag tag(d->file, ID3v2Location);
-     ID3v2OriginalSize = tag.header()->completeTagSize();
-     if(tag.header()->tagSize() > 0)
-       hasID3v2 = true;




More information about the arch-commits mailing list