Download raw body.
update audio/sox
After three years, SoX has seen a commit.
It fixes the spectrogram effect, which imho makes it worth an update.
I used the dist target by the previous update (thanks)
and put the resulting tarball at my site, simply because
that's where I have access; no objections to having it
somewhere else of course. Is there a right place to have
these tarballs, as opposed to people's random web servers?
AFAIU, having a this tarball saves the port build
from having to run the auto* tools to generate
a ./configure script; that is done once by the
updater, and the port itself can run ./configure.
The reason we need to do this dance is that
there SoX has not had a release since 2015.
SoX maintenance is in a poor state.
Downstream ports keep accumulating patches,
just like we still keep audio/sox/patches/
which are _not_ in the git.
Anyway, comments?
Jan
Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/sox/Makefile,v
retrieving revision 1.80
diff -u -p -r1.80 Makefile
--- Makefile 8 Feb 2024 00:57:54 -0000 1.80
+++ Makefile 24 May 2024 08:59:05 -0000
@@ -1,11 +1,10 @@
COMMENT= Sound eXchange, the Swiss Army knife of audio manipulation
-V= 14.4.2pl20210509
+V= 14.4.2pl20240522
# see AC_INIT in ${WRKSRC}/configure.ac
GIT_V= 14.4.3git
DISTNAME= sox-${V}
SHARED_LIBS += sox 4.1 # 3.0
-REVISION= 2
CATEGORIES= audio
HOMEPAGE= https://sox.sourceforge.net/
@@ -21,11 +20,14 @@ WANTLIB += opusfile twolame wavpack
WANTLIB += png
GITWEB_URL= https://sourceforge.net/code-snapshots/git
-GIT_COMMIT= 42b3557e13e0fe01a83465b672d89faddbe65f49
+GIT_COMMIT= 507b669990d051546050eb912c9fd75fe22e97fc
+
+#https://sourceforge.net/code-snapshots/git/s/so/sox/code.git/sox-code-507b669990d051546050eb912c9fd75fe22e97fc.zip
# mirror git checkout as tarball for latest fixes until new release.
# see dist: target and `make dist' to generate tarball.
-SITES= https://messagemode2.com/source/
+#SITES= https://messagemode2.com/source/
+SITES= http://stare.cz/src/
# see CONFIGURE_ARGS below
LIB_DEPENDS= \
Index: distinfo
===================================================================
RCS file: /cvs/ports/audio/sox/distinfo,v
retrieving revision 1.15
diff -u -p -r1.15 distinfo
--- distinfo 30 Oct 2021 22:59:03 -0000 1.15
+++ distinfo 24 May 2024 08:59:05 -0000
@@ -1,2 +1,2 @@
-SHA256 (sox-14.4.2pl20210509.tar.gz) = SCj3mkHxutMo9TsSL4tp42jquTRfcMuEiE3hI9KDhm8=
-SIZE (sox-14.4.2pl20210509.tar.gz) = 1013682
+SHA256 (sox-14.4.2pl20240522.tar.gz) = RkLs8eOwvVvPjlCifWHxFOmdAZhNy947QnFx/s1x2Pk=
+SIZE (sox-14.4.2pl20240522.tar.gz) = 948599
update audio/sox