diff --git a/xmms2/Pkgfile b/xmms2/Pkgfile index f06932f1d..2824aacf7 100644 --- a/xmms2/Pkgfile +++ b/xmms2/Pkgfile @@ -15,7 +15,11 @@ source=(http://dfn.dl.sourceforge.net/project/$name/$name/${version}%20$_codenam build () { cd $name-$version$_codename - + # fool waf so it does not run ldconfig during installation + # we does not want any directories nor it's contents + # to be touched/modified etc. during build, + # except those in PKGMK_WORK_DIR or /tmp + sed -i 's|/sbin/ldconfig|/bin/true|' wscript ./waf --prefix=/usr --with-mandir=/usr/man -p configure ./waf build ./waf --destdir=$PKG install diff --git a/xmms2/avcodec.patch b/xmms2/avcodec.patch deleted file mode 100644 index 40f59f059..000000000 --- a/xmms2/avcodec.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- xmms2-0.5DrLecter.orig/src/plugins/avcodec/avcodec.c 2008-06-15 19:31:38.000000000 +0200 -+++ xmms2-0.5DrLecter/src/plugins/avcodec/avcodec.c 2009-01-11 19:54:43.000000000 +0100 -@@ -24,7 +24,7 @@ - #include - - #undef ABS --#include "avcodec.h" -+#include - - #define AVCODEC_BUFFER_SIZE 16384 - diff --git a/xmms2/post-install b/xmms2/post-install new file mode 100755 index 000000000..0716a34a4 --- /dev/null +++ b/xmms2/post-install @@ -0,0 +1,3 @@ +#!/bin/bash + +/sbin/ldconfig /usr/lib