Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Nov 2021 11:21:38 GMT
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d6fce2bfd6e1 - main - audio/flacon: the port had been updated to version 8.1.0
Message-ID:  <202111291121.1ATBLcPx016142@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d6fce2bfd6e19a48689ca8a9c945ac89d0e727e0

commit d6fce2bfd6e19a48689ca8a9c945ac89d0e727e0
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2021-11-29 11:20:20 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2021-11-29 11:20:21 +0000

    audio/flacon: the port had been updated to version 8.1.0
    
    Enable tests; one test fails when invoked by our framework (with
    LC_ALL=C) because of some encoding bug, but we're debugging this
    issue with upstream author.
    
    Reported by:    portscout
---
 audio/flacon/Makefile | 12 +++++++++---
 audio/flacon/distinfo |  6 +++---
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/audio/flacon/Makefile b/audio/flacon/Makefile
index 3314e001067f..affabc69622c 100644
--- a/audio/flacon/Makefile
+++ b/audio/flacon/Makefile
@@ -1,7 +1,7 @@
 # Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
 
 PORTNAME=	flacon
-PORTVERSION=	6.1.0
+PORTVERSION=	8.1.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	audio
 
@@ -10,11 +10,17 @@ COMMENT=	Graphical audio file extractor and encoder
 
 LICENSE=	LGPL21+
 
-LIB_DEPENDS=	libuchardet.so:textproc/uchardet
+LIB_DEPENDS=	libtag.so:audio/taglib \
+		libuchardet.so:textproc/uchardet
+TEST_DEPENDS=	mac:audio/mac ttaenc:audio/tta
 
 USES=		cmake compiler:c++11-lang desktop-file-utils pkgconfig qt:5
 USE_GITHUB=	yes
-USE_QT=		buildtools_build concurrent_build qmake_build \
+USE_QT=		buildtools_build concurrent_build qmake_build testlib_build \
 		linguisttools_build core gui network widgets
+CMAKE_ARGS=	-DBUILD_TESTS:BOOL=YES
+
+do-test:
+	@cd ${TEST_WRKSRC} && ctest -C ${CMAKE_BUILD_TYPE} ${_MAKE_JOBS}
 
 .include <bsd.port.mk>
diff --git a/audio/flacon/distinfo b/audio/flacon/distinfo
index 72d346ba2f4a..d1a0b776734e 100644
--- a/audio/flacon/distinfo
+++ b/audio/flacon/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1593183665
-SHA256 (flacon-flacon-v6.1.0_GH0.tar.gz) = b6af83ed30697ed82369d3eefaf8fcceabea69fc86a1d6d1a5594cc5768bad7b
-SIZE (flacon-flacon-v6.1.0_GH0.tar.gz) = 2352185
+TIMESTAMP = 1637871978
+SHA256 (flacon-flacon-v8.1.0_GH0.tar.gz) = 26830ef5eaf2c91d0a4802630c904b448235cb0f72ebfd470a76423bee4de8d8
+SIZE (flacon-flacon-v8.1.0_GH0.tar.gz) = 3720292



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111291121.1ATBLcPx016142>