svn commit: r501151 - head/audio/pulseeffects

Tobias C. Berner tcberner at FreeBSD.org
Fri May 10 04:20:46 UTC 2019


Author: tcberner
Date: Fri May 10 04:20:45 2019
New Revision: 501151
URL: https://svnweb.freebsd.org/changeset/ports/501151

Log:
  audio/pulseeffects: Update to 4.6.0
  
  Changelog can be found at
  	https://github.com/wwmm/pulseeffects/blob/master/CHANGELOG.md
  
  Submitted by:	Daniel Shafer <daniel at shafer.cc> (maintainer)
  Differential Revision:	https://reviews.freebsd.org/D20165

Modified:
  head/audio/pulseeffects/Makefile
  head/audio/pulseeffects/distinfo

Modified: head/audio/pulseeffects/Makefile
==============================================================================
--- head/audio/pulseeffects/Makefile	Thu May  9 22:37:33 2019	(r501150)
+++ head/audio/pulseeffects/Makefile	Fri May 10 04:20:45 2019	(r501151)
@@ -2,8 +2,7 @@
 
 PORTNAME=	pulseeffects
 DISTVERSIONPREFIX=	v
-DISTVERSION=	4.5.6
-PORTREVISION=	2
+DISTVERSION=	4.6.0
 CATEGORIES=	audio
 
 MAINTAINER=	daniel at shafer.cc
@@ -26,7 +25,10 @@ LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
 		libpulse.so:audio/pulseaudio \
 		librubberband.so:audio/rubberband \
 		libsamplerate.so:audio/libsamplerate \
+		libserd-0.so:devel/serd \
 		libsndfile.so:audio/libsndfile \
+		libsord-0.so:devel/sord \
+		libsratom-0.so:audio/sratom \
 		libzita-convolver.so:audio/zita-convolver
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}gstreamer1>=1.4.0:multimedia/py-gstreamer1@${PY_FLAVOR} \

Modified: head/audio/pulseeffects/distinfo
==============================================================================
--- head/audio/pulseeffects/distinfo	Thu May  9 22:37:33 2019	(r501150)
+++ head/audio/pulseeffects/distinfo	Fri May 10 04:20:45 2019	(r501151)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1552780350
-SHA256 (wwmm-pulseeffects-v4.5.6_GH0.tar.gz) = 157745a0615b4fe6ec27349c1282c8460ae0a8fb7e6da221a311f4e0a8b7d5b0
-SIZE (wwmm-pulseeffects-v4.5.6_GH0.tar.gz) = 1822218
+TIMESTAMP = 1557087292
+SHA256 (wwmm-pulseeffects-v4.6.0_GH0.tar.gz) = 38a73261bc82713366e6178d902754a19b5971b67b26175d86221c0493daafa1
+SIZE (wwmm-pulseeffects-v4.6.0_GH0.tar.gz) = 1831433


More information about the svn-ports-all mailing list