[arch-commits] Commit in phonon/repos (3 files)

Pierre Schmitz pierre at archlinux.org
Tue Dec 2 00:19:48 UTC 2008


    Date: Monday, December 1, 2008 @ 19:19:48
  Author: pierre
Revision: 20292

needed for kde-unstable

Added:
  phonon/repos/kde-unstable-i686/
  phonon/repos/kde-unstable-x86_64/
  phonon/repos/kde-unstable-x86_64/PKGBUILD

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Added: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2008-12-02 00:19:48 UTC (rev 20292)
@@ -0,0 +1,25 @@
+# $ Id: $
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=phonon
+pkgver=4.2.80
+pkgrel=1
+pkgdesc='The multimedia API for KDE 4'
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org'
+license=('LGPL')
+depends=('qt>=4.4' 'alsa-lib' 'gstreamer0.10-base' 'xine-lib')
+makedepends=('pkgconfig' 'cmake' 'automoc4')
+source=("ftp://ftp.archlinux.org/other/phonon/phonon-${pkgver}.tar.bz2")
+md5sums=('fe50a2f1b5aa54a4f79b4eb4591a1227')
+
+build() {
+	cd $srcdir
+	mkdir build
+	cd build
+	cmake ../${pkgname}-${pkgver} \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_INSTALL_PREFIX=/usr
+	make
+	make DESTDIR=$pkgdir install
+}




More information about the arch-commits mailing list