mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
audio/drumgizmo: Update to 0.9.19
ChangeLog: https://drumgizmo.org/wiki/doku.php?id=changelog:drumgizmo-0.9.19 PR: 251334 Submitted by: meka@tilda.center (maintainer)
This commit is contained in:
parent
716d7e7798
commit
671b314030
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556152
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= drumgizmo
|
||||
PORTVERSION= 0.9.18.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.9.19
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.drumgizmo.org/releases/${PORTNAME}-${PORTVERSION}/
|
||||
|
||||
@ -13,8 +12,6 @@ COMMENT= Multichannel drum sampler
|
||||
LICENSE= LGPL3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN= pluginlv2.cc:687:2: error: cannot initialize a member subobject of type 'LV2_Handle'
|
||||
|
||||
BUILD_DEPENDS= lv2>=1.14.0:audio/lv2
|
||||
LIB_DEPENDS= libsmf.so:audio/libsmf \
|
||||
libzita-resampler.so:audio/zita-resampler \
|
||||
@ -22,15 +19,22 @@ LIB_DEPENDS= libsmf.so:audio/libsmf \
|
||||
libsndfile.so:audio/libsndfile \
|
||||
libexpat.so:textproc/expat2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= compiler:c++11-lang gettext-runtime gnome libtool pkgconfig xorg
|
||||
USES= compiler:c++11-lang gnome libtool pkgconfig xorg
|
||||
USE_GNOME= glib20
|
||||
USE_XORG= x11 xext
|
||||
|
||||
CPPFLAGS+= -I../include -I../../include -I../src -I../../src -I${LOCALBASE}/include
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-output-alsa --enable-lv2
|
||||
CONFIGURE_ENV= EXPAT_CFLAGS=-isystem${LOCALBASE}/include EXPAT_LDFLAGS=-L${LOCALBASE}/lib \
|
||||
ZITA_CPPFLAGS=-isystem${LOCALBASE}/include ZITA_LDFLAGS=-L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS= --disable-output-alsa --enable-lv2
|
||||
|
||||
CPPFLAGS+= -I../include -I../../include -I../src -I../../src -I${LOCALBASE}/include
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
OPTIONS_SUB= yes
|
||||
NLS_USES= gettext-runtime gettext-tools
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lv2/drumgizmo.lv2/drumgizmo.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1578600953
|
||||
SHA256 (drumgizmo-0.9.18.1.tar.gz) = 67a2d9d4aa11ee92f000cc8a49710408c2328b2581a5339be3cbfe91d99feb2e
|
||||
SIZE (drumgizmo-0.9.18.1.tar.gz) = 1025521
|
||||
TIMESTAMP = 1606149513
|
||||
SHA256 (drumgizmo-0.9.19.tar.gz) = 7426f38b58fbb82d3eada60c204d74e6c5de31ef424c017e3f890117e146a2a3
|
||||
SIZE (drumgizmo-0.9.19.tar.gz) = 976316
|
||||
|
Loading…
Reference in New Issue
Block a user