diff options
author | yuri <yuri@FreeBSD.org> | 2018-08-13 00:46:29 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-08-13 00:46:29 +0800 |
commit | df274d179aa35b6a814f99e3a1808506501733fe (patch) | |
tree | 95ee68129ceac1e277c93b58ad95723d35cb2a66 /audio | |
parent | 520ac3c216ae80a1c69ab2415b04d9e01e69fd13 (diff) | |
download | freebsd-ports-gnome-df274d179aa35b6a814f99e3a1808506501733fe.tar.gz freebsd-ports-gnome-df274d179aa35b6a814f99e3a1808506501733fe.tar.zst freebsd-ports-gnome-df274d179aa35b6a814f99e3a1808506501733fe.zip |
audio/x42-plugins-lv2: Update 20180320 -> 20180812
Reported by: portscout
Diffstat (limited to 'audio')
-rw-r--r-- | audio/x42-plugins-lv2/Makefile | 6 | ||||
-rw-r--r-- | audio/x42-plugins-lv2/distinfo | 6 | ||||
-rw-r--r-- | audio/x42-plugins-lv2/pkg-plist | 12 |
3 files changed, 15 insertions, 9 deletions
diff --git a/audio/x42-plugins-lv2/Makefile b/audio/x42-plugins-lv2/Makefile index 7a53e7d93342..61784d4203d1 100644 --- a/audio/x42-plugins-lv2/Makefile +++ b/audio/x42-plugins-lv2/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= x42-plugins -DISTVERSION= 20180320 # the version is published here: http://gareus.org/misc/x42-plugins.php -PORTREVISION= 4 +DISTVERSION= 20180812 # the version is published here: http://gareus.org/misc/x42-plugins.php CATEGORIES= audio MASTER_SITES= http://gareus.org/misc/x42-plugins/ PKGNAMESUFFIX= -lv2 @@ -53,9 +52,6 @@ CXX= clang++${LLVM_VER} post-patch: @${REINPLACE_CMD} 's| -O3||' \ ${WRKSRC}/*.lv2/Makefile - @${REINPLACE_CMD} 's/__APPLE__/__FreeBSD__/' \ - ${WRKSRC}/tuna.lv2/src/spectr.c \ - ${WRKSRC}/meters.lv2/src/spectr.c @${REINPLACE_CMD} 's|$$(mandir)/man1|$$(MANDIR)|' \ ${WRKSRC}/sisco.lv2/Makefile @cd ${WRKSRC} && ${RM} -r convoLV2 && ${MV} convoLV2zita4 convoLV2 diff --git a/audio/x42-plugins-lv2/distinfo b/audio/x42-plugins-lv2/distinfo index e25bd27fc8bf..64cfd774e8ed 100644 --- a/audio/x42-plugins-lv2/distinfo +++ b/audio/x42-plugins-lv2/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1528562376 -SHA256 (x42-plugins-20180320.tar.xz) = b4553415c2e63271d2ab5d32c76c8ae462d4764e5ba65886046f60dc6df2f498 -SIZE (x42-plugins-20180320.tar.xz) = 6869932 +TIMESTAMP = 1534088724 +SHA256 (x42-plugins-20180812.tar.xz) = bf25df6d7557a4c7b0374da4b0f829cd3baa53e457df210d4b5c4ca16efffc3f +SIZE (x42-plugins-20180812.tar.xz) = 6900116 SHA256 (x42-convoLV2-f814f1e_GH0.tar.gz) = eb6dac82ddffa7850292f41ee4be37c0ea3fa862ed7a9f258b4ca69b423940a7 SIZE (x42-convoLV2-f814f1e_GH0.tar.gz) = 21654 diff --git a/audio/x42-plugins-lv2/pkg-plist b/audio/x42-plugins-lv2/pkg-plist index 05a759a97449..34d3b6d400c9 100644 --- a/audio/x42-plugins-lv2/pkg-plist +++ b/audio/x42-plugins-lv2/pkg-plist @@ -1,3 +1,4 @@ +bin/x42-dpl bin/x42-fat1 bin/x42-fil4 bin/x42-meter @@ -8,9 +9,17 @@ bin/x42-tuna lib/lv2/balance.lv2/balance.so lib/lv2/balance.lv2/balance.ttl lib/lv2/balance.lv2/manifest.ttl +lib/lv2/controlfilter.lv2/controlfilter.so +lib/lv2/controlfilter.lv2/controlfilter.ttl +lib/lv2/controlfilter.lv2/manifest.ttl +lib/lv2/controlfilter.lv2/presets.ttl lib/lv2/convo.lv2/convoLV2.so lib/lv2/convo.lv2/convoLV2.ttl lib/lv2/convo.lv2/manifest.ttl +lib/lv2/dpl.lv2/dpl.so +lib/lv2/dpl.lv2/dpl.ttl +lib/lv2/dpl.lv2/dplUI_gl.so +lib/lv2/dpl.lv2/manifest.ttl lib/lv2/fat1.lv2/fat1.so lib/lv2/fat1.lv2/fat1.ttl lib/lv2/fat1.lv2/fat1UI_gl.so @@ -65,10 +74,11 @@ lib/lv2/tuna.lv2/tunaUI_gl.so lib/lv2/xfade.lv2/manifest.ttl lib/lv2/xfade.lv2/xfade.so lib/lv2/xfade.lv2/xfade.ttl +man/man1/x42-dpl.1.gz man/man1/x42-fat1.1.gz man/man1/x42-fil4.1.gz man/man1/x42-meter.1.gz man/man1/x42-mixtri.1.gz +man/man1/x42-scope.1.gz man/man1/x42-stepseq.1.gz man/man1/x42-tuna.1.gz -man/man1/x42-scope.1.gz |