diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-05-02 10:13:46 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-05-02 10:16:24 -0300 |
commit | 8464403d50322dd104ae099d1d5af3753edf2d5c (patch) | |
tree | 016cde7e98d8684fcb9a360aa18f34754241b83e /libre/ogmrip/PKGBUILD | |
parent | 56104a7fa75108574335dc58c95c716cb081c0c9 (diff) | |
download | abslibre-8464403d50322dd104ae099d1d5af3753edf2d5c.tar.gz abslibre-8464403d50322dd104ae099d1d5af3753edf2d5c.tar.bz2 abslibre-8464403d50322dd104ae099d1d5af3753edf2d5c.zip |
ogmrip-1.0.1-3.parabola1: hooks rebuild
* remove mkvtoolnix from makedepends
Diffstat (limited to 'libre/ogmrip/PKGBUILD')
-rw-r--r-- | libre/ogmrip/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/libre/ogmrip/PKGBUILD b/libre/ogmrip/PKGBUILD index 0c682ce9c..813173879 100644 --- a/libre/ogmrip/PKGBUILD +++ b/libre/ogmrip/PKGBUILD @@ -1,5 +1,5 @@ -# $Id: PKGBUILD 125705 2015-01-10 19:18:33Z jlichtblau $ -# Maintainer (Arch): Jaroslav Lichtblau <dragonlord@aur.archlinux.org> +# $Id: PKGBUILD 173239 2016-05-01 10:50:33Z jlichtblau $ +# Maintainer (Arch): Jaroslav Lichtblau <svetlemodry@archlinux.org> # Contributor (Arch): Daenyth # Contributor (Arch): Allan McRae <allan@archlinux.org> # Contributor (Arch): Vrob (Markus Heuser) mheuser@mi.fu-berlin.de @@ -7,13 +7,13 @@ pkgname=ogmrip pkgver=1.0.1 -pkgrel=2.parabola1 +pkgrel=3.parabola1 pkgdesc="Libraries and GTK2 interface for DVD ripping using mencoder, without nonfree faac support" arch=('i686' 'x86_64' 'mips64el') 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') +makedepends=('patch' 'intltool' 'perl-xml-parser' 'lame' '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' @@ -27,7 +27,6 @@ replaces=("${pkgname}-libre" "${pkgname}-parabola") conflicts=("${pkgname}-libre" "${pkgname}-parabola") options=('!makeflags') changelog=$pkgname.changelog -install=$pkgname.install source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz) sha256sums=('4e2e9778ac4da9fe1ab159e3dc6d4367b7a9dbd8f3501df99733ecedb25b02ff') |