Accepting request 70598 from home:adra:branches:multimedia:libs

Update to version 1.7, Spec file updates, Updated taglib.desktop, Updated baselibs.conf

OBS-URL: https://build.opensuse.org/request/show/70598
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/taglib?expand=0&rev=14
This commit is contained in:
Stephan Kulow
2011-05-19 05:27:54 +00:00
committed by Git OBS Bridge
parent 43fc337f1b
commit f7853612c8
6 changed files with 151 additions and 70 deletions

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue May 17 20:55:51 UTC 2011 - asterios.dramis@gmail.com
- Update to version 1.7:
* Fixed memory leaks in the FLAC file format parser.
* Fixed bitrate calculation for WAV files.
From 1.7 RC1
* Support for reading/writing tags from Monkey's Audio files. (BUG:210404)
* Support for reading/writing embedded pictures from WMA files.
* Support for reading/writing embedded pictures from FLAC files (BUG:218696).
* Implemented APE::Tag::isEmpty() to check for all APE tags, not just the
basic ones.
* Added reading of WAV audio length. (BUG:116033)
* Exposed FLAC MD5 signature of the uncompressed audio stream via
FLAC::Properties::signature(). (BUG:160172)
* Added function ByteVector::toHex() for hex-encoding of byte vectors.
* WavPack reader now tries to get the audio length by finding the final
block, if the header doesn't have the information. (BUG:258016)
* Fixed a memory leak in the ID3v2.2 PIC frame parser. (BUG:257007)
* Fixed writing of RIFF files with even chunk sizes. (BUG:243954)
* Fixed compilation on MSVC 2010.
* Removed support for building using autoconf/automake.
* API docs can be now built using "make docs".
- Spec file updates:
* Changes based on openSUSE shared library packaging policy (added libtag1,
libtag_c0 and libtag-devel packages, removed taglib and taglib-devel
packages).
* Changes based on spec-cleaner run.
* Changed License: to LGPLv2.1+ ; MPLv1.1 ..
* Updates in Group, Summary and %description entries.
* Added libcppunit-devel and pkg-config in BuildRequires.
* Minor other updates.
- Updated taglib.desktop for susehelp to point to libtag-devel.
-------------------------------------------------------------------
Sat Feb 26 14:24:48 UTC 2011 - toddrme2178@gmail.com