summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extra/taglib/.footprint6
-rwxr-xr-xextra/taglib/Pkgfile8
-rwxr-xr-xextra/vcdimager/Pkgfile2
3 files changed, 6 insertions, 10 deletions
diff --git a/extra/taglib/.footprint b/extra/taglib/.footprint
index cdb3c3808..8ad89abdc 100644
--- a/extra/taglib/.footprint
+++ b/extra/taglib/.footprint
@@ -61,12 +61,10 @@ drwxr-xr-x root/root usr/include/taglib/
-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.5.0
+lrwxrwxrwx root/root usr/lib/libtag.so -> libtag.so.1
lrwxrwxrwx root/root usr/lib/libtag.so.1 -> libtag.so.1.5.0
-rwxr-xr-x root/root usr/lib/libtag.so.1.5.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 -> libtag_c.so.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/
diff --git a/extra/taglib/Pkgfile b/extra/taglib/Pkgfile
index e52601d71..295d9bceb 100755
--- a/extra/taglib/Pkgfile
+++ b/extra/taglib/Pkgfile
@@ -2,19 +2,17 @@
# URL: http://developer.kde.org/~wheeler/taglib.html
# Maintainer: NuTyX
# Packager: thierryn1 at hispeed dot ch
-# Depends on:
+# Depends on: cmake
name=taglib
version=1.5
-release=2
+release=3
source=( http://ktown.kde.org/~wheeler/files/src/$name-$version.tar.gz)
build() {
cd $name-$version
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
make
make DESTDIR=$PKG install
}
diff --git a/extra/vcdimager/Pkgfile b/extra/vcdimager/Pkgfile
index d9a6e4e12..3a0164ec5 100755
--- a/extra/vcdimager/Pkgfile
+++ b/extra/vcdimager/Pkgfile
@@ -2,7 +2,7 @@
# URL: http://www.vcdimager.org/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: libcdio
+# Depends on: popt, libcdio
name=vcdimager
version=0.7.23