lp:debian/stretch/abcde

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:debian/stretch/abcde
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

18. By Steve McIntyre

* Remove Jesus and Colin from Maintainer and Uploaders fields, as
  they've moved on. Thanks to both for their efforts!
* Update the Vcs- fields to point to current upstream.
* Clarify the old "public domain" mention in the license, now removed
  upstream.
* Remove TODO file, removed upstream
* New upstream version, with lots of improvements and bugfixes:
  + Rewrite of abcde's mungefilename function. Thanks to
    Andreas Kusalananda Kahari for this and also thanks
    to Andrew Willis for the report which triggered the
    rewrite. Thanks also to shughes for an earlier report.
    This closes Issues 72 and 135.
  + TRACKTOTAL now written to flac and ogg files. Thanks to
    monkth for the notification. This resolves Issue 76.
  + Support added for the downloading of album art. A huge
    thank you to Johannes Gernemann who came forward with
    the technique used and also the original patch. An equally
    huge thanks to Richard who extended and greatly enhanced
    the original patch. Detailed documentation added to the
    abcde FAQ document although the sane defaults in place
    will guarantee a good experience even for those who do
    not read documentation! This closes Issue 33.
  + Support added for ripping with the GNU Compact Disc
    Input and Control library (libcdio) as requested by
    both gentoo and NixOS. The utility used is cd-paranoia
    and can best be called from a conf file as follows:

     CDROMREADERSYNTAX=libcdio
     CD_PARANOIA=cd-paranoia
     CDPARANOIAOPTS="--never-skip=40 --verbose"

    with the CD_PARANOIA variable giving the correct path
    to cd-paranoia. I believe that cd-paranoia uses the same
    options as cdparanoia but if I am proven incorrect this
    will need to be rectified...
  + Fix for encoding with bladeenc and usepipes.
  + Fix for broken ripping with dagrab. Closes Issue 140.
  + Fix for diskutil selecting wrong disk on OS X. Thanks
    to Richard for this fix which closes Issue 139.
  + Added some error checking and documentation for
    the abcde-musicbrainz-tool. Thanks yet again to
    Matthias Andree for this work! Closes issue 138.
  + New variables for m4a/aac encoding options to be
    manipulated in a users ~/.abcde.conf file:
     1. FAACENCOPTS for faac encoding options
     2. NEROAACENCOPTS for neroAacEnc options
     3. FDKAACENCOPTS for fdkaacenc options
    Note that these options replace the now obsolete AACENCOPTS.
  + Check added for neroAacTag when encoding with neroAacEnc.
  + Several additions to usepipes with the following encoders
    being added:
      1. mp3enc: mp3
      2. speexenc: Speex
      3. mpcenc: Musepack SV8
      4. wavpack: WavPack
      5. faac: aac
      6. neroAacEnc: aac
      7. fdkaac: aac
    The cd ripper cdda2wav (icedax) has also been added.
  + Ripping and encoding with 'usepipes' fixed. This fix
    closes Issue 46.
  + Suggested encoding options for mp3enc added to the sample
    abcde.conf. Last release of mp3enc in 1998 but it still
    works flawlessly with a modern abcde!
  + Suggested encoding options for l3enc added to the sample
    abcde.conf. Congratulations to abcde which in 2015 still
    works with l3enc which saw its final release in 1997!
  + Fix for -o option use with options and multiple outputs.
    This allows for commandline options such as the following:
          abcde -o 'flac:-8,mp3:-b 320'
    Thanks to Matthias Andree for yet another quality patch!
    This closes Issue 136.
  + Support added for ReplayGain with WavPack encoding.
  + Fix for MusePack to allow the use of the SV8 ReplayGain
    application 'mpcgain'.
  + Monkey's Audio (ape) encoding added. Tagging is with
    Robert Muth's apetag. Thanks to Shantiq for testing.
  + Simplify Opus tagging.This closes Issue 133.
  + Allow 'clean' when OUTPUTTYPE=wav, broken for some time.
    Thanks to Roger rogerx.oss<at>gmail.com for showing the
    problem and demonstrating the fix. This closes Issue 94.
  + Clarification that CDDBLOCALRECURSIVE=y is required for
    local CDDB search. Thanks to Reuben Thomas for the
    notification. This partially resolves Issue 121.
  + AtomicParsley removed from debian/control, WavPack added.
  + Details of abcde's handling of faac compiled with and
    without mp4v2 added as a new entry to FAQs.
  + Fix to allow display of the 'date' meta tag generated
    by eyeD3 in vlc, Audacious and friends.
    Thanks to Reuben Thomas. This closes Issue 126.
  + Fix for flac floating point error. Thanks to rwvtveer
    for the patch which closes Issue 113.
  + Formalised 3 methods of mp3 tagging using ID3TAGV:
      1.id3v2.4 using eyeD3 (set in abcde as the default)
      2.id3v2.3 using id3v2
      3.id3v1 using id3
    Thanks to Adriaan for this patch which fixes issue 101.
  + Support for WavPack added. Closes issue 123.
  + Fix for mp3 encoding with different versions of eyeD3.
    Thanks to Matthias Andree for this patch.
  + Major AAC encoding cleanup, including addition of the fdkaac encoder.
    Thanks to Doug Mcmahon for assistance with this.

