summaryrefslogtreecommitdiffstats
path: root/extra/taglib-extras
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-28 12:59:36 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-28 12:59:36 +0200
commitdc2fc7925d23496d0cef913cfe18fd2fe347035a (patch)
tree7d5cc2f54e9d019c2c6e32be5c7eb3a9a66a4b4a /extra/taglib-extras
parent342d7fb42ccb5d00d4c304ead767d6a2da87fcd2 (diff)
downloadnutyx-pakxe-dc2fc7925d23496d0cef913cfe18fd2fe347035a.tar.gz
nutyx-pakxe-dc2fc7925d23496d0cef913cfe18fd2fe347035a.tar.bz2
nutyx-pakxe-dc2fc7925d23496d0cef913cfe18fd2fe347035a.tar.xz
nutyx-pakxe-dc2fc7925d23496d0cef913cfe18fd2fe347035a.zip
Ajout de taglib-extras#0.1.3-1
Diffstat (limited to 'extra/taglib-extras')
-rw-r--r--extra/taglib-extras/.footprint35
-rw-r--r--extra/taglib-extras/.md5sum1
-rw-r--r--extra/taglib-extras/Pkgfile20
3 files changed, 56 insertions, 0 deletions
diff --git a/extra/taglib-extras/.footprint b/extra/taglib-extras/.footprint
new file mode 100644
index 000000000..ccaca0aa6
--- /dev/null
+++ b/extra/taglib-extras/.footprint
@@ -0,0 +1,35 @@
+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/asfattribute.h
+-rw-r--r-- root/root usr/include/taglib-extras/asffile.h
+-rw-r--r-- root/root usr/include/taglib-extras/asffiletyperesolver.h
+-rw-r--r-- root/root usr/include/taglib-extras/asfproperties.h
+-rw-r--r-- root/root usr/include/taglib-extras/asftag.h
+-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/mp4atom.h
+-rw-r--r-- root/root usr/include/taglib-extras/mp4file.h
+-rw-r--r-- root/root usr/include/taglib-extras/mp4filetyperesolver.h
+-rw-r--r-- root/root usr/include/taglib-extras/mp4item.h
+-rw-r--r-- root/root usr/include/taglib-extras/mp4properties.h
+-rw-r--r-- root/root usr/include/taglib-extras/mp4tag.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/tdebug.h
+-rw-r--r-- root/root usr/include/taglib-extras/tfile_helper.h
+-rw-r--r-- root/root usr/include/taglib-extras/tplugins.h
+-rw-r--r-- root/root usr/include/taglib-extras/wavfile.h
+-rw-r--r-- root/root usr/include/taglib-extras/wavfiletyperesolver.h
+-rw-r--r-- root/root usr/include/taglib-extras/wavproperties.h
+drwxr-xr-x root/root usr/lib/
+lrwxrwxrwx root/root usr/lib/libtag-extras.so -> libtag-extras.so.0
+lrwxrwxrwx root/root usr/lib/libtag-extras.so.0 -> libtag-extras.so.0.1.0
+-rwxr-xr-x root/root usr/lib/libtag-extras.so.0.1.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 b/extra/taglib-extras/.md5sum
new file mode 100644
index 000000000..abd58efd8
--- /dev/null
+++ b/extra/taglib-extras/.md5sum
@@ -0,0 +1 @@
+943b7378bac525efba7c7115f758c118 taglib-extras-0.1.3.tar.bz2
diff --git a/extra/taglib-extras/Pkgfile b/extra/taglib-extras/Pkgfile
new file mode 100644
index 000000000..5b1900df1
--- /dev/null
+++ b/extra/taglib-extras/Pkgfile
@@ -0,0 +1,20 @@
+# 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
+
+name=taglib-extras
+version=0.1.3
+release=1
+
+source=(ftp://ftp.archlinux.org/other/${name}/${name}-${version}.tar.bz2)
+
+build() {
+ cd $name-$version
+ cmake -DCMAKE_INSTALL_PREFIX=/usr
+ make
+ make DESTDIR=$PKG install
+
+}
+