git: 906c993a8603 - main - audio/furnace: Use libfmt, librtmidi from ports
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Mar 2022 14:28:32 UTC
The branch main has been updated by ehaupt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=906c993a86034fccedc65cedf47be7a5406eeea0
commit 906c993a86034fccedc65cedf47be7a5406eeea0
Author: Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2022-03-03 14:24:40 +0000
Commit: Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2022-03-03 14:24:40 +0000
audio/furnace: Use libfmt, librtmidi from ports
Use libfmt, librtmidi from ports instead of bundled one. Don't use URL
encoded characters in distname.
---
audio/furnace/Makefile | 7 ++++++-
audio/furnace/distinfo | 6 +++---
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/audio/furnace/Makefile b/audio/furnace/Makefile
index ce86cd4e8383..190c768c47c1 100644
--- a/audio/furnace/Makefile
+++ b/audio/furnace/Makefile
@@ -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
diff --git a/audio/furnace/distinfo b/audio/furnace/distinfo
index 71274b21c143..7bf5853e5d71 100644
--- a/audio/furnace/distinfo
+++ b/audio/furnace/distinfo
@@ -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