ogmrip: Fix dependencies.

Add runtime dependencies, without them ogmrip doesn' t really work.
This commit is contained in:
mobinmob 2018-10-26 19:46:39 +03:00 committed by Helmut Pozimski
parent 5894389797
commit 8e15f0de91
1 changed files with 2 additions and 2 deletions

View File

@ -1,14 +1,14 @@
# Template file for 'ogmrip'
pkgname=ogmrip
version=1.0.1
revision=5
revision=6
configure_args="--disable-static"
build_style=gnu-configure
hostmakedepends="intltool pkg-config"
makedepends="GConf-devel dbus-glib-devel enca-devel enchant2-devel lame-devel
libdvdread-devel libglade-devel libnotify-devel libtheora-devel mplayer
vorbis-tools x264-devel xvidcore-devel"
depends="desktop-file-utils mplayer"
depends="desktop-file-utils mplayer vorbis-tools ogmtools mkvtoolnix tesseract-ocr"
short_desc="Application to rip and encode DVDs into AVI, OGM, MP4, or Matroska"
maintainer="Martin Riese <grauehaare@gmx.de>"
license="LGPL-2.1-or-later"