Revisions of chromaprint

buildservice-autocommit accepted request 1124432 from Dave Plater's avatar Dave Plater (plater) (revision 50)
baserev update by copy to link target
Dave Plater's avatar Dave Plater (plater) accepted request 1124414 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 49)
- Drop unused and unneeded libtag-devel Requires from devel package
buildservice-autocommit accepted request 1119997 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 48)
baserev update by copy to link target
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 1119941 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 47)
- Drop unused libtag-devel BuildRequires.
- Use cmake_build macro.
buildservice-autocommit accepted request 1119211 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 46)
baserev update by copy to link target
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 1119197 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 45)
- Drop fftw3-devel BuildRequires and Requires, pass DFFT_LIB=avfft
  to cmake, use the already present ffmpeg lib.
- Use ldconfig_scriptlets for post(un) handling.
buildservice-autocommit accepted request 1085470 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 44)
baserev update by copy to link target
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 1084286 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 43)
- Drop 8ccad69.patch and 82781d02.patch, and add back
  pkgconfig(libavresample) BuildRequires. Also limit package to
  build against ffmpeg-4 and older.
buildservice-autocommit accepted request 1083512 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 42)
baserev update by copy to link target
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 1083316 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 41)
- Add 82781d02.patch: FFmpeg 5.x: Some files return error codes
  when scanning.
buildservice-autocommit accepted request 1040587 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 40)
baserev update by copy to link target
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 1039640 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 39)
Resub since the bot is complaining about the url for some reason
- Add 8ccad69.patch: Upgrade code to FFmpeg 5.x APIs. Following
  this, drop pkgconfig(libavresample) BuildRequires: No longer
  used.
  * https://github.com/acoustid/chromaprint/commit/8ccad69.patch
- update to 1.5.1:
  * No functional source code changes.
  * Fixed some compiler warnings.
  * Rebuilt the fpcalc binaries with FFmpeg 4.4.1.
  * Added support for fat binaries on macOS, with support for both Intel and Apple silicon.
- Update to 1.5.0:
  * Added support for fpcalc -raw -signed, which helps with easier
    PostgreSQL integration
  * Added support for using libavresample instead of libswresample
  * Fixed possible crash in chromaprint_decode_fingerprint
  * Fixed unit tests on big endian CPUs
- Run spec-cleaner
  * Remove package groups
  * Use license macro
- Remove bcond_without and use ffmpeg unconditional
- Update to 1.4.3:
  * Allow one packet to have decoding error
  * Print output even if there is a decoding error, exit with error
    code 3 instead of 2 in such case
  * Add new option -ignore-errors to change the error code 3 to 0
  * Add new option -algorithm NUM
  * Periodically flush output when working on a stream
- drop chromaprint-ffmpeg-pkgconfig.patch
  * fixed upstream
- Switch to https for URL
- Source moved to github
- cleanup with spec-cleaner
- Fix RPM groups.
- Update to 1.4.2:
  * Fixed invalid memory access when decoding base64-encoded fingerprints.
  * Removed unnecessary library dependencies libchromaprint to avoid
    circular dependency problems with FFmpeg.
- Rebase chromaprint-ffmpeg-pkgconfig.patch
- Drop chromaprint-ffmpeg-API.patch which isn't needed anymore.
- Update to 1.4.1:
  * Restored the -v/-version parameter for fpcalc that got accidentally
    removed in 1.4.
  * Fixed processing of some short audio files. They were ignored in 1.4.
  * The DURATION field in the default output of fpcalc is now printed as an
    integer again.
  * Added missing version number to libchromaprint.pc.
  * Linux fpcalc builds are now fully static.
- Update to 1.4.0:
  * Fully streaming audio processing without any post-processing step
    for the fingerprint generation.
  * Many performance optimizations. Especially when processing long streams,
    operations should be faster and use less memory.
  * C++11 compiler is now required for building the library.
  * The public C API now uses standard fixed-size int types from stdint.h
    (breaks backwards compatibility).
  * All code written for the library is now distributed under the MIT license.
  * Kiss FFT is now included with the library and automatically used if
    no other FFT library is found.
  * Added support for using the FFTW3F version of FFTW3.
  * Boost is no longer used.
- Update to 1.3.2:
  * Fixed crash on an invalid audio file that FFmpeg could not decode.
