Blame abcde.changes

Bernhard M. Wiedemann 21fe86
-------------------------------------------------------------------
11460a
Tue Feb 20 09:55:38 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
11460a
11460a
- Use %patch -P N instead of deprecated %patchN.
11460a
11460a
-------------------------------------------------------------------
3add4f
Wed Nov  4 20:46:16 UTC 2020 - Martin Wilck <mwilck@suse.com>
3add4f
3add4f
- Fix dependency on perl(WebService::MusicBrainz) to work with
3add4f
  1.0.5 (boo#1178312)
3add4f
3add4f
-------------------------------------------------------------------
Bernhard M. Wiedemann e0f49f
Thu Oct 17 12:47:27 UTC 2019 - Richard Brown <rbrown@suse.com>
Bernhard M. Wiedemann e0f49f
Bernhard M. Wiedemann e0f49f
- Remove obsolete Groups tag (fate#326485)
Bernhard M. Wiedemann e0f49f
Bernhard M. Wiedemann e0f49f
-------------------------------------------------------------------
Bernhard M. Wiedemann 21fe86
Tue Apr  2 14:24:18 UTC 2019 - Martin Wilck <mwilck@suse.com>
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
- Re-enabled musicbrainz, as both perl(MusicBrainz::DiscID) and
Bernhard M. Wiedemann 21fe86
  perl(WebService::MusicBrainz) are accepted into Factory now.
Bernhard M. Wiedemann 21fe86
  Note that abcde uses both MusicBrainz and CDDB by default.
Bernhard M. Wiedemann 21fe86
  Build without MusicBrainz can be made by setting
Bernhard M. Wiedemann 21fe86
  %_without_musibrainz 1 in prjconf.
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
-------------------------------------------------------------------
Bernhard M. Wiedemann 21fe86
Wed Mar  6 17:21:44 UTC 2019 - Martin Wilck <mwilck@suse.com>
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
- Added dependency on WebService::MusicBrainz 
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
-------------------------------------------------------------------
Bernhard M. Wiedemann 21fe86
Tue Feb 19 19:54:08 UTC 2019 - Matthias Eliasson <elimat@opensuse.org>
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
- Update to 2.9.3 
Bernhard M. Wiedemann 21fe86
  * Replace non-portable sed code for generating offset list with some
Bernhard M. Wiedemann 21fe86
    simple awk instead. Should now work on FreeBSD again.
Bernhard M. Wiedemann 21fe86
  * Deal with bizarre cdda2wav behaviour when doing cdtext lookup - it
Bernhard M. Wiedemann 21fe86
    writes the track information to *stdin*. Closes Issue #89:
Bernhard M. Wiedemann 21fe86
    https://abcde.einval.com/bugzilla/show_bug.cgi?id=89
Bernhard M. Wiedemann 21fe86
  * Add a warning in abcde.conf about mayb needing to install recode before
Bernhard M. Wiedemann 21fe86
    using it in mungefilename()
Bernhard M. Wiedemann 21fe86
- Clean with spec-cleaner
Bernhard M. Wiedemann 21fe86
- Drop fix-makefile-version-2.9.2.patch which is fixed upstream
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
-------------------------------------------------------------------
Bernhard M. Wiedemann 21fe86
Sat Aug 11 21:29:11 UTC 2018 - jengelh@inai.de
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
- Replace summary line with an actual summary. Fix broken
Bernhard M. Wiedemann 21fe86
  sentence grammar in description.
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
-------------------------------------------------------------------
Bernhard M. Wiedemann 21fe86
Wed Aug  8 23:03:08 UTC 2018 - rpm@fthiessen.de
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
- Added use-cddbmethod.patch needed as factory does not provide
Bernhard M. Wiedemann 21fe86
  perl(MusicBrainz::DiscID)
Bernhard M. Wiedemann 21fe86
- Added fix-makefile-version-2.9.2.patch
Bernhard M. Wiedemann 21fe86
- Added keyring for verification
Bernhard M. Wiedemann 21fe86
- Update to 2.9.2:
Bernhard M. Wiedemann 21fe86
 * Fix up lookup code to deal with spaces etc. in directory names
Bernhard M. Wiedemann 21fe86
 * Cope with "stub" releases in Musicbrainz
Bernhard M. Wiedemann 21fe86
 * Always call glyrc with LC_ALL=C. Thanks to Andreas Vögele for the
Bernhard M. Wiedemann 21fe86
   report and the suggested fix.
Bernhard M. Wiedemann 21fe86
 * Add a link to the CDDB data format in the abcde man page.
Bernhard M. Wiedemann 21fe86
 * More fixups of track number padding. Thanks to John Straw for the
Bernhard M. Wiedemann 21fe86
   patch.
Bernhard M. Wiedemann 21fe86
 * Allow for embedding of  album art downloaded by the getalbumart
Bernhard M. Wiedemann 21fe86
   function. Currently this is available for flac (using metaflac),
Bernhard M. Wiedemann 21fe86
   mp3 (using eyed3), m4a (using AtomicParsley) and
Bernhard M. Wiedemann 21fe86
   WavPack aka wv (using wvtag).
Bernhard M. Wiedemann 21fe86
 * Use md5 rather than md5sum under macOS.
Bernhard M. Wiedemann 21fe86
 * Support added for encoding with
Bernhard M. Wiedemann 21fe86
   Audio Interchange File Format (AIFF). 
Bernhard M. Wiedemann 21fe86
 * Allow selection of either cddb or musicbrainz from the command line
Bernhard M. Wiedemann 21fe86
 * Allow for embedding with do_embedalbumart() for single track
Bernhard M. Wiedemann 21fe86
   encodes when OUTPUTFORMAT and ONETRACKOUTPUTFORMAT are different.
Bernhard M. Wiedemann 21fe86
 * Experimental support for embedding albumart with ogg files.
Bernhard M. Wiedemann 21fe86
 * Massive rework of CD lookup code so support multiple sources
Bernhard M. Wiedemann 21fe86
   better. Thanks to Gabriel Rosenkoetter for his initial idea in this
Bernhard M. Wiedemann 21fe86
   area, and to Tomasz Goliński on irc for initial inspiration on how
Bernhard M. Wiedemann 21fe86
   this should work better.
Bernhard M. Wiedemann 21fe86
   There are now 3 different options for CD lookup: cddb, musicbrainz and
Bernhard M. Wiedemann 21fe86
   cdtext. They can all be listed in a comma-separated list for
Bernhard M. Wiedemann 21fe86
   CDDBMETHOD and the code will now call all of them in the sequence
Bernhard M. Wiedemann 21fe86
   listed. All the results will be combined into one list at the end for
Bernhard M. Wiedemann 21fe86
   the user to select, just like would have previously worked for one
Bernhard M. Wiedemann 21fe86
   source only.
Bernhard M. Wiedemann 21fe86
 * Fix Musicbrainz ID calculation in makeids()
Bernhard M. Wiedemann 21fe86
 * Fix abcde.mkcue() when handling the --wholedisk option. Thanks to
Bernhard M. Wiedemann 21fe86
   Nino Burini for the patch.
Bernhard M. Wiedemann 21fe86
 * Add more comprehensive examples for filename munging in the example
Bernhard M. Wiedemann 21fe86
   config file.
Bernhard M. Wiedemann 21fe86
 * Add a more better fix for the year lookup problem in
Bernhard M. Wiedemann 21fe86
   abcde-musicbrainz-tool
Bernhard M. Wiedemann 21fe86
 * Redirect stderr on "which" calls to clear up error noise on some
Bernhard M. Wiedemann 21fe86
   systems.
Bernhard M. Wiedemann 21fe86
 * Add Irix support.
Bernhard M. Wiedemann 21fe86
 * Rework abcde-musicbrainz-tool to work with WebService::MusicBrainz
Bernhard M. Wiedemann 21fe86
   Also added a specific dependency on version 1.0.4 or newer, so
Bernhard M. Wiedemann 21fe86
   abcde-musicbrainz-tool will abort if the version found is too old.
Bernhard M. Wiedemann 21fe86
   Since tweaked to deal with multi-artist albums and tracks more
Bernhard M. Wiedemann 21fe86
   completely.
Bernhard M. Wiedemann 21fe86
 * Add resume support in do_getalbumart()
Bernhard M. Wiedemann 21fe86
 * Fix getopts setup for "P". Thanks to Alan W. Kerr for reporting this.
Bernhard M. Wiedemann 21fe86
 * Major set of code cleanups to fix up lots of warnings found with
Bernhard M. Wiedemann 21fe86
   shellcheck, and a few other style issues:
Bernhard M. Wiedemann 21fe86
   + Lots of quoting fixes
Bernhard M. Wiedemann 21fe86
   + Use $( instead of `
Bernhard M. Wiedemann 21fe86
   + Stop using -o and -a syntax with if [ - use || or && instead
Bernhard M. Wiedemann 21fe86
   + Wrap and shorten some very long lines
Bernhard M. Wiedemann 21fe86
 * Wrap some output messages so they fit on a standard width console
Bernhard M. Wiedemann 21fe86
 * Factor out repeated code and make page() more useful
Bernhard M. Wiedemann 21fe86
 * Add version check before resuming from an old ripping run
Bernhard M. Wiedemann 21fe86
- Dropped abcde-quote.patch 
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
-------------------------------------------------------------------
Bernhard M. Wiedemann 21fe86
Fri Aug 18 07:13:56 UTC 2017 - aloisio@gmx.com
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
- Update to version 2.8.1
Bernhard M. Wiedemann 21fe86
  * Fix silly error introduced in abcde-musicbrainz-tool when
Bernhard M. Wiedemann 21fe86
    fixing bug 30. Thanks to Thomas Klausner for the bug/patch.
Bernhard M. Wiedemann 21fe86
    Closes Issue 52:
Bernhard M. Wiedemann 21fe86
    https://abcde.einval.com/bugzilla/show_bug.cgi?id=52
Bernhard M. Wiedemann 21fe86
  version 2.8:
Bernhard M. Wiedemann 21fe86
   * Make fdkaac the default for m4a encoding. Faac can still be
Bernhard M. Wiedemann 21fe86
     selected for m4a encding via ~/.abcde.conf file but best not
Bernhard M. Wiedemann 21fe86
     to :).
Bernhard M. Wiedemann 21fe86
   * Split user-definable mungefilename function into
Bernhard M. Wiedemann 21fe86
     mungetrackname, mungeartistname, and mungealbumname, each of
Bernhard M. Wiedemann 21fe86
     which default to mungefilename Thanks to Gerald Turner for the
Bernhard M. Wiedemann 21fe86
     patch and enhancement request. This closes Issue 39:
Bernhard M. Wiedemann 21fe86
     https://abcde.einval.com/bugzilla/show_bug.cgi?id=39
Bernhard M. Wiedemann 21fe86
   * FAQs: Clarify the exit from multi-result CDDB search.
Bernhard M. Wiedemann 21fe86
   * Fix to allow multiple output formats when aac fallback is
Bernhard M. Wiedemann 21fe86
     triggered. Thanks to Birk Bremer for the bug report.
Bernhard M. Wiedemann 21fe86
     This closes Issue 35:
Bernhard M. Wiedemann 21fe86
     https://abcde.einval.com/bugzilla/show_bug.cgi?id=35
Bernhard M. Wiedemann 21fe86
   * Fix for some erroneous error and status logging. Thanks to
Bernhard M. Wiedemann 21fe86
     Christian Wasem for the bug report and fix. This closes Issue
Bernhard M. Wiedemann 21fe86
     32: https://abcde.einval.com/bugzilla/show_bug.cgi?id=32
Bernhard M. Wiedemann 21fe86
   * Add support for trying multiple CD lookup services in
Bernhard M. Wiedemann 21fe86
     order. Thanks to Gabriel Rosenkoetter for the patch. Closes
Bernhard M. Wiedemann 21fe86
     Issue 42: https://abcde.einval.com/bugzilla/show_bug.cgi?id=42
Bernhard M. Wiedemann 21fe86
   * Add Recommends on glyrc and imagemagick in Debian
Bernhard M. Wiedemann 21fe86
     packaging. Closes Debian Bug #827626
Bernhard M. Wiedemann 21fe86
   * Fix up handling of the first few sectors when reading
Bernhard M. Wiedemann 21fe86
     from a whole-CD flac file or using cdparanoia in one-track
Bernhard M. Wiedemann 21fe86
     mode. Thanks to Matthias König for the patch. Closes Issue
Bernhard M. Wiedemann 21fe86
     44: https://abcde.einval.com/bugzilla/show_bug.cgi?id=44
Bernhard M. Wiedemann 21fe86
   * Tweak the fix in musicbrainz for handling sketchy returned
Bernhard M. Wiedemann 21fe86
     data some more. Hopefully closes Issue 30:
Bernhard M. Wiedemann 21fe86
     https://abcde.einval.com/bugzilla/show_bug.cgi?id=30
Bernhard M. Wiedemann 21fe86
   * Re-enable some commented out cdparanoia/debug code in
Bernhard M. Wiedemann 21fe86
     do_discid. Closes Issue 14:
Bernhard M. Wiedemann 21fe86
     https://abcde.einval.com/bugzilla/show_bug.cgi?id=14
Bernhard M. Wiedemann 21fe86
   * Add "-a" to lots of grep calls in case of "binary" looking
Bernhard M. Wiedemann 21fe86
     data, e.g. non-ascii text in track titles!
Bernhard M. Wiedemann 21fe86
     Closes Issue 24:
Bernhard M. Wiedemann 21fe86
     https://abcde.einval.com/bugzilla/show_bug.cgi?id=24
Bernhard M. Wiedemann 21fe86
   * Add "-L" to default curl options, to follow redirects if
Bernhard M. Wiedemann 21fe86
     needed. Closes Issue 40:
Bernhard M. Wiedemann 21fe86
     https://abcde.einval.com/bugzilla/show_bug.cgi?id=40
Bernhard M. Wiedemann 21fe86
     Thanks to Gabriel Rosenkoetter for the patch.
Bernhard M. Wiedemann 21fe86
   * Switch default from "cddb" to "musicbrainz" for track lookup
Bernhard M. Wiedemann 21fe86
     Closes Debian Bug #842178
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
-------------------------------------------------------------------
Bernhard M. Wiedemann 21fe86
Mon Apr 25 11:43:45 UTC 2016 - p.drouand@gmail.com
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
- Update to version 2.7.2
Bernhard M. Wiedemann 21fe86
  * When using musicbrainz, don't assume that there will be release
Bernhard M. Wiedemann 21fe86
    events attached to a particular CD release. Bug fix for the addition
Bernhard M. Wiedemann 21fe86
    of year information support in 2.7.1.
Bernhard M. Wiedemann 21fe86
  * Support for output to the Matroska container (mka). Encoder
Bernhard M. Wiedemann 21fe86
    is FFmpeg (or avconv). Typical conf file syntax would be:
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
     MKAENCODERSYNTAX=ffmpeg
Bernhard M. Wiedemann 21fe86
     FFMPEG=ffmpeg
Bernhard M. Wiedemann 21fe86
     FFMPEGENCOPTS="-c:a ac3 -b:a 448k"
Bernhard M. Wiedemann 21fe86
     OUTPUTTYPE="mka"
Bernhard M. Wiedemann 21fe86
  * Add id3tag mp3 tagger as this is the tagger available to
Bernhard M. Wiedemann 21fe86
    OpenBSD users.
Bernhard M. Wiedemann 21fe86
  * Allow for cddb response 500. This closes Issue 26:
Bernhard M. Wiedemann 21fe86
    http://abcde.einval.com/bugzilla/show_bug.cgi?id=26
Bernhard M. Wiedemann 21fe86
  * Fix for 'expansion of $REDIR' bug on MacOSX. This closes Issue 22:
Bernhard M. Wiedemann 21fe86
    http://abcde.einval.com/bugzilla/show_bug.cgi?id=22
Bernhard M. Wiedemann 21fe86
  * Makefile adjusted to allow the sample abcde.conf file to be
Bernhard M. Wiedemann 21fe86
    installed by default to /etc rather than $(prefix)/etc.
Bernhard M. Wiedemann 21fe86
    https://bugs.archlinux.org/task/46671
Bernhard M. Wiedemann 21fe86
  * Allow getalbumart to correctly place cover image when single
Bernhard M. Wiedemann 21fe86
    track is selected. This closes Issue 25:
Bernhard M. Wiedemann 21fe86
    http://abcde.einval.com/bugzilla/show_bug.cgi?id=25
Bernhard M. Wiedemann 21fe86
- Update abcde-quote.patch
Bernhard M. Wiedemann 21fe86
- Set BuildArch as noarch; the package doesn't contain any binary
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
-------------------------------------------------------------------
Bernhard M. Wiedemann 21fe86
Mon Jan  4 08:24:13 UTC 2016 - adrian@suse.de
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
- add recommends to eyeD3, abcde is using it by default since 2.7
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
-------------------------------------------------------------------
Bernhard M. Wiedemann 21fe86
Mon Oct 26 22:44:31 UTC 2015 - p.drouand@gmail.com
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
- Update to version 2.7.1
Bernhard M. Wiedemann 21fe86
  * Rebuild of the abcde Makefile.
Bernhard M. Wiedemann 21fe86
    http://abcde.einval.com/bugzilla/show_bug.cgi?id=4 
Bernhard M. Wiedemann 21fe86
  * Fix incorrect use of 'break'.
Bernhard M. Wiedemann 21fe86
    http://abcde.einval.com/bugzilla/show_bug.cgi?id=6
Bernhard M. Wiedemann 21fe86
  * Make older versions of id3 happy when 'Genre' field is empty.
Bernhard M. Wiedemann 21fe86
    http://abcde.einval.com/bugzilla/show_bug.cgi?id=8
Bernhard M. Wiedemann 21fe86
  * Add YEAR and GENRE variables to do_getalbumart().
Bernhard M. Wiedemann 21fe86
    http://abcde.einval.com/bugzilla/show_bug.cgi?id=9
Bernhard M. Wiedemann 21fe86
  * Support added for encoding to True Audio using tta while still
Bernhard M. Wiedemann 21fe86
    supporting the older ttaenc. Tagging is with mid3v2.
Bernhard M. Wiedemann 21fe86
  * Support added for encoding to MPEG-1 Audio Layer II (mp2)
Bernhard M. Wiedemann 21fe86
    with either twolame or FFmpeg / avconv. Tagging with mid3v2.
Bernhard M. Wiedemann 21fe86
  * Encoding to WavPack with FFmpeg. Some slight changes to WavPack
Bernhard M. Wiedemann 21fe86
    syntax with backward compatibility built in for abcde 2.7. 
Bernhard M. Wiedemann 21fe86
  * Encoding to m4a container with FFmpeg or avconv. This allows
Bernhard M. Wiedemann 21fe86
    for alac encoding with FFmpeg's reverse engineered alac encoder.
Bernhard M. Wiedemann 21fe86
  * AAC encoding with fhgaacenc via Wine. Tagging is provided
Bernhard M. Wiedemann 21fe86
    by AtomicParsley which has been added back to abcde :). This
Bernhard M. Wiedemann 21fe86
    allows encoding with HE-AAC v2, unavailable with qaac.
Bernhard M. Wiedemann 21fe86
  * Support added for AAC encoding with qaac via Wine. This
Bernhard M. Wiedemann 21fe86
    also allows for Apple Lossless Audio Coding (alac) using
Bernhard M. Wiedemann 21fe86
    either qaac or refalac. This closes Issue 142.
Bernhard M. Wiedemann 21fe86
  * Grab year information too when using musicbrainz.
Bernhard M. Wiedemann 21fe86
    http://abcde.einval.com/bugzilla/show_bug.cgi?id=10
Bernhard M. Wiedemann 21fe86
- Changes from version 2.7
Bernhard M. Wiedemann 21fe86
  * Rewrite of abcde's mungefilename function.
Bernhard M. Wiedemann 21fe86
    This closes Issues 72 and 135.
Bernhard M. Wiedemann 21fe86
  * TRACKTOTAL now written to flac and ogg files.
Bernhard M. Wiedemann 21fe86
    This resolves Issue 76.
Bernhard M. Wiedemann 21fe86
  * Support added for the downloading of album art.
Bernhard M. Wiedemann 21fe86
    Detailed documentation added to the abcde FAQ document
Bernhard M. Wiedemann 21fe86
    although the sane defaults in place will guarantee a good
Bernhard M. Wiedemann 21fe86
    experience even for those who do not read documentation!
Bernhard M. Wiedemann 21fe86
    This closes Issue 33.
Bernhard M. Wiedemann 21fe86
  * Support added for ripping with the GNU Compact Disc 
Bernhard M. Wiedemann 21fe86
    Input and Control library (libcdio) as requested by
Bernhard M. Wiedemann 21fe86
    both gentoo and NixOS. The utility used is cd-paranoia
Bernhard M. Wiedemann 21fe86
    and can best be called from a conf file as follows:
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
     CDROMREADERSYNTAX=libcdio       
Bernhard M. Wiedemann 21fe86
     CD_PARANOIA=cd-paranoia  
Bernhard M. Wiedemann 21fe86
     CDPARANOIAOPTS="--never-skip=40 --verbose"
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
    with the CD_PARANOIA variable giving the correct path 
Bernhard M. Wiedemann 21fe86
    to cd-paranoia.
Bernhard M. Wiedemann 21fe86
  * Fix for encoding with bladeenc and usepipes.
Bernhard M. Wiedemann 21fe86
  * Fix for broken ripping with dagrab. Closes Issue 140.
Bernhard M. Wiedemann 21fe86
  * Fix for diskutil selecting wrong disk on OS X. 
Bernhard M. Wiedemann 21fe86
    closes Issue 139.
Bernhard M. Wiedemann 21fe86
  * Added some error checking and documentation for
Bernhard M. Wiedemann 21fe86
    the abcde-musicbrainz-tool. Closes issue 138.
Bernhard M. Wiedemann 21fe86
  * New variables for m4a/aac encoding options to be 
Bernhard M. Wiedemann 21fe86
    manipulated in a users ~/.abcde.conf file:
Bernhard M. Wiedemann 21fe86
     1. FAACENCOPTS for faac encoding options
Bernhard M. Wiedemann 21fe86
     2. NEROAACENCOPTS for neroAacEnc options
Bernhard M. Wiedemann 21fe86
     3. FDKAACENCOPTS for fdkaacenc options
Bernhard M. Wiedemann 21fe86
    Note that these options replace the now obsolete AACENCOPTS.
Bernhard M. Wiedemann 21fe86
  * Check added for neroAacTag when encoding with neroAacEnc.
Bernhard M. Wiedemann 21fe86
  * Several additions to usepipes with the following encoders 
Bernhard M. Wiedemann 21fe86
    being added:
Bernhard M. Wiedemann 21fe86
      1. mp3enc: mp3
Bernhard M. Wiedemann 21fe86
      2. speexenc: Speex
Bernhard M. Wiedemann 21fe86
      3. mpcenc: Musepack SV8
Bernhard M. Wiedemann 21fe86
      4. wavpack: WavPack
Bernhard M. Wiedemann 21fe86
      5. faac: aac
Bernhard M. Wiedemann 21fe86
      6. neroAacEnc: aac
Bernhard M. Wiedemann 21fe86
      7. fdkaac: aac
Bernhard M. Wiedemann 21fe86
    The cd ripper cdda2wav (icedax) has also been added.
Bernhard M. Wiedemann 21fe86
  * Ripping and encoding with 'usepipes' fixed. This fix
Bernhard M. Wiedemann 21fe86
    closes Issue 46.
Bernhard M. Wiedemann 21fe86
  * Suggested encoding options for mp3enc added to the sample
Bernhard M. Wiedemann 21fe86
    abcde.conf. Last release of mp3enc in 1998 but it still
Bernhard M. Wiedemann 21fe86
    works flawlessly with a modern abcde!
Bernhard M. Wiedemann 21fe86
  * Suggested encoding options for l3enc added to the sample
Bernhard M. Wiedemann 21fe86
    abcde.conf. Congratulations to abcde which in 2015 still 
Bernhard M. Wiedemann 21fe86
    works with l3enc which saw its final release in 1997!
Bernhard M. Wiedemann 21fe86
  * Fix for -o option use with options and multiple outputs.
Bernhard M. Wiedemann 21fe86
    This allows for commandline options such as the following:
Bernhard M. Wiedemann 21fe86
          abcde -o 'flac:-8,mp3:-b 320' 
Bernhard M. Wiedemann 21fe86
    This closes Issue 136.
Bernhard M. Wiedemann 21fe86
  * Support added for ReplayGain with WavPack encoding.
Bernhard M. Wiedemann 21fe86
  * Fix for MusePack to allow the use of the SV8 ReplayGain 
Bernhard M. Wiedemann 21fe86
    application 'mpcgain'.
Bernhard M. Wiedemann 21fe86
  * Monkey's Audio (ape) encoding added. Tagging is with
Bernhard M. Wiedemann 21fe86
    Robert Muth's apetag.
Bernhard M. Wiedemann 21fe86
  * Simplify Opus tagging.This closes Issue 133.
Bernhard M. Wiedemann 21fe86
  * Allow 'clean' when OUTPUTTYPE=wav, broken for some time.
Bernhard M. Wiedemann 21fe86
    This closes Issue 94.
Bernhard M. Wiedemann 21fe86
  * Clarification that CDDBLOCALRECURSIVE=y is required for 
Bernhard M. Wiedemann 21fe86
    local CDDB search. This partially resolves Issue 121.
Bernhard M. Wiedemann 21fe86
  * AtomicParsley removed from debian/control, WavPack added.
Bernhard M. Wiedemann 21fe86
  * Details of abcde's handling of faac compiled with and 
Bernhard M. Wiedemann 21fe86
    without mp4v2 added as a new entry to FAQs.
Bernhard M. Wiedemann 21fe86
  * Fix to allow display of the 'date' meta tag generated
Bernhard M. Wiedemann 21fe86
    by eyeD3 in vlc, Audacious and friends.
Bernhard M. Wiedemann 21fe86
    This closes Issue 126.
Bernhard M. Wiedemann 21fe86
  * Fix for flac floating point error. closes Issue 113.
Bernhard M. Wiedemann 21fe86
  * Formalised 3 methods of mp3 tagging using ID3TAGV:
Bernhard M. Wiedemann 21fe86
      1.id3v2.4 using eyeD3 (set in abcde as the default)
Bernhard M. Wiedemann 21fe86
      2.id3v2.3 using id3v2
Bernhard M. Wiedemann 21fe86
      3.id3v1 using id3
Bernhard M. Wiedemann 21fe86
    Fixes issue 101.
Bernhard M. Wiedemann 21fe86
  * Support for WavPack added. Closes issue 123.
Bernhard M. Wiedemann 21fe86
  * Fix for mp3 encoding with different versions of eyeD3.
Bernhard M. Wiedemann 21fe86
  * Major AAC encoding cleanup, including addition of the fdkaac encoder. 
Bernhard M. Wiedemann 21fe86
- Update patch abcde_2.6-quote.patch > abcde-quote.patch
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
-------------------------------------------------------------------
Bernhard M. Wiedemann 21fe86
Sat Jan 24 16:48:09 UTC 2015 - sweet_f_a@gmx.de
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
- re-add man pages, last update accidentally removed them 
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
-------------------------------------------------------------------
Bernhard M. Wiedemann 21fe86
Sat Dec 13 18:30:54 UTC 2014 - p.drouand@gmail.com
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
- Update to version 2.6
Bernhard M. Wiedemann 21fe86
  + Fix finding $CDROM on OS X. Closes issue 71.
Bernhard M. Wiedemann 21fe86
  + USEID3 and USEID3V2 variables are unused now, so remove them. 
Bernhard M. Wiedemann 21fe86
    Closes issue 73.
Bernhard M. Wiedemann 21fe86
  + Clean up movement to eyeD3, remove id3v2 remnants. Closes issue 74.
Bernhard M. Wiedemann 21fe86
  + Fix infinite loop if cddb fails. Closes: #687038 in Debian
Bernhard M. Wiedemann 21fe86
  + Switch from Musepack SV7 to SV8.
Bernhard M. Wiedemann 21fe86
  + Allow aac encoding with neroAacEnc. Closes issue 8.
Bernhard M. Wiedemann 21fe86
  + Allow opus encoding with opusenc. Closes issue 70.
Bernhard M. Wiedemann 21fe86
  + Fix typo: s/CUEWAVEFILE/CUEWAVFILE/ so that abcde.mkcue should now
Bernhard M. Wiedemann 21fe86
    produce working cue files. Closes issue 78.
Bernhard M. Wiedemann 21fe86
  + Remove no-op -q option. Closes issue 106. 
Bernhard M. Wiedemann 21fe86
  + Fix issue 112: perl encoding pragma deprecation.
Bernhard M. Wiedemann 21fe86
  + Fix option parsing for multiple output formats. Closes issue 115.
Bernhard M. Wiedemann 21fe86
  + Fix eyeD3 tagging for cddb entries without year. Closes issue 107
Bernhard M. Wiedemann 21fe86
  + Add mention of CD-TEXT support in the man page. Closes issue 102.
Bernhard M. Wiedemann 21fe86
  + Make Y/N prompting more consistent. Closes issue 95
Bernhard M. Wiedemann 21fe86
  + Remove the no-op -B option. Closes: #426531 in Debian
Bernhard M. Wiedemann 21fe86
  + Document the need to escape parentheses in tag comments.
Bernhard M. Wiedemann 21fe86
    Closes: #256941 in Debian.
Bernhard M. Wiedemann 21fe86
  + Concatenate option steps on -t/-T option. Closes: #391294 in Debian
Bernhard M. Wiedemann 21fe86
  + Try to use bsd-mailx where possible to force UTF-8 for cddb-tool mail
Bernhard M. Wiedemann 21fe86
    submissions. If not possible, attempt to force UTF-8 via the
Bernhard M. Wiedemann 21fe86
    environment and fall back to mail instead. Closes: #756289 in Debian,
Bernhard M. Wiedemann 21fe86
    issue 111.
Bernhard M. Wiedemann 21fe86
- Make cd-discid live in it's own package
Bernhard M. Wiedemann 21fe86
- Update Urls and dowload sources
Bernhard M. Wiedemann 21fe86
- Refresh the old abcde_2.3.99.6-quote.patch to abcde_2.6-quote.patch
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
-------------------------------------------------------------------
Bernhard M. Wiedemann 21fe86
Wed Oct  5 14:50:20 UTC 2011 - uli@suse.com
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
- cross-build fix: use %__cc macro
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
-------------------------------------------------------------------
Bernhard M. Wiedemann 21fe86
Sat Sep 17 10:41:09 UTC 2011 - jengelh@medozas.de
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
- Remove redundant tags/sections from specfile
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
-------------------------------------------------------------------
Bernhard M. Wiedemann 21fe86
Thu Feb 10 12:34:16 UTC 2011 - tschmidt@novell.com
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
- added recommends id3v2
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
-------------------------------------------------------------------
Bernhard M. Wiedemann 21fe86
Fri Oct 31 10:39:00 CET 2008 - coolo@suse.de
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
- apply patch from bnc#419800 to fix
Bernhard M. Wiedemann 21fe86
  "abcde quotes some variables incorrectly"
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
-------------------------------------------------------------------
Bernhard M. Wiedemann 21fe86
Tue Nov 27 14:12:11 CET 2007 - coolo@suse.de
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
- update to 2.3.99.6: tons of debian bug reports fixed, e.g.
Bernhard M. Wiedemann 21fe86
  * Default to UNICODE (UTF8) tags and comments (Closes: #282332).
Bernhard M. Wiedemann 21fe86
    - Added CDDBPROTO option in config file (Closes: #349951)
Bernhard M. Wiedemann 21fe86
  * Added a missing "INDEX 01" entry for CUE sheet creation.
Bernhard M. Wiedemann 21fe86
  * Avoid completing the encoding of files if we aborted previously.
Bernhard M. Wiedemann 21fe86
  * Embed the CUE sheet if we have a cuesheet file and we have a single FLAC
Bernhard M. Wiedemann 21fe86
    file, even if we are not tagging. This way we can use the file as a source
Bernhard M. Wiedemann 21fe86
    even if it is not tagged/named properly.
Bernhard M. Wiedemann 21fe86
  * Fails to quote filenames properly (Closes: #355296)
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
-------------------------------------------------------------------
Bernhard M. Wiedemann 21fe86
Thu Sep  7 11:08:40 CEST 2006 - coolo@suse.de
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
- update to 2.3.3:
Bernhard M. Wiedemann 21fe86
  * Rips done in a single track were getting tagged as Various. Corrected.
Bernhard M. Wiedemann 21fe86
  * Possibly eliminated some bashisms from using a variable as a variable
Bernhard M. Wiedemann 21fe86
    (Closes: #324399). Thanks to A Costa.
Bernhard M. Wiedemann 21fe86
  * MKCUE needs to be passed some $CDROM as an option, or otherwise it will
Bernhard M. Wiedemann 21fe86
    not read the CDROM, in case is not /dev/cdrom.
Bernhard M. Wiedemann 21fe86
  * Also, make the CUEREADER a bit more general, since we might be using other
Bernhard M. Wiedemann 21fe86
    CUE extractors.
Bernhard M. Wiedemann 21fe86
  * Defining the tracknumber now resets the first track if given a number
Bernhard M. Wiedemann 21fe86
    different than 1 (that is: abcde -T 1 2-10 creates songs 1 to 9).
Bernhard M. Wiedemann 21fe86
  * Modified the FAQ to reflect the changes on Marillat's repo
Bernhard M. Wiedemann 21fe86
    (Closes: #315724).
Bernhard M. Wiedemann 21fe86
  * Should be "space" safe: works properly when the working directory contains
Bernhard M. Wiedemann 21fe86
    a space (Closes: #147493).
Bernhard M. Wiedemann 21fe86
  * Repared the CD query for the discid code. When failing to read a disc,
Bernhard M. Wiedemann 21fe86
    actually report that there might be no disc in the drive.
Bernhard M. Wiedemann 21fe86
  * Right now, walk over the different encoders we Depends: on in Debian and
Bernhard M. Wiedemann 21fe86
    use the one available: if a user has a FLAC encoder, abcde will no install
Bernhard M. Wiedemann 21fe86
    vorbis-tools, so it will fail to run out of the box (Closes: #321216)
Bernhard M. Wiedemann 21fe86
  * Added CUE support. Still experimental...
Bernhard M. Wiedemann 21fe86
  * Added FLAC on Ogg. Still not activated, since we cannot get comments added
Bernhard M. Wiedemann 21fe86
    as a post-process action.
Bernhard M. Wiedemann 21fe86
  * Applied patches from Fedora Core (Credit goes to Nils Philippsen
Bernhard M. Wiedemann 21fe86
    <nphilipp@redhat.com>)
Bernhard M. Wiedemann 21fe86
  * Added a post_read() function to be executed before ejecting the CD.
Bernhard M. Wiedemann 21fe86
  * Typos reported by A Costa corrected (Closes: #311463)
Bernhard M. Wiedemann 21fe86
  * Problem with abcde being run in a directory with files containing only
Bernhard M. Wiedemann 21fe86
    numbers solved (Closes: #313628).
Bernhard M. Wiedemann 21fe86
  * vorbiscomment uses now "-R" (Closes: #303566).
Bernhard M. Wiedemann 21fe86
  * "-t" and "-T" use the first track as a starter for the track list.
Bernhard M. Wiedemann 21fe86
    (Closes: #305749).
Bernhard M. Wiedemann 21fe86
  * Added CDPARANOIACDROMBUS option to define -d in case of using IDE and SCSI
Bernhard M. Wiedemann 21fe86
    in case of using ide-scsi emulation layer (Closes: #290768).
Bernhard M. Wiedemann 21fe86
  * Define metaflac in abcde.conf (Closes: #303555)
Bernhard M. Wiedemann 21fe86
  * Double quotation added to solve parsing * as a wildcard (Closes: #302904).
Bernhard M. Wiedemann 21fe86
    Thanks to Christian Grigis for the patch. Also (Closes: #268088).
Bernhard M. Wiedemann 21fe86
  * CDPARANOIAOUTPUT missed some quotes.
Bernhard M. Wiedemann 21fe86
  * Removed some useless lines.
Bernhard M. Wiedemann 21fe86
  * If BATCH is used with ONETRACK, disable BATCH.
Bernhard M. Wiedemann 21fe86
  * Small typos with CDROM comparisons.
Bernhard M. Wiedemann 21fe86
  * Logic for CDROM variable improved.
Bernhard M. Wiedemann 21fe86
  * Changed the way we call flac, to adapt to the new times:
Bernhard M. Wiedemann 21fe86
    --import-vc-from= to --import-tags-from.
Bernhard M. Wiedemann 21fe86
  * DOSPLAYLIST was not included in the list of options.
Bernhard M. Wiedemann 21fe86
  * Options passed to the encoder by using <-o ogg:"-b 192"> are now
Bernhard M. Wiedemann 21fe86
    supported. One can modify the way abcde encodes just for the current CD.
Bernhard M. Wiedemann 21fe86
  * Unfortunatelly I forgot to add the starting number for tags in Ogg. For
Bernhard M. Wiedemann 21fe86
    MP3 is a bit more difficult, since it needs changing the X/YY code.
Bernhard M. Wiedemann 21fe86
  * Also, the order of the tags in metaflac is important for the utf8 names.
Bernhard M. Wiedemann 21fe86
    Thanks to Frederik Juul Christiani (Closes: #297482)
Bernhard M. Wiedemann 21fe86
  * Added CDROMID in the .conf file, for reader programs that need it
Bernhard M. Wiedemann 21fe86
    (Closes: #297005)
Bernhard M. Wiedemann 21fe86
  * Added a check for cdparanoia when encountering data-only CDs.
Bernhard M. Wiedemann 21fe86
  * Use the default while erasing an existing playlist (Closes: #288835).
Bernhard M. Wiedemann 21fe86
  * Does not destroy track information when a track contains "=" in the name
Bernhard M. Wiedemann 21fe86
    (Closes: #290709).
Bernhard M. Wiedemann 21fe86
  * Quotes missing when evaluating a value (Closes: #284018).
Bernhard M. Wiedemann 21fe86
  * Spotted and solved a problem with the way the data tracks were detected
Bernhard M. Wiedemann 21fe86
    (Closes: #282647).
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
-------------------------------------------------------------------
Bernhard M. Wiedemann 21fe86
Wed Jan 25 21:34:05 CET 2006 - mls@suse.de
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
- converted neededforbuild to BuildRequires
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
-------------------------------------------------------------------
Bernhard M. Wiedemann 21fe86
Wed Nov  2 13:44:24 CET 2005 - coolo@suse.de
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
- make CDROM != /dev/cdrom work
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
-------------------------------------------------------------------
Bernhard M. Wiedemann 21fe86
Fri Jan 21 10:45:21 CET 2005 - coolo@suse.de
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
- update to 2.2.0
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
-------------------------------------------------------------------
Bernhard M. Wiedemann 21fe86
Thu Aug  5 09:41:51 CEST 2004 - coolo@suse.de
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
- update to 2.1.19
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
-------------------------------------------------------------------
Bernhard M. Wiedemann 21fe86
Fri Oct 31 09:18:18 CET 2003 - coolo@suse.de
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
- build as user
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
-------------------------------------------------------------------
Bernhard M. Wiedemann 21fe86
Mon Oct 13 13:31:20 CEST 2003 - coolo@suse.de
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
- update to 2.1.6
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
-------------------------------------------------------------------
Bernhard M. Wiedemann 21fe86
Fri Aug 15 09:47:06 CEST 2003 - coolo@suse.de
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
- sent patch yesterday, today new version
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
-------------------------------------------------------------------
Bernhard M. Wiedemann 21fe86
Wed Aug 13 08:58:16 CEST 2003 - coolo@suse.de
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
- update to 2.1.4
Bernhard M. Wiedemann 21fe86
- apply diff to avoid -1 syntax to tail,head,nice
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
-------------------------------------------------------------------
Bernhard M. Wiedemann 21fe86
Tue Apr 22 09:02:49 CEST 2003 - coolo@suse.de
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
- update to 2.1.2
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
-------------------------------------------------------------------
Bernhard M. Wiedemann 21fe86
Thu Apr 10 16:07:21 CEST 2003 - coolo@suse.de
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
- updated to 2.1.1
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
-------------------------------------------------------------------
Bernhard M. Wiedemann 21fe86
Sun Aug  4 19:21:22 CEST 2002 - coolo@suse.de
Bernhard M. Wiedemann 21fe86
Bernhard M. Wiedemann 21fe86
- Initial package
Bernhard M. Wiedemann 21fe86