updated on Wed Jan 25 20:08:56 UTC 2012
[aur-mirror.git] / qframecatcher / PKGBUILD
blob3d9e4ce7e595119ab94980c755c522fb93494145
1 # Contributor: Darwin Bautista <djclue917@gmail.com>
3 pkgname=qframecatcher
4 pkgver=0.4.1
5 pkgrel=3
6 pkgdesc="An application that captures frames from a video file and saves these frames as thumbnails"
7 arch=(i686 x86_64)
8 url="http://www.kde-apps.org/content/show.php?content=37163"
9 license="GPL"
10 depends=('qt4' 'xine-lib')
11 source=(http://download.berlios.de/qframecatcher/${pkgname}-${pkgver}.tar.gz \
12         qframecatcher.desktop)
13 md5sums=('8961f41fa3828ed86368ab4f3a46a020' '380dc2eae034d017f437b14b06a1ef61')
15 build() {
16   cd ${startdir}/src/${pkgname}/src/
18   # Source the QT4 profile
19   [ -f /etc/profile.d/qt4.sh ] && source /etc/profile.d/qt4.sh
21   ${QTDIR}/bin/qmake
22   make || return 1
24   # Install binary
25   install -D -m755 qframecatcher ${startdir}/pkg/usr/bin/qframecatcher
27   # Install shortcut and icon
28   install -D -m644 ${startdir}/src/qframecatcher.desktop ${startdir}/pkg/usr/share/applications/qframecatcher.desktop
29   install -D -m644 icons/logo.xpm ${startdir}/pkg/usr/share/pixmaps/qframecatcher.xpm