- use individual libboost-*-devel packages instead of boost-devel
- Remove unused Provides libchromaprint-with-ffmpeg
- Restore support for libswresample/libavresample (bsc#973555)
- Remove usage of deprecated API
  chromaprint-ffmpeg-API.patch
- Update to new upstream release 1.3.1
* Support for ffmpeg 3.x
* You can use use "-length 0" in fpcalc to get the full fingerprint
* New function chromaprint_get_fingerprint_hash for calculating
  SimHash from the fingerprint data
- Remove needless conditional for the libdir which is in the macro
- Use pkg-config to detect ffmpeg in cmake
  chromaprint-ffmpeg-pkgconfig.patch
- Add bcond_without to use ffmpeg unconditional
- Remove broken libffmpeg requires in devel pkg
- Use pkgconfig for ffmpeg BuildRequires
- Update to version 1.2
  * Fixed compilation with neither libswresample nor libavresample 
    (#11)
  * Fixed compilation with static libav (#10)
  * Functions chromaprint_encode_fingerprint and 
    chromaprint_decode_fingerprint are changed to accept const 
    pointer as input
  * Added support for using the Kiss FFT library (should make 
    Android port easier)
  * Removed obsolete dev tools from the package
  * More compatible DEBUG() macro
- Cleanup spec file with spec-cleaner
- Add missing dependency on boost
- Use cmake macro
- Update to version 1.1
  - Fixed potential DoS attack in fingerprint decompression code. (#6)
  - Fixed invalid memory read with some fingerprinter configurations. (#5)
  - Added support for audio format conversion with libav. (#2, Gordon Pettey)
- Add baselibs.conf
- Update to version 1.0
 - Support for the latest FFmpeg API.
 - Support for reading audio from stdin in fpcalc.
 - Changed fpcalc to return non-zero status on failure.
- Properly determine LIB_SUFFIX
- Update to version 0.7
 - Support for the latest FFmpeg API.
 - New (non-default) fingerprint algorithm that removes leading silence.
 - API to configure fingerprint algorithms, currently only used by
   CHROMAPRINT_ALGORITHM_TEST4.
- ffmpeg doen't include url.h anymorecompile against ffmpeg_oldabi
- initial version (0.6)
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 1035309 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 38)
Use ffmpeg 5!

- Add 8ccad69.patch: Upgrade code to FFmpeg 5.x APIs. Following
  this, drop pkgconfig(libavresample) BuildRequires: No longer
  used.
- update to 1.5.1:
  * No functional source code changes.
  * Fixed some compiler warnings.
  * Rebuilt the fpcalc binaries with FFmpeg 4.4.1.
  * Added support for fat binaries on macOS, with support for both Intel and Apple silicon.
- Update to 1.5.0:
  * Added support for fpcalc -raw -signed, which helps with easier
    PostgreSQL integration
  * Added support for using libavresample instead of libswresample
  * Fixed possible crash in chromaprint_decode_fingerprint
  * Fixed unit tests on big endian CPUs
- Run spec-cleaner
  * Remove package groups
  * Use license macro
- Remove bcond_without and use ffmpeg unconditional
- Update to 1.4.3:
  * Allow one packet to have decoding error
  * Print output even if there is a decoding error, exit with error
    code 3 instead of 2 in such case
  * Add new option -ignore-errors to change the error code 3 to 0
  * Add new option -algorithm NUM
  * Periodically flush output when working on a stream
- drop chromaprint-ffmpeg-pkgconfig.patch
  * fixed upstream
- Switch to https for URL
- Source moved to github
- cleanup with spec-cleaner
- Fix RPM groups.
- Update to 1.4.2:
  * Fixed invalid memory access when decoding base64-encoded fingerprints.
  * Removed unnecessary library dependencies libchromaprint to avoid
    circular dependency problems with FFmpeg.
- Rebase chromaprint-ffmpeg-pkgconfig.patch
- Drop chromaprint-ffmpeg-API.patch which isn't needed anymore.
- Update to 1.4.1:
  * Restored the -v/-version parameter for fpcalc that got accidentally
    removed in 1.4.
  * Fixed processing of some short audio files. They were ignored in 1.4.
  * The DURATION field in the default output of fpcalc is now printed as an
    integer again.
  * Added missing version number to libchromaprint.pc.
  * Linux fpcalc builds are now fully static.
- Update to 1.4.0:
  * Fully streaming audio processing without any post-processing step
    for the fingerprint generation.
  * Many performance optimizations. Especially when processing long streams,
    operations should be faster and use less memory.
  * C++11 compiler is now required for building the library.
  * The public C API now uses standard fixed-size int types from stdint.h
    (breaks backwards compatibility).
  * All code written for the library is now distributed under the MIT license.
  * Kiss FFT is now included with the library and automatically used if
    no other FFT library is found.
  * Added support for using the FFTW3F version of FFTW3.
  * Boost is no longer used.
- Update to 1.3.2:
  * Fixed crash on an invalid audio file that FFmpeg could not decode.
- use individual libboost-*-devel packages instead of boost-devel
- Remove unused Provides libchromaprint-with-ffmpeg
- Restore support for libswresample/libavresample (bsc#973555)
- Remove usage of deprecated API
  chromaprint-ffmpeg-API.patch
- Update to new upstream release 1.3.1
* Support for ffmpeg 3.x
* You can use use "-length 0" in fpcalc to get the full fingerprint
* New function chromaprint_get_fingerprint_hash for calculating
  SimHash from the fingerprint data
- Remove needless conditional for the libdir which is in the macro
- Use pkg-config to detect ffmpeg in cmake
  chromaprint-ffmpeg-pkgconfig.patch
- Add bcond_without to use ffmpeg unconditional
- Remove broken libffmpeg requires in devel pkg
- Use pkgconfig for ffmpeg BuildRequires
- Update to version 1.2
  * Fixed compilation with neither libswresample nor libavresample 
    (#11)
  * Fixed compilation with static libav (#10)
  * Functions chromaprint_encode_fingerprint and 
    chromaprint_decode_fingerprint are changed to accept const 
    pointer as input
  * Added support for using the Kiss FFT library (should make 
    Android port easier)
  * Removed obsolete dev tools from the package
  * More compatible DEBUG() macro
- Cleanup spec file with spec-cleaner
- Add missing dependency on boost
- Use cmake macro
- Update to version 1.1
  - Fixed potential DoS attack in fingerprint decompression code. (#6)
  - Fixed invalid memory read with some fingerprinter configurations. (#5)
  - Added support for audio format conversion with libav. (#2, Gordon Pettey)
- Add baselibs.conf
- Update to version 1.0
 - Support for the latest FFmpeg API.
 - Support for reading audio from stdin in fpcalc.
 - Changed fpcalc to return non-zero status on failure.
- Properly determine LIB_SUFFIX
- Update to version 0.7
 - Support for the latest FFmpeg API.
 - New (non-default) fingerprint algorithm that removes leading silence.
 - API to configure fingerprint algorithms, currently only used by
   CHROMAPRINT_ALGORITHM_TEST4.
- ffmpeg doen't include url.h anymorecompile against ffmpeg_oldabi
- initial version (0.6)
buildservice-autocommit accepted request 988544 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 988464 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 36)
- update to 1.5.1:
  * No functional source code changes.
  * Fixed some compiler warnings.
  * Rebuilt the fpcalc binaries with FFmpeg 4.4.1.
  * Added support for fat binaries on macOS, with support for both Intel and Apple silicon.
buildservice-autocommit accepted request 825420 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 35)
baserev update by copy to link target
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 823038 from Matthias Eliasson's avatar Matthias Eliasson (elimat) (revision 34)
- Update to 1.5.0:
  * Added support for fpcalc -raw -signed, which helps with easier PostgreSQL
	integration
  * Added support for using libavresample instead of libswresample
  * Fixed possible crash in chromaprint_decode_fingerprint
  * Fixed unit tests on big endian CPUs
- Run spec-cleaner
  * Remove package groups
  * Use license macro
Olaf Hering's avatar Olaf Hering (olh) committed (revision 33)
- Remove bcond_without and use ffmpeg unconditional
buildservice-autocommit accepted request 568805 from Dave Plater's avatar Dave Plater (plater) (revision 32)
baserev update by copy to link target
Dave Plater's avatar Dave Plater (plater) accepted request 568796 from Avindra Goolcharan's avatar Avindra Goolcharan (avindra) (revision 31)
- Update to 1.4.3:
  * Allow one packet to have decoding error
  * Print output even if there is a decoding error, exit with error
    code 3 instead of 2 in such case
  * Add new option -ignore-errors to change the error code 3 to 0
  * Add new option -algorithm NUM
  * Periodically flush output when working on a stream
- drop chromaprint-ffmpeg-pkgconfig.patch
  * fixed upstream
- Switch to https for URL
- Source moved to github
- cleanup with spec-cleaner
Displaying revisions 1 - 20 of 50
openSUSE Build Service is sponsored by