pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/sndfile-tools



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue May  4 14:49:41 UTC 2021

Modified Files:
        pkgsrc/audio/sndfile-tools: Makefile PLIST distinfo

Log Message:
sndfile-tools: update to 1.5

Version 1.5 (2021-01-31)

  * Use clear semantic versioning tuple.
  * Fix spelling mistakes.
  * Add experimental CMake support.
  * Replace Travis CI with GitHub Action CI.
  * Improved error handling for PCM sample bits.
  * Add `sndfile-resample` binary from libsamplerate.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/sndfile-tools/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/sndfile-tools/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/sndfile-tools/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/sndfile-tools/Makefile
diff -u pkgsrc/audio/sndfile-tools/Makefile:1.4 pkgsrc/audio/sndfile-tools/Makefile:1.5
--- pkgsrc/audio/sndfile-tools/Makefile:1.4     Tue Aug 18 17:57:39 2020
+++ pkgsrc/audio/sndfile-tools/Makefile Tue May  4 14:49:41 2021
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.4 2020/08/18 17:57:39 leot Exp $
+# $NetBSD: Makefile,v 1.5 2021/05/04 14:49:41 nia Exp $
 
-DISTNAME=      sndfile-tools-1.04
-PKGREVISION=   2
+DISTNAME=      sndfile-tools-1.5
 CATEGORIES=    audio
-MASTER_SITES=  http://www.mega-nerd.com/libsndfile/files/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=libsndfile/}
+GITHUB_RELEASE=        ${PKGVERSION_NOREV}
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://mega-nerd.com/libsndfile/tools/
+HOMEPAGE=      https://libsndfile.github.io/sndfile-tools/
 COMMENT=       Small collection of programs that use libsndfile
 LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 

Index: pkgsrc/audio/sndfile-tools/PLIST
diff -u pkgsrc/audio/sndfile-tools/PLIST:1.2 pkgsrc/audio/sndfile-tools/PLIST:1.3
--- pkgsrc/audio/sndfile-tools/PLIST:1.2        Wed May 13 13:16:02 2020
+++ pkgsrc/audio/sndfile-tools/PLIST    Tue May  4 14:49:41 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/05/13 13:16:02 nia Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/05/04 14:49:41 nia Exp $
 bin/sndfile-generate-chirp
 ${PLIST.jack}bin/sndfile-jackplay
 bin/sndfile-mix-to-mono
@@ -9,6 +9,7 @@ man/man1/sndfile-jackplay.1
 man/man1/sndfile-mix-to-mono.1
 man/man1/sndfile-spectrogram.1
 share/doc/sndfile-tools/index.html
+share/doc/sndfile-tools/libsndfile.css
 share/doc/sndfile-tools/sweep.png
 share/doc/sndfile-tools/wave-example.png
 share/doc/sndfile-tools/wave-sweep.png

Index: pkgsrc/audio/sndfile-tools/distinfo
diff -u pkgsrc/audio/sndfile-tools/distinfo:1.1 pkgsrc/audio/sndfile-tools/distinfo:1.2
--- pkgsrc/audio/sndfile-tools/distinfo:1.1     Sat May  9 09:55:32 2020
+++ pkgsrc/audio/sndfile-tools/distinfo Tue May  4 14:49:41 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/05/09 09:55:32 nia Exp $
+$NetBSD: distinfo,v 1.2 2021/05/04 14:49:41 nia Exp $
 
-SHA1 (sndfile-tools-1.04.tar.bz2) = bd9c90b8b9dfbfdc3f9330a77f9d310e6a8cc46f
-RMD160 (sndfile-tools-1.04.tar.bz2) = d5b714668aea20d7da328862b11a023f1dbfcaae
-SHA512 (sndfile-tools-1.04.tar.bz2) = b93fd74386960c986031fd1652335bc34243bd785ccf31480b82f4d76ef86760ca53173aace273a635db70db46c0c1c4066328aef9c21c01c6e76346dbe56390
-Size (sndfile-tools-1.04.tar.bz2) = 715692 bytes
+SHA1 (sndfile-tools-1.5.tar.bz2) = 8d10ec3296ed80c4366e922f711487deef6b3e6c
+RMD160 (sndfile-tools-1.5.tar.bz2) = 6707f780b7eb18e6c877614bbf869dd7c34f4f2b
+SHA512 (sndfile-tools-1.5.tar.bz2) = 04926a6c489634762efaa787e468ab653990762d5b96ba3cdfca595102c1d5eeb86411c9010d5640b1b3ec2b38d8d9d434fb549c52446e4b88d5b2a1d06a2bc6
+Size (sndfile-tools-1.5.tar.bz2) = 555122 bytes



Home | Main Index | Thread Index | Old Index