diff options
author | yuri <yuri@FreeBSD.org> | 2019-05-06 12:04:06 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2019-05-06 12:04:06 +0800 |
commit | 27a29f658e7a734f3a9f13150f13d27c81a505ca (patch) | |
tree | 740009a2dcfd8108e96a62707c9e3bc32cea539e | |
parent | 23fcc86807e9514638646aea5c3082c834788833 (diff) | |
download | freebsd-ports-gnome-27a29f658e7a734f3a9f13150f13d27c81a505ca.tar.gz freebsd-ports-gnome-27a29f658e7a734f3a9f13150f13d27c81a505ca.tar.zst freebsd-ports-gnome-27a29f658e7a734f3a9f13150f13d27c81a505ca.zip |
audio/sherlock-lv2: Update 0.14.0 -> 0.18.0
-rw-r--r-- | audio/sherlock-lv2/Makefile | 5 | ||||
-rw-r--r-- | audio/sherlock-lv2/distinfo | 6 | ||||
-rw-r--r-- | audio/sherlock-lv2/files/patch-pugl_pugl_pugl__x11.c | 11 |
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; |