summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5078c2d0c18102f3a597bd405f22d294a6453590 (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
# Maintainer: Andrea Fagiani <andfagiani  gmail  com>
# Contributor: Vinzenz Vietzke <vinz@archlinux.us>
# Contributor: Stefan Clarke <fm0nk3y@yahoo.co.uk>
pkgname=xvidenc
pkgver=8.6.0
pkgrel=1
pkgdesc="Advanced shell script for encoding DVDs or video files to the XviD format using the encoding utility MEncoder from MPlayer."
arch=(any)
url="http://xvidenc.sourceforge.net/"
license=('GPL2')
depends=('mencoder' 'mplayer' 'xvidcore>=1.1.0' 'lsdvd' 'lame' 'bc' 'bash')
optdepends=('mkvmerge: for Matroska support'
            'gpac: for mp4 support'
            'ogmtools: for DVD chapter export to file')
source=(http://downloads.sourceforge.net/sourceforge/xvidenc/$pkgname-$pkgver.tar.gz)
md5sums=('876f50e365795152fc60912fafb1ed6b')

build() {
  /bin/true
}

package() {
  cd $srcdir/$pkgname-$pkgver
  sed -i -e "s|/usr/local/|$pkgdir/usr/|g" \
    -e 's|/usr/man/|/usr/share/man/|g' \
    -e '41,76d' install
  ./install
}