89 Commits

Author SHA256 Message Date
Ana Guerrero
fc7c11dd91 Accepting request 1245333 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1245333
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=61
2025-02-12 20:30:33 +00:00
d5c026278a - Update to version 1.5.0
General
  * Multithreaded encoding is now possible in libFLAC and through
    the flac command line tool.
  * The GFDL license file is updated to version 1.3.
  * The markdown tool documentation is now also converted to HTML,
    for bundling with systems that do not read manpages.
  * Decoding of chained Ogg FLAC files is now possible.
  * Is is now possible in libFLAC, libFLAC++ and metaflac to write
    to a new file when changing metadata, instead of needing to
    verwrite an existing file.
  flac
  * Testing mode (flac -t) now parses all metadata blocks and warns
    the user when ID3v1 metadata is detected.
  * A warning is displayed when frame numbers do not increase
    correctly throughout a file.
  * The explain option (-H or --explain) is now removed, use the
    manpage or html tool documentation instead.
  * Built-in help and tool documentation are improved.
  * When re-encoding a FLAC file from an existing FLAC file, a
    check is added that the MD5 sums of both files are the same.
  libFLAC and libFLAC++
  * The library interfaces have been extended.
    See the porting guide (part of the API documentation).
  * An error is sent when a frame is missing
  * The algorithm of the 'loose mid side' option has changed.
    Instead of checking every few frames which option is best and
    keeping that for the next few frames, a fast heuristic is now
    used. This was necessary to enable multithreading
  * Most level 0 metadata interface functions now also work with

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=73
2025-02-12 10:23:06 +00:00
849d055b43 Accepting request 1095425 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1095425
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=60
2023-06-27 21:15:19 +00:00
0b711fb729 Accepting request 1094833 from home:alarrosa:branches:multimedia:libs
- Update to version 1.4.3:
  + General
    * All PowerPC-specific code has been removed, as it turned out
      those improvements didn't actually improve anything
    * Large improvements in encoder speed for all presets. The
      largest change is for the fastest presets and for 24-bit and
      32-bit inputs.
    * Small improvement in decoder speed for BMI2-capable CPUs
    * Various documentation fixes and cleanups
    * Various fixes
    * Fix building on Universal Windows Platform
  + flac
    * A lot of small fixes for bugs found by fuzzing
    * Various improvements to the --keep-foreign-metadata and
      --keep-foreign-metadata-if-present options on decoding
      + The output format (WAV/AIFF/RF64 etc.) is now automatically
        selected based on what kind of foreign metadata is stored
      + Decoded file is checked afterwards, to see whether stored
        foreign format data agrees with FLAC audio properties
      + AIFF-C sowt data can now be restored
    * Add --force-legacy-wave-format option, to decode to WAV with
      WAVEFORMATPCM where WAVE_FORMAT_EXTENSIBLE would be more
      appropriate
    * Add --force-aiff-c-none-format and --force-aiff-c-sowt-format
      to decode to AIFF-C
    * The storage of WAVEFORMATEXTENSIBLE_CHANNEL_MASK is no longer
      restricted to known channel orderings
    * Throw an error when WAV or AIFF files are over 4GiB in length
      and the --ignore-chunk-sizes option is not set
    * Warn on testing files when ID3v2 tags are found

OBS-URL: https://build.opensuse.org/request/show/1094833
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=71
2023-06-26 13:31:29 +00:00
861fa5d272 Accepting request 1071829 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1071829
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=59
2023-03-15 17:53:51 +00:00
1c8aad750c Accepting request 1070833 from home:pluskalm:branches:multimedia:libs
- Build AVX2 enabled hwcaps library for x86_64-v3

OBS-URL: https://build.opensuse.org/request/show/1070833
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=69
2023-03-14 16:06:54 +00:00
7356532189 Accepting request 1039164 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1039164
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=58
2022-12-01 15:58:27 +00:00
c17477bd41 Accepting request 1039163 from home:tiwai:branches:multimedia:libs
- Drop obsoleted flac-cflags.patch

OBS-URL: https://build.opensuse.org/request/show/1039163
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=67
2022-11-30 16:57:45 +00:00
d67fbfeaab Accepting request 1038891 from home:jonaski:branches:multimedia:libs
- Update to version 1.4.2:
  + General
    * Remove xmms plugin (Martijn van Beurden, TokyoBlackHole)
    * Remove all pure assembler, removing build dependency on nasm
    * Made console output more uniform across different platforms
      and CPUs
    * Improve ability to tune compile for a certain system (for
      example with -march=native) when combining with
      --disable-asm-optimizations: plain C functions can now be
      better optimized
  + Build system
    * Default CFLAGS are now prepended instead of dropped when user
      CFLAGS are set
    * -msse2 is no longer added by default (was only applicable
      to x86)
    * Fix cross-compiling and out-of-tree building when pandoc and
      doxygen are not available
    * Fix issue with Clang not compiling functions with intrinsics
    * Fix detection of bswap intrinsics (Ozkan Sezer)
    * Improve search for libssp on MinGW (Ozkan Sezer,
      Martijn van Beurden)
  + libFLAC
    * Fix issue when the libFLAC user seeks in a file instead of
      libFLAC itself

