50 Commits

Author SHA256 Message Date
35984ca947 Accepting request 1245158 from home:mnhauke
- 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/request/show/1245158
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=73
2025-02-12 10:23:06 +00:00
bd20ab46dc 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
e467d0c91d 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
620a239518 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
1ec1dd4749 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
97c244b9d1 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
a0b3360708 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
ab343f682f 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
c08564fb92 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
Tomáš Chvátal
3a62043684 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
Tomáš Chvátal
8bc1c1e364 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
8aa254c9ef 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
Ismail Dönmez
b08572e00e 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
OBS User mrdocs
97ff2b4cc7 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
aae53b52d9 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
OBS User mrdocs
48eb541147 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
1d56095120 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
c8089c08d2 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
ff567170cd 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
b35e717da7 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
42f4d66fb2 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
Ismail Dönmez
63a84e6bc4 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
Stefan Seyfried
ba3e8d2b9d 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
Ismail Dönmez
a12ea351ba - 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
ccec1b850e 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
Philipp Thomas
2694c329b4 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
Cristian Morales Vega
ca00500e25 Accepting request 109343 from home:dimstar:gcc47
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.

OBS-URL: https://build.opensuse.org/request/show/109343
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=25
2012-03-14 21:52:45 +00:00
Ismail Dönmez
7455d611ff Accepting request 108488 from home:k0da:ppc
- don't use fvisibility=hidden on ppc. As it can't find symbols
  afterwards

OBS-URL: https://build.opensuse.org/request/show/108488
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=23
2012-03-08 13:01:06 +00:00
d58212a010 Accepting request 101855 from home:elvigia:branches:multimedia:libs
- Fix some memory and resources leak.
- Link shared libraries with -Bsymbolic-functions
- annotate relevant functions with proper attributes to
  allow the compiler generate better code (attribute hot. alloc_size)

OBS-URL: https://build.opensuse.org/request/show/101855
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=21
2012-01-27 18:52:26 +00:00
9231082b6c Accepting request 101382 from home:elvigia:branches:multimedia:libs
- Support symbol visibility features
- Disable test suite, nothing wrong with it, it just
  takes too long to run and uses private/hidden symbols to
  test flac's internals.

OBS-URL: https://build.opensuse.org/request/show/101382
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=19
2012-01-24 16:35:22 +00:00
Ismail Dönmez
9462bb9244 Accepting request 92592 from home:elvigia:branches:multimedia:libs
- Use O_CLOEXEC in all library code.

OBS-URL: https://build.opensuse.org/request/show/92592
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=17
2011-11-20 08:40:13 +00:00
61528b5636 Accepting request 86007 from home:coolo:removelibtool
add libtool as buildrequires so we no longer rely on libtool in the project config of factory - it's only needed by <10% of all packages

OBS-URL: https://build.opensuse.org/request/show/86007
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=15
2011-10-02 15:38:07 +00:00
Ismail Dönmez
89627061ba Accepting request 85232 from home:elvigia:branches:multimedia:libs
- Build with --enable-sse, this only disables runtime 
  checking if the *OS* supports SSE, which registers a 
  SIGILL signal handler then tries to execute SSE code...
  it still tests the running *CPU* though.

OBS-URL: https://build.opensuse.org/request/show/85232
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=13
2011-09-28 06:43:29 +00:00
Ismail Dönmez
939e99343c Accepting request 83524 from home:jengelh:bl-f
- Apply packaging guidelines (remove redundant/obsolete
  tags/sections from specfile, etc.)
- Add flac-devel to baselibs

OBS-URL: https://build.opensuse.org/request/show/83524
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=11
2011-09-19 16:07:42 +00:00
f0da77865f Accepting request 78170 from home:elvigia:branches:multimedia:libs
- Do not build with -fno-strict-aliasing since is no longer
  required. 
- Impoer two patches from redhat, one speeds up decoding and
  the other enables the working ASM optimizations.

OBS-URL: https://build.opensuse.org/request/show/78170
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=9
2011-08-06 15:02:38 +00:00
9105bd43d3 Accepting request 55229 from home:elvigia:branches:multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/55229
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=7
2010-12-08 18:44:09 +00:00
OBS User autobuild
a36c3f96f4 Accepting request 27761 from multimedia:libs
Copy from multimedia:libs/flac based on submit request 27761 from user tiwai

OBS-URL: https://build.opensuse.org/request/show/27761
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=16
2009-12-29 23:17:01 +00:00
OBS User autobuild
1df64eeccd Accepting request 24113 from multimedia:libs
Copy from multimedia:libs/flac based on submit request 24113 from user tiwai

OBS-URL: https://build.opensuse.org/request/show/24113
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=15
2009-11-16 09:54:01 +00:00
OBS User unknown
51d72be354 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=13 2008-12-15 11:29:56 +00:00
OBS User unknown
63005913e0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=12 2008-11-02 14:40:09 +00:00
OBS User unknown
bd63b329d5 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=10 2008-05-26 17:01:07 +00:00
OBS User unknown
52495e4ff1 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=9 2008-04-10 12:13:08 +00:00
OBS User unknown
6c9ab78611 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=8 2007-12-17 11:44:25 +00:00
OBS User unknown
c738fc8acc OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=7 2007-10-22 14:34:45 +00:00
OBS User unknown
caa8f6a74d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=6 2007-10-12 22:08:45 +00:00
OBS User unknown
4b05bd80a9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=5 2007-07-26 23:26:00 +00:00
OBS User unknown
6fe399259d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=4 2007-06-08 15:34:36 +00:00
OBS User unknown
c857511b8b OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=3 2007-06-07 11:13:45 +00:00
OBS User unknown
676c5a7948 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=2 2007-04-12 16:26:08 +00:00
OBS User unknown
153d9ad55d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=1 2007-01-15 23:12:29 +00:00