Changes of Revision 2
[-] | Changed | taglib.spec |
x 1
2 3 Name: taglib 4 BuildRequires: cmake doxygen gcc-c++ graphviz update-desktop-files zlib-devel 5 -%if %suse_version > 1020 6 +%if 0%{?suse_version} > 1020 7 BuildRequires: fdupes 8 %endif 9 License: LGPLv2.1+ ; MPL .. 10
11 %endif 12 # 13 Version: 1.6.3 14 -Release: 0.pm.1.1 15 +Release: 2 16 Source0: %name-%version.tar.bz2 17 Source1: %name.desktop 18 Source2: baselibs.conf 19
20 %{__mkdir_p} %{buildroot}%_defaultdocdir/%name 21 %{__cp} -a AUTHORS doc/html \ 22 %{buildroot}%_defaultdocdir/%name/ 23 -%if %suse_version > 1020 24 +%if 0%{?suse_version} > 1020 25 %fdupes %{buildroot} 26 %endif 27 28
29 %{_libdir}/pkgconfig/*.pc 30 31 %changelog 32 -* Thu Jul 15 2010 pascal@links2linux.de 33 -- update to version 1.6.3: 34 - * Fixed definitions of the TAGLIB_WITH_MP4 and TAGLIB_WITH_ASF macros. 35 - * Fixed upgrading of ID3v2.3 genre frame with ID3v1 code 0 (Blues). 36 - * New method `int String::toInt(bool *ok)` which can return whether the conversion to a number was successful. 37 - * Fixed parsing of incorrectly written lengths in ID3v2 (affects mainly compressed frames). 38 -* Sun Apr 11 2010 tittiatcoke@gmail.com 39 -- update to version 1.6.2 40 - * Read Vorbis Comments from the first FLAC metadata block, 41 - if there are multipe ones. 42 - * Fixed a memory leak in FileRef's OGA format detection. 43 - * Fixed compilation with the Sun Studio compiler. 44 - * Handle WM/TrackNumber attributes with DWORD content in WMA files. 45 - * More strict check if something is a valid MP4 file. 46 - * Correctly save MP4 int-pair atoms with flags set to 0. 47 - * Fixed compilation of the test runner on Windows. 48 - * Store ASF attributes larger than 64k in the metadata library object. 49 - * Ignore trailing non-data atoms when parsing MP4 covr atoms. 50 - * Don't upgrade ID3v2.2 frame TDA to TDRC. 51 -* Mon Feb 1 2010 jengelh@medozas.de 52 -- Package baselibs.conf 53 -* Tue Nov 3 2009 beineri@opensuse.org 54 -- Update to version 1.6.1 55 - * Better detection of the audio codec of .oga files in FileRef. 56 - * Fixed saving of Vorbis comments to Ogg FLAC files. TagLib tried to 57 - include the Vorbis framing bit, which is only correct for Ogg Vorbis. 58 - * Public symbols now have explicitly set visibility to "default" on GCC. 59 - * Added missing exports for static ID3v1 functions. 60 - * Fixed a typo in taglib_c.pc 61 - * Fixed a failing test on ppc64. 62 - * Support for binary 'covr' atom in MP4 files. TagLib 1.6 treated them 63 - as text atoms, which corrupted them in some cases. 64 - * Fixed ID3v1-style genre to string conversion in MP4 files. 65 -* Tue Sep 22 2009 tittiatcoke@gmail.com 66 -- Update to version 1.6 67 - * New CMake option to build a static version - ENABLE_STATIC. 68 - * Added support for disabling dllimport/dllexport on Windows 69 - using the TAGLIB_STATIC macro. 70 - * Support for parsing the obsolete 'gnre' MP4 atom. 71 - * New cpp macros TAGLIB_WITH_MP4 and TAGLIB_WITH_ASF to determine 72 - if TagLib was built with MP4/ASF support. 73 - * Split Ogg packets larger than 64k into multiple pages. 74 - * TagLib can now use FLAC padding block. 75 - * ID3v2.2 frames are now not incorrectly saved. 76 - * Support for ID3v2.2 PIC frames. 77 - * Fixed a bug in ByteVectorList::split(). 78 - * XiphComment::year() now falls back to YEAR if DATE doesn't exist 79 - and XiphComment::year() falls back to TRACKNUM if TRACKNUMBER 80 - doesn't exist. 81 - * Improved ID3v2.3 genre parsing. 82 - * Better checking of corrupted ID3v2 APIC data. 83 - * Bitrate calculating using the Xing header now uses floating 84 - point numbers. 85 - * New TagLib::String method rfind(). 86 - * Added support for MP4 file format with iTunes-style metadata 87 - * Added support for ASF (WMA) file format. 88 - * Fixed crash when saving a Locator APEv2 tag. 89 - * Fixed a possible crash in the non-const version of String::operator[] 90 - and in String::operator+=. 91 - * Added support for PRIV ID3v2 frames. 92 - * Empty ID3v2 genres are no longer treated as numeric ID3v1 genres. 93 - * Added support for the POPM (rating/playcount) ID3v2 frame. 94 - * Generic RIFF file format support: 95 - * Support for AIFF files with ID3v2 tags. 96 - * Support for WAV files with ID3v2 tags. 97 - * Fixed crash on handling unsupported ID3v2 frames, e.g. on encrypted 98 - frames. 99 - * Fixed overflow while calculating bitrate of FLAC files with a very 100 - high bitrate 101 -* Tue Mar 10 2009 coolo@suse.de 102 -- fix build with new cmake 103 -* Wed Jan 7 2009 olh@suse.de 104 -- obsolete old -XXbit packages (bnc#437293) 105 -* Thu Apr 10 2008 dmueller@suse.de 106 -- fix build for older distros 107 -* Thu Apr 10 2008 ro@suse.de 108 -- added baselibs.conf file to build xxbit packages 109 - for multilib support 110 -* Fri Feb 22 2008 crrodriguez@suse.de 111 -- build using Cmake 112 -- update to version 1.5 113 - * Support for Mac OS X and Microsoft Windows 114 - * Distributed under the MPL (in addition to the previous LGPL license) 115 - * Added support for Speex files 116 - * Added support for TrueAudio files 117 - * Added support for WavPack files 118 - * Added support for ID3v2 general encapsulated object frames 119 - * Added support for ID3v2 unsynchronized lyrics frames 120 - * Added support for ID3v2 URL frames 121 - * Propper exports of all public classes / functions 122 - * Updated the APE::Item API to work with value lists 123 - * Added support to the FileRef class for new Xiph (Ogg) extensions 124 - * Made the samples per frame for MPEG headers accessible 125 - * Made MP3 Xing headers accessible 126 - * Prevent invalid encodings from being written to ID3v1 tags 127 - * Non-Latin1 ID3v2 text frames are automatically converted to UTF-8 on write (if they are not explicitly set to UTF-16) 128 - * Added support for reading ID3v2.2/3 unsynchronized tags 129 - * Made it possible to search for ID3v2 comment frames by description 130 - * Fixed a number of bugs in ID3v2 relative volume adjustment reading and writing 131 - * Added work arounds for iTunes writing invalid ID3v2 frame lengths 132 - * Added work arounds for iTunes not being able to correctly parse numerical ID3v2 genres 133 - * Added work arounds for iTunes putting non-text information in ID3v2 comment frames 134 - * Added a function to export strings to std::wstring 135 - * Added a function to check ASCII compatibility of strings 136 - * Added a function to check Latin1 compatibility of strings 137 -* Wed Nov 7 2007 meissner@suse.de 138 -- fixed gcc4.3 build 139 -* Tue Aug 7 2007 crrodriguez@suse.de 140 -- fix more issues: 141 - - this package does NOT require libjpeg-devel for build 142 - - after adding missing zlib-devel on BuildRequires in the 143 - previous checkin, libtool archives causes bloat. 144 -* Tue Aug 7 2007 crrodriguez@suse.de 145 -- run ldconfig instead of using deprecated macro 146 -- move the docs to the devel packages 147 -- use fdupes to avoid duplicate files 148 -- run make check in the check section 149 -* Fri Oct 20 2006 dmueller@suse.de 150 -- fix build with automake 1.10 151 -* Tue Sep 12 2006 dmueller@suse.de 152 -- fix include's in installed headers 153 -* Mon Jul 3 2006 cthiel@suse.de 154 -- fix build 155 -* Wed Jun 14 2006 dmueller@suse.de 156 -- build parallel 157 -* Wed Jan 25 2006 mls@suse.de 158 -- converted neededforbuild to BuildRequires 159 -* Tue Nov 29 2005 ro@suse.de 160 -- added fontconfig to nfb 161 -* Mon Sep 26 2005 mls@suse.de 162 -- make devel package require base package 163 -* Tue Aug 9 2005 dmueller@suse.de 164 -- fix filelist 165 -* Tue Aug 9 2005 dmueller@suse.de 166 -- don't package empty TODO file 167 -* Thu Jul 28 2005 adrian@suse.de 168 -- update to version 1.4 169 -* Mon Nov 8 2004 adrian@suse.de 170 -- update to version 1.3.1 171 - * 64bit OGG/Vorbis file lenght fixes 172 - * crash fixes with broken mp3 files 173 -* Fri Oct 1 2004 adrian@suse.de 174 -- fix susehelp entry for API documentation 175 -* Fri Sep 10 2004 adrian@suse.de 176 -- update to version 1.3 177 - * support for AOE tags and MPC files 178 - * compressed ID3v2 frame support 179 - * several checks for SIGFPE 180 -* Wed Jul 28 2004 adrian@suse.de 181 -- update to version 1.2 182 - * flac in ogg support 183 - * support for relativ volume adjustement 184 - * support for attached picture 185 -* Sun Apr 18 2004 adrian@suse.de 186 -- update to version 1.1 187 - * bugfixes 188 - * some more supported tag types 189 - * speed improvements 190 -* Wed Jan 21 2004 adrian@suse.de 191 -- update to version 1.0 final 192 -- generate and install API documentation 193 -* Mon Dec 15 2003 adrian@suse.de 194 -- update to version 0.96 (beta 2) 195 -* Thu Nov 13 2003 adrian@suse.de 196 -- update to current HEAD, to get kdemultimedia compiling again 197 -* Mon Nov 3 2003 adrian@suse.de 198 -- package also taglib_c.so 199 -* Mon Nov 3 2003 adrian@suse.de 200 -- update to version 0.95 (beta 1) 201 |