ports/opt (master): taglib: moved to attic
commit 8f1126ead58359a18f49fcb07ac703e07b6108fc Author: Tilman Sauerbeck <tilman@code-monkey.de> Date: Wed Oct 18 17:41:22 2006 +0000 taglib: moved to attic diff --git a/taglib/.footprint b/taglib/.footprint deleted file mode 100644 index 360177c..0000000 --- a/taglib/.footprint +++ /dev/null @@ -1,63 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/taglib-config -drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/taglib/ --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/apetag.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/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/flacproperties.h --rw-r--r-- root/root usr/include/taglib/id3v1genres.h --rw-r--r-- root/root usr/include/taglib/id3v1tag.h --rw-r--r-- root/root usr/include/taglib/id3v2extendedheader.h --rw-r--r-- root/root usr/include/taglib/id3v2footer.h --rw-r--r-- root/root usr/include/taglib/id3v2frame.h --rw-r--r-- root/root usr/include/taglib/id3v2framefactory.h --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/mpcfile.h --rw-r--r-- root/root usr/include/taglib/mpcproperties.h --rw-r--r-- root/root usr/include/taglib/mpegfile.h --rw-r--r-- root/root usr/include/taglib/mpegheader.h --rw-r--r-- root/root usr/include/taglib/mpegproperties.h --rw-r--r-- root/root usr/include/taglib/oggfile.h --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/relativevolumeframe.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 --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/textidentificationframe.h --rw-r--r-- root/root usr/include/taglib/tfile.h --rw-r--r-- root/root usr/include/taglib/tlist.h --rw-r--r-- root/root usr/include/taglib/tlist.tcc --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/tstring.h --rw-r--r-- root/root usr/include/taglib/tstringlist.h --rw-r--r-- root/root usr/include/taglib/uniquefileidentifierframe.h --rw-r--r-- root/root usr/include/taglib/unknownframe.h --rw-r--r-- root/root usr/include/taglib/vorbisfile.h --rw-r--r-- root/root usr/include/taglib/vorbisproperties.h --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.4.0 -lrwxrwxrwx root/root usr/lib/libtag.so.1 -> libtag.so.1.4.0 --rwxr-xr-x root/root usr/lib/libtag.so.1.4.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_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/ --rw-r--r-- root/root usr/lib/pkgconfig/taglib.pc diff --git a/taglib/.md5sum b/taglib/.md5sum deleted file mode 100644 index 5cc1257..0000000 --- a/taglib/.md5sum +++ /dev/null @@ -1 +0,0 @@ -dcd50ddb2544faeae77f194804559404 taglib-1.4.tar.gz diff --git a/taglib/Pkgfile b/taglib/Pkgfile deleted file mode 100644 index 181c813..0000000 --- a/taglib/Pkgfile +++ /dev/null @@ -1,16 +0,0 @@ -# Description: a library for reading and editing the meta-data of several popular audio formats. -# URL: http://ktown.kde.org/~wheeler/taglib.html -# Maintainer: -# Packager: - -name=taglib -version=1.4 -release=1 -source=(http://ktown.kde.org/~wheeler/files/src/$name-$version.tar.gz) - -build () { - cd $name-$version - ./configure --prefix=/usr - make - make DESTDIR=$PKG install -}
participants (1)
-
crux@crux.nu