updated on Fri Jan 13 00:14:41 UTC 2012
[aur-mirror.git] / avconvert / PKGBUILD
blob317feda5a844bc3d6d590a90e29ed1d566e74cf2
1 # Contributors: Michal Gawronski <dinth1906@gmail.com>, crazyelf5
2 # Maintainer: crazyelf5
4 pkgname=avconvert
5 pkgver=0.97
6 pkgrel=1
7 pkgdesc="Audio/Video/Image/Text/ISO Convert - Multiconverter with support of lots of formats for GNOME"
8 arch=('any')
9 url="http://gnome-look.org/content/show.php/Audio+Video+Image+Text+ISO+Convert?content=92533"
10 license=('GPL')
11 depends=('zenity' 'ffmpeg' 'imagemagick' 'bc' 'libtranslate')
12 makedepends=()
13 optdepends=('amrwb: AMR codec'
14             'faac: AAC encodec'
15             'faad: AAC decoder'
16             'gpac: multimedia framework'
17             'gstreamer0.10-ffmpeg: gstreamer support'
18             'curl: language translation'
19             'links: language translation'
20             'antiword: MS Office to txt/rtf'
21             'unrtf: rtf to txt/html'
22             'odt2txt: odt to txt/xml'
23             'txt2tags: txt to html'
24             'espeak: text to audio'
25             'acetoneiso2: b5i/cdi/mdf/nrg/pdi to iso'
26             'nrg2iso: nrg to iso'
27             'bchunk: raw/bin to iso'
28             'daa2iso: daa to iso'
29             'cdd2iso: cdd to iso'
30             'uif2iso: uif to iso'
31             'mencoder: rotating videos'
32             'transcode: avi merging'
33             'nautilus-actions: nautilus integration')
34 source=('http://gnome-look.org/CONTENT/content-files/92533-avconvert.tar.gz')
35 md5sums=('dd2128e57bd89c5c780233979c210bc7')
37 build() {
38   install -dm755 "$pkgdir/usr/bin"
39   install -m755 "$srcdir/$pkgname" "$pkgdir/usr/bin"