kdemultimedia: minor fixups, dropped _prefix variable

pull/3/head
Pawel "l0ner" Soltys 13 years ago
parent 40d9f42961
commit 5326d007b4

@ -3,7 +3,7 @@
pkgname=trinity-kdemultimedia pkgname=trinity-kdemultimedia
pkgver=3513 pkgver=3513
pkgrel=1 pkgrel=2
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url='http://www.trinitydesktop.org' url='http://www.trinitydesktop.org'
license=('GPL') license=('GPL')
@ -15,13 +15,10 @@ options=('libtool' '!strip')
source=('http://mirror.ets.kth.se/trinity/releases/3.5.13/kdemultimedia-3.5.13.tar.gz' 'xine_artsplugin.patch') source=('http://mirror.ets.kth.se/trinity/releases/3.5.13/kdemultimedia-3.5.13.tar.gz' 'xine_artsplugin.patch')
md5sums=('6d906b8a8fd0928e01ecd600175381c0' 'bb045d94e8dca80d73af4add43b7fc15') md5sums=('6d906b8a8fd0928e01ecd600175381c0' 'bb045d94e8dca80d73af4add43b7fc15')
_prefix=/opt/trinity
build() { build() {
msg "Setting Trinity Environment variables" msg "Setting Trinity Environment variables"
export LD_LIBRARY_PATH=${_prefix}/lib:${_prefix}/lib/trinity:$LD_LIBRARY_PATH [ "$QTDIR" = "" ] && . /etc/profile.d/qt3.sh
export PKG_CONFIG_PATH=${_prefix}/lib/pkgconfig:${QTDIR}/lib/pkgconfig [ "$TDEDIR" = "" ] && . /etc/profile.d/trinity.sh
msg "Patching..." msg "Patching..."
patch -p0 -i ${srcdir}/xine_artsplugin.patch patch -p0 -i ${srcdir}/xine_artsplugin.patch
@ -30,13 +27,12 @@ build() {
cd "$srcdir/kdemultimedia" cd "$srcdir/kdemultimedia"
cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in" cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
cp -f "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh" cp -f "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh"
sed -i -e "s@/usr/include/tqt@$TDEDIR/include/tqt@" admin/acinclude.m4.in
make -f admin/Makefile.common make -f admin/Makefile.common
msg "Starting configure..." msg "Starting configure..."
./configure --with-qt-dir=${QTDIR} \ ./configure --with-qt-dir=${QTDIR} \
--prefix=${_prefix} \ --prefix=${TDEDIR} \
--with-extra-includes=${_prefix}/include:/usr/include/dbus-1.0:${_prefix}/include/libkrandr \
--with-extra-libs=${_prefix}/lib:${_prefix}/lib/trinity:${_prefix}/pkgconfig \
--enable-closure \ --enable-closure \
--with-vorbis \ --with-vorbis \
--with-alsa \ --with-alsa \
@ -49,6 +45,8 @@ build() {
--with-xine --with-xine
#--with-gstreamer #--with-gstreamer
#--with-akode \ #--with-akode \
#--with-extra-includes=${TDEDIR}/include:/usr/include/dbus-1.0:${TDEDIR}/include/libkrandr \
#--with-extra-libs=${TDEDIR}/lib:${TDEDIR}/lib/trinity:${TDEDIR}/pkgconfig \
msg "Building ${pkgname}..." msg "Building ${pkgname}..."
make make

Loading…
Cancel
Save