summaryrefslogtreecommitdiff
path: root/community/gnome-subtitles
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-04-01 00:05:25 -0700
committerroot <root@rshg054.dnsready.net>2013-04-01 00:05:25 -0700
commitc623429f33c434cb1cb11974d9e71f48dd5a881f (patch)
treea5ef4b20d134eb0384a567b98ea41733f2db73c7 /community/gnome-subtitles
parentbccd6b361bd252b2d32bc9a793c9e1b8448bfcd9 (diff)
Mon Apr 1 00:05:25 PDT 2013
Diffstat (limited to 'community/gnome-subtitles')
-rw-r--r--community/gnome-subtitles/PKGBUILD27
-rw-r--r--community/gnome-subtitles/fix-help.patch31
2 files changed, 12 insertions, 46 deletions
diff --git a/community/gnome-subtitles/PKGBUILD b/community/gnome-subtitles/PKGBUILD
index b2f9fc5d9..3e4363d8e 100644
--- a/community/gnome-subtitles/PKGBUILD
+++ b/community/gnome-subtitles/PKGBUILD
@@ -1,34 +1,31 @@
-# $Id: PKGBUILD 69058 2012-04-08 21:20:04Z bgyorgy $
+# $Id: PKGBUILD 87454 2013-03-31 21:57:58Z bgyorgy $
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
pkgname=gnome-subtitles
-pkgver=1.2
-pkgrel=3
+pkgver=1.3
+pkgrel=1
pkgdesc="Video subtitle editor for GNOME"
arch=('i686' 'x86_64')
url="http://gnomesubtitles.org/"
license=('GPL')
-depends=('gstreamer0.10-base-plugins' 'gconf-sharp' 'gtkspell' 'desktop-file-utils')
+depends=('gst-plugins-base' 'gconf-sharp' 'gtkspell' 'desktop-file-utils')
makedepends=('intltool' 'gnome-doc-utils')
-optdepends=('gstreamer0.10-good-plugins: Extra media codecs'
- 'gstreamer0.10-bad-plugins: Extra media codecs'
- 'gstreamer0.10-ugly-plugins: Extra media codecs'
- 'gstreamer0.10-ffmpeg: Extra media codecs')
+optdepends=('gst-plugins-good: Extra media codecs'
+ 'gst-plugins-bad: Extra media codecs'
+ 'gst-plugins-ugly: Extra media codecs'
+ 'gst-libav: Extra media codecs')
options=('!libtool')
install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
- fix-help.patch)
-md5sums=('b7f3175b7a189471821d809171121d62'
- '7645bc18812ea52137adddd6e87942d5')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('b0570134af6626d4e6c018c5f7774964')
build() {
cd "$srcdir/$pkgname-$pkgver"
- patch -Np1 -i "$srcdir/fix-help.patch"
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --disable-static --disable-schemas-install --disable-scrollkeeper \
+ --disable-static --disable-schemas-install \
--with-gconf-schema-file-dir=/usr/share/gconf/schemas
- make
+ make -j1
}
package() {
diff --git a/community/gnome-subtitles/fix-help.patch b/community/gnome-subtitles/fix-help.patch
deleted file mode 100644
index e888bfb41..000000000
--- a/community/gnome-subtitles/fix-help.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 0b66f14b812bb83ca149bc29906716c17f388da1 Mon Sep 17 00:00:00 2001
-From: Pedro Castro <pedro@gnomesubtitles.org>
-Date: Sat, 10 Mar 2012 11:32:28 +0000
-Subject: Fix #671567 (Fix opening help), based on a patch from György Balló.
-
-Fix keyboard shortcuts url.
----
-diff --git a/src/GnomeSubtitles/Core/EventHandlers.cs b/src/GnomeSubtitles/Core/EventHandlers.cs
-index 014fc54..6de82b0 100644
---- a/src/GnomeSubtitles/Core/EventHandlers.cs
-+++ b/src/GnomeSubtitles/Core/EventHandlers.cs
-@@ -392,15 +392,11 @@ public class EventHandlers {
- /* Help Menu */
-
- public void OnHelpContents (object o, EventArgs args) {
-- const string arg = "ghelp:gnome-subtitles";
-- if ((!Util.OpenUrl("gnome-help " + arg)) && (!Util.OpenUrl("yelp " + arg))) {
-- BasicErrorDialog errorDialog = new BasicErrorDialog(Catalog.GetString("The Gnome Subtitles Manual could not be found."), Catalog.GetString("Please verify that your installation has been completed successfully."));
-- errorDialog.Show();
-- }
-+ Util.OpenUrl("ghelp:gnome-subtitles");
- }
-
- public void OnHelpKeyboardShortcuts (object o, EventArgs args) {
-- Util.OpenUrl("http://gnome-subtitles.sourceforge.net/shortcuts");
-+ Util.OpenUrl("http://gnomesubtitles.org/shortcuts");
- }
-
- public void OnHelpRequestFeature (object o, EventArgs args) {
---
-cgit v0.9.0.2