updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / qtgain / PKGBUILD
blob21f1f2ef3aa957cdd710fed6c9593d32daac5d1d
1 # Contributor: Artem Sereda  <overmind88@gmail.com>
3 pkgname=qtgain
4 pkgver=0.9.5
5 pkgrel=1
6 pkgdesc="Simply frontend for mp3gain, vorbisgain and metaflac to replay \
7 gain your tracks"
8 url="http://www.qt-apps.org/content/show.php/QtGain?content=56842"
9 license=('GPL')
10 arch=('i686' 'x86_64')
11 depends=('qt' 'fontconfig')
12 makedepends=('make' 'gcc')
13 optdepeds=('mp3gain: For MP3 support'
14   'vorbisgain: For OGG support'
15   'flac: For FLAC suppot'
16   'aacgain: For AAC support')
17 source=('http://qt-apps.org/CONTENT/content-files/56842-QtGain.tar.lzma' 'qtgain.desktop')
19 md5sums=('9f1b1420e68c5e7c4ce8aa653a86680d'
20          'd1addc992222ff9db67505209e61fa96')
22 build() {
23   cd ${srcdir}
24   tar xf 56842-QtGain.tar.lzma
25   cd QtGain
26   qmake || return 1
27   make || return 1
28   install -D bin/qtgain ${pkgdir}/usr/bin/qtgain
29   install -D ${srcdir}/qtgain.desktop ${pkgdir}/usr/share/applications/qtgain.desktop
30   install -D Icons/lsongs.png ${pkgdir}/usr/share/pixmaps/qtgain.png