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

« back to all changes in this revision

Viewing changes to debian/patches/gnomeradio-media_types.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:
3
3
Author: POJAR GEORGE <geoubuntu@gmail.com>
4
4
Index: gnomeradio-1.8/configure.in
5
5
===================================================================
6
 
--- gnomeradio-1.8.orig/configure.in    2013-09-25 11:42:36.954705000 +0000
7
 
+++ gnomeradio-1.8/configure.in 2013-09-25 11:42:49.000000000 +0000
 
6
--- gnomeradio-1.8.orig/configure.in    2013-09-26 13:30:19.598430781 +0000
 
7
+++ gnomeradio-1.8/configure.in 2013-09-26 13:30:19.590430781 +0000
8
8
@@ -26,11 +26,11 @@
9
9
 AC_SUBST(ALSA_CFLAGS)
10
10
 AC_SUBST(ALSA_LIBS)
22
22
Index: gnomeradio-1.8/data/gnomeradio.gep
23
23
===================================================================
24
24
--- /dev/null   1970-01-01 00:00:00.000000000 +0000
25
 
+++ gnomeradio-1.8/data/gnomeradio.gep  2013-09-25 11:42:36.954705000 +0000
 
25
+++ gnomeradio-1.8/data/gnomeradio.gep  2013-09-26 13:30:19.590430781 +0000
26
26
@@ -0,0 +1,62 @@
27
27
+[GStreamer Encoding Target]
28
28
+name = gnomeradio
88
88
+presence = 1
89
89
Index: gnomeradio-1.8/data/Makefile.am
90
90
===================================================================
91
 
--- gnomeradio-1.8.orig/data/Makefile.am        2013-09-25 11:42:36.954705000 +0000
92
 
+++ gnomeradio-1.8/data/Makefile.am     2013-09-25 11:42:36.954705000 +0000
 
91
--- gnomeradio-1.8.orig/data/Makefile.am        2013-09-26 13:30:19.598430781 +0000
 
92
+++ gnomeradio-1.8/data/Makefile.am     2013-09-26 13:30:19.590430781 +0000
93
93
@@ -5,6 +5,9 @@
94
94
 applications_DATA = $(applications_in_files:.desktop.in=.desktop)
95
95
 @INTLTOOL_DESKTOP_RULE@
103
103
Index: gnomeradio-1.8/src/rb_missing_plugins.c
104
104
===================================================================
105
105
--- /dev/null   1970-01-01 00:00:00.000000000 +0000
106
 
+++ gnomeradio-1.8/src/rb_missing_plugins.c     2013-09-25 11:42:36.954705000 +0000
 
106
+++ gnomeradio-1.8/src/rb_missing_plugins.c     2013-09-26 13:30:19.590430781 +0000
107
107
@@ -0,0 +1,253 @@
108
108
+/* rb_missing_plugins.c
109
109
+
361
361
Index: gnomeradio-1.8/src/rb_missing_plugins.h
362
362
===================================================================
363
363
--- /dev/null   1970-01-01 00:00:00.000000000 +0000
364
 
+++ gnomeradio-1.8/src/rb_missing_plugins.h     2013-09-25 11:42:36.954705000 +0000
 
364
+++ gnomeradio-1.8/src/rb_missing_plugins.h     2013-09-26 13:30:19.590430781 +0000
365
365
@@ -0,0 +1,33 @@
366
366
+/* rb_missing_plugins.h
367
367
+
399
399
Index: gnomeradio-1.8/src/rb_gst_media_types.c
400
400
===================================================================
401
401
--- /dev/null   1970-01-01 00:00:00.000000000 +0000
402
 
+++ gnomeradio-1.8/src/rb_gst_media_types.c     2013-09-25 11:47:49.814872748 +0000
 
402
+++ gnomeradio-1.8/src/rb_gst_media_types.c     2013-09-26 13:30:19.590430781 +0000
403
403
@@ -0,0 +1,340 @@
404
404
+/*
405
405
+ *  Copyright (C) 2010  Jonathan Matthew  <jonathan@d14n.org>
744
744
Index: gnomeradio-1.8/src/rb_gst_media_types.h
745
745
===================================================================
746
746
--- /dev/null   1970-01-01 00:00:00.000000000 +0000
747
 
+++ gnomeradio-1.8/src/rb_gst_media_types.h     2013-09-25 11:42:36.954705000 +0000
 
747
+++ gnomeradio-1.8/src/rb_gst_media_types.h     2013-09-26 13:30:19.590430781 +0000
748
748
@@ -0,0 +1,76 @@
749
749
+/*
750
750
+ *  Copyright (C) 2010  Jonathan Matthew <jonathan@d14n.org>
824
824
+#endif /* __MEDIA_TYPES_H */
825
825
Index: gnomeradio-1.8/data/gnomeradio.schemas.in
826
826
===================================================================
827
 
