jack 3.1.1+cvs20050801-11 source package in Ubuntu

Changelog

jack (3.1.1+cvs20050801-11) unstable; urgency=low

  [ Martin Michlmayr ]
  * debian/patches/50_check_ripper_encoder.patch: Don't check whether the
    ripper and encoder exist in $PATH if they have been specified by
    plugins since we cannot assume a strict mapping from plugin name to
    the name of the executable; closes: #367929.
  * debian/patches/36_check_plugin.patch: Better error checking when
    plugins are imported.

jack (3.1.1+cvs20050801-10) unstable; urgency=low

  [ Martin Michlmayr ]
  * debian/patches/34_toc_invocation_fail.patch: Improve the error message
    shown when the invocation of the TOC program fails; closes: #360465.
  * debian/patches/35_fix_xtermset.patch: Resize the window to the correct
    height when xtermset_enable is set.
  * debian/patches/56_ctrl_c_termset.patch: Don't change the window size
    on Ctrl-C when xtermset_enable is set; closes: #196429.
  * debian/compat: Use debhelper 5.
  * debian/control (Build-Depends): Likewise.

jack (3.1.1+cvs20050801-9) unstable; urgency=low

  [ Martin Michlmayr ]
  * debian/copyright: Mention license and copyright of the Debian
    packaging.
  * debian/NEWS: fix typo in undocumented option.
  * debian/patches/55_fix_sloppy.patch: Fix syntax error in an
    undocumented option; closes: #362676.

jack (3.1.1+cvs20050801-8) unstable; urgency=low

  [ Martin Michlmayr ]
  * debian/patches/51_error_not_block_device.patch: Print an error
    rather than an ugly traceback when the device specified is not
    a block device; closes: #360337.
  * debian/patches/52_cdparanoia_toc.patch: Make cdparanoia TOC
    parsing more robust; closes: #361164.
  * debian/patches/53_no_tag_when_freedb_fails.patch: Don't try to tag
    files when no FreeDB data is available; closes: #361290.
  * debian/patches/54_check_cont_failed_query.patch: Don't automatically
    initate a FreeDB query when cont_failed_query is set.

jack (3.1.1+cvs20050801-7) unstable; urgency=low

  [ Martin Michlmayr ]
  * debian/patches/32_man_minus.patch: Escape minus signs in the man page
    properly.  Thanks for the report, Francesco Poli.
  * debian/patches/45_fix_normalize_example.patch: Likewise.
  * debian/patches/83_man_plugin.patch: Likewise.
  * debian/patches/47_locale_check.patch: Check whether the locale is
    known, otherwise jack will produce a traceback; closes: #360801.
  * debian/patches/48_search_base_dir.patch: Search base_dir for
    existing directories; closes: #360497.
  * debian/patches/33_flac_mutagen.patch: Use mutagen instead of pyflac
    since the latter is obsolete and has been removed from the archive.
    Thanks, Joe Wreschnig; closes: #356771.
  * debian/patches/44_guess_toc_ogg_flac.patch: Update to use mutagen.
  * debian/patches/77_upd_progress_flac.patch: Likewise.
  * debian/control (Depends): replace python-flac with python-mutagen.
  * debian/patches/49_nicer_ripper_encoder.patch: Print a nicer message
    when an unknown ripper or encoder is specified.
  * debian/patches/50_check_ripper_encoder.patch: Check whether a command
    passed via --ripper/--encoder actually exists.

jack (3.1.1+cvs20050801-6) unstable; urgency=low

  [ Martin Michlmayr ]
  * debian/patches/85_dir_template_yg.patch: Update patch to not fail
    when creating the directory when no gengre is set.

jack (3.1.1+cvs20050801-5) unstable; urgency=low

  [ Martin Michlmayr ]
  * debian/patches/43_string_option.patch: Don't convert a string to
    a string, thereby avoiding multiple quotation marks.
  * debian/patches/44_guess_toc_ogg_flac.patch: Implement OGG and FLAC
    support for --guess-toc.  SourceForge #1089407
  * debian/patches/45_fix_normalize_example.patch: Fix the example in the
    man page showing how to normalize WAV files with jack.  SourceForge
    #1311567

