diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-05-04 20:09:03 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-05-04 20:09:03 +0000 |
commit | 76601d58c3f0209c53a7613be736fff07635c86a (patch) | |
tree | 595d6dec7fb68c12d042c6b82b048b29a7414afd /audio/vm-lv2 | |
parent | d4daf8b790f25863764afaec5f78fa2be9dc7d78 (diff) | |
download | ports-76601d58c3f0209c53a7613be736fff07635c86a.tar.gz ports-76601d58c3f0209c53a7613be736fff07635c86a.zip |
Notes
Diffstat (limited to 'audio/vm-lv2')
-rw-r--r-- | audio/vm-lv2/Makefile | 8 | ||||
-rw-r--r-- | audio/vm-lv2/distinfo | 6 | ||||
-rw-r--r-- | audio/vm-lv2/files/patch-pugl_pugl_pugl__x11.c | 11 | ||||
-rw-r--r-- | audio/vm-lv2/pkg-plist | 3 |
4 files changed, 10 insertions, 18 deletions
diff --git a/audio/vm-lv2/Makefile b/audio/vm-lv2/Makefile index 26708f513c27..f31a90e004d0 100644 --- a/audio/vm-lv2/Makefile +++ b/audio/vm-lv2/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= vm -PORTVERSION= 0.4.0 -PORTREVISION= 3 +DISTVERSION= 0.6.0 CATEGORIES= audio MASTER_SITES= https://gitlab.com/OpenMusicKontrollers/vm.lv2/repository/archive.tar.gz?ref=${PORTVERSION}&dummy=/ PKGNAMESUFFIX= -lv2 @@ -14,13 +13,14 @@ COMMENT= Virtual machine LV2 plugin bundle LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= lv2>0:audio/lv2 +BUILD_DEPENDS= lv2>0:audio/lv2 \ + lv2lint:audio/lv2lint LIB_DEPENDS= liblilv-0.so:audio/lilv \ libserd-0.so:devel/serd \ libsord-0.so:devel/sord \ libsratom-0.so:audio/sratom -USES= cmake compiler:c++11-lib pkgconfig localbase +USES= compiler:c++11-lib gl meson pkgconfig localbase USE_XORG= x11 xext USE_GL= gl glu diff --git a/audio/vm-lv2/distinfo b/audio/vm-lv2/distinfo index 4ce8164dc692..1cccf5ef8672 100644 --- a/audio/vm-lv2/distinfo +++ b/audio/vm-lv2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1502075538 -SHA256 (vm-0.4.0.tar.gz) = 6b816a271caf68efa3649252613a50c5799628590ae761491e0e2652b1a0fbe9 -SIZE (vm-0.4.0.tar.gz) = 1745498 +TIMESTAMP = 1556999099 +SHA256 (vm-0.6.0.tar.gz) = 72ca3850760a344e0b8cdaf5a0820b4c24e2fb117cee9545bb6244a3583abe53 +SIZE (vm-0.6.0.tar.gz) = 2051802 diff --git a/audio/vm-lv2/files/patch-pugl_pugl_pugl__x11.c b/audio/vm-lv2/files/patch-pugl_pugl_pugl__x11.c deleted file mode 100644 index bc501aaa8aa4..000000000000 --- a/audio/vm-lv2/files/patch-pugl_pugl_pugl__x11.c +++ /dev/null @@ -1,11 +0,0 @@ ---- pugl/pugl/pugl_x11.c.orig 2017-08-07 03:15:15 UTC -+++ pugl/pugl/pugl_x11.c -@@ -648,7 +648,7 @@ puglPasteFromClipboard(PuglView* view, s - if( (xevent.xselection.selection == impl->clipboard) - && (xevent.xselection.target == impl->utf8_string) - && (xevent.xselection.property == XA_PRIMARY) ) { -- ulong nitems, rem; -+ uint32_t nitems, rem; - int format; - uint8_t* data; - Atom type; diff --git a/audio/vm-lv2/pkg-plist b/audio/vm-lv2/pkg-plist index 8225d40b56d5..b7e2f0ca6e02 100644 --- a/audio/vm-lv2/pkg-plist +++ b/audio/vm-lv2/pkg-plist @@ -1,5 +1,8 @@ lib/lv2/vm.lv2/Cousine-Regular.ttf +lib/lv2/vm.lv2/cancel.png lib/lv2/vm.lv2/manifest.ttl +lib/lv2/vm.lv2/plus.png +lib/lv2/vm.lv2/up_arrow.png lib/lv2/vm.lv2/vm.so lib/lv2/vm.lv2/vm.ttl lib/lv2/vm.lv2/vm_ui.so |