aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--multimedia/nautilus-media/files/patch-thumbnail_gst-thumbnail.c36
-rw-r--r--sysutils/gnome-control-center/files/patch-vfs_methods_themus_theme-method.c10
-rw-r--r--sysutils/gnomecontrolcenter2/files/patch-vfs_methods_themus_theme-method.c10
3 files changed, 0 insertions, 56 deletions
diff --git a/multimedia/nautilus-media/files/patch-thumbnail_gst-thumbnail.c b/multimedia/nautilus-media/files/patch-thumbnail_gst-thumbnail.c
deleted file mode 100644
index e1acf76815b7..000000000000
--- a/multimedia/nautilus-media/files/patch-thumbnail_gst-thumbnail.c
+++ /dev/null
@@ -1,36 +0,0 @@
-2004-03-20 Joe Marcus Clarke <marcus@FreeBSD.org>
-
-* thumbnail/gst-thumbnail.c (*global*), (end_of_snap),
- (gst_thumbnail_pngenc_get):
-
-Make sure the pipeline has completely finished before quitting the main
-gst event loop.
---- thumbnail/gst-thumbnail.c.orig Sat Mar 20 19:49:01 2004
-+++ thumbnail/gst-thumbnail.c Sat Mar 20 19:49:04 2004
-@@ -23,11 +23,13 @@
- #define TIMEOUT 9999 /* how long before we give up, msec */
-
- gboolean finished = FALSE;
-+gboolean can_finish = FALSE;
-
- void end_of_snap (GstElement *pipeline)
- {
- g_print ("Snapped.\n");
-- gst_element_set_state (pipeline, GST_STATE_READY);
-+ gst_element_set_state (GST_ELEMENT (pipeline), GST_STATE_NULL);
-+ while (!can_finish) ;
- gst_main_quit ();
- finished = TRUE;
- }
-@@ -97,9 +99,9 @@
- /* commit suicide in due time if necessary */
- g_timeout_add (TIMEOUT, (GSourceFunc) timeout, pipeline);
- g_idle_add ((GSourceFunc) iterator, pipeline);
-- gst_main ();
-
-- gst_element_set_state (GST_ELEMENT (pipeline), GST_STATE_NULL);
-+ can_finish = TRUE;
-+ gst_main ();
- }
- int
- main (int argc, char *argv[])
diff --git a/sysutils/gnome-control-center/files/patch-vfs_methods_themus_theme-method.c b/sysutils/gnome-control-center/files/patch-vfs_methods_themus_theme-method.c
deleted file mode 100644
index a9add20e26dd..000000000000
--- a/sysutils/gnome-control-center/files/patch-vfs_methods_themus_theme-method.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- vfs-methods/themus/theme-method.c.orig Fri Jun 13 07:52:44 2003
-+++ vfs-methods/themus/theme-method.c Sat Jun 28 12:50:39 2003
-@@ -19,6 +19,7 @@
-
- #include <string.h>
- #include <errno.h>
-+#include <libintl.h>
- #include <sys/stat.h>
- #include <sys/types.h>
-
diff --git a/sysutils/gnomecontrolcenter2/files/patch-vfs_methods_themus_theme-method.c b/sysutils/gnomecontrolcenter2/files/patch-vfs_methods_themus_theme-method.c
deleted file mode 100644
index a9add20e26dd..000000000000
--- a/sysutils/gnomecontrolcenter2/files/patch-vfs_methods_themus_theme-method.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- vfs-methods/themus/theme-method.c.orig Fri Jun 13 07:52:44 2003
-+++ vfs-methods/themus/theme-method.c Sat Jun 28 12:50:39 2003
-@@ -19,6 +19,7 @@
-
- #include <string.h>
- #include <errno.h>
-+#include <libintl.h>
- #include <sys/stat.h>
- #include <sys/types.h>
-