aboutsummaryrefslogtreecommitdiff
path: root/audio/sherlock-lv2
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-05-06 04:04:06 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-05-06 04:04:06 +0000
commit85da5fdcbc22fb0b4640336d5fa792e8b86db9da (patch)
tree740009a2dcfd8108e96a62707c9e3bc32cea539e /audio/sherlock-lv2
parent6595f7961348c409e0c1beff451cf6d4fb7a3c20 (diff)
downloadports-85da5fdcbc22fb0b4640336d5fa792e8b86db9da.tar.gz
ports-85da5fdcbc22fb0b4640336d5fa792e8b86db9da.zip
audio/sherlock-lv2: Update 0.14.0 -> 0.18.0
Notes
Notes: svn path=/head/; revision=500885
Diffstat (limited to 'audio/sherlock-lv2')
-rw-r--r--audio/sherlock-lv2/Makefile5
-rw-r--r--audio/sherlock-lv2/distinfo6
-rw-r--r--audio/sherlock-lv2/files/patch-pugl_pugl_pugl__x11.c11
3 files changed, 5 insertions, 17 deletions
diff --git a/audio/sherlock-lv2/Makefile b/audio/sherlock-lv2/Makefile
index 4b99247ebdb5..887a9d2bc49a 100644
--- a/audio/sherlock-lv2/Makefile
+++ b/audio/sherlock-lv2/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= sherlock
-PORTVERSION= 0.14.0
-PORTREVISION= 1
+DISTVERSION= 0.18.0
CATEGORIES= audio
PKGNAMESUFFIX= -lv2
@@ -18,7 +17,7 @@ LIB_DEPENDS= libserd-0.so:devel/serd \
libsord-0.so:devel/sord \
libsratom-0.so:audio/sratom
-USES= cmake compiler:c11 pkgconfig
+USES= compiler:c11 gl meson pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= OpenMusicKontrollers
GH_PROJECT= sherlock.lv2
diff --git a/audio/sherlock-lv2/distinfo b/audio/sherlock-lv2/distinfo
index ffbee44721d4..d134c47baaf1 100644
--- a/audio/sherlock-lv2/distinfo
+++ b/audio/sherlock-lv2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1501832143
-SHA256 (OpenMusicKontrollers-sherlock.lv2-0.14.0_GH0.tar.gz) = 7130906e2fcb6f7c678b782e2c94ee52c85ecb98377bb438e479d818534d64a3
-SIZE (OpenMusicKontrollers-sherlock.lv2-0.14.0_GH0.tar.gz) = 1756933
+TIMESTAMP = 1557115286
+SHA256 (OpenMusicKontrollers-sherlock.lv2-0.18.0_GH0.tar.gz) = 10abc0ba5aa0b5eef74229ea91d66d86463e18a8ccdbb3f5ee4f273c114ab2c1
+SIZE (OpenMusicKontrollers-sherlock.lv2-0.18.0_GH0.tar.gz) = 2520852
diff --git a/audio/sherlock-lv2/files/patch-pugl_pugl_pugl__x11.c b/audio/sherlock-lv2/files/patch-pugl_pugl_pugl__x11.c
deleted file mode 100644
index 3bd0244644a3..000000000000
--- a/audio/sherlock-lv2/files/patch-pugl_pugl_pugl__x11.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- pugl/pugl/pugl_x11.c.orig 2017-08-04 07:37:10 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;
-+ unsigned long nitems, rem;
- int format;
- uint8_t* data;
- Atom type;