From dc2fc7925d23496d0cef913cfe18fd2fe347035a Mon Sep 17 00:00:00 2001 From: Thierry N Date: Fri, 28 Aug 2009 12:59:36 +0200 Subject: Ajout de taglib-extras#0.1.3-1 --- extra/taglib-extras/.footprint | 35 +++++++++++++++++++++++++++++++++++ extra/taglib-extras/.md5sum | 1 + extra/taglib-extras/Pkgfile | 20 ++++++++++++++++++++ 3 files changed, 56 insertions(+) create mode 100644 extra/taglib-extras/.footprint create mode 100644 extra/taglib-extras/.md5sum create mode 100644 extra/taglib-extras/Pkgfile (limited to 'extra') 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 + +} + -- cgit v1.2.3-70-g09d2