1 # Contributor: Darwin Bautista <djclue917@gmail.com>
6 pkgdesc="Video and film compositing, editing, and special effects system that uses OpenGL & OpenML hardware rendering"
8 url="http://www.jahshaka.org/"
10 depends=('openlibraries' 'qt')
11 source=(http://dl.sourceforge.net/sourceforge/jahshakafx/${pkgname}.tar.gz \
13 md5sums=('55d81452c6ede254bb78139659530a54' '4e924583f7fbe83286908a79051ba307')
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
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