summaryrefslogtreecommitdiff
path: root/community/gmerlin/PKGBUILD
blob: e0c68877d29bcd03d6cc3682b1d05deb0321ac7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# $Id: PKGBUILD 54036 2011-08-12 13:08:25Z lfleischer $
# Maintainer: Mateusz Herych <heniekk@gmail.com>

pkgname=gmerlin
pkgver=1.0.0
pkgrel=2
pkgdesc="Multimedia architecture for Linux"
arch=('i686' 'x86_64' 'mips64el')
url="http://openmovieeditor.sourceforge.net/HomePage"
license=('GPL')
depends=('gavl' 'libxml2' 'gtk2' 'libxv' 'mesa' 'libvisual' 'libcdio>=0.82' 'musicbrainz' 'mjpegtools')
makedepends=('alsa-lib' 'jack' 'libquicktime' 'pulseaudio' 'v4l-utils')
optdepends=('alsa-lib: for ALSA support'
            'jack: for JACK support'
            'libquicktime: for movie encoding'
            'pulseaudio: for PulseAudio support'
            'v4l-utils: for video conversion')
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
options=('!libtool')
md5sums=('60d3c5081c8685ee7bc1afdfac8f6dc6')

build() {
  cd "$srcdir/$pkgname-$pkgver"

  rm -rf cpuinfo.sh

  ./configure --prefix=/usr --without-doxygen
  make
}

package() {
  cd "$srcdir/$pkgname-$pkgver"

  make DESTDIR="$pkgdir" install
  rm -rf "$pkgdir/usr/share/info/dir"
}