jack (3.1.1+cvs20050801-4) unstable; urgency=low

  [ Martin Michlmayr ]
  * debian/patches/40_enable_term.patch: After disabling curses within
    the signal handler enable it again, otherwise further keyboard input
    is ignored; closes: #352755.
  * debian/patches/41_nicify_wait.patch: Display a better message in
    the signal handler when --wait is on and when a signal was sent.
  * debian/patches/42_cd_device_fallback.patch: When no CD default is
    specified and the default one does not exist, look in /proc (Linux)
    for possible CD devices; closes: #353551.

jack (3.1.1+cvs20050801-3) unstable; urgency=low

  [ Martin Michlmayr ]
  * debian/patches/77_upd_progress_flac.patch: Support FLAC files in
    --update-progress; closes: #351459.
  * debian/patches/38_remove_gen_device.patch: Remove (broken) generic
    device support from jack since it's obsolete anyway; closes: #184244.
  * debian/patches/39_main_loop_valueerror.patch: Make the main loop
    (ripping, encoding) more robust against ctrl-c; closes: #352754.
  * debian/patches/70_fix_upd_progress.patch: Improve patch and don't
    fail if the OGG module is not installed (this can't happen in
    Debian, but is still a bug in the patch).

jack (3.1.1+cvs20050801-2) unstable; urgency=low

  [ Martin Michlmayr ]
  * debian/patches/73_err_unknown_sub.patch: Fixed a bug related to
    --append-year.
  * debian/patches/74_multi_replace_cleanup.patch: Likewise.
  * debian/patches/29_remove_freedb-de.patch: Remove the de.freedb.org
    mirror since it no longer exists; closes: #351719.
  * debian/patches/30_add_freedb_mirrors.patch: Update the list of
    FreeDB mirrors.
  * debian/patches/76_remove_append_year.patch: Remove --append-year
    since the same can be achieved by sticking a %y in dir_template.
  * debian/patches/85_dir_template_yg.patch: Make %y and %g actually
    work in dir_template when the information can be found in FreeDB;
    closes: #351574.
  * debian/patches/31_real_bitrate_progress.patch: Put the real bitrate
    in the progress file in case of VBR.

