summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video')
-rw-r--r--media-video/gnome-subtitles/ChangeLog6
-rw-r--r--media-video/gnome-subtitles/files/gnome-subtitles-0.9.1-as-needed.patch72
2 files changed, 5 insertions, 73 deletions
diff --git a/media-video/gnome-subtitles/ChangeLog b/media-video/gnome-subtitles/ChangeLog
index 5c0fa5ca8d01..83acf8f327a5 100644
--- a/media-video/gnome-subtitles/ChangeLog
+++ b/media-video/gnome-subtitles/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/gnome-subtitles
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/gnome-subtitles/ChangeLog,v 1.40 2014/04/25 17:35:04 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/gnome-subtitles/ChangeLog,v 1.41 2014/04/25 17:39:23 beandog Exp $
+
+ 25 Apr 2014; Steve Dibb <beandog@gentoo.org>
+ -files/gnome-subtitles-0.9.1-as-needed.patch:
+ Remove old patch
*gnome-subtitles-1.3 (25 Apr 2014)
diff --git a/media-video/gnome-subtitles/files/gnome-subtitles-0.9.1-as-needed.patch b/media-video/gnome-subtitles/files/gnome-subtitles-0.9.1-as-needed.patch
deleted file mode 100644
index e640bf103ece..000000000000
--- a/media-video/gnome-subtitles/files/gnome-subtitles-0.9.1-as-needed.patch
+++ /dev/null
@@ -1,72 +0,0 @@
-http://bugzilla.gnome.org/show_bug.cgi?id=592784
-
-diff -NrU5 gnome-subtitles-0.9.1.orig/configure.ac gnome-subtitles-0.9.1/configure.ac
---- gnome-subtitles-0.9.1.orig/configure.ac 2009-08-23 03:15:48.000000000 +0200
-+++ gnome-subtitles-0.9.1/configure.ac 2009-08-23 03:32:40.000000000 +0200
-@@ -4,19 +4,20 @@
- GNOME_COMMON_INIT
-
- GNOME_DOC_INIT
- GTK_DOC_CHECK([1.0])
-
--
- AC_CONFIG_MACRO_DIR([m4])
- AC_CONFIG_SRCDIR([configure.ac])
-
- AM_INIT_AUTOMAKE([1.9 tar-ustar])
- AM_MAINTAINER_MODE
-
- IT_PROG_INTLTOOL([0.35.0])
-
-+AC_PROG_LIBTOOL
-+
- AC_PROG_INSTALL
- AC_PREFIX_PROGRAM(mono)
-
- dnl Gettext stuff.
-
-diff -NrU5 gnome-subtitles-0.9.1.orig/Makefile.am gnome-subtitles-0.9.1/Makefile.am
---- gnome-subtitles-0.9.1.orig/Makefile.am 2009-08-23 03:15:48.000000000 +0200
-+++ gnome-subtitles-0.9.1/Makefile.am 2009-08-23 03:35:59.000000000 +0200
-@@ -1,14 +1,10 @@
- SUBDIRS = src data po help
-
- ACLOCAL_AMFLAGS = -I m4
-
- gstpbdir = $(pkglibdir)
--gstpb_SCRIPTS = build/libgstreamer_playbin.so
--
--$(gstpb_SCRIPTS):
-- cp -f src/libgstreamer_playbin.so build
-
- dist-hook:
- @if test -d "$(srcdir)/.git"; \
- then \
- echo Creating ChangeLog && \
-diff -NrU5 gnome-subtitles-0.9.1.orig/src/Makefile.am gnome-subtitles-0.9.1/src/Makefile.am
---- gnome-subtitles-0.9.1.orig/src/Makefile.am 2009-08-23 03:15:48.000000000 +0200
-+++ gnome-subtitles-0.9.1/src/Makefile.am 2009-08-23 04:03:41.000000000 +0200
-@@ -1,18 +1,20 @@
- gnomesubtitlesdir = $(pkglibdir)
- gnomesubtitles_SCRIPTS = $(ASSEMBLY)
- gnomesubtitles_DATA = $(ASSEMBLY_CONFIG)
-+
- GS_BUILDDIR = $(srcdir)/../build
- GS_DATADIR = $(srcdir)/../data
-
- ASSEMBLY = $(GS_BUILDDIR)/gnome-subtitles.exe
- ASSEMBLY_CONFIG = $(ASSEMBLY).config
-
- AM_CFLAGS = $(gstreamer_CFLAGS) -Wall -g -fPIC
--noinst_PROGRAMS = libgstreamer_playbin.so
--libgstreamer_playbin_so_SOURCES = $(srcdir)/External/GStreamerPlaybin/main.c
--libgstreamer_playbin_so_LDFLAGS = $(gstreamer_LIBS) -lgstinterfaces-0.10 -shared -Wl,--as-needed,-soname,libgstreamer_playbin.so
-+gnomesubtitles_LTLIBRARIES = libgstreamer_playbin.la
-+libgstreamer_playbin_la_SOURCES = $(srcdir)/External/GStreamerPlaybin/main.c
-+libgstreamer_playbin_la_LIBADD = $(gstreamer_LIBS) -lgstinterfaces-0.10
-+libgstreamer_playbin_la_LIBTOOLFLAGS = --tag=disable-static
-
- GS_SOURCES = \
- $(srcdir)/External/GStreamerPlaybin/*.cs \
- $(srcdir)/External/NCharDet/*.cs \
- $(srcdir)/GnomeSubtitles/Core/*.cs \