[arch-commits] Commit in kaffeine/trunk (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Thu Jul 24 09:49:13 UTC 2008


    Date: Thursday, July 24, 2008 @ 05:49:12
  Author: pierre
Revision: 6423

upgpkg: kaffeine 0.8.7-1

Modified:
  kaffeine/trunk/PKGBUILD

----------+
 PKGBUILD |   34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-24 09:48:05 UTC (rev 6422)
+++ PKGBUILD	2008-07-24 09:49:12 UTC (rev 6423)
@@ -2,28 +2,28 @@
 # Maintainer :  Damir Perisa <damir.perisa at bluewin.ch>
 
 pkgname=kaffeine
-pkgver=0.8.6
-pkgrel=2
+pkgver=0.8.7
+pkgrel=1
 pkgdesc="Multimedia Player, based on Xine"
 license=('GPL')
 arch=('i686' 'x86_64')
 url="http://kaffeine.sourceforge.net/"
-depends=('libx11' 'libxtst' 'libxcb' 'kdelibs>=3.5.7' 'libart-lgpl' 'lame' 'cdparanoia' 'fam' 'xine-lib>=1.1.10' 'gstreamer0.10-base')
-source=("http://heanet.dl.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+depends=('qt3' 'kdelibs3' 'libidn' 'acl' 'libart-lgpl' 'lame' 'cdparanoia' 'xine-lib' 'gstreamer0.10-base')
+options=('libtool')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('3ce644c3c5a9583e9df7187f2cf1d8de')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
+	cd ${startdir}/src/${pkgname}-${pkgver}
 
-  [ -z "${QTDIR}" ] && . /etc/profile.d/qt3.sh
-  [ -z "${KDEDIR}" ] && . /etc/profile.d/kde.sh
+	. /etc/profile.d/qt3.sh
+	. /etc/profile.d/kde3.sh
 
-  ./configure --prefix=/opt/kde --with-xorg LDFLAGS="-L/usr/X11R6/lib -lX11 -lXtst" 
-  # why set this LDFLAGS : http://bugs.kde.org/show_bug.cgi?id=120896
-  #--enable-gcc-hidden-visibility
-  make || return 1
-  make DESTDIR=${startdir}/pkg install
-  # remove already provided file by kdelibs
-  rm ${startdir}/pkg/opt/kde/share/mimelnk/application/x-mplayer2.desktop
-}
-
-md5sums=('102cced6a686f5ffffee94652ca2a093')
+	./configure --prefix=/opt/kde \
+		--without-arts \
+		--enable-final
+	make || return 1
+	make DESTDIR=${startdir}/pkg install
+	# remove already provided file by kdelibs
+	rm ${startdir}/pkg/opt/kde/share/mimelnk/application/x-mplayer2.desktop
+}
\ No newline at end of file





More information about the arch-commits mailing list