From patchwork Mon May 17 12:30:12 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4294 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4FkJPQ27CCz3wbb for ; Mon, 17 May 2021 12:30:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4FkJPP6z3Xz1KX; Mon, 17 May 2021 12:30:17 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FkJPP6pvLz2xVT; Mon, 17 May 2021 12:30:17 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4FkJPP07qgz2xFh for ; Mon, 17 May 2021 12:30:17 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4FkJPN1SfSz14D; Mon, 17 May 2021 12:30:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1621254616; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=mVO4TrQto2RCAy96mFBuFqYxP9cnw9P9Sa2wus2/4Pc=; b=cdQUJ6OFadOYj4mWyK+bhHhG3oBB/vNxsFo20X/c3K7D9l1k9+JV5V5i/B4HEOH4E8D8Cy HbIA1r9wz07tpyUWtrfgcIXhcul1dlxC6v4YZbvP8hMr8cngxQPe2hflqnf0T2CyGNnNV5 p9vemIUz0efsYu3GHxKNR49qjoN5l5q7W+MFj5Wf3SJkD6PF5z5MlTrEbzEKg+OptcsR4u TjCMBrJbqdeuOirs1xAXuWjslSTocRwO9ELHQtIp+2WBuWeRKJNJFSTRhb5wFOUBkoHz4S TTdQZmK+hPF55h+t6PtvYMZftbOxsIa7c6DC61koD5mPS9TtqimqAjC9QtbbOQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1621254616; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=mVO4TrQto2RCAy96mFBuFqYxP9cnw9P9Sa2wus2/4Pc=; b=jV77TxZgWU0ljmNggPDdNwqM2MJelwrMnC3U8M6IfVLGZbUrykPn/wCFqPExCmeg11bPIT DcP39QdXjAwe2GDw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] flac: Update to 1.3.3 Date: Mon, 17 May 2021 14:30:12 +0200 Message-Id: <20210517123012.3895000-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - 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 --- config/rootfiles/packages/flac | 47 +++++++++++++++++----------------- lfs/flac | 6 ++--- 2 files changed, 26 insertions(+), 27 deletions(-) diff --git a/config/rootfiles/packages/flac b/config/rootfiles/packages/flac index 6ea1dc958..1e489a5bb 100644 --- a/config/rootfiles/packages/flac +++ b/config/rootfiles/packages/flac @@ -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 diff --git a/lfs/flac b/lfs/flac index 0e967afa2..ef3e46ad1 100644 --- 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)