taglib: 1.9.1 -> 1.11

This commit is contained in:
Danny Rawlins 2016-05-11 23:36:42 +10:00
parent 75a0263c0c
commit fc0bdb6db3
3 changed files with 17 additions and 9 deletions

View File

@ -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

View File

@ -1 +1 @@
0d35df96822bbd564c5504cb3c2e4d86 taglib-1.9.1.tar.gz
be39fa2054df40664cb557126ad7cf7c taglib-1.11.tar.gz

View File

@ -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