summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/subtitlecomposer/files/subtitlecomposer-0.5.3-gold-gstreamer.patch')
-rw-r--r--media-video/subtitlecomposer/files/subtitlecomposer-0.5.3-gold-gstreamer.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/media-video/subtitlecomposer/files/subtitlecomposer-0.5.3-gold-gstreamer.patch b/media-video/subtitlecomposer/files/subtitlecomposer-0.5.3-gold-gstreamer.patch
deleted file mode 100644
index 091c00540a86..000000000000
--- a/media-video/subtitlecomposer/files/subtitlecomposer-0.5.3-gold-gstreamer.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-# Description: This pacth adds a missing find_package for GObject.
-# Without this patch the package will FTBFS with binutils-gold.
-# Forwarded: http://sourceforge.net/tracker/?func=detail&aid=2897376&group_id=208427&atid=1005654
-# Author: José Manuel Santamaría Lema <panfaust@gmail.com>
-#
---- subtitlecomposer-0.5.3.orig/src/player/gstreamer/CMakeLists.txt
-+++ subtitlecomposer-0.5.3/src/player/gstreamer/CMakeLists.txt
-@@ -1,6 +1,7 @@
- # TODO WHY AREN'T THESE INCLUDED BY MACRO_OPTIONAL_FIND_PACKAGE( GStreamer )?
- FIND_PACKAGE( GLIB2 REQUIRED )
- FIND_PACKAGE( LibXml2 REQUIRED )
-+FIND_PACKAGE( GObject REQUIRED )
-
- SET( players_gstreamer_INCLUDE_DIR
- ${GLIB2_INCLUDE_DIR}