OBS-URL: https://build.opensuse.org/request/show/1038891
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=66
2022-11-30 12:50:22 +00:00
7c84495227 Accepting request 1005560 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1005560
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=57
2022-09-25 13:34:19 +00:00
e84d5918fa Accepting request 1005558 from home:polslinux:branches:multimedia:libs
- Update to version 1.4.1:
  * CMake fixes 
  * Add checks that man pages and api docs end up in tarball
  * Enable installation of prebuilt man pages and api docs
  * Fix compiler warnings
  * Fix format specifier
  * Fix versioning from git
- Rebase flac-cflags.patch

OBS-URL: https://build.opensuse.org/request/show/1005558
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=64
2022-09-23 06:53:28 +00:00
94a1b248d8 Accepting request 1002935 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1002935
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=56
2022-09-13 13:07:48 +00:00
d447108c5c Accepting request 1002525 from home:iznogood:branches:multimedia:libs
New upstream release

OBS-URL: https://build.opensuse.org/request/show/1002525
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=62
2022-09-12 13:19:16 +00:00
078176ac02 Accepting request 958202 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/958202
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=55
2022-03-02 17:20:16 +00:00
8c4eefbc37 Accepting request 958201 from home:tiwai:branches:multimedia:libs
- Fix the regression for audiofile, reverting the problematic change
  0001-Revert-libFLAC-stream_decoder.c-Use-current-position.patch

OBS-URL: https://build.opensuse.org/request/show/958201
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=61
2022-03-01 07:45:08 +00:00
c7aa0cffce Accepting request 956612 from home:polslinux:branches:multimedia:libs
- Update to release 1.3.4:
  + General:
    * Fix 12 decoder bugs found by oss-fuzz, including CVE-2020-0499 
    * Fix encoder bug CVE-2021-0561
    * Integrate oss-fuzzers 
    * Seeking fixes 
    * Various fixes and improvements
  + flac:
    * Various fixes and improvements

OBS-URL: https://build.opensuse.org/request/show/956612
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=60
2022-02-23 09:53:39 +00:00
5665b9c9bf Accepting request 727839 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/727839
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=54
2019-09-07 09:29:18 +00:00
Tomáš Chvátal
078938628e Accepting request 727570 from home:jengelh:branches:multimedia:libs
- Update to release 1.3.3

trailing whitespace removal

OBS-URL: https://build.opensuse.org/request/show/727570
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=58
2019-09-02 20:02:42 +00:00
f46e8658a2 Accepting request 668084 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/668084
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=53
2019-01-28 19:47:12 +00:00
Tomáš Chvátal
0bae58d261 Accepting request 667967 from home:jengelh:branches:multimedia:libs
- Remove useless --with-pic (only useful for --enable-static).
- Trim authorship and licensing info from description,
  this is metadata.

OBS-URL: https://build.opensuse.org/request/show/667967
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=56
2019-01-23 13:23:34 +00:00
Tomáš Chvátal
1ac0a56019 Accepting request 666953 from home:scarabeus_iv:branches:multimedia:libs
- Drop doxygen dependency to reduce python3 buildcycle

