Date: Tuesday, December 17, 2013 @ 20:00:16 Author: bgyorgy Revision: 102714
upgpkg: gaupol 0.24.3-2 Add gtk3 and gstreamer as dependencies (FS#37673) Modified: gaupol/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-12-17 18:43:56 UTC (rev 102713) +++ PKGBUILD 2013-12-17 19:00:16 UTC (rev 102714) @@ -7,19 +7,22 @@ pkgname=gaupol pkgver=0.24.3 -pkgrel=1 +pkgrel=2 pkgdesc="An editor for text-based subtitles" arch=('any') url="http://home.gna.org/gaupol" license=('GPL') -depends=('python-gobject' 'iso-codes' 'desktop-file-utils' - 'hicolor-icon-theme') +depends=('python-gobject' 'gtk3' 'gst-plugins-base' 'gst-plugins-good' 'iso-codes' + 'desktop-file-utils' 'hicolor-icon-theme') makedepends=('gettext' 'intltool') optdepends=('python-pyenchant: spell-checking' 'python-gtkspellcheck: inline spell-checking' 'python-chardet: character encoding auto-detection' 'mplayer: subtitle preview' - 'vlc: subtitle preview') + 'vlc: subtitle preview' + 'gst-plugins-bad: extra media codecs' + 'gst-plugins-ugly: extra media codecs' + 'gst-libav: extra media codecs') install=gaupol.install source=(http://download.gna.org/$pkgname/0.24/$pkgname-$pkgver.tar.xz) sha256sums=('e42b35d2027991b192af43f00b2e16b3915f3c4a605d12014ce81f1076f31d86')