ports/opt (3.1): taglib: 1.8 -> 1.9.1
commit 637d1addc0b32f5219be81ebc12df40db585f5f3 Author: Danny Rawlins <monster.romster@gmail.com> Date: Mon Nov 10 22:08:35 2014 +1100 taglib: 1.8 -> 1.9.1 diff --git a/taglib/.footprint b/taglib/.footprint index f031e16..fabc229 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 57f177f..c2b4dc3 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 c0602ea..2e09316 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.ta...) build() { cd $name-$version
participants (1)
-
crux@crux.nu