mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
audio/fluida-lv2: update 0.8 → 0.9.3
This commit is contained in:
parent
33df6c0333
commit
bfefa14868
2 changed files with 9 additions and 8 deletions
|
@ -1,12 +1,11 @@
|
||||||
PORTNAME= fluida
|
PORTNAME= fluida
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 0.8
|
DISTVERSION= 0.9.3
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
PKGNAMESUFFIX= -lv2
|
PKGNAMESUFFIX= -lv2
|
||||||
MASTER_SITES= https://github.com/brummer10/Fluida.lv2/releases/download/v${DISTVERSION}/
|
MASTER_SITES= https://github.com/brummer10/Fluida.lv2/releases/download/v${DISTVERSION}/
|
||||||
DIST_SUBDIR= ${PORTNAME}
|
DIST_SUBDIR= ${PORTNAME}
|
||||||
DISTNAME= Fluida_${DISTVERSION}
|
DISTNAME= Fluida.lv2-${DISTVERSIONFULL}-src
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
COMMENT= Fluidsynth as LV2 plugin
|
COMMENT= Fluidsynth as LV2 plugin
|
||||||
|
@ -19,11 +18,13 @@ BUILD_DEPENDS= lv2>0:audio/lv2 \
|
||||||
xxd:editors/vim
|
xxd:editors/vim
|
||||||
LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth
|
LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth
|
||||||
|
|
||||||
USES= compiler:c++11-lang gettext-runtime gmake gnome localbase pkgconfig xorg
|
USES= compiler:c++11-lang gettext-runtime gmake gnome localbase pkgconfig tar:xz xorg
|
||||||
USE_GNOME= cairo
|
USE_GNOME= cairo glib20
|
||||||
USE_XORG= x11
|
USE_XORG= x11
|
||||||
USE_BINUTILS= yes # linking needs some GNU features, fails on 12 without this, see https://github.com/brummer10/GxPlugins.lv2/issues/9
|
USE_BINUTILS= yes # linking needs some GNU features, fails on 12 without this, see https://github.com/brummer10/GxPlugins.lv2/issues/9
|
||||||
|
|
||||||
|
WRKSRC= ${WRKDIR}/Fluida.lv2-${DISTVERSIONFULL}
|
||||||
|
|
||||||
ALL_TARGET=
|
ALL_TARGET=
|
||||||
|
|
||||||
PLIST_FILES= lib/lv2/Fluida.lv2/Fluida.so \
|
PLIST_FILES= lib/lv2/Fluida.lv2/Fluida.so \
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1665773872
|
TIMESTAMP = 1728246057
|
||||||
SHA256 (fluida/Fluida_0.8.tar.gz) = 67aa666bf68c13b3def8b47d19589a86ccd8f534aa2090d1304c6c025fe38e51
|
SHA256 (fluida/Fluida.lv2-v0.9.3-src.tar.xz) = b777dbbbc6438387faaddba604fa4385f3fb92104d0c0c36e0317921e1362f30
|
||||||
SIZE (fluida/Fluida_0.8.tar.gz) = 597973
|
SIZE (fluida/Fluida.lv2-v0.9.3-src.tar.xz) = 660932
|
||||||
|
|
Loading…
Add table
Reference in a new issue