--- gnomeradio-1.8.orig/data/gnomeradio.schemas.in      2013-09-25 11:42:36.954705000 +0000
828
 
+++ gnomeradio-1.8/data/gnomeradio.schemas.in   2013-09-25 11:42:45.000000000 +0000
 
827
--- gnomeradio-1.8.orig/data/gnomeradio.schemas.in      2013-09-26 13:30:19.598430781 +0000
 
828
+++ gnomeradio-1.8/data/gnomeradio.schemas.in   2013-09-26 13:30:19.590430781 +0000
829
829
@@ -89,10 +89,10 @@
830
830
       <applyto>/apps/gnomeradio/recording/profile</applyto>
831
831
       <owner>gnomeradio</owner>
842
842
 
843
843
Index: gnomeradio-1.8/src/Makefile.am
844
844
===================================================================
845
 
--- gnomeradio-1.8.orig/src/Makefile.am 2013-09-25 11:42:36.954705000 +0000
846
 
+++ gnomeradio-1.8/src/Makefile.am      2013-09-25 11:42:47.000000000 +0000
 
845
--- gnomeradio-1.8.orig/src/Makefile.am 2013-09-26 13:30:19.598430781 +0000
 
846
+++ gnomeradio-1.8/src/Makefile.am      2013-09-26 13:30:19.594430781 +0000
847
847
@@ -18,6 +18,8 @@
848
848
        mixer.h                 \
849
849
        prefs.h                 \
864
864
        trayicon.c              \
865
865
Index: gnomeradio-1.8/src/rec_tech.c
866
866
===================================================================
867
 
--- gnomeradio-1.8.orig/src/rec_tech.c  2013-09-25 11:42:36.954705000 +0000
868
 
+++ gnomeradio-1.8/src/rec_tech.c       2013-09-25 11:42:36.954705000 +0000
 
867
--- gnomeradio-1.8.orig/src/rec_tech.c  2013-09-26 13:30:19.598430781 +0000
 
868
+++ gnomeradio-1.8/src/rec_tech.c       2013-09-26 13:30:19.594430781 +0000
869
869
@@ -18,17 +18,19 @@
870
870
 #include "rec_tech.h"
871
871
 #include <gtk/gtk.h>
