audio/sherlock-lv2: Update 0.14.0 -> 0.18.0

This commit is contained in:
Yuri Victorovich 2019-05-06 04:04:06 +00:00
parent 6595f79613
commit 85da5fdcbc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500885
3 changed files with 5 additions and 17 deletions

View file

@ -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

View file

@ -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

View file

@ -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;