diff options
Diffstat (limited to 'extra/taglib-extras')
-rw-r--r-- | extra/taglib-extras/.footprint.i686 | 19 | ||||
-rw-r--r-- | extra/taglib-extras/.footprint.x86_64 | 19 | ||||
-rw-r--r-- | extra/taglib-extras/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/taglib-extras/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | extra/taglib-extras/Pkgfile | 22 |
5 files changed, 0 insertions, 62 deletions
diff --git a/extra/taglib-extras/.footprint.i686 b/extra/taglib-extras/.footprint.i686 deleted file mode 100644 index 86ca55099..000000000 --- a/extra/taglib-extras/.footprint.i686 +++ /dev/null @@ -1,19 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/taglib-extras-config -drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/taglib-extras/ --rw-r--r-- root/root usr/include/taglib-extras/audiblefile.h --rw-r--r-- root/root usr/include/taglib-extras/audiblefiletyperesolver.h --rw-r--r-- root/root usr/include/taglib-extras/audibleproperties.h --rw-r--r-- root/root usr/include/taglib-extras/audibletag.h --rw-r--r-- root/root usr/include/taglib-extras/realmediafile.h --rw-r--r-- root/root usr/include/taglib-extras/realmediafiletyperesolver.h --rw-r--r-- root/root usr/include/taglib-extras/taglib-extras_export.h --rw-r--r-- root/root usr/include/taglib-extras/tfile_helper.h -drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libtag-extras.so -> libtag-extras.so.1 -lrwxrwxrwx root/root usr/lib/libtag-extras.so.1 -> libtag-extras.so.1.0.0 --rwxr-xr-x root/root usr/lib/libtag-extras.so.1.0.0 -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/taglib-extras.pc diff --git a/extra/taglib-extras/.footprint.x86_64 b/extra/taglib-extras/.footprint.x86_64 deleted file mode 100644 index 86ca55099..000000000 --- a/extra/taglib-extras/.footprint.x86_64 +++ /dev/null @@ -1,19 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/taglib-extras-config -drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/taglib-extras/ --rw-r--r-- root/root usr/include/taglib-extras/audiblefile.h --rw-r--r-- root/root usr/include/taglib-extras/audiblefiletyperesolver.h --rw-r--r-- root/root usr/include/taglib-extras/audibleproperties.h --rw-r--r-- root/root usr/include/taglib-extras/audibletag.h --rw-r--r-- root/root usr/include/taglib-extras/realmediafile.h --rw-r--r-- root/root usr/include/taglib-extras/realmediafiletyperesolver.h --rw-r--r-- root/root usr/include/taglib-extras/taglib-extras_export.h --rw-r--r-- root/root usr/include/taglib-extras/tfile_helper.h -drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libtag-extras.so -> libtag-extras.so.1 -lrwxrwxrwx root/root usr/lib/libtag-extras.so.1 -> libtag-extras.so.1.0.0 --rwxr-xr-x root/root usr/lib/libtag-extras.so.1.0.0 -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/taglib-extras.pc diff --git a/extra/taglib-extras/.md5sum.i686 b/extra/taglib-extras/.md5sum.i686 deleted file mode 100644 index 5ec62a052..000000000 --- a/extra/taglib-extras/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -e973ca609b18e2c03c147ff9fd9e6eb8 taglib-extras-1.0.1.tar.gz diff --git a/extra/taglib-extras/.md5sum.x86_64 b/extra/taglib-extras/.md5sum.x86_64 deleted file mode 100644 index 5ec62a052..000000000 --- a/extra/taglib-extras/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -e973ca609b18e2c03c147ff9fd9e6eb8 taglib-extras-1.0.1.tar.gz diff --git a/extra/taglib-extras/Pkgfile b/extra/taglib-extras/Pkgfile deleted file mode 100644 index a92949a29..000000000 --- a/extra/taglib-extras/Pkgfile +++ /dev/null @@ -1,22 +0,0 @@ -# Description: Librairie necessaire a amarok 2.1 -# URL: http://developer.kde.org/~wheeler/taglib.html -# Maintainer: NuTyX packager team -# Packager: lesibel at free dot fr -# Depends on: taglib -# Run on: taglib - -name=taglib-extras -version=1.0.1 -release=1 - -source=(http://www.kollide.net/~jefferai/$name-$version.tar.gz) - -build() { - cd $name-$version - cmake -DCMAKE_INSTALL_PREFIX=/usr - make - make DESTDIR=$PKG install - -} - - |