1251
1251
 /*
1252
1252
Index: gnomeradio-1.8/src/gui.c
1253
1253
===================================================================
1254
 
--- gnomeradio-1.8.orig/src/gui.c       2013-09-25 11:42:36.954705000 +0000
1255
 
+++ gnomeradio-1.8/src/gui.c    2013-09-25 11:42:49.000000000 +0000
 
1254
--- gnomeradio-1.8.orig/src/gui.c       2013-09-26 13:30:19.598430781 +0000
 
1255
+++ gnomeradio-1.8/src/gui.c    2013-09-26 13:30:19.594430781 +0000
1256
1256
@@ -22,7 +22,7 @@
1257
1257
 
1258
1258
 #include <config.h>
1272
1272
 #include "../data/pixmaps/digits.xpm"
1273
1273
 #include "../data/pixmaps/signal.xpm"
1274
1274
 #include "../data/pixmaps/stereo.xpm"
1275
 
@@ -707,27 +710,69 @@
 
1275
@@ -706,27 +709,69 @@
1276
1276
 static int start_recording(const gchar *destination, const char* station, const char* time)
1277
1277
 {
1278
1278
        Recording* recording;
1360
1360
 
1361
1361
        return 1;
1362
1362
 }
1363
 
@@ -1094,8 +1139,8 @@
 
1363
@@ -1093,8 +1138,8 @@
1364
1364
        gtk_widget_set_tooltip_text(stbw_button, _("0.05 MHz Backwards"));
1365
1365
        gtk_widget_set_tooltip_text(stfw_button, _("0.05 MHz Forwards"));
1366
1366
        gtk_widget_set_tooltip_text(about_button, _("About Gnomeradio"));
1371
1371
        gtk_widget_set_tooltip_text(volume_button, _("Adjust the Volume"));
1372
1372
        gtk_widget_set_tooltip_text(quit_button, _("Quit"));
1373
1373
        text = g_strdup_printf(_("Frequency: %.2f MHz"), gtk_adjustment_get_value(adj)/STEPS);
1374
 
@@ -1323,6 +1368,8 @@
 
1374
@@ -1321,6 +1366,8 @@
1375
1375
 
1376
1376
        /* Initizialize GStreamer */
1377
1377
        gst_init(&argc, &argv);
1380
1380
        
1381
1381
        /* Initizialize Gconf */
1382
1382
        if (!gconf_init(argc, argv, &err)) {
1383
 
@@ -1335,7 +1382,6 @@
 
1383
@@ -1333,7 +1380,6 @@
1384
1384
        } else {
1385
1385
                gconf_client_set_global_default_error_handler((GConfClientErrorHandlerFunc)gconf_error_handler);
1386
1386
                gconf_client_set_error_handling(gconf_client_get_default(),  GCONF_CLIENT_HANDLE_ALL);
1390
1390
        load_settings();
1391
1391
Index: gnomeradio-1.8/src/prefs.c
1392
1392
===================================================================
1393
 
--- gnomeradio-1.8.orig/src/prefs.c     2013-09-25 11:42:36.954705000 +0000
1394
 
+++ gnomeradio-1.8/src/prefs.c  2013-09-25 11:42:47.000000000 +0000
 
1393
--- gnomeradio-1.8.orig/src/prefs.c     2013-09-26 13:30:19.598430781 +0000
 
1394
+++ gnomeradio-1.8/src/prefs.c  2013-09-26 13:30:19.594430781 +0000
1395
1395
@@ -16,7 +16,9 @@
1396
1396
 
1397
1397
 #include <gconf/gconf-client.h>
1638
1638
 
1639
1639
Index: gnomeradio-1.8/src/record.c
1640
1640
===================================================================
1641
 
--- gnomeradio-1.8.orig/src/record.c    2013-09-25 11:42:36.954705000 +0000
1642
 
+++ gnomeradio-1.8/src/record.c 2013-09-25 11:42:46.000000000 +0000
 
1641
--- gnomeradio-1.8.orig/src/record.c    2013-09-26 13:30:19.598430781 +0000
 
1642
+++ gnomeradio-1.8/src/record.c 2013-09-26 13:30:19.594430781 +0000
1643
1643
@@ -30,17 +30,20 @@
1644
1644
 #include "rec_tech.h"
1645
1645
 #include "prefs.h"
1813
1813
        return TRUE;
1814
1814
Index: gnomeradio-1.8/src/rec_tech.h
1815
1815
===================================================================
1816
 
--- gnomeradio-1.8.orig/src/rec_tech.h  2013-09-25 11:42:36.954705000 +0000
1817
 
+++ gnomeradio-1.8/src/rec_tech.h       2013-09-25 11:42:36.954705000 +0000
 
1816
--- gnomeradio-1.8.orig/src/rec_tech.h  2013-09-26 13:30:19.598430781 +0000
 
1817
+++ gnomeradio-1.8/src/rec_tech.h       2013-09-26 13:30:19.594430781 +0000
1818
1818
@@ -16,6 +16,7 @@
1819
1819
 
1820
1820
 #ifndef _REC_TECH_H