From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- taglib-extras/.footprint.i686 | 19 +++++++++++++++++++ taglib-extras/.footprint.x86_64 | 19 +++++++++++++++++++ taglib-extras/.md5sum.i686 | 1 + taglib-extras/.md5sum.x86_64 | 1 + taglib-extras/Pkgfile | 22 ++++++++++++++++++++++ 5 files changed, 62 insertions(+) create mode 100644 taglib-extras/.footprint.i686 create mode 100644 taglib-extras/.footprint.x86_64 create mode 100644 taglib-extras/.md5sum.i686 create mode 100644 taglib-extras/.md5sum.x86_64 create mode 100644 taglib-extras/Pkgfile (limited to 'taglib-extras') diff --git a/taglib-extras/.footprint.i686 b/taglib-extras/.footprint.i686 new file mode 100644 index 000000000..86ca55099 --- /dev/null +++ b/taglib-extras/.footprint.i686 @@ -0,0 +1,19 @@ +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/taglib-extras/.footprint.x86_64 b/taglib-extras/.footprint.x86_64 new file mode 100644 index 000000000..86ca55099 --- /dev/null +++ b/taglib-extras/.footprint.x86_64 @@ -0,0 +1,19 @@ +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/taglib-extras/.md5sum.i686 b/taglib-extras/.md5sum.i686 new file mode 100644 index 000000000..5ec62a052 --- /dev/null +++ b/taglib-extras/.md5sum.i686 @@ -0,0 +1 @@ +e973ca609b18e2c03c147ff9fd9e6eb8 taglib-extras-1.0.1.tar.gz diff --git a/taglib-extras/.md5sum.x86_64 b/taglib-extras/.md5sum.x86_64 new file mode 100644 index 000000000..5ec62a052 --- /dev/null +++ b/taglib-extras/.md5sum.x86_64 @@ -0,0 +1 @@ +e973ca609b18e2c03c147ff9fd9e6eb8 taglib-extras-1.0.1.tar.gz diff --git a/taglib-extras/Pkgfile b/taglib-extras/Pkgfile new file mode 100644 index 000000000..a92949a29 --- /dev/null +++ b/taglib-extras/Pkgfile @@ -0,0 +1,22 @@ +# 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 + +} + + -- cgit v1.2.3-54-g00ecf