Skip to content

Commit

Permalink
upgpkg: amarok-engine-xine 1.4.9.1-2
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@6417 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
pierre committed Jul 24, 2008
1 parent df3a7a1 commit b9d6b32
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions amarok-engine-xine/trunk/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ _enginename=xine
_origname=amarok
pkgname=${_origname}-engine-${_enginename}
pkgver=1.4.9.1
pkgrel=1
pkgrel=2
pkgdesc="${_enginename} engine for amaroK"
arch=('i686' 'x86_64')
url="http://amarok.kde.org/"
license=('GPL')
depends=('xine-lib>=1.1.3' 'kdelibs>=3.5.7' 'taglib>=1.4' 'tunepimp>=0.5.3' 'libxrender')
depends=('xine-lib>=1.1.3' 'kdelibs3>=3.5.7' 'taglib>=1.4' 'tunepimp>=0.5.3' 'libxrender')
makedepends=('pkgconfig' 'ruby')
provides=('amarok-engine')
source=("ftp://ftp.solnet.ch/mirror/KDE/stable/amarok/${pkgver}/src/${_origname}-${pkgver}.tar.bz2")
md5sums=('aa588778379a391ad3f4b3fc770217e4')

build() {
export MAKEFLAGS="-j1"
[ -z "${QTDIR}" ] && . /etc/profile.d/qt.sh
[ -z "${KDEDIR}" ] && . /etc/profile.d/kde.sh
[ -z "${QTDIR}" ] && . /etc/profile.d/qt3.sh
[ -z "${KDEDIR}" ] && . /etc/profile.d/kde3.sh
cd ${startdir}/src/${_origname}-${pkgver}
./configure --prefix=/opt/kde --with-gnu-ld --disable-debug --enable-debug=no
./configure --prefix=/opt/kde --with-gnu-ld --disable-debug --enable-debug=no --without-arts
cd amarok/src || return 1
make || return 1
cd engine/${_enginename} || return 1
Expand Down

0 comments on commit b9d6b32

Please sign in to comment.