pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/flac
Module Name: pkgsrc
Committed By: adam
Date: Mon Jun 26 11:35:49 UTC 2023
Modified Files:
pkgsrc/audio/flac: Makefile distinfo
Log Message:
flac: updated to 1.4.3
FLAC 1.4.3 (23-Jun-2023)
As there have been additions to the libFLAC interfaces, the libFLAC version number is incremented to 13. The libFLAC++ version number stays at 10.
* 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 (Mark Grassi, Jake Schmidt)
* Various fixes (Ozkan Sezer, Zhipeng Xue, orbea, Sam James, Harish Mahendrakar)
* Fix building on Universal Windows Platform (Dmitry Kostjučenko)
* 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
* Warn when data trails the audio data of a WAV/AIFF/RF64/W64 file
* Fix output file not being deleted after error on Windows
* Removal of the --sector--align option
* metaflac
* A lot of small fixes for bugs found by fuzzing
* Added options --append and --data-format, which makes it possible to copy metadata blocks from one FLAC file to another
* Added option --remove-all-tags-except
* Added option --show-all-tags (harridu, Martijn van Beurden)
* libFLAC
* No longer write seektables to Ogg, even when specifically asked for. Seektables in Ogg are not defined
* Add functions FLAC__metadata_object_set_raw and FLAC__metadata_object_get_raw to convert between blob and FLAC__StreamMetadata
* Build system
* Autoconf (configure)
* The option --enable-64-bit-words is now on by default
* CMake
* The option ENABLE_64_BIT_WORDS is now on by default
* Testing/validation
* Fuzzers were added for the flac and metaflac command line tools
* Fuzzer coverage was improved
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/audio/flac/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/audio/flac/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/flac/Makefile
diff -u pkgsrc/audio/flac/Makefile:1.60 pkgsrc/audio/flac/Makefile:1.61
--- pkgsrc/audio/flac/Makefile:1.60 Sun Oct 23 10:45:21 2022
+++ pkgsrc/audio/flac/Makefile Mon Jun 26 11:35:49 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2022/10/23 10:45:21 adam Exp $
+# $NetBSD: Makefile,v 1.61 2023/06/26 11:35:49 adam Exp $
-DISTNAME= flac-1.4.2
+DISTNAME= flac-1.4.3
CATEGORIES= audio archivers
MASTER_SITES= http://downloads.xiph.org/releases/flac/
EXTRACT_SUFX= .tar.xz
@@ -29,7 +29,7 @@ CONFIGURE_ARGS+= --disable-asm-optimizat
. endif
.endif
-.if !empty(MACHINE_PLATFORM:M*-*-powerpc)
+.if ${MACHINE_PLATFORM:M*-*-powerpc}
. if ${OPSYS} != "Darwin"
CONFIGURE_ARGS+= --disable-asm-optimizations
CONFIGURE_ARGS+= --disable-altivec
Index: pkgsrc/audio/flac/distinfo
diff -u pkgsrc/audio/flac/distinfo:1.35 pkgsrc/audio/flac/distinfo:1.36
--- pkgsrc/audio/flac/distinfo:1.35 Sun Oct 23 10:45:21 2022
+++ pkgsrc/audio/flac/distinfo Mon Jun 26 11:35:49 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.35 2022/10/23 10:45:21 adam Exp $
+$NetBSD: distinfo,v 1.36 2023/06/26 11:35:49 adam Exp $
-BLAKE2s (flac-1.4.2.tar.xz) = fd1aba9030f31aa1cf9af900d286843594e1c9c4ecab2c41b5beb2c296a8127d
-SHA512 (flac-1.4.2.tar.xz) = 20bdf0990a7432ac765037764bc8733a0d5646866fe6cc6f4868152d2a051c89676e501012ae489c7f87b3aacb45a5b30265afaca164cf0cf53ac058644a74c5
-Size (flac-1.4.2.tar.xz) = 1013700 bytes
+BLAKE2s (flac-1.4.3.tar.xz) = bb421b8ededeb1012ba00077c734f6c30d0df009038c488f62a0cabca4e9be35
+SHA512 (flac-1.4.3.tar.xz) = 3cf095720bd590a588be8ccbe187d22e7a1c60ab85b1d510ce5e8a22ab0a51827b9acfeaad59bbd645a17d1f200f559255a640101b0330709a164306c0e9709e
+Size (flac-1.4.3.tar.xz) = 1006728 bytes
SHA1 (patch-microbench_util.c) = f03bfbef537d10ceb9742451ec3509be886e15ed
Home |
Main Index |
Thread Index |
Old Index