- Update to version 2.1.0

- Explicitly list Qt core components in dependencies

Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1475427605 which corresponds to commit 7f9ae7c tagged
as this release.

Reported by:	portscout
This commit is contained in:
Alexey Dokuchaev 2016-10-04 15:27:37 +00:00
parent 6f75ae0820
commit bb528ee948
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423271
4 changed files with 8 additions and 27 deletions

View file

@ -3,7 +3,7 @@
PORTNAME= flacon
DISTVERSIONPREFIX= v
DISTVERSION= 2.0.0
DISTVERSION= 2.1.0
CATEGORIES= audio
MAINTAINER= danfe@FreeBSD.org
@ -25,9 +25,9 @@ QT5_CMAKE_ON= -DUSE_QT5:BOOL=ON
QT5_USE= QT5=${_QT5_DEPS},${_QT5_BDEPS:C/,/_build&/g:%=_build}
QT5_USE_OFF= QT4=${_QT4_DEPS},${_QT4_BDEPS:C/,/_build&/g:%=_build}
_QT4_DEPS= gui,network
_QT4_DEPS= corelib,gui,network
_QT4_BDEPS= linguisttools,moc,qmake,rcc,uic
_QT5_DEPS= gui,network,widgets
_QT5_DEPS= core,gui,network,widgets
_QT5_BDEPS= qmake,buildtools,linguisttools
.include <bsd.port.mk>

View file

@ -1,2 +1,3 @@
SHA256 (flacon-flacon-v2.0.0_GH0.tar.gz) = abd6420d8c686bc19f148d9f4b220474939a998d9a214106b5a9c1e2058107f3
SIZE (flacon-flacon-v2.0.0_GH0.tar.gz) = 317343
TIMESTAMP = 1475427605
SHA256 (flacon-flacon-v2.1.0_GH0.tar.gz) = 787b84ba6f068bb54954ec4681f21aa815fe6f25f19f43f10942c5fcec967e2d
SIZE (flacon-flacon-v2.1.0_GH0.tar.gz) = 337008

View file

@ -1,22 +0,0 @@
--- 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);

View file

@ -17,6 +17,7 @@ share/icons/hicolor/48x48/apps/flacon.png
%%DATADIR%%/translations/flacon_ja_JP.qm
%%DATADIR%%/translations/flacon_lt.qm
%%DATADIR%%/translations/flacon_nb.qm
%%DATADIR%%/translations/flacon_nl.qm
%%DATADIR%%/translations/flacon_pl.qm
%%DATADIR%%/translations/flacon_pl_PL.qm
%%DATADIR%%/translations/flacon_pt_BR.qm
@ -24,6 +25,7 @@ share/icons/hicolor/48x48/apps/flacon.png
%%DATADIR%%/translations/flacon_ro_RO.qm
%%DATADIR%%/translations/flacon_ru.qm
%%DATADIR%%/translations/flacon_sr.qm
%%DATADIR%%/translations/flacon_sr@latin.qm
%%DATADIR%%/translations/flacon_tr.qm
%%DATADIR%%/translations/flacon_uk.qm
%%DATADIR%%/translations/flacon_zh_CN.qm