lp:ubuntu/utopic-proposed/tvtime

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:ubuntu/utopic-proposed/tvtime
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

44. By Pojar Geo

* Fix a bug where the alsa thread never stops.
  - If the output audio device never read the buffer then the alsa thread
    would continue to fill it up and never stop when the capture stops.
* debian/control: Depend on fonts-freefont-ttf instead of ttf-freefont as the
  package got renamed.

43. By Pojar Geo

Added an explicit reference to the audio settings in man and help pages in
the event that capture card is not connected to the sound card via a cable.

42. By Pojar Geo

* Merge with Debian unstable (LP: #1215656, #1215678, #1264960), remaining
  Ubuntu changes:
  - debian/patches/tvtime-1.0.1-savematte.patch
  - debian/patches/desktop_file.patch
  - debian/patches/tvtime-1.0.2-alsa.patch
  - debian/patches/tvtime-1.0.2-alsamixer.patch
  - debian/patches/pal_audio_mode_persistence.patch
  - debian/patches/tvtime-1.0.2-screensaver.patch
  - debian/patches/tvtime-1.0.2-videoinput.patch
  - debian/patches/tvtime-1.0.2-osd.patch
  - debian/patches/tvtime-1.0.2-usage.patch
  - debian/patches/tvtime-1.0.2-command.patch
  - debian/patches/tvtime-1.0.2-cursor.patch
  - debian/patches/tvtime-1.0.2-metacity.patch
  - debian/patches/tvtime-1.0.2-x_size_hint.patch
  - debian/patches/tvtime-1.0.2-menu.patch
  - debian/patches/tvtime-1.0.2-focus_mouse.patch
  - debian/patches/tvtime-1.0.2-wmicon.patch
  - debian/patches/tvtime-1.0.2-tvtimeosd.patch
  - debian/patches/tvtime-1.0.2-cpuid.patch
  - debian/patches/tvtime-1.0.2-xmltv.patch
  - debian/patches/tvtime-1.0.2-vbidata.patch
  - debian/patches/tvtime-1.0.2-verbose.patch
  - debian/patches/tvtime-1.0.2-vbiscreen.patch
  - debian/patches/tvtime-1.0.2-closed_caption.patch
  - debian/patches/tvtime-1.0.2-vbi.patch
  - debian/patches/tvtime-1.0.2-xinerama.patch
  - debian/patches/tvtime-1.0.2-volume.patch
  - debian/patches/tvtime-1.0.2-xcommon.patch
  - debian/patches/tvtime-1.0.2-station_remap.patch
  - debian/patches/tvtime-1.0.2-channel_list.patch
  - debian/patches/tvtime-1.0.2_cppcheck.patch
  - debian/patches/tvtime-1.0.2-build.patch
  - debian/patches/tvtime-1.0.2-wmpid.patch
  - debian/patches/tvtime-1.0.2-libsupc++.patch
  - debian/control: Build-Depends on autoconf, automake, autopoint, libtool
    libasound2-dev and libxss instead of libxtst.
  - debian/rules: Call autoreconf to regenerate the configure script.
  - debian/source/format: Added file.
  Dropped Debian changes:
  - debian/control: Suggests: oss-compat.
  - debian/control: Build-Depends chrpath.
  - debian/rules: Fixed binary-or-shlib-defines-rpath.
* debian/patches/tvtime-1.0.2-device.patch: Add feature to auto detect video
  and vbi devices. (LP: #153801)
* debian/patches/tvtime-1.0.2-videodev.patch: Get rid of private versions of
  videodev.h and videodev2.h
* Updated debian/patches/tvtime-1.0.2-alsa.patch: Improved alsa audio
  streaming code. (LP: #472770, #963036)
* Removed debian/patches/tvtime-1.0.2-output_volume.patch
* debian/rules: Make autoreconf not call autopoint since we ship a patch for
  po/Makefile.in.in
* debian/control: Build-Depends on libv4l-dev.

41. By Pojar Geo

* debian/patches/tvtime-1.0.2-wmpid.patch: Link to libsupc++ instead of
  bringing in libstdc++. (LP: #1265576)
* debian/patches/tvtime-1.0.2-libsupc++.patch: Add support to the _NET_WM_PID
  atom. (LP: #1265577)
* Updated debian/patches/tvtime-1.0.2-cppcheck.patch: Fixed more memory leak.
* Renamed debian/patches/tvtime-1.0.2-icon.patch to tvtime-1.0.2-wmicon.patch
* debian/control: Updated to Standards-Version 3.9.5, no changes needed.

40. By Pojar Geo

* Update libtool at build time using autoreconf -fi, in order to fix a build
  failure. (LP: #1216386)
* Updated debian/patches/tvtime-1.0.2-build.patch:
  - Run autoupdate to modernize configure.ac.
  - Remove AC_TYPE_SIGNAL usage.
  - Concatenate with tvtime-1.0.2-build.patch and tvtime-1.0.2-libtool.patch
    and remove them as result.
* Removed the content against config.h.in, configure and Makefile.in from
  desktop_file.patch and tvtime-1.0.2-screensaver.patch, since we use
  autoreconf anyways.
* Updated debian/patches/tvtime-1.0.2-cppcheck.patch: Reject symbolic links
  on platforms that support O_NOFOLLOW when open a file (security feature).
* Updated tvtime-1.0.2-xmltv.patch: Fixed variable length array folded to
  constant array as an extension.
* debian/control: Build-Depends on autopoint.

39. By Pojar Geo

Updated debian/patches/tvtime-1.0.2-cppcheck.patch: Return 0 if config file
name will be to long.

38. By Pojar Geo

* debian/patches/tvtime-1.0.2-cppcheck.patch: Fix severe errors in the code
  discovered with the cppcheck static code analysis tool. (LP: #1191093)
  - (error) Possible null pointer dereference: x - otherwise it is redundant
    to check it against null.
  - (error) Common realloc mistake: x nulled but not freed upon failure.
  - (error) Resource leak: x.
  - (error) Buffer is accessed out of bounds: x.
  - (error) Memory leak: x.
  - (error) Dangerous usage of x (strncpy doesn't always null-terminate it).
  - (warning) Dangerous usage of strncat - x'rd parameter is the maximum
    number of characters to append.
  - (warning) The buffer x may not be null-terminated after the call to
    strncpy().

37. By Pojar Geo

* Modified debian/patches/tvtime-1.0.2-channel_list.patch: Prevent app to
  crash when try to renumber current channel by send an 'ENTER' command if we
  type more digits than there are channels. (LP: #1164457)
  - Deleted tvtime-1.0.2-key_event.patch as a result.

36. By Pojar Geo

Updated debian/patches/tvtime-1.0.2-channel_list.patch: Make more logical
behavior when channel selection menu is active: move to channel in menu
instead to switch channel. (LP: #1163770)

35. By Pojar Geo

* debian/patches/tvtime-1.0.2-channel_list.patch: Added a "CHANNEL_LIST"
  command to shows a channel selection menu. (LP: #1094987)
* Updated debian/patches/tvtime-1.0.2-xmltv.patch: Don't show EPG info when
  videoinput != tuner. (LP: #1158277)

Branch metadata

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

Subscribers