jack (3.1.1+cvs20050801-1) unstable; urgency=low

  [ Martin Michlmayr ]
  * Update to latest CVS (2005-08-01) since no new upstream release is
    forthcoming.
  * Changes that were made by upstream in contrast to what the Debian
    package did:
    + ID3 v1 tags are written by default again for MP3 files.
    + The --edit-cddb option got renamed to --edit-freedb for consistency.
  * Drop patches that got merged upstream:
    + 40_man_page_format_strings.patch
    + 41_man_page_minor_improvements.patch
    + 42_man_page_renames.patch
    + 56_cd_device_error.patch
    + 52_add_rename_num.patch
    + 36_tag_clarify_error.patch
    + 60_utf8_support.patch
    + 82_update_defaults.patch
    + 50_help_inconsistency.patch
    + 51_error_dir_rename.patch
    + 55_freedb_email.patch
    + 57_flac_parsing.patch
    + 61_utf8_unicode_id3v1_fix.patch
    + 72_flac_man_page.patch
    + 64_flac_tagging.patch
    + 76_submit_updated_freedb.patch
    + 77_exec_environ.patch
    + 85_fix_environ.patch
    + 59_ogg_parsing.patch
    + 78_ripper_parsing.patch
    + 79_verbose_submit_error.patch
  * Drop patches that are obsolete (e.g. because they've been solved in
    a different way):
    + 53_help_show_quality.patch
    + 54_oggenc_fixed_bitrate.patch
    + 71_no_id3v1.patch
    + 65_fix_genre.patch
  * Update patches so they still apply:
    + 75_ignore_empty_freedb_info.patch
    + 87_use_existing_cddb_category.patch
  * debian/exec_vorbisgain: Added upstream, remove.
  * debian/examples: Update path of exec_vorbisgain.

  * debian/patches/97_man_mp3vsogg.patch: By default, OGGs are generated
    now rather than MP3s so update the examples in the man page.  Thanks,
    David Whitmarsh; closes: #348547.
  * debian/examples.txt: Update accordingly.
  * debian/patches/98_man_default_encoders.patch: Mention the default value
    of the --encoders option in the man page.
  * debian/patches/70_fix_upd_progress.patch: Fix the --upd-progress
    function; closes: #351453.
  * debian/patches/27_allow_year_genre_sa.patch: Allow %y and %g in
    filenames of single-artist tracks; closes: #351465.
  * debian/patches/71_freedb_filename_cleanup.patch: Clean up the code
    generating filenames based on FreeDB information.
  * debian/patches/72_upd_progress_renamed.patch: Allow --upd-progress
    to work after filenames have been renamed; closes: #351460.
  * debian/patches/73_err_unknown_sub.patch: Print a warning or error
    when an unknown or empty filename substitution is found.
  * debian/patches/69_fail_incomplete_dir_template.patch: Remove since
    the previous patch offers a cleaner and more complete solution.
  * debian/patches/74_multi_replace_cleanup.patch: Clean up the code
    in jack_misc.multi_replace().
  * debian/patches/75_fix_datatrack_rename.patch: Fix "jack -R -t x"
    when x is a datatrack and the CD is not in the drive; closes:
    #341889.
  * debian/patches/26_t_artist_cleanup.patch: Clean up the code which
    determines which artist name to use (single vs multi artist CDs).
  * debian/patches/28_allow_edit_cddb.patch: Allow --edit-cddb to
    continue to work for backwards compatibility.

  * Update patches to make it easier to merge them into upstream:
    + debian/patches/84_dyear_dgenre.patch: Merge 92_fix_year_0.patch.
    + debian/patches/92_fix_year_0.patch: Drop patch.
    + debian/patches/83_man_plugin.patch: Merge 94_clarify_man_plugin.patch.
    + debian/patches/94_clarify_man_plugin.patch: Drop patch.
    + debian/patches/73_flac_options.patch: Merge 86_flac_vbr.patch.
    + debian/patches/86_flac_vbr.patch: Drop patch.
    + debian/patches/62_dont_repeat_inexact.patch: Merge
      63_nicify_inexact_warning.patch.
    + debian/patches/63_nicify_inexact_warning.patch: Drop patch.
    + debian/patches: Add a description to every patch.

jack (3.1.1-16) unstable; urgency=low

  [ Martin Michlmayr ]
  * debian/patches/21_fallback_ripper.patch: Fallback to an installed
    ripper when the default one is not available and the user has not
    specified a particular one; closes: #347975.
  * debian/patches/96_fix_cdda2wav_parsing.patch: Make cdda2wav parsing
    more robust, in particular when errors occur.

jack (3.1.1-15) unstable; urgency=low

  [ Martin Michlmayr ]
  * debian/patches/19_man_duplicate_overwrite.patch: Don't list the
    --overwrite option twice in the man page; closes: #347975.
  * debian/patches/69_fail_incomplete_dir_template.patch: Print an
    error when information needed to create the album directory (such
    as genre or year) is not available; closes: #349368.
  * debian/patches/20_fix_sub_paths_warning.patch: Fix the warning
    shown when dir_template contains more levels than scan_dirs.
  * debian/control (Standards-Version): Set to 3.6.2 (no change needed).

 -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  15 Jun 2006 14:24:55 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Edgy
Original maintainer:
Michael Banck
Architectures:
any
Section:
sound
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
jack_3.1.1+cvs20050801.orig.tar.gz 312.9 KiB 2d127415e1f81a30015f8bf69af07ef464e5093644d75ef0c4310c35f0ddfe3e
jack_3.1.1+cvs20050801-11.diff.gz 56.0 KiB 7ff38fed5dbc6edb232c95dfd09e7bea63184f83e525c6aa9f5cb2391721211d
jack_3.1.1+cvs20050801-11.dsc 687 bytes 6cc1c5591df0618e3762199dd5f8536cecfd3dedaecf029a606651ea6a037681

View changes file

Binary packages built by this source

jack: No summary available for jack in ubuntu feisty.

No description available for jack in ubuntu feisty.