[arch-commits] Commit in phonon/repos/kde-unstable-i686 (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Tue Dec 9 19:26:15 UTC 2008


    Date: Tuesday, December 9, 2008 @ 14:26:14
  Author: pierre
Revision: 21087

kde-unstable

Added:
  phonon/repos/kde-unstable-i686/PKGBUILD
    (from rev 21085, phonon/repos/kde-unstable-x86_64/PKGBUILD)

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

Copied: phonon/repos/kde-unstable-i686/PKGBUILD (from rev 21085, phonon/repos/kde-unstable-x86_64/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2008-12-09 19:26:14 UTC (rev 21087)
@@ -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
+}


Property changes on: phonon/repos/kde-unstable-i686/PKGBUILD
___________________________________________________________________
Added: svn:mergeinfo
   + 




More information about the arch-commits mailing list