[arch-commits] Commit in phonon (kde-unstable kde-unstable/PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Thu Jun 4 08:20:24 UTC 2009
Date: Thursday, June 4, 2009 @ 04:20:23
Author: andrea
Revision: 41475
added phonon snapshot for mplayerthumbs
Added:
phonon/kde-unstable/
phonon/kde-unstable/PKGBUILD
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Added: kde-unstable/PKGBUILD
===================================================================
--- kde-unstable/PKGBUILD (rev 0)
+++ kde-unstable/PKGBUILD 2009-06-04 08:20:23 UTC (rev 41475)
@@ -0,0 +1,29 @@
+# $ Id: $
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=phonon
+pkgver=4.3.1.977430
+pkgrel=1
+pkgdesc='The multimedia API for KDE 4'
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org'
+license=('LGPL')
+depends=('qt' 'xine-lib')
+makedepends=('pkgconfig' 'cmake' 'automoc4')
+#source=("http://download.kde.org/stable/4.2.1/src/${pkgname}-${pkgver}.tar.bz2")
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('5ab8ac3f41adb09e2ac0ed288783c079')
+
+build() {
+ cd $srcdir
+ mkdir build
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_SKIP_RPATH=ON \
+ -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed' \
+ -DWITH_GStreamer=OFF
+ make
+ make DESTDIR=$pkgdir install
+}
More information about the arch-commits
mailing list