OBS-URL: https://build.opensuse.org/request/show/666953
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=55
2019-01-18 10:54:01 +00:00
d0f180b2ed Accepting request 601932 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/601932
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=52
2018-05-01 21:08:50 +00:00
Ismail Dönmez
53a1194100 Accepting request 601930 from home:tiwai:branches:multimedia:libs
- Fix memory leak in read_metadata_vorbiscomment_() function
  (CVE-2017-6888, bsc#1091045):
  flac-CVE-2017-6888.patch

OBS-URL: https://build.opensuse.org/request/show/601930
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=53
2018-04-27 14:03:02 +00:00
49d63676a5 Accepting request 448425 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/448425
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=51
2017-01-11 10:52:29 +00:00
OBS User mrdocs
cce712aa57 Accepting request 448372 from home:alois:branches:multimedia:libs
Update to 1.3.2 (now with mk2 tarball)

OBS-URL: https://build.opensuse.org/request/show/448372
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=51
2017-01-01 19:04:29 +00:00
d4f8aee7e1 Accepting request 426638 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/426638
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=50
2016-09-12 11:22:55 +00:00
f061c96912 Accepting request 426272 from home:scarabeus_iv:branches:multimedia:libs
- Drop patch that should be upstreamed first, otherwise we will
  have to keep it ofrever:
  * flac-ocloexec.patch
- Drop wrong patch:
  * flac-fix-pkgconfig.patch
    + If using this change you get assert.h include overriden in your
      project by the one from FLAC/ which is not what upstream desired
      If packages fail to build they should fix their include

OBS-URL: https://build.opensuse.org/request/show/426272
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=49
2016-09-10 15:59:28 +00:00
bf1bf4ae80 Accepting request 294074 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/294074
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=49
2015-04-05 22:23:32 +00:00
OBS User mrdocs
40b320960b Accepting request 294007 from home:pluskalm:branches:multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/294007
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=47
2015-04-01 21:54:51 +00:00
52e1063a94 Accepting request 292127 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/292127
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=48
2015-03-25 20:03:35 +00:00
Cristian Rodríguez
e52803728d Accepting request 292073 from home:pluskalm:branches:multimedia:libs
- Cleanup spec file with spec-cleaner
- Update url
- Remove no longer needed patches
  * flac-fix-CVE-2014-8962.patch 
  * flac-fix-CVE-2014-9028.patch
  * 0001-getopt_long-not-broken-here.patch
- Remove following as benefit of using openssl is small
  * 0001-Allow-use-of-openSSL.patch
- Add flac-cflags.patch
- Use doxygen to build documentation
- Split documentation to separate package
- Update to 1.3.1

OBS-URL: https://build.opensuse.org/request/show/292073
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=45
2015-03-20 23:12:32 +00:00
f5b8caeb59 Accepting request 263301 from multimedia:libs
Correct CVE# (forwarded request 263300 from tiwai)

OBS-URL: https://build.opensuse.org/request/show/263301
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=47
2014-12-03 21:49:48 +00:00
c8b70f543c Accepting request 263300 from home:tiwai:branches:multimedia:libs
Correct CVE#

OBS-URL: https://build.opensuse.org/request/show/263300
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=43
2014-11-28 09:08:16 +00:00
219b46a645 Accepting request 263120 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/263120
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=46
2014-11-28 07:47:05 +00:00
55ab37e051 Accepting request 263117 from home:tiwai:branches:multimedia:libs
- A couple of security fixes:
  * flac-fix-CVE-2014-8962.patch:
    arbitrary code execution by a stack overflow (CVE-2014-8692,
    bnc#906831)
  * flac-fix-CVE-2014-9028.patch:
    Heap overflow via specially crafted .flac files (CVE-2014-9028,
    bnc#907016)

OBS-URL: https://build.opensuse.org/request/show/263117
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=41
2014-11-26 13:10:00 +00:00
Stephan Kulow
9f0aab81d4 Accepting request 181554 from multimedia:libs
- Update to final upstream release 1.3.0
(had to quilt refresh openssl.patch) (forwarded request 181552 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/181554
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=43
2013-07-01 13:53:55 +00:00
Cristian Rodríguez
2f7da76dd3 Accepting request 181552 from home:jengelh:branches:multimedia:libs
- Update to final upstream release 1.3.0
(had to quilt refresh openssl.patch)

OBS-URL: https://build.opensuse.org/request/show/181552
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=39
2013-07-01 03:55:08 +00:00
Stephan Kulow
19cff8c27b Accepting request 176786 from multimedia:libs
- Update to flac 1.3.0pre4 (packaged as 1.2.99_git* to avoid
 messing with RPM versioning)
 * Mostly non-linux related bugfixes plus autotools fixes
 - flac-openssl.patch --> 0001-Allow-use-of-openSSL.patch 
 - remove flac-1.2.1-automake1_13.patch, fixed in upstream.
 - add 0001-getopt_long-not-broken-here.patch, FLAC bundles
   GNU-compatible getopt_long for broken OS, but we do have
   a functional version in libc already. (forwarded request 176579 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/176786
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=42
2013-06-05 09:51:35 +00:00
Cristian Rodríguez
8b674da586 Accepting request 176579 from home:elvigia:branches:multimedia:libs
- Update to flac 1.3.0pre4 (packaged as 1.2.99_git* to avoid
 messing with RPM versioning)
 * Mostly non-linux related bugfixes plus autotools fixes
 - flac-openssl.patch --> 0001-Allow-use-of-openSSL.patch 
 - remove flac-1.2.1-automake1_13.patch, fixed in upstream.
 - add 0001-getopt_long-not-broken-here.patch, FLAC bundles
   GNU-compatible getopt_long for broken OS, but we do have
   a functional version in libc already.

OBS-URL: https://build.opensuse.org/request/show/176579
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=37
2013-05-27 20:16:09 +00:00
Stephan Kulow
68acac52e0 Accepting request 172875 from multimedia:libs
license update: BSD-3-Clause and GPL-2.0+ and GFDL-1.2
Numerous GPL-2.0+ licensed files;documtation is GFDL-1.2 (forwarded request 172871 from babelworx)

OBS-URL: https://build.opensuse.org/request/show/172875
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=41
2013-04-24 08:24:09 +00:00
Ismail Dönmez
3eb0d5a62c Accepting request 172871 from home:babelworx:ldig:branches:multimedia:libs
license update: BSD-3-Clause and GPL-2.0+ and GFDL-1.2
Numerous GPL-2.0+ licensed files;documtation is GFDL-1.2

OBS-URL: https://build.opensuse.org/request/show/172871
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=35
2013-04-22 14:38:42 +00:00
Stephan Kulow
83b8ed5a02 Accepting request 156895 from multimedia:libs
add flac-1.2.1-automake1_13.patch, fix build with automake-1.13.1 (forwarded request 156894 from seife)

OBS-URL: https://build.opensuse.org/request/show/156895
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=40
2013-03-01 09:47:56 +00:00
Stefan Seyfried
a22390bd83 Accepting request 156894 from home:seife:branches:multimedia:libs
add flac-1.2.1-automake1_13.patch, fix build with automake-1.13.1

OBS-URL: https://build.opensuse.org/request/show/156894
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=33
2013-02-28 22:44:03 +00:00
Stephan Kulow
21de7cfe5e Accepting request 145747 from multimedia:libs
- Add flac-fix-pkgconfig.patch to fix includedir in the pkgconfig
  files.

OBS-URL: https://build.opensuse.org/request/show/145747
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=38
2012-12-19 09:54:50 +00:00
Ismail Dönmez
f021a275dc - Add flac-fix-pkgconfig.patch to fix includedir in the pkgconfig
files.

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=31
2012-12-18 12:07:06 +00:00
Stephan Kulow
bc28db6f1c Accepting request 144833 from multimedia:libs
- add xz buildrequires for old distros. 

- Update to current git
* patches deleted:
  - flac-1.2.1-asm.patch
  - flac-1.2.1-bitreader.patch
  - flac-gcc43-fixes.diff
  - flac-gcc47.patch
  - flac-leaks.patch
  - flac-no-xmms.diff
  - flac-visibility.patch
  - flac-printf-format-fix.diff
All Upstreamed either by us or other distros.
- Add flac-openssl.patch, do crypto with openssl (not wanted upstream)
- Restore make check (forwarded request 144806 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/144833
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=37
2012-12-14 05:40:58 +00:00
Cristian Rodríguez
ad9c9a4972 Accepting request 144806 from home:elvigia:branches:multimedia:libs
- add xz buildrequires for old distros. 

- Update to current git
* patches deleted:
  - flac-1.2.1-asm.patch
  - flac-1.2.1-bitreader.patch
  - flac-gcc43-fixes.diff
  - flac-gcc47.patch
  - flac-leaks.patch
  - flac-no-xmms.diff
  - flac-visibility.patch
  - flac-printf-format-fix.diff
All Upstreamed either by us or other distros.
- Add flac-openssl.patch, do crypto with openssl (not wanted upstream)
- Restore make check

OBS-URL: https://build.opensuse.org/request/show/144806
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=29
2012-12-09 13:37:52 +00:00
Stephan Kulow
44500ed4ed Accepting request 132563 from multimedia:libs
- Don't ignore $(AM_CFLAGS).
- Remove ppc patch. (forwarded request 132480 from AndreasSchwab)

OBS-URL: https://build.opensuse.org/request/show/132563
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=36
2012-09-17 11:54:51 +00:00
Philipp Thomas
c8803f4fc2 Accepting request 132480 from home:AndreasSchwab:ff
- Don't ignore $(AM_CFLAGS).
- Remove ppc patch.

OBS-URL: https://build.opensuse.org/request/show/132480
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=27
2012-09-04 16:21:24 +00:00
Stephan Kulow
ae76207ef4 Accepting request 109350 from multimedia:libs
Fix build with gcc 4.7 - Please work with upstream to resolve it in upstream code base. There is also a chance that a newer version of the package might have this fixed already. (forwarded request 109343 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/109350
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=34
2012-03-19 09:03:32 +00:00