updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / jahshaka / PKGBUILD
blobc952a566763cabc7ac0d841716f570fd9ffe050a
1 # Contributor: Darwin Bautista <djclue917@gmail.com>
3 pkgname=jahshaka
4 pkgver=2.0
5 pkgrel=6
6 pkgdesc="Video and film compositing, editing, and special effects system that uses OpenGL & OpenML hardware rendering"
7 arch=(i686 x86_64)
8 url="http://www.jahshaka.org/"
9 license="GPL"
10 depends=('openlibraries' 'qt')
11 source=(http://dl.sourceforge.net/sourceforge/jahshakafx/${pkgname}.tar.gz \
12         jahshaka.desktop)
13 md5sums=('55d81452c6ede254bb78139659530a54' '4e924583f7fbe83286908a79051ba307')
15 build() {
16   cd ${startdir}/src/${pkgname}/
18   # Source the QT profile
19   [ -f /etc/profile.d/qt.sh ] && source /etc/profile.d/qt.sh
21   ./configure --prefix=/usr --enable-openalframework --disable-debug
22   make || return 1
23   make INSTALL_ROOT=${startdir}/pkg install
25   # Install menu shortcut
26   install -D -m644 ../jahshaka.desktop ${startdir}/pkg/usr/share/applications/jahshaka.desktop
28   # Remove jahplayer files
29   rm -R ${startdir}/pkg/usr/share/jahshaka/Pixmaps/jahplayer