]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
flac: Update to 1.3.3
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 17 May 2021 12:30:12 +0000 (14:30 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 20 May 2021 09:46:08 +0000 (09:46 +0000)
- Update from 1.3.2 to 1.3.3
- Update rootfiles
- Changelog
    General:
        Fix CPU detection (Janne Hyvärinen).
        Switch from unsigned types to uint32_t (erikd).
        CppCheck fixes (erikd).
        Improve SIMD decoding of 24 bit files (lvqcl).
        POWER* amnd POWER9 improvements (Anton Blanchard).
        More tests.
    FLAC format:
        (none)
    Ogg FLAC format:
        (none)
    flac:
        When converting to WAV, use WAVEFORMATEXTENSIBLE when bits per
         second is not 8 or 16 (erikd).
        Fix --output-prefix with input-files in sub-directories (orbea).
    metaflac:
        (none)
    plugins:
        (none)
    build system:
        Cmake support (Vitaliy Kirsanov, evpobr).
        Visual Studio updates (Janne Hyvärinen).
        Fix for MSVC when UNICODE is enabled (lvqcl).
        Fix for OpenBSD/i386 (Christian Weisgerber).
    documentation:
        (none)
    libraries:
        (none).
    Interface changes:
        libFLAC:
            (none)
        libFLAC++:
            (none)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/packages/flac
lfs/flac

index 6ea1dc958f243b2f4bd3e0626691136a46ccdb5d..1e489a5bbfa93a596fc9398007d63379c5e10cb1 100644 (file)
@@ -28,29 +28,28 @@ usr/lib/libFLAC.so.8.3.0
 #usr/lib/pkgconfig/flac.pc
 #usr/share/aclocal/libFLAC++.m4
 #usr/share/aclocal/libFLAC.m4
-#usr/share/doc/flac-1.3.2
-#usr/share/doc/flac-1.3.2/FLAC.tag
-#usr/share/doc/flac-1.3.2/html
-#usr/share/doc/flac-1.3.2/html/changelog.html
-#usr/share/doc/flac-1.3.2/html/developers.html
-#usr/share/doc/flac-1.3.2/html/documentation.html
-#usr/share/doc/flac-1.3.2/html/documentation_bugs.html
-#usr/share/doc/flac-1.3.2/html/documentation_example_code.html
-#usr/share/doc/flac-1.3.2/html/documentation_format_overview.html
-#usr/share/doc/flac-1.3.2/html/documentation_tools.html
-#usr/share/doc/flac-1.3.2/html/documentation_tools_flac.html
-#usr/share/doc/flac-1.3.2/html/documentation_tools_metaflac.html
-#usr/share/doc/flac-1.3.2/html/faq.html
-#usr/share/doc/flac-1.3.2/html/favicon.ico
-#usr/share/doc/flac-1.3.2/html/features.html
-#usr/share/doc/flac-1.3.2/html/flac.css
-#usr/share/doc/flac-1.3.2/html/format.html
-#usr/share/doc/flac-1.3.2/html/id.html
-#usr/share/doc/flac-1.3.2/html/images
-#usr/share/doc/flac-1.3.2/html/images/logo.svg
-#usr/share/doc/flac-1.3.2/html/images/logo130.gif
-#usr/share/doc/flac-1.3.2/html/index.html
-#usr/share/doc/flac-1.3.2/html/license.html
-#usr/share/doc/flac-1.3.2/html/ogg_mapping.html
+#usr/share/doc/flac
+#usr/share/doc/flac/FLAC.tag
+#usr/share/doc/flac/changelog.html
+#usr/share/doc/flac/developers.html
+#usr/share/doc/flac/documentation.html
+#usr/share/doc/flac/documentation_bugs.html
+#usr/share/doc/flac/documentation_example_code.html
+#usr/share/doc/flac/documentation_format_overview.html
+#usr/share/doc/flac/documentation_tools.html
+#usr/share/doc/flac/documentation_tools_flac.html
+#usr/share/doc/flac/documentation_tools_metaflac.html
+#usr/share/doc/flac/faq.html
+#usr/share/doc/flac/favicon.ico
+#usr/share/doc/flac/features.html
+#usr/share/doc/flac/flac.css
+#usr/share/doc/flac/format.html
+#usr/share/doc/flac/id.html
+#usr/share/doc/flac/images
+#usr/share/doc/flac/images/logo.svg
+#usr/share/doc/flac/images/logo130.gif
+#usr/share/doc/flac/index.html
+#usr/share/doc/flac/license.html
+#usr/share/doc/flac/ogg_mapping.html
 #usr/share/man/man1/flac.1
 #usr/share/man/man1/metaflac.1
index 0e967afa28c3055113889e285bf92a4d7e934a1d..ef3e46ad1844fec479f6e81ba9a922d74772090b 100644 (file)
--- a/lfs/flac
+++ b/lfs/flac
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.3.2
+VER        = 1.3.3
 
 THISAPP    = flac-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = flac
-PAK_VER    = 2
+PAK_VER    = 3
 
 DEPS       = libogg
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 454f1bfa3f93cc708098d7890d0499bd
+$(DL_FILE)_MD5 = 26703ed2858c1fc9ffc05136d13daa69
 
 install : $(TARGET)