pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/py-soundfile



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Feb 15 12:21:59 UTC 2023

Modified Files:
        pkgsrc/audio/py-soundfile: Makefile distinfo

Log Message:
py-soundfile: updated to 0.12.0

0.12.0
Updated libsndfile to v1.2.0
Improves precompiled library location, especially with py2app or cx-freeze.
Now provide binary wheels for Linux x86_64
Now prefers packaged libsndfile over system-installed libsndfile


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/py-soundfile/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/py-soundfile/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/py-soundfile/Makefile
diff -u pkgsrc/audio/py-soundfile/Makefile:1.4 pkgsrc/audio/py-soundfile/Makefile:1.5
--- pkgsrc/audio/py-soundfile/Makefile:1.4      Mon Oct 24 10:38:49 2022
+++ pkgsrc/audio/py-soundfile/Makefile  Wed Feb 15 12:21:59 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2022/10/24 10:38:49 adam Exp $
+# $NetBSD: Makefile,v 1.5 2023/02/15 12:21:59 adam Exp $
 
-DISTNAME=      soundfile-0.11.0
+DISTNAME=      soundfile-0.12.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    audio python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/soundfile/}

Index: pkgsrc/audio/py-soundfile/distinfo
diff -u pkgsrc/audio/py-soundfile/distinfo:1.2 pkgsrc/audio/py-soundfile/distinfo:1.3
--- pkgsrc/audio/py-soundfile/distinfo:1.2      Mon Oct 24 10:38:49 2022
+++ pkgsrc/audio/py-soundfile/distinfo  Wed Feb 15 12:21:59 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2022/10/24 10:38:49 adam Exp $
+$NetBSD: distinfo,v 1.3 2023/02/15 12:21:59 adam Exp $
 
-BLAKE2s (soundfile-0.11.0.tar.gz) = 1f0ef0f4682a9d899160d2275397b22b2daa96050d33bffbce969857c51e725e
-SHA512 (soundfile-0.11.0.tar.gz) = fc6a6ff3b093436f151ed79d1a6186b44640f2f4e204d6d0d76a1eedc799ee637a0f76d1390f05dc2d7fcaab5dca30eca781896043249e7ee1142fb2c0a3dca4
-Size (soundfile-0.11.0.tar.gz) = 41679 bytes
+BLAKE2s (soundfile-0.12.0.tar.gz) = e271815114a5edd7013c4ae1d25d406bba4debdcc541d21e7cf03c8c7814da6b
+SHA512 (soundfile-0.12.0.tar.gz) = 7371c00300afd498c40f41ae8bc1eb7c41b243269c14acdb77a3fbecdcecec7d9689763fc35374a6883d375225c83db2b8da16a095cfee735db9daf3ac8a10b0
+Size (soundfile-0.12.0.tar.gz) = 42518 bytes



Home | Main Index | Thread Index | Old Index