From e476d48b9e3969f66b8e5ea53a6de9b277b1d4d7 Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Fri, 1 Jul 2011 12:55:49 +1000 Subject: [PATCH] taglib: 1.6.3 -> 1.7 --- taglib/.footprint | 15 +++++++++------ taglib/.md5sum | 2 +- taglib/Pkgfile | 18 +++++++++--------- 3 files changed, 19 insertions(+), 16 deletions(-) diff --git a/taglib/.footprint b/taglib/.footprint index 5004da4fa..1f49a03ad 100644 --- a/taglib/.footprint +++ b/taglib/.footprint @@ -5,11 +5,14 @@ drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/taglib/ -rw-r--r-- root/root usr/include/taglib/aifffile.h -rw-r--r-- root/root usr/include/taglib/aiffproperties.h +-rw-r--r-- root/root usr/include/taglib/apefile.h -rw-r--r-- root/root usr/include/taglib/apefooter.h -rw-r--r-- root/root usr/include/taglib/apeitem.h +-rw-r--r-- root/root usr/include/taglib/apeproperties.h -rw-r--r-- root/root usr/include/taglib/apetag.h -rw-r--r-- root/root usr/include/taglib/asfattribute.h -rw-r--r-- root/root usr/include/taglib/asffile.h +-rw-r--r-- root/root usr/include/taglib/asfpicture.h -rw-r--r-- root/root usr/include/taglib/asfproperties.h -rw-r--r-- root/root usr/include/taglib/asftag.h -rw-r--r-- root/root usr/include/taglib/attachedpictureframe.h @@ -17,6 +20,8 @@ drwxr-xr-x root/root usr/include/taglib/ -rw-r--r-- root/root usr/include/taglib/commentsframe.h -rw-r--r-- root/root usr/include/taglib/fileref.h -rw-r--r-- root/root usr/include/taglib/flacfile.h +-rw-r--r-- root/root usr/include/taglib/flacmetadatablock.h +-rw-r--r-- root/root usr/include/taglib/flacpicture.h -rw-r--r-- root/root usr/include/taglib/flacproperties.h -rw-r--r-- root/root usr/include/taglib/generalencapsulatedobjectframe.h -rw-r--r-- root/root usr/include/taglib/id3v1genres.h @@ -79,12 +84,10 @@ drwxr-xr-x root/root usr/include/taglib/ -rw-r--r-- root/root usr/include/taglib/xingheader.h -rw-r--r-- root/root usr/include/taglib/xiphcomment.h drwxr-xr-x root/root usr/lib/ --rwxr-xr-x root/root usr/lib/libtag.la -lrwxrwxrwx root/root usr/lib/libtag.so -> libtag.so.1.9.0 -lrwxrwxrwx root/root usr/lib/libtag.so.1 -> libtag.so.1.9.0 --rwxr-xr-x root/root usr/lib/libtag.so.1.9.0 --rwxr-xr-x root/root usr/lib/libtag_c.la -lrwxrwxrwx root/root usr/lib/libtag_c.so -> libtag_c.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libtag.so -> libtag.so.1 +lrwxrwxrwx root/root usr/lib/libtag.so.1 -> libtag.so.1.7.0 +-rwxr-xr-x root/root usr/lib/libtag.so.1.7.0 +lrwxrwxrwx root/root usr/lib/libtag_c.so -> libtag_c.so.0 lrwxrwxrwx root/root usr/lib/libtag_c.so.0 -> libtag_c.so.0.0.0 -rwxr-xr-x root/root usr/lib/libtag_c.so.0.0.0 drwxr-xr-x root/root usr/lib/pkgconfig/ diff --git a/taglib/.md5sum b/taglib/.md5sum index e215440e8..3f77ad16e 100644 --- a/taglib/.md5sum +++ b/taglib/.md5sum @@ -1 +1 @@ -ddf02f4e1d2dc30f76734df806e613eb taglib-1.6.3.tar.gz +6a7e312668f153fa905a81714aebc257 taglib-1.7.tar.gz diff --git a/taglib/Pkgfile b/taglib/Pkgfile index 4b6fccd8a..6ee4a4c11 100644 --- a/taglib/Pkgfile +++ b/taglib/Pkgfile @@ -1,22 +1,22 @@ # Description: Library to read and edit the meta-data of popular audio formats. -# URL: http://ktown.kde.org/~wheeler/taglib.html +# URL: http://developer.kde.org/~wheeler/taglib.html # Maintainer: Danny Rawlins, monster dot romster at gmail dot com # Packager: Mark Rosenstand, mark at borkware dot net +# Depends on: cmake name=taglib -version=1.6.3 +version=1.7 release=1 -source=(http://ktown.kde.org/~wheeler/files/src/$name-$version.tar.gz) +source=(http://developer.kde.org/~wheeler/files/src/$name-$version.tar.gz) build() { cd $name-$version - ./configure \ - --prefix=/usr \ - --disable-dependency-tracking \ - --enable-new-ldflags \ - --enable-mp4 \ - --enable-asf + cmake \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_RELEASE_TYPE=Release \ + -DWITH_MP4=ON \ + -DWITH_ASF=ON . make make DESTDIR=$PKG install