pkgsrc-WIP-changes archive

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

sox_ng: update to 14.6.0.2.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Jul 3 17:42:12 2025 +0200
Changeset:	0027267d17e9f9f5016026e5a4a3049fa8f16216

Modified Files:
	sox_ng/Makefile
	sox_ng/distinfo
	sox_ng/options.mk

Log Message:
sox_ng: update to 14.6.0.2.

Stop installing samples file, fix a warning.

While here: allow lame by default, license problems are a thing of
the past.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0027267d17e9f9f5016026e5a4a3049fa8f16216

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 sox_ng/Makefile   |  7 ++-----
 sox_ng/distinfo   |  6 +++---
 sox_ng/options.mk | 12 +++---------
 3 files changed, 8 insertions(+), 17 deletions(-)

diffs:
diff --git a/sox_ng/Makefile b/sox_ng/Makefile
index f784c3c5cf..e7f05cb1f3 100644
--- a/sox_ng/Makefile
+++ b/sox_ng/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.73 2025/02/12 06:44:29 ryoon Exp $
 
-DISTNAME=	sox_ng-14.6.0.1
+DISTNAME=	sox_ng-14.6.0.2
 CATEGORIES=	audio
 MASTER_SITES=	https://codeberg.org/sox_ng/sox_ng/releases/download/${DISTNAME}/
 
@@ -21,14 +21,11 @@ SUBST_FILES.gsm=	configure src/gsm.c src/wav.c CMakeLists.txt
 SUBST_SED.gsm=		-e "s!gsm/gsm.h!gsm.h!"
 SUBST_STAGE.gsm=	pre-configure
 
-# test program, should not be installed - upstream is informed
-post-install:
-	${RM} ${DESTDIR}${PREFIX}/bin/samples
-
 .include "options.mk"
 
 .include "../../audio/flac/buildlink3.mk"
 .include "../../audio/gsm/buildlink3.mk"
+.include "../../audio/lame/buildlink3.mk"
 .include "../../audio/libmad/buildlink3.mk"
 .include "../../audio/libsamplerate/buildlink3.mk"
 .include "../../audio/libsndfile/buildlink3.mk"
diff --git a/sox_ng/distinfo b/sox_ng/distinfo
index 5439aecec4..7c7a96bdff 100644
--- a/sox_ng/distinfo
+++ b/sox_ng/distinfo
@@ -1,8 +1,8 @@
 $NetBSD: distinfo,v 1.31 2022/04/24 09:39:46 nia Exp $
 
-BLAKE2s (sox_ng-14.6.0.1.tar.gz) = bf4dfa6694a4f98a32ab1c9e6f972cdff4a9fdbe83464f8247d5a6cfdcb4c6e4
-SHA512 (sox_ng-14.6.0.1.tar.gz) = e8f5ec88fae2098b6987225ef182eb23a0eb833665fe0b87b77c38ca62e08bbe3ab00ec4cc9081c1a5fcbad17c61c020e1905e2946e117581ca51c7b8c64c28f
-Size (sox_ng-14.6.0.1.tar.gz) = 1866185 bytes
+BLAKE2s (sox_ng-14.6.0.2.tar.gz) = da368431a0b584483d2a8393b40db83796757e177b54209cb690a18f5731f1e1
+SHA512 (sox_ng-14.6.0.2.tar.gz) = 9468cd15b83b2500210d54355ed5d7ae2a97171148b8a54c47007d1a7d9c57e378211c0429ee4d8065f0ba5ab97b31c9abb8795b659585c523942c044fe49b1d
+Size (sox_ng-14.6.0.2.tar.gz) = 1746640 bytes
 SHA1 (patch-src_oss.c) = f4665b500a5e6a996768e415145e751d9ff9886c
 SHA1 (patch-src_sox__ng.c) = 1dc7ddacbb1a7de683b3af981cc0d08e31888bae
 SHA1 (patch-src_sunaudio.c) = dd624099df32f67948becd647eded4d69c7c1c34
diff --git a/sox_ng/options.mk b/sox_ng/options.mk
index 0d9855eff5..0d9b5845f1 100644
--- a/sox_ng/options.mk
+++ b/sox_ng/options.mk
@@ -1,15 +1,9 @@
 # $NetBSD: options.mk,v 1.6 2017/01/07 21:30:26 maya Exp $
 
-PKG_OPTIONS_VAR=	PKG_OPTIONS.sox
-PKG_SUPPORTED_OPTIONS=	lame oss
-# lame has LICENSE= issues and thus should not be SUGGESTED.
-PKG_SUGGESTED_OPTIONS=
-.include "../../mk/bsd.options.mk"
+PKG_OPTIONS_VAR=	PKG_OPTIONS.sox_ng
+PKG_SUPPORTED_OPTIONS=	oss
 
-.if !empty(PKG_OPTIONS:Mlame)
-# This is an option due to LICENSE= issues.
-.include "../../audio/lame/buildlink3.mk"
-.endif
+.include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Moss)
 LDFLAGS+=		-lossaudio


Home | Main Index | Thread Index | Old Index