- Update to version 2.0.0
- Fix a typo: QT5_CMAKE_ARGS -> QT5_CMAKE_ON
This commit is contained in:
parent
bb0d4e1cff
commit
0fa5408489
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407566
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= flacon
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.2.0
|
||||
DISTVERSION= 2.0.0
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= danfe@FreeBSD.org
|
||||
@ -20,7 +20,7 @@ USES= cmake desktop-file-utils pkgconfig
|
||||
OPTIONS_DEFINE= QT5
|
||||
QT5_DESC= Build against Qt 5 instead of Qt 4
|
||||
|
||||
QT5_CMAKE_ARGS= -DUSE_QT5:BOOL=ON
|
||||
QT5_CMAKE_ON= -DUSE_QT5: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}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (flacon-flacon-v1.2.0_GH0.tar.gz) = 2ebc83d733ea6d50f2bd4ad8c20c65368be5eaf351e0195c9b4d47a54957b8f8
|
||||
SIZE (flacon-flacon-v1.2.0_GH0.tar.gz) = 283187
|
||||
SHA256 (flacon-flacon-v2.0.0_GH0.tar.gz) = abd6420d8c686bc19f148d9f4b220474939a998d9a214106b5a9c1e2058107f3
|
||||
SIZE (flacon-flacon-v2.0.0_GH0.tar.gz) = 317343
|
||||
|
22
audio/flacon/files/patch-inputaudiofile.cpp
Normal file
22
audio/flacon/files/patch-inputaudiofile.cpp
Normal file
@ -0,0 +1,22 @@
|
||||
--- inputaudiofile.cpp.orig 2016-01-29 18:07:49 UTC
|
||||
+++ inputaudiofile.cpp
|
||||
@@ -135,8 +135,8 @@ bool InputAudioFile::load()
|
||||
{
|
||||
qWarning("------------------------------------");
|
||||
qWarning() << "Test audio command:" << (shntool + " " + args.join(" "));
|
||||
- qWarning() << "shntool info waitForFinished faild";
|
||||
- qWarning(proc.readAllStandardError());
|
||||
+ qWarning() << "shntool info waitForFinished failed";
|
||||
+ qWarning() << proc.readAllStandardError();
|
||||
qWarning("------------------------------------");
|
||||
return false;
|
||||
}
|
||||
@@ -147,7 +147,7 @@ bool InputAudioFile::load()
|
||||
qWarning("------------------------------------");
|
||||
qWarning() << "Test audio command:" << (shntool + " " + args.join(" "));
|
||||
qWarning() << "shntool info nonzero exit code:" << proc.exitCode();
|
||||
- qWarning(proc.readAllStandardError());
|
||||
+ qWarning() << proc.readAllStandardError();
|
||||
qWarning("------------------------------------");
|
||||
mErrorString = QObject::tr("File <b>%1</b> is not a supported audio file. <br>"
|
||||
"<br>Verify that all required programs are installed and in your preferences.").arg(mFileName);
|
@ -9,12 +9,14 @@ share/icons/hicolor/48x48/apps/flacon.png
|
||||
%%DATADIR%%/translations/flacon_de.qm
|
||||
%%DATADIR%%/translations/flacon_es.qm
|
||||
%%DATADIR%%/translations/flacon_es_MX.qm
|
||||
%%DATADIR%%/translations/flacon_et.qm
|
||||
%%DATADIR%%/translations/flacon_fr.qm
|
||||
%%DATADIR%%/translations/flacon_gl.qm
|
||||
%%DATADIR%%/translations/flacon_hu.qm
|
||||
%%DATADIR%%/translations/flacon_it.qm
|
||||
%%DATADIR%%/translations/flacon_ja_JP.qm
|
||||
%%DATADIR%%/translations/flacon_lt.qm
|
||||
%%DATADIR%%/translations/flacon_nb.qm
|
||||
%%DATADIR%%/translations/flacon_pl.qm
|
||||
%%DATADIR%%/translations/flacon_pl_PL.qm
|
||||
%%DATADIR%%/translations/flacon_pt_BR.qm
|
||||
|
Loading…
Reference in New Issue
Block a user