diff options
author | danfe <danfe@FreeBSD.org> | 2017-06-23 00:15:21 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2017-06-23 00:15:21 +0800 |
commit | cba5e5f35498848576a0775456bccf256677d32d (patch) | |
tree | 33bcf4db886c8bf247c0d2be3ed56189f347f5a8 /audio | |
parent | 1bde30942bbc3b6fc10d50d337cbb68ad9da3fa0 (diff) | |
download | freebsd-ports-gnome-cba5e5f35498848576a0775456bccf256677d32d.tar.gz freebsd-ports-gnome-cba5e5f35498848576a0775456bccf256677d32d.tar.zst freebsd-ports-gnome-cba5e5f35498848576a0775456bccf256677d32d.zip |
- 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
Diffstat (limited to 'audio')
-rw-r--r-- | audio/flacon/Makefile | 3 | ||||
-rw-r--r-- | audio/flacon/distinfo | 6 | ||||
-rw-r--r-- | audio/flacon/pkg-message | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/audio/flacon/Makefile b/audio/flacon/Makefile index fb2441890611..af3132a8736a 100644 --- a/audio/flacon/Makefile +++ b/audio/flacon/Makefile @@ -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} diff --git a/audio/flacon/distinfo b/audio/flacon/distinfo index da4dae185b39..8623ac818569 100644 --- a/audio/flacon/distinfo +++ b/audio/flacon/distinfo @@ -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 diff --git a/audio/flacon/pkg-message b/audio/flacon/pkg-message index 5ab277c99cf3..a87d1209c3f5 100644 --- a/audio/flacon/pkg-message +++ b/audio/flacon/pkg-message @@ -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 |