]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
flac: Update 1.3.4 to 1.4.0
authorRobert Joslyn <robert.joslyn@redrectangle.org>
Sun, 18 Sep 2022 17:22:02 +0000 (10:22 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 20 Sep 2022 22:15:01 +0000 (23:15 +0100)
commit2903e36c93eb33d5baa3dc9aa69fc80ee319794e
tree155fc64c3d3e1bb4659a51a0e4ca9a43c976eab9
parent454b85fc612bd060b51ac2b94e36698ed1b76d56
flac: Update 1.3.4 to 1.4.0

This is a major update with some breaking library changes. Full release
notes are available at: https://xiph.org/flac/changelog.html

As part of this update, make some changes to the recipe:
* Development has moved from sourceforge to github, update BUGTRACKER
  link.
* Move ogg support to a PACKAGECONFIG option rather than force enabled.
  Keep it enabled by default to retain previous behavior.
* Move altivec, vsx, and sse flags to PACKAGECONFIG as well to make them
  easier to toggle. Add new avx flag which enables runtime detection of
  AVX/AVX2 instructions.
* Remove liboggflac and liboggflac++ packaging. This was merged into the
  main libflac and libflac++ libraries in version 1.1.3, so these
  packages have been empty.

License-Update: Updated copyright years

Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/flac/flac_1.4.0.bb [moved from meta/recipes-multimedia/flac/flac_1.3.4.bb with 51% similarity]