pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/sndfile-tools sndfile-tools: update to 1.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de19ee19f74e
branches:  trunk
changeset: 451996:de19ee19f74e
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue May 04 14:49:41 2021 +0000

description:
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.

diffstat:

 audio/sndfile-tools/Makefile |  10 +++++-----
 audio/sndfile-tools/PLIST    |   3 ++-
 audio/sndfile-tools/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 11 deletions(-)

diffs (54 lines):

diff -r 2fd09d7b5232 -r de19ee19f74e audio/sndfile-tools/Makefile
--- a/audio/sndfile-tools/Makefile      Tue May 04 14:48:54 2021 +0000
+++ b/audio/sndfile-tools/Makefile      Tue May 04 14:49:41 2021 +0000
@@ -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
 
diff -r 2fd09d7b5232 -r de19ee19f74e audio/sndfile-tools/PLIST
--- a/audio/sndfile-tools/PLIST Tue May 04 14:48:54 2021 +0000
+++ b/audio/sndfile-tools/PLIST Tue May 04 14:49:41 2021 +0000
@@ -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-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
diff -r 2fd09d7b5232 -r de19ee19f74e audio/sndfile-tools/distinfo
--- a/audio/sndfile-tools/distinfo      Tue May 04 14:48:54 2021 +0000
+++ b/audio/sndfile-tools/distinfo      Tue May 04 14:49:41 2021 +0000
@@ -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