diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2014-11-10 22:08:35 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2014-11-10 22:09:15 +1100 |
commit | 637d1addc0b32f5219be81ebc12df40db585f5f3 (patch) | |
tree | b71fae050ac8d28b1131a0b53723e9d7772a18c0 /taglib | |
parent | 4cca5c6e3d1ea0c3df21dce0e38271020af4952a (diff) | |
download | opt-637d1addc0b32f5219be81ebc12df40db585f5f3.tar.gz opt-637d1addc0b32f5219be81ebc12df40db585f5f3.tar.xz |
taglib: 1.8 -> 1.9.1
Diffstat (limited to 'taglib')
-rw-r--r-- | taglib/.footprint | 9 | ||||
-rw-r--r-- | taglib/.md5sum | 2 | ||||
-rw-r--r-- | taglib/Pkgfile | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/taglib/.footprint b/taglib/.footprint index f031e1686..fabc229a5 100644 --- a/taglib/.footprint +++ b/taglib/.footprint @@ -33,6 +33,7 @@ drwxr-xr-x root/root usr/include/taglib/ -rw-r--r-- root/root usr/include/taglib/id3v2header.h -rw-r--r-- root/root usr/include/taglib/id3v2synchdata.h -rw-r--r-- root/root usr/include/taglib/id3v2tag.h +-rw-r--r-- root/root usr/include/taglib/infotag.h -rw-r--r-- root/root usr/include/taglib/itfile.h -rw-r--r-- root/root usr/include/taglib/itproperties.h -rw-r--r-- root/root usr/include/taglib/modfile.h @@ -54,6 +55,8 @@ drwxr-xr-x root/root usr/include/taglib/ -rw-r--r-- root/root usr/include/taglib/oggflacfile.h -rw-r--r-- root/root usr/include/taglib/oggpage.h -rw-r--r-- root/root usr/include/taglib/oggpageheader.h +-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/popularimeterframe.h -rw-r--r-- root/root usr/include/taglib/privateframe.h @@ -71,6 +74,7 @@ drwxr-xr-x root/root usr/include/taglib/ -rw-r--r-- root/root usr/include/taglib/tbytevector.h -rw-r--r-- root/root usr/include/taglib/tbytevectorlist.h -rw-r--r-- root/root usr/include/taglib/tbytevectorstream.h +-rw-r--r-- root/root usr/include/taglib/tdebuglistener.h -rw-r--r-- root/root usr/include/taglib/textidentificationframe.h -rw-r--r-- root/root usr/include/taglib/tfile.h -rw-r--r-- root/root usr/include/taglib/tfilestream.h @@ -80,6 +84,7 @@ drwxr-xr-x root/root usr/include/taglib/ -rw-r--r-- root/root usr/include/taglib/tmap.h -rw-r--r-- root/root usr/include/taglib/tmap.tcc -rw-r--r-- root/root usr/include/taglib/tpropertymap.h +-rw-r--r-- root/root usr/include/taglib/trefcounter.h -rw-r--r-- root/root usr/include/taglib/trueaudiofile.h -rw-r--r-- root/root usr/include/taglib/trueaudioproperties.h -rw-r--r-- root/root usr/include/taglib/tstring.h @@ -100,8 +105,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.12.0 --rwxr-xr-x root/root usr/lib/libtag.so.1.12.0 +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_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 57f177fbf..c2b4dc3ed 100644 --- a/taglib/.md5sum +++ b/taglib/.md5sum @@ -1 +1 @@ -dcb8bd1b756f2843e18b1fdf3aaeee15 taglib-1.8.tar.gz +0d35df96822bbd564c5504cb3c2e4d86 taglib-1.9.1.tar.gz diff --git a/taglib/Pkgfile b/taglib/Pkgfile index c0602ea9b..2e093162a 100644 --- a/taglib/Pkgfile +++ b/taglib/Pkgfile @@ -5,9 +5,9 @@ # Depends on: cmake name=taglib -version=1.8 +version=1.9.1 release=1 -source=(https://github.com/downloads/$name/$name/$name-$version.tar.gz) +source=(https://github.com/$name/$name/releases/download/v$version/$name-$version.tar.gz) build() { cd $name-$version |