[SCM] gmtk/experimental: New upstream release

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Mar 3 17:43:40 UTC 2013


The following commit has been merged in the experimental branch:
commit 735f062b3e9780bfa876e204329dedc9d5ada9d5
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sun Mar 3 18:28:23 2013 +0100

    New upstream release
    
    Remove debian/patches/error-on-failed-screenshot.patch again.

diff --git a/debian/changelog b/debian/changelog
index c295832..150e2e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-gmtk (1.0.7-2) UNRELEASED; urgency=low
+gmtk (1.0.8-1) UNRELEASED; urgency=low
 
-  * debian/patches: Add error-on-failed-screenshot.patch from upstream to
-    display an error message if taking a screenshot failed. (Closes: #699394)
+  * New upstream release
+    - Display an error message if taking a screenshot failed. (Closes:
+      #699394)
 
- -- Sebastian Ramacher <sramacher at debian.org>  Mon, 04 Feb 2013 21:05:59 +0100
+ -- Sebastian Ramacher <sramacher at debian.org>  Sun, 03 Mar 2013 18:26:07 +0100
 
 gmtk (1.0.7-1) experimental; urgency=low
 
diff --git a/debian/patches/error-on-failed-screenshot.patch b/debian/patches/error-on-failed-screenshot.patch
deleted file mode 100644
index c8edb41..0000000
--- a/debian/patches/error-on-failed-screenshot.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Description: Display error message if taking a screenshot failed
-Origin: upstream,
- https://code.google.com/p/gmtk/source/detail?r=203
-Last-Update: 2013-02-04
-
---- a/src/gmtk_media_player.c
-+++ b/src/gmtk_media_player.c
-@@ -3558,6 +3558,14 @@
-             message = NULL;
-         }
- 
-+        if (strstr(mplayer_output->str, "failed (forgot -vf screenshot?)") != 0) {
-+            dialog = gtk_message_dialog_new(NULL, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_ERROR,
-+                                            GTK_BUTTONS_OK, g_dgettext(GETTEXT_PACKAGE, "Failed to take screenshot"));
-+            gtk_window_set_title(GTK_WINDOW(dialog), g_dgettext(GETTEXT_PACKAGE, "GNOME MPlayer Notification"));
-+            gtk_dialog_run(GTK_DIALOG(dialog));
-+            gtk_widget_destroy(dialog);
-+        }
-+
-         if (strstr(mplayer_output->str, "Name   : ") != 0) {
-             buf = strstr(mplayer_output->str, "Name   : ");
-             buf = strstr(mplayer_output->str, "Name   : ") + strlen("Name   : ");
diff --git a/debian/patches/series b/debian/patches/series
index 02f0833..fe04dc8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 0002-hide-private-symbols.patch
 0003-use-soname-as-domain.patch
-error-on-failed-screenshot.patch

-- 
gmtk packaging



More information about the pkg-multimedia-commits mailing list