summaryrefslogtreecommitdiff
path: root/taglib
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2016-05-11 23:36:42 +1000
committerDanny Rawlins <monster.romster@gmail.com>2016-05-11 23:36:42 +1000
commitfc0bdb6db35f382bf1107d2df48e8df61db32877 (patch)
treeaade08d500dd510dbec15a520765d8411d7d35ab /taglib
parent75a0263c0cffd275274ff67a2c24f8c2598bc32e (diff)
downloadopt-fc0bdb6db35f382bf1107d2df48e8df61db32877.tar.gz
opt-fc0bdb6db35f382bf1107d2df48e8df61db32877.tar.xz
taglib: 1.9.1 -> 1.11
Diffstat (limited to 'taglib')
-rw-r--r--taglib/.footprint9
-rw-r--r--taglib/.md5sum2
-rw-r--r--taglib/Pkgfile15
3 files changed, 17 insertions, 9 deletions
diff --git a/taglib/.footprint b/taglib/.footprint
index fabc229a5..6968a8e1d 100644
--- a/taglib/.footprint
+++ b/taglib/.footprint
@@ -17,7 +17,9 @@ drwxr-xr-x root/root usr/include/taglib/
-rw-r--r-- root/root usr/include/taglib/asftag.h
-rw-r--r-- root/root usr/include/taglib/attachedpictureframe.h
-rw-r--r-- root/root usr/include/taglib/audioproperties.h
+-rw-r--r-- root/root usr/include/taglib/chapterframe.h
-rw-r--r-- root/root usr/include/taglib/commentsframe.h
+-rw-r--r-- root/root usr/include/taglib/eventtimingcodesframe.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
@@ -58,6 +60,7 @@ drwxr-xr-x root/root usr/include/taglib/
-rw-r--r-- root/root usr/include/taglib/opusfile.h
-rw-r--r-- root/root usr/include/taglib/opusproperties.h
-rw-r--r-- root/root usr/include/taglib/ownershipframe.h
+-rw-r--r-- root/root usr/include/taglib/podcastframe.h
-rw-r--r-- root/root usr/include/taglib/popularimeterframe.h
-rw-r--r-- root/root usr/include/taglib/privateframe.h
-rw-r--r-- root/root usr/include/taglib/relativevolumeframe.h
@@ -66,6 +69,8 @@ drwxr-xr-x root/root usr/include/taglib/
-rw-r--r-- root/root usr/include/taglib/s3mproperties.h
-rw-r--r-- root/root usr/include/taglib/speexfile.h
-rw-r--r-- root/root usr/include/taglib/speexproperties.h
+-rw-r--r-- root/root usr/include/taglib/synchronizedlyricsframe.h
+-rw-r--r-- root/root usr/include/taglib/tableofcontentsframe.h
-rw-r--r-- root/root usr/include/taglib/tag.h
-rw-r--r-- root/root usr/include/taglib/tag_c.h
-rw-r--r-- root/root usr/include/taglib/taglib.h
@@ -105,8 +110,8 @@ drwxr-xr-x root/root usr/include/taglib/
-rw-r--r-- root/root usr/include/taglib/xmproperties.h
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libtag.so -> libtag.so.1
-lrwxrwxrwx root/root usr/lib/libtag.so.1 -> libtag.so.1.14.0
--rwxr-xr-x root/root usr/lib/libtag.so.1.14.0
+lrwxrwxrwx root/root usr/lib/libtag.so.1 -> libtag.so.1.16.0
+-rwxr-xr-x root/root usr/lib/libtag.so.1.16.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
diff --git a/taglib/.md5sum b/taglib/.md5sum
index c2b4dc3ed..f3fd7e37a 100644
--- a/taglib/.md5sum
+++ b/taglib/.md5sum
@@ -1 +1 @@
-0d35df96822bbd564c5504cb3c2e4d86 taglib-1.9.1.tar.gz
+be39fa2054df40664cb557126ad7cf7c taglib-1.11.tar.gz
diff --git a/taglib/Pkgfile b/taglib/Pkgfile
index 8a02407a0..2d1eb8c9b 100644
--- a/taglib/Pkgfile
+++ b/taglib/Pkgfile
@@ -1,22 +1,25 @@
# Description: Library to read and edit the meta-data of popular audio formats.
-# URL: http://developer.kde.org/~wheeler/taglib.html
+# URL: http://taglib.github.io/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Mark Rosenstand, mark at borkware dot net
# Depends on: cmake
+# Optional: boost
name=taglib
-version=1.9.1
+version=1.11
release=1
-source=(https://github.com/$name/$name/releases/download/v$version/$name-$version.tar.gz)
+source=(http://taglib.github.io/releases/$name-$version.tar.gz)
build() {
- cd $name-$version
+ install -d build
+ cd build
- cmake \
+ cmake ../$name-$version \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_RELEASE_TYPE=Release \
+ -DBUILD_SHARED_LIBS=ON \
-DWITH_MP4=ON \
- -DWITH_ASF=ON .
+ -DWITH_ASF=ON
make
make DESTDIR=$PKG install

Generated by cgit