svn commit: r444118 - head/audio/flacon
Alexey Dokuchaev
danfe at FreeBSD.org
Thu Jun 22 16:15:22 UTC 2017
Author: danfe
Date: Thu Jun 22 16:15:21 2017
New Revision: 444118
URL: https://svnweb.freebsd.org/changeset/ports/444118
Log:
- Update Flacon to version 3.0.0 (http://flacon.github.io/changelog/)
- Add QT5_CMAKE_OFF knob to ensure that right version is picked up if user
has both of them installed
- It no longer uses Shntool (not updated since 2009), so do not reference
it in pkg-message; instead, add `audio/opus-tools' which Flacon supports
since version 1.2.0
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1497981519 which corresponds to commit 0029b70 tagged
as this release.
Reported by: portscout
Modified:
head/audio/flacon/Makefile
head/audio/flacon/distinfo
head/audio/flacon/pkg-message
Modified: head/audio/flacon/Makefile
==============================================================================
--- head/audio/flacon/Makefile Thu Jun 22 15:46:59 2017 (r444117)
+++ head/audio/flacon/Makefile Thu Jun 22 16:15:21 2017 (r444118)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= flacon
-PORTVERSION= 2.1.1
+PORTVERSION= 3.0.0
DISTVERSIONPREFIX= v
CATEGORIES= audio
@@ -20,6 +20,7 @@ OPTIONS_DEFINE= QT5
QT5_DESC= Build against Qt 5 instead of Qt 4
QT5_CMAKE_ON= -DUSE_QT5:BOOL=ON
+QT5_CMAKE_OFF= -DUSE_QT4:BOOL=ON
# :ts, would be handy here but is not available in fmake(1)
QT5_USE= QT5=${_QT5_DEPS},${_QT5_BDEPS:C/,/_build&/g:%=_build}
QT5_USE_OFF= QT4=${_QT4_DEPS},${_QT4_BDEPS:C/,/_build&/g:%=_build}
Modified: head/audio/flacon/distinfo
==============================================================================
--- head/audio/flacon/distinfo Thu Jun 22 15:46:59 2017 (r444117)
+++ head/audio/flacon/distinfo Thu Jun 22 16:15:21 2017 (r444118)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1482855182
-SHA256 (flacon-flacon-v2.1.1_GH0.tar.gz) = 9ece812c0bd68828301d745fbdddaf9ff2d9e572cc205e20d2bbcb093de98a1b
-SIZE (flacon-flacon-v2.1.1_GH0.tar.gz) = 337500
+TIMESTAMP = 1497981519
+SHA256 (flacon-flacon-v3.0.0_GH0.tar.gz) = 5349fdc29c6cb173e7d40260e7ea4ba13ae39f4a144c22028fbfa132ceef5bb3
+SIZE (flacon-flacon-v3.0.0_GH0.tar.gz) = 430724
Modified: head/audio/flacon/pkg-message
==============================================================================
--- head/audio/flacon/pkg-message Thu Jun 22 15:46:59 2017 (r444117)
+++ head/audio/flacon/pkg-message Thu Jun 22 16:15:21 2017 (r444118)
@@ -4,6 +4,6 @@
audio/faac audio/flac
audio/lame audio/mac
- audio/mp3gain audio/shntool
+ audio/mp3gain audio/opus-tools
audio/tta audio/vorbisgain
audio/vorbis-tools audio/wavpack
More information about the svn-ports-all
mailing list