~ubuntu-branches/ubuntu/trusty/gnomeradio/trusty

« back to all changes in this revision

Viewing changes to debian/patches/gnomeradio-thread_safe.patch

  • Committer: Package Import Robot
  • Author(s): POJAR GEORGE
  • Date: 2013-09-20 13:31:33 UTC
  • Revision ID: package-import@ubuntu.com-20130920133133-otwactksfjh4bwev
Tags: 1.8-2ubuntu23
* Updated debian/patches/gnomeradio-tray_menu.patch:
  - Fixed menu item not update conform new order when we use move up[down]
    swap. (LP: #1232931)
  - Fixed conditional jump or move depends on uninitialized value.
  - Added function to switch to preset in settings preset list when changed
    them from tray menu.
  - Cleaned up the files relating to the tray icon. Neither gui.c, prefs.c nor
    record.c touch the internals of trayicon.c anymore.
* Updated debian/patches/gnomeradio-preferences.patch:
  - Added option to disable audio loopback mode in Preferences settings.
  - Moved in separate GOptionGroup all command line parameters which refers to
    audio loopback mode.
* Updated debian/patches/gnomeradio-device.patch: Not need radio_mute() when
  exit or session die, already is called in radio_stop().
* Updated debian/patches/gnomeradio-station_list.patch: Fixed pointer targets
  in passing argument differ in signedness.
* Removed the content against configure and Makefile.in, since we use
  autoreconf anyways, from:
  - debian/patches/gnomeradio-gstreamer-1.0.patch.
  - debian/patches/gnomeradio-volume_button.patch.
* Updated debian/patches/gnomeradio-volume_button.patch: Removed unused
  vol_down[up].xpm icons.
* debian/gnomeradio.1: Updated man page.   

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Author: POJAR GEORGE <geoubuntu@gmail.com>
3
3
Index: gnomeradio-1.8/src/get_media_devices.c
4
4
===================================================================
5
 
--- gnomeradio-1.8.orig/src/get_media_devices.c 2013-09-24 15:38:49.211403281 +0000
6
 
+++ gnomeradio-1.8/src/get_media_devices.c      2013-09-24 15:38:49.203403281 +0000
 
5
--- gnomeradio-1.8.orig/src/get_media_devices.c 2013-09-26 13:30:36.050430292 +0000
 
6
+++ gnomeradio-1.8/src/get_media_devices.c      2013-09-26 13:30:36.042430292 +0000
7
7
@@ -24,6 +24,7 @@
8
8
 #include <string.h>
9
9
 #include <stdlib.h>
56
56
                        continue;
57
57
Index: gnomeradio-1.8/src/gui.c
58
58
===================================================================
59
 
--- gnomeradio-1.8.orig/src/gui.c       2013-09-24 15:38:49.211403281 +0000
60
 
+++ gnomeradio-1.8/src/gui.c    2013-09-24 15:38:49.207403281 +0000
 
59
--- gnomeradio-1.8.orig/src/gui.c       2013-09-26 13:30:36.050430292 +0000
 
60
+++ gnomeradio-1.8/src/gui.c    2013-09-26 13:30:36.042430292 +0000
61
61
@@ -64,23 +64,31 @@
62
62
 int alsa_latency = DEFAULT_LATENCY;
63
63
 int alsa_debug = 0;
97
97
 static gint mode;
98
98
 
99
99
 static DBusGProxy      * connect_to_session           (void);
100
 
@@ -783,10 +791,12 @@
 
100
@@ -782,10 +790,12 @@
101
101
        char *station;
102
102
        char time_str[100];
103
103
        time_t t;