pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/libsndfile



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Aug 23 15:37:39 UTC 2023

Modified Files:
        pkgsrc/audio/libsndfile: Makefile distinfo

Log Message:
libsndfile: updated to 1.2.2

1.2.2

Fixed

* Fixed invalid regex in src/create_symbols_file.py
* Fixed passing null pointer to printf %s in tests

1.2.1

Added

* RISC OS support to `sndfile-play`, thanks @ccawley2011
* Move semantics to `SndFileHandle` C++ class, thanks @haydaralaidrus

Fixed

* Various typos, thanks @@uniontech-lilinjie
* Handling of absolute `CMAKE_INSTALL_LIBDIR`/`CMAKE_INSTALL_INCLUDEDIR`, thanks
  @Staudey
* Add `localtime_s` support to `sndfile-metadata-set`, thanks @neheb
* Linking with CMake against `Ogg::ogg`, thanks @FtZPetruska
* CMake `mpg123` module handling bugs, thanks @FtZPetruska
* CMake dependencies handling, thanks @FtZPetruska
* Various `Ogg` & `Opus` format fixes, thanks @weiliang
* Redefining `ssize_t` when building with Autotools, thanks @ccawley2011
* Bug related to incorrect `realloc` use, thanks @Halmoni100
* Style errors, thanks to @arthurt
* AIFF format related bugs, thanks to @arthurt
* Reading of MP3 files without Xing or INFO headers, thanks @arthurt
* Coding style of `src/mpeg_decode.c`, thanks @arthurt
* Various documentation types, thanks @luzpaz
* Intrinsics inclusion for MSVC and ARM64/ARM64EC, thanks @frysee
* `sf_open_fd`() regression, thanks @brentr
* WAV format related bug, thanks @magnus-nomono

Removed

* Obsolete file `libsndfile.spec.in``, thanks @janstary


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 pkgsrc/audio/libsndfile/Makefile
cvs rdiff -u -r1.55 -r1.56 pkgsrc/audio/libsndfile/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/libsndfile/Makefile
diff -u pkgsrc/audio/libsndfile/Makefile:1.95 pkgsrc/audio/libsndfile/Makefile:1.96
--- pkgsrc/audio/libsndfile/Makefile:1.95       Mon Aug 14 05:23:47 2023
+++ pkgsrc/audio/libsndfile/Makefile    Wed Aug 23 15:37:39 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.95 2023/08/14 05:23:47 wiz Exp $
+# $NetBSD: Makefile,v 1.96 2023/08/23 15:37:39 adam Exp $
 
-DISTNAME=      libsndfile-1.2.0
-PKGREVISION=   3
+DISTNAME=      libsndfile-1.2.2
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libsndfile/}
 GITHUB_PROJECT=        libsndfile

Index: pkgsrc/audio/libsndfile/distinfo
diff -u pkgsrc/audio/libsndfile/distinfo:1.55 pkgsrc/audio/libsndfile/distinfo:1.56
--- pkgsrc/audio/libsndfile/distinfo:1.55       Wed Jan 11 18:58:23 2023
+++ pkgsrc/audio/libsndfile/distinfo    Wed Aug 23 15:37:39 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.55 2023/01/11 18:58:23 adam Exp $
+$NetBSD: distinfo,v 1.56 2023/08/23 15:37:39 adam Exp $
 
-BLAKE2s (libsndfile-1.2.0.tar.xz) = 9d0db6d63d22af51ffcf63c1610d7319745cedf9c0cc1bebef890345fcc08e2d
-SHA512 (libsndfile-1.2.0.tar.xz) = c0dee6b33cd3c619aa13ec2854a5480e826640ca98a438758346194e83752af576a39f9de118824f0d0c61288632d87b489dc5793c025296e0f15564d87ca12a
-Size (libsndfile-1.2.0.tar.xz) = 730268 bytes
+BLAKE2s (libsndfile-1.2.2.tar.xz) = c8008ba1286ccbc30bdef26ab0776c7382ffdbbdf0c6866d95648a46e3483179
+SHA512 (libsndfile-1.2.2.tar.xz) = a6e3ea3ac5d91befaa99f6a31a3fac44e7b7c11f1de4698167317a461d5a19a2651d47486a920b34400f18367b4f6173bf0c1c9ba80eb682cece1b5beee352a0
+Size (libsndfile-1.2.2.tar.xz) = 730760 bytes



Home | Main Index | Thread Index | Old Index