lp:ubuntu/saucy-proposed/gnomeradio

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:ubuntu/saucy-proposed/gnomeradio
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Mature

Recent revisions

29. By Pojar Geo

* 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.

28. By Pojar Geo

* Updated debian/patches/gnomeradio-media_types.patch: Fix ambiguous function
  prototypes.
* Application name is suggestive, so we removed long name. Updated to make
  this change:
  - debian/patches/gnomeradio.desktop.patch
  - debian/patches/gnomeradio-documentation.patch
  - debian/gnomeradio.1
  - debian/menu
  - debian/control
* Added keywords to .desktop file.
* debian/gnomeradio.xpm: Added instead of generating it automatically during
  the build of the package.
* debian/control: Removed Build-Depends on imagemagick.
* debian/rules: Removed the rule regarding the generation of gnomeradio.xpm.

27. By Pojar Geo

* Updated debian/patches/gnomeradio-media_types.patch: Add ogg opus encoding
  profile.
* Updated debian/patches/gnomeradio-alsamixer.patch: Fix tooltip text in mute
  on exit option.
* Updated debian/patches/gnomeradio-lirc.patch:
  - Autodetect supported TV applications when switch to TV mode.
  - Merged (and removed them as result) with gnomeradio-function.patch and
    gnomeradio-keycode_mapping.patch.
* Added header to debian/patches/gnomeradio-preferences.patch.

26. By Pojar Geo

* Updated debian/patches/gnomeradio-station_list.patch: Prevent to parse
  malformed/incomplete/invalid XML file.
* Updated debian/patches/gnomeradio-auto_device.patch:
  - Automatically detect radio device when users type auto in settings field.
  - Updated error messages to be clear and precise.
* Updated debian/patches/gnomeradio-alsamixer.patch: Make presets list the
  default widget when open settings dialog. Presets are the most common
  settings for users than devices settings.
* Updated debian/patches/gnomeradio-about.patch: It is not safe in principle
  to write raw UTF-8 in narrow string literals, made to be multibyte
  encodings.
* debian/patches/gnomeradio-prefs.patch: Renamed to
  debian/patches/gnomeradio-about.patch.
* debian/patches/gnomeradio-preferences.patch: Make sentence capitalization in
  text and increased preferences dialog.

25. By Pojar Geo

debian/patches/gnomeradio-auto_device.patch: Added option to auto detect
radio device. Automatically switch between PCI and USB radio device.

24. By Pojar Geo

* Updated debian/patches/gnomeradio-alsamixer.patch:
  - Switch keyboard focus between radio[mixer] entry field when we need to set
    this devices.
  - Obstructed radio[mixer] device entry field to be empty to avoid alsa
    buffer overrun when loopback device is enabled.
* Updated debian/patches/gnomeradio-alsa.patch: Fix tab indent in
  alsa_stream.c (only code styling).
* Updated debian/patches/gnomeradio-station_list.patch: Use ellipsis instead
  three dots.
* Updated debian/patches/gnomeradio-media_types.patch: Fix potential crash
  when GST_MESSAGE_ERROR are passed to the application.
* debian/patches/gnomeradio-license.patch: Renamed to
  debian/patches/gnomeradio-about.patch.
* debian/patches/gnomeradio-about.patch: Add better comments about the
  application.

23. By Pojar Geo

* Updated debian/patches/gnomeradio-automake.patch: Link against lpthread.
  (LP: #1218748)
* Updated debian/patches/gnomeradio-media_types.patch: Fix assigned value is
  undefined.
* Drop docbook-to-man while docbook-to-man needs a new maintainer:
  - debian/rules: Updated rules.
  - debian/gnomeradio.1: Added man page written in nroff.
  - debian/manpages: Added.
  - debian/control: Removed Build-Depends on docbook-to-man.

22. By Pojar Geo

* debian/patches/gnomeradio-gtk_stock.patch:
  - Drop GtkStock usage.
  - Use g_markup_printf_escaped().
  - Stop using GtkImageMenuItem.
  - Set button arrow icons according to locale's text direction.
* Updated debian/patches/gnomeradio-media_types.patch:
  - Fix memory leak in gst_pipeline_get_bus().
  - Optimise queries file information.
* Updated debian/patches/gnomeradio-documentation.patch: Fix memory leak in
  display_help_cb().
* Updated debian/patches/gnomeradio-gstreamer-1.0.patch: Improved peak level
  message.
* Updated debian/patches/gnomeradio-g_list.patch: Use g_list_free_full().
* debian/gnomeradio.sgml: Added missing tag.
* Refresh patches:
  - debian/patches/gnomeradio-alsa.patch
  - debian/patches/gnomeradio-alsamixer.patch
  - debian/patches/gnomeradio-build.patch
  - debian/patches/gnomeradio-function.patch
  - debian/patches/gnomeradio-g_thread_init_deprecation.patch
  - debian/patches/gnomeradio-gtk_grid.patch
  - debian/patches/gnomeradio-keyboard_shortcuts.patch
  - debian/patches/gnomeradio-license.patch
  - debian/patches/gnomeradio-ngettext.patch
  - debian/patches/gnomeradio-non_modal.patch
  - debian/patches/gnomeradio-record_information.patch
  - debian/patches/gnomeradio-save_the_world.patch
  - debian/patches/gnomeradio-set_pulse_role.patch
  - debian/patches/gnomeradio-thread_safe.patch

21. By Pojar Geo

* Modified debian/patches/gnomeradio-alsa.patch: Added command line option to
  disable loopback digital audio from radio device.
* Modified debian/patches/gnomeradio-media_types.patch: Use
  g_return_val_if_fail().
* debian/gnomeradio.sgml: Updated man page.
* Refresh patches:
  - debian/patches/gnomeradio-alsamixer.patch
  - debian/patches/gnomeradio-media_types.patch
  - debian/patches/gnomeradio-save_the_world.patch

20. By Pojar Geo

* debian/patches/gnomeradio-thread_safe.patch: Replace strtok() with
  strtok_r(), readdir() with readdir_r() and localtime() with localtime_r()
  for thread safe.
* Improved mixer error message in debian/patches/gnomeradio-alsamixer.patch.
* Moved changes applied to src/record.c from gnomeradio-media_types.patch to
  gnomeradio-record_information.patch.
  - Improved error message when getting information for file.
* debian/{control, rules}: Enable PIE hardening.
* Refresh patches:
  - debian/patches/gnomeradio-gstreamer-1.0.patch
  - debian/patches/gnomeradio-keyboard_shortcuts.patch
  - debian/patches/gnomeradio-non_modal.patch

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/trusty/gnomeradio
This branch contains Public information 
Everyone can see this information.

Subscribers