1 # Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
2 # Previous Contributor: Sebastian Sareyko <public@nooms.de>
6 pkgdesc="A simple program to cut and merge MPEG2-PS files at GOP boundaries without reencoding"
7 url="http://gopdit.ath.cx/"
10 depends=('libmpeg2' 'qt3')
11 source=(http://gopdit.ath.cx/$pkgname-$pkgver.tar.gz includes.patch)
12 md5sums=('79cc81028ea346c5572c246258ef980a'
13 '6b5b6e78db89a30dda90981b85c3a98d')
15 cd "$srcdir/$pkgname-$pkgver"
16 patch -p1 < ../includes.patch
17 ./configure --prefix=/usr --sysconfdir=/etc
19 make DESTDIR="$pkgdir" install