mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
audio/moony-lv2: Update 0.34.0 -> 0.36.0
This commit is contained in:
parent
6a742dcb67
commit
d47e432c9d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=567507
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= moony
|
||||
DISTVERSION= 0.34.0
|
||||
DISTVERSION= 0.36.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://gitlab.com/OpenMusicKontrollers/moony.lv2/repository/archive.tar.gz?ref=${PORTVERSION}&dummy=/
|
||||
PKGNAMESUFFIX= -lv2
|
||||
@ -19,7 +19,7 @@ BUILD_DEPENDS= lv2>0:audio/lv2
|
||||
|
||||
USES= compiler:c++11-lang gl meson pkgconfig xorg
|
||||
USE_XORG= x11 xext
|
||||
USE_GL= gl glu
|
||||
USE_GL= gl glew glu
|
||||
|
||||
post-extract:
|
||||
@${MV} ${WRKDIR}/moony* ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1595372021
|
||||
SHA256 (moony-0.34.0.tar.gz) = 01817a14ad023ec6859937bc4777ebf5d86ef39322d38fe6c854fc2f61fd26fa
|
||||
SIZE (moony-0.34.0.tar.gz) = 7071409
|
||||
TIMESTAMP = 1613369617
|
||||
SHA256 (moony-0.36.0.tar.gz) = bb26d04b56c82b48f8e892e3eee1b15482a40de4f524f79b3e7af73d70b7d55d
|
||||
SIZE (moony-0.36.0.tar.gz) = 6492221
|
||||
|
@ -0,0 +1,12 @@
|
||||
- https://gitlab.com/OpenMusicKontrollers/moony.lv2/-/issues/2
|
||||
|
||||
--- subprojects/d2tk/src/util_spawn.c.orig 2021-03-06 18:21:48 UTC
|
||||
+++ subprojects/d2tk/src/util_spawn.c
|
||||
@@ -23,6 +23,7 @@
|
||||
#include <sched.h>
|
||||
#include <sys/wait.h>
|
||||
#include <sys/mman.h>
|
||||
+#include <sys/signal.h>
|
||||
|
||||
#include <d2tk/util.h>
|
||||
|
@ -1,11 +1,18 @@
|
||||
lib/lv2/moony.lv2/Cousine-Regular.ttf
|
||||
lib/lv2/moony.lv2/alert-triangle.png
|
||||
lib/lv2/moony.lv2/bell.png
|
||||
lib/lv2/moony.lv2/cancel-1.png
|
||||
lib/lv2/moony.lv2/cancel.png
|
||||
lib/lv2/moony.lv2/checked.png
|
||||
lib/lv2/moony.lv2/clipboard.png
|
||||
lib/lv2/moony.lv2/copy.png
|
||||
lib/lv2/moony.lv2/delete.png
|
||||
lib/lv2/moony.lv2/download.png
|
||||
lib/lv2/moony.lv2/envelope.png
|
||||
lib/lv2/moony.lv2/eye-off.png
|
||||
lib/lv2/moony.lv2/eye.png
|
||||
lib/lv2/moony.lv2/house.png
|
||||
lib/lv2/moony.lv2/info.png
|
||||
lib/lv2/moony.lv2/layers.png
|
||||
lib/lv2/moony.lv2/lexer.lua
|
||||
lib/lv2/moony.lv2/libre-gui-exclamation-circle.png
|
||||
@ -25,6 +32,7 @@ lib/lv2/moony.lv2/plus.png
|
||||
lib/lv2/moony.lv2/presets.ttl
|
||||
lib/lv2/moony.lv2/question.png
|
||||
lib/lv2/moony.lv2/reload.png
|
||||
lib/lv2/moony.lv2/save.png
|
||||
lib/lv2/moony.lv2/screen.png
|
||||
lib/lv2/moony.lv2/settings.png
|
||||
lib/lv2/moony.lv2/sort.png
|
||||
|
Loading…
Reference in New Issue
Block a user