mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
audio/furnace: Use libfmt, librtmidi from ports
Use libfmt, librtmidi from ports instead of bundled one. Don't use URL encoded characters in distname.
This commit is contained in:
parent
2d34172bb7
commit
906c993a86
@ -2,10 +2,11 @@
|
||||
|
||||
PORTNAME= furnace
|
||||
PORTVERSION= 0.5.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://sid.ethz.ch/debian/furnace/ \
|
||||
LOCAL/ehaupt
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}%2Bgit20220302%2Bds.orig
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}+git20220302+ds.orig
|
||||
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
COMMENT= Chiptune tracker compatible with DefleMask modules (.dmf)
|
||||
@ -14,13 +15,17 @@ LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libasound.so:audio/alsa-lib \
|
||||
libfmt.so:devel/libfmt \
|
||||
librtmidi.so:audio/rtmidi \
|
||||
libsndfile.so:audio/libsndfile
|
||||
|
||||
USES= cmake pkgconfig sdl tar:xz
|
||||
USE_SDL= sdl2
|
||||
|
||||
CMAKE_ARGS+= -DBUILD_GUI:BOOL=ON \
|
||||
-DSYSTEM_FMT:BOOL=ON \
|
||||
-DSYSTEM_LIBSNDFILE:BOOL=ON \
|
||||
-DSYSTEM_RTMIDI=ON \
|
||||
-DSYSTEM_SDL2:BOOL=ON \
|
||||
-DSYSTEM_ZLIB:BOOL=ON
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1646245523
|
||||
SHA256 (furnace_0.5.8%2Bgit20220302%2Bds.orig.tar.xz) = b89706460bb558b58e01812982667b68fd86ff536071ca3814e7cb69f6c3f60f
|
||||
SIZE (furnace_0.5.8%2Bgit20220302%2Bds.orig.tar.xz) = 22444528
|
||||
TIMESTAMP = 1646315847
|
||||
SHA256 (furnace_0.5.8+git20220302+ds.orig.tar.xz) = b89706460bb558b58e01812982667b68fd86ff536071ca3814e7cb69f6c3f60f
|
||||
SIZE (furnace_0.5.8+git20220302+ds.orig.tar.xz) = 22444528
|
||||
|
Loading…
Reference in New Issue
Block a user