# $Id: PKGBUILD 89460 2013-04-29 13:17:27Z jelle $ # Maintainer: Jaroslav Lichtblau # Contributor: Daenyth # Contributor: Allan McRae # Contributor: Vrob (Markus Heuser) mheuser@mi.fu-berlin.de # Maintainer (Parabola): André Silva _pkgname=ogmrip pkgname=ogmrip-libre pkgver=1.0.0 pkgrel=2 pkgdesc="Libraries and GTK2 interface for DVD ripping using mencoder, without nonfree faac support" arch=('i686' 'x86_64') url="http://ogmrip.sourceforge.net/" license=('GPL') depends=('libdvdread>=4.1.3' 'mplayer' 'mencoder' 'enca' 'pkg-config' 'gconf' 'libglade' 'libnotify' 'enchant') makedepends=('patch' 'intltool' 'perl-xml-parser' 'lame' 'mkvtoolnix' 'libtheora' 'ogmtools' 'gpac' 'vorbis-tools' 'tesseract') optdepends=('lame: support for the MP3 audio codec' 'mkvtoolnix: create, alter, and inspect Matroska files' 'libtheora: decode and encode Ogg Theora files' 'ogmtools: support for the Ogg Media container' 'gpac: support for the MP4 container' 'vorbis-tools: support for the Ogg Vorbis audio codec' 'gocr: support for the SRT subtitle format' 'ocrad: support for the SRT subtitle format' 'tesseract: support for the SRT subtitle format') replaces=$_pkgname conflicts=$_pkgname provides=$_pkgname=$pkgver options=('!libtool' '!makeflags') changelog=$_pkgname.changelog install=$_pkgname.install source=(http://downloads.sourceforge.net/sourceforge/${_pkgname}/${_pkgname}-${pkgver}.tar.gz) sha256sums=('6848a622152a62899b6e876e70ec36df1af7be9803b8b9c809ed631196bc18cc') build() { cd "${srcdir}/${_pkgname}-${pkgver}" ./configure --prefix=/usr --sysconfdir=/usr/share make } package() { cd "${srcdir}/${_pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install }