diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-12-16 18:04:53 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-12-16 18:04:53 +0000 |
commit | 4edfc734cf3a1ce3dcce1ca6d69a68724684a097 (patch) | |
tree | 283c27bc032852bcff80f6ef90d817a3ac0f49fe | |
parent | databases/unixODBC: Update to 2.3.9 (diff) |
audio/swhplugins: update to 0.4.17
- enable on all architectures, tested to build now on aarch64 and powerpc64
- upstream moved to GitHub, the port needs to as well,
- add dependency for textproc/p5-XML-Parser, it's now necessary,
- add USES=autoreconf, upstream does not provide configure and Makefile,
- add USES=shebangfix for /usr/bin/perl in makestub.pl's shebang,
- add USES=localbase:ldflags instead of specifying flags manually,
- remove post-patch step, it's not necessary now.
Notes
Notes:
svn path=/head/; revision=558235
-rw-r--r-- | audio/swhplugins/Makefile | 25 | ||||
-rw-r--r-- | audio/swhplugins/distinfo | 5 | ||||
-rw-r--r-- | audio/swhplugins/pkg-plist | 1 |
3 files changed, 13 insertions, 18 deletions
diff --git a/audio/swhplugins/Makefile b/audio/swhplugins/Makefile index 83e281b1df50..293ccebe069b 100644 --- a/audio/swhplugins/Makefile +++ b/audio/swhplugins/Makefile @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= swhplugins -PORTVERSION= 0.4.15 -PORTREVISION= 7 +PORTVERSION= 0.4.17 +DISTVERSIONPREFIX= v CATEGORIES= audio -MASTER_SITES= http://plugin.org.uk/releases/${PORTVERSION}/ -DISTNAME= swh-plugins-${PORTVERSION} MAINTAINER= arved@FreeBSD.org COMMENT= Steve Harris' huge Collection of LADSPA Plugins @@ -15,16 +13,17 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa \ - ${LOCALBASE}/include/fftw3.h:math/fftw3 + ${LOCALBASE}/include/fftw3.h:math/fftw3 \ + p5-XML-Parser>=0:textproc/p5-XML-Parser LIB_DEPENDS= libfftw3f.so:math/fftw3-float -# includes assembler code -ONLY_FOR_ARCHS= amd64 i386 -USES= gmake libtool pkgconfig +USES= autoreconf gmake libtool localbase:ldflags pkgconfig shebangfix +USE_GITHUB= yes +GH_ACCOUNT= swh +GH_PROJECT= ladspa +SHEBANG_FILES= makestub.pl GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes CFLAGS+= -fPIC -DPIC -fgnu89-inline @@ -42,10 +41,4 @@ NLS_CONFIGURE_ENABLE= nls SSE_CONFIGURE_ENABLE= sse -post-patch: - @${REINPLACE_CMD} -e \ - 's|="$$CFLAGS -Wall .*"|="$$CFLAGS"|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e \ - 's|<stdint\.h>|<inttypes.h>|g' ${WRKSRC}/ladspa-util.h - .include <bsd.port.mk> diff --git a/audio/swhplugins/distinfo b/audio/swhplugins/distinfo index fc0e98c97d5d..5dda88b22d45 100644 --- a/audio/swhplugins/distinfo +++ b/audio/swhplugins/distinfo @@ -1,2 +1,3 @@ -SHA256 (swh-plugins-0.4.15.tar.gz) = d05ee8a4f4d92e828412bce3449a034f6ef16bb630eaf60f8fe4e15a89168640 -SIZE (swh-plugins-0.4.15.tar.gz) = 1051623 +TIMESTAMP = 1608128502 +SHA256 (swh-ladspa-v0.4.17_GH0.tar.gz) = d1b090feec4c5e8f9605334b47faaad72db7cc18fe91d792b9161a9e3b821ce7 +SIZE (swh-ladspa-v0.4.17_GH0.tar.gz) = 456472 diff --git a/audio/swhplugins/pkg-plist b/audio/swhplugins/pkg-plist index 9a2be546f306..7f977f669292 100644 --- a/audio/swhplugins/pkg-plist +++ b/audio/swhplugins/pkg-plist @@ -89,6 +89,7 @@ lib/ladspa/transient_1206.so lib/ladspa/triple_para_1204.so lib/ladspa/valve_1209.so lib/ladspa/valve_rect_1405.so +lib/ladspa/vocoder_1337.so lib/ladspa/vynil_1905.so lib/ladspa/wave_terrain_1412.so lib/ladspa/xfade_1915.so |