17. By Steve McIntyre

* Thanks to Andreas/Samuel for the previous upload attempting to fix
  eyeD3 support, but it still seems buggy. :-(
* Instead, merge the upstream change that auto-detects the
  version/syntax of eyeD3 on the system and uses the right set of
  options. Closes: #776908

16. By Andreas Metzler <email address hidden>

* Non-maintainer upload.
* Invoke eyeD3 with --set-encoding/--set-text-frame instead of
  --encoding/--text-frame since Debian's version of eyeD3 is pre 0.7. Also
  version the Suggests on eyed3 (<< 0.7~). (Patches by Samuel Thibault)
  Closes: #772778

15. By Steve McIntyre

* New upstream release with lots of bug fixes:
  + Fix finding $CDROM on OS X. Thanks to niederstrasser for the patch.
    Closes issue 71.
  + USEID3 and USEID3V2 variables are unused now, so remove them. Thanks
    to vskytta for the patch. Closes issue 73.
  + Clean up movement to eyeD3, remove id3v2 remnants. Thanks to vskytta
    for the patch. Closes issue 74.
  + Fix infinite loop if cddb fails. Thanks to Dominic Hargreaves for the
    patch. Closes: #687038 in Debian
  + Switch from Musepack SV7 to SV8. Thanks to Andrew Strong for the
    patch.
  + Allow aac encoding with neroAacEnc. Thanks to atheren for the patch.
    Closes issue 8.
  + Allow opus encoding with opusenc. Thanks to Tomasz Golinski for the
    patch. Closes issue 70.
  + Fix typo: s/CUEWAVEFILE/CUEWAVFILE/ so that abcde.mkcue should now
    produce working cue files. Closes issue 78.
  + Remove no-op -q option. Closes issue 106. Thanks to vskytta for the
    patch.
  + Fix issue 112: perl encoding pragma deprecation. Thanks to Alex Corrie
    for the patch.
  + Fix option parsing for multiple output formats. Thanks to
    <email address hidden> for the patch. Closes issue 115.
  + Fix eyeD3 tagging for cddb entries without year. Thanks to vskytta for
    the patch. Closes issue 107
  + Add mention of CD-TEXT support in the man page. Closes issue 102.
  + Make Y/N prompting more consistent. Closes issue 95
  + Remove the no-op -B option. Closes: #426531 in Debian
  + Document the need to escape parentheses in tag comments.
    Closes: #256941 in Debian.
  + Concatenate option steps on -t/-T option. Thanks to Charles
    Steinkuehler for the patch. Closes: #391294 in Debian
  + Try to use bsd-mailx where possible to force UTF-8 for cddb-tool mail
    submissions. If not possible, attempt to force UTF-8 via the
    environment and fall back to mail instead. Closes: #756289 in Debian,
    issue 111.
* Update Standards-Version

14. By Steve McIntyre

* New upstream release with bug fixes.
  + Update GPL/FSF headers to match current versions. Thanks to vskytta
    for the patch. (Closes issue 69).
  + Fix the command line for ID3SYNTAX=eyed3. Thanks to neil.gm.richards
    for the patch. Closes issue 50.
  + Switch to eyed3 by default for MP3 tagging, as it looks to do UTF-8
    tagging better. Closes issue 22 (hopefully)
* Remove the "A " from the beginning of the description to fix a
  lintian warning

13. By Steve McIntyre

* New upstream release with lots of bug fixes.
  + Sort options alphabetically (Closes issue 58).
    Thanks to vskytta for the patch.
  + Add Recommends: mailx in the Debian packaging for Debian/Ubuntu
    users. Closes: #607147
  + Fix encoding call for m4a. (Closes issue 31). Closes: #449045
  + Fix do_musicbrainz() for the case where there are no matches.
  + When using Musicbrainz, checksum and only output unique matches for an
    album. Closes: #669143
  + Add Recommends: atomicparsley in the Debian packaging for Debian/Ubuntu
    users. LP: #535527
  + Remove documentation of the old "-R" option for recursive searching of
    local CDDB data, it's now enabled always. (Closes issue 57).
  + Fix use of awk (sub instead of substr) when generating CRLF line endings.
    (Closes issue 59).
  + Make sure that ABCDETEMPDIR is quoted so we can deal with spaces in
    file and directory names. Closes issue 64. Thanks to
    richard.security.consultant for the patch, adapted slightly.
  + Tweak do_cdtext() so it works on OS X too. Closes issue 65.
    Thanks to richard.security.consultant for the patch.
  + Change cddb-tool to use bash to make sure that echo -n works.
    Closes issue 67.
  + Fixes for lots of spelling mistakes from vskytta. Closes issue 68.
  + For safety across different systems, avoid using "sed -i".
    Closes issue 66.

12. By Steve McIntyre

* New upstream release, fixing a silly bug in the 2.5.1 release:
  + Re-fix speex tagging. (Closes issue 19).
    Thanks to vskytta for pointing out the problem - patch not applied
    properly in 2.5.1

11. By Steve McIntyre

* New upstream release, fixing lots of bugs:
  + Several patches for improved Musicbrainz support from Martin Michlmayr:
    - add musicbrainz support for FLAC files with embedded cue files.
      Closes: #669139
    - Don't submit to CDDB server when using musicbrainz
      Closes: #669140
    - Don't tag CDDB string with musicbrainz id
      Closes: #669141
  + Fix speex tagging. (Closes issue 19).
    Thanks to vskytta for the patch.
  + Fix aac tagging. (Closes issue 7).
    Thanks to Andrew Strong for forwarding the patch.
  + Add ATOMICPARSLEY=AtomicParsley (Closes issue 37).
  + On OS X, switch from disktool to diskutil. (Closes issue 43).
  + Updates for CD device detection:
    - Look for /dev/sr0, in case /dev/cdrom doesn't exist.
      (Closes issue 52).
    - Add suggested diskutil code to auto-detect the CD on OS X.
      (Closes issue 45).
  + Check that we have $CDDBTOOL before we start. (Closes issue 27).
  + Change the meaning of EXTRAVERBOSE; previously, it was a y/n option
    to make things more verbose. Add extra levels of verbosity (0, 1, 2 so
    far) and a new vvecho() function for callers to use.
  + With EXTRAVERBOSE==2 or more, make run_command() print out each
    command as it's run. (Closes issue 39).
  + If we don't find any CDDB or Musicbrainz information for the CD, try
    to extract CD-Text information to populate the cddbinfo template.
    (Closes issue 41). Closes: #449206.
  + Try to give more helpful error messages when we can't parse the
    command line, and exit rather than carry on. (Closes issue 51).
  + replace deprecated egrep with grep -E (Closes issue 24).
    Thanks to vskytta for the patch.
  + remove -o 0 options from make install (Closes issue 17).
    Thanks to vskytta for the patch.
  + clean up indentation on older changelog entries
  + remove tarball target from Makefile since dir structure
    has changed now that we use subversion.
  + improve presentation of options/defaults when asking a question
    (closes issue 9)

10. By Steve McIntyre

* New upstream release, fixing several bugs:
  + Add support for Musicbrainz using a perl helper script.
    Closes: #665970
  + Tweak man page. Thanks to Mats Erik Andersson for the patch.
    Closes: #627237
  + Make the -q option work again. Thanks to A Mennucc for the patch.
    Closes: #562522
* Remove the Suggests: python-musicbrainz; it's never been used and this
  patch makes it totally obsolete. Closes: #657003
* Add Steve McIntyre to Uploaders
* Update debhelper build-dep.
* Add build-arch and build-indep rules
* Update Standards-Version to 3.9.3

9. By Colin Tuckley

* Bumped to 2.4.2
* Update standards version to 3.8.4 (no changes required).
* Fix Cue file always references "dummy.wav" bug
  patch from Chris Chiappa (Closes: #459928).
* Fix leadin/leadout computation for cue files broken bug
  Patch from Martin Michlmayr (Closes: #582175).

Branch metadata

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

Subscribers