Revisions of abcde

buildservice-autocommit accepted request 1147873 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 37)
baserev update by copy to link target
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 1147721 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 36)
- Use %patch -P N instead of deprecated %patchN.
buildservice-autocommit accepted request 846088 from Martin Wilck's avatar Martin Wilck (mwilck) (revision 35)
baserev update by copy to link target
Martin Wilck's avatar Martin Wilck (mwilck) accepted request 846087 from Martin Wilck's avatar Martin Wilck (mwilck) (revision 34)
- Fix dependency on perl(WebService::MusicBrainz) to work with
  1.0.5 (boo#1178312)
buildservice-autocommit accepted request 739378 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 33)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 739369 from Richard Brown's avatar Richard Brown (RBrownSUSE) (revision 32)
Remove obsolete Groups tag (fate#326485)
buildservice-autocommit accepted request 690704 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 31)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 690683 from Martin Wilck's avatar Martin Wilck (mwilck) (revision 30)
- Re-enabled musicbrainz, as both perl(MusicBrainz::DiscID) and
  perl(WebService::MusicBrainz) are accepted into Factory now.
  Note that abcde uses both MusicBrainz and CDDB by default.
  Build without MusicBrainz can be made by setting
  %_without_musibrainz 1 in prjconf.
buildservice-autocommit accepted request 682371 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 29)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 682294 from Martin Wilck's avatar Martin Wilck (mwilck) (revision 28)
- Added dependency on WebService::MusicBrainz 

I've submitted updated MusicBrainz modules to
devel:languages:perl, hoping to be able to forward
them to factory soon.
buildservice-autocommit accepted request 677601 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 27)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 677472 from Matthias Eliasson's avatar Matthias Eliasson (elimat) (revision 26)
- Update to 2.9.3 
  * Replace non-portable sed code for generating offset list with some
    simple awk instead. Should now work on FreeBSD again.
  * Deal with bizarre cdda2wav behaviour when doing cdtext lookup - it
    writes the track information to *stdin*. Closes Issue #89:
    https://abcde.einval.com/bugzilla/show_bug.cgi?id=89
  * Add a warning in abcde.conf about mayb needing to install recode before
    using it in mungefilename()
- Clean with spec-cleaner
- Drop fix-makefile-version-2.9.2.patch which is fixed upstream
buildservice-autocommit accepted request 628815 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 25)
baserev update by copy to link target
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 628797 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 24)
- Replace summary line with an actual summary. Fix broken
  sentence grammar in description.
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 628390 from Ferdinand Thiessen's avatar Ferdinand Thiessen (susnux) (revision 23)
- Added use-cddbmethod.patch needed as factory does not provide
  perl(MusicBrainz::DiscID)
- Added fix-makefile-version-2.9.2.patch
- Added keyring for verification
- Update to 2.9.2:
 * Fix up lookup code to deal with spaces etc. in directory names
 * Cope with "stub" releases in Musicbrainz
 * Always call glyrc with LC_ALL=C. Thanks to Andreas Vögele for the
   report and the suggested fix.
 * Add a link to the CDDB data format in the abcde man page.
 * More fixups of track number padding. Thanks to John Straw for the
   patch.
 * Allow for embedding of  album art downloaded by the getalbumart
   function. Currently this is available for flac (using metaflac),
   mp3 (using eyed3), m4a (using AtomicParsley) and
   WavPack aka wv (using wvtag).
 * Use md5 rather than md5sum under macOS.
 * Support added for encoding with
   Audio Interchange File Format (AIFF). 
 * Allow selection of either cddb or musicbrainz from the command line
 * Allow for embedding with do_embedalbumart() for single track
   encodes when OUTPUTFORMAT and ONETRACKOUTPUTFORMAT are different.
 * Experimental support for embedding albumart with ogg files.
 * Massive rework of CD lookup code so support multiple sources
   better. Thanks to Gabriel Rosenkoetter for his initial idea in this
   area, and to Tomasz Goliński on irc for initial inspiration on how
   this should work better.
   There are now 3 different options for CD lookup: cddb, musicbrainz and
   cdtext. They can all be listed in a comma-separated list for
   CDDBMETHOD and the code will now call all of them in the sequence
   listed. All the results will be combined into one list at the end for
   the user to select, just like would have previously worked for one
   source only.
 * Fix Musicbrainz ID calculation in makeids()
 * Fix abcde.mkcue() when handling the --wholedisk option. Thanks to
   Nino Burini for the patch.
 * Add more comprehensive examples for filename munging in the example
   config file.
 * Add a more better fix for the year lookup problem in
   abcde-musicbrainz-tool
 * Redirect stderr on "which" calls to clear up error noise on some
   systems.
 * Add Irix support.
 * Rework abcde-musicbrainz-tool to work with WebService::MusicBrainz
   Also added a specific dependency on version 1.0.4 or newer, so
   abcde-musicbrainz-tool will abort if the version found is too old.
   Since tweaked to deal with multi-artist albums and tracks more
   completely.
 * Add resume support in do_getalbumart()
 * Fix getopts setup for "P". Thanks to Alan W. Kerr for reporting this.
 * Major set of code cleanups to fix up lots of warnings found with
   shellcheck, and a few other style issues:
   + Lots of quoting fixes
   + Use $( instead of `
   + Stop using -o and -a syntax with if [ - use || or && instead
   + Wrap and shorten some very long lines
 * Wrap some output messages so they fit on a standard width console
 * Factor out repeated code and make page() more useful
 * Add version check before resuming from an old ripping run
- Dropped abcde-quote.patch 
buildservice-autocommit accepted request 517504 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 22)
baserev update by copy to link target
buildservice-autocommit accepted request 391718 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 20)
baserev update by copy to link target
buildservice-autocommit accepted request 351857 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 18)
baserev update by copy to link target
Displaying revisions 1 - 20 of 37
openSUSE Build Service is sponsored by