freebsd-ports/audio/orbit-lv2/Makefile
Felix Palmen 7d1faa7179 bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.

Approved by:		portmgr (tcberner, mentor)
Differential Revision:	https://reviews.freebsd.org/D37077
2023-07-12 20:56:04 +02:00

34 lines
832 B
Makefile

PORTNAME= orbit
DISTVERSION= 0.1.661
CATEGORIES= audio
PKGNAMESUFFIX= -lv2
MAINTAINER= yuri@FreeBSD.org
COMMENT= LV2 plugin bundle from Open Music Kontrollers
WWW= https://open-music-kontrollers.ch/lv2/orbit/
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= lv2>0:audio/lv2 \
lv2lint:audio/lv2lint \
sord_validate:devel/sord
USES= compiler:c11 meson pkgconfig
PLIST_FILES= lib/lv2/orbit.lv2/manifest.ttl \
lib/lv2/orbit.lv2/orbit.so \
lib/lv2/orbit.lv2/orbit.ttl
USE_GITLAB= yes
GL_ACCOUNT= OpenMusicKontrollers
GL_PROJECT= ${PORTNAME}.lv2
GL_TAGNAME= f4aa620fc8d77418856581a6a955192af15b3860
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=int-conversion
.endif
.include <bsd.port.post.mk>