Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Dec 2017 10:15:58 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457038 - in head/audio/flacon: . files
Message-ID:  <201712231015.vBNAFwCn087842@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Sat Dec 23 10:15:58 2017
New Revision: 457038
URL: https://svnweb.freebsd.org/changeset/ports/457038

Log:
  Update `audio/flacon' to version 4.0.0, which features improved visual
  style (including new icons), updated translations, and few other fixes.
  Alas, this release also marks the drop of Qt4 support.
  
  Reported by:	portscout
  
  Because GitHub releases (tarballs) are not fetched with correct modification
  time, set TIMESTAMP to 1513612271 which corresponds to commit c9bd11f tagged
  as this release.

Deleted:
  head/audio/flacon/files/patch-49e72de
Modified:
  head/audio/flacon/Makefile
  head/audio/flacon/distinfo
  head/audio/flacon/pkg-plist

Modified: head/audio/flacon/Makefile
==============================================================================
--- head/audio/flacon/Makefile	Sat Dec 23 10:14:10 2017	(r457037)
+++ head/audio/flacon/Makefile	Sat Dec 23 10:15:58 2017	(r457038)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	flacon
-PORTVERSION=	3.1.1
-PORTREVISION=	1
+PORTVERSION=	4.0.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	audio
 
@@ -16,19 +15,7 @@ LIB_DEPENDS=	libuchardet.so:textproc/uchardet
 
 USES=		cmake desktop-file-utils pkgconfig
 USE_GITHUB=	yes
-
-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}
-
-_QT4_DEPS=	corelib,gui,network
-_QT4_BDEPS=	linguisttools,moc,qmake,rcc,uic
-_QT5_DEPS=	core,gui,network,widgets
-_QT5_BDEPS=	qmake,buildtools,linguisttools
+USE_QT5=	buildtools_build concurrent_build qmake_build \
+		linguisttools_build core gui network widgets
 
 .include <bsd.port.mk>

Modified: head/audio/flacon/distinfo
==============================================================================
--- head/audio/flacon/distinfo	Sat Dec 23 10:14:10 2017	(r457037)
+++ head/audio/flacon/distinfo	Sat Dec 23 10:15:58 2017	(r457038)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1502219275
-SHA256 (flacon-flacon-v3.1.1_GH0.tar.gz) = ca5bd24ba61fc06a39e95b4b7fda188af437ad3eff666b55071895bde11bd15a
-SIZE (flacon-flacon-v3.1.1_GH0.tar.gz) = 431743
+TIMESTAMP = 1513612271
+SHA256 (flacon-flacon-v4.0.0_GH0.tar.gz) = 3e128d32e6bc0d1bf618a2312953f9a894cce2699d36abe5f9c38ff1b153dc32
+SIZE (flacon-flacon-v4.0.0_GH0.tar.gz) = 1294289

Modified: head/audio/flacon/pkg-plist
==============================================================================
--- head/audio/flacon/pkg-plist	Sat Dec 23 10:14:10 2017	(r457037)
+++ head/audio/flacon/pkg-plist	Sat Dec 23 10:15:58 2017	(r457038)
@@ -4,6 +4,11 @@ share/applications/flacon.desktop
 share/icons/hicolor/16x16/apps/flacon.png
 share/icons/hicolor/32x32/apps/flacon.png
 share/icons/hicolor/48x48/apps/flacon.png
+share/icons/hicolor/64x64/apps/flacon.png
+share/icons/hicolor/128x128/apps/flacon.png
+share/icons/hicolor/256x256/apps/flacon.png
+share/icons/hicolor/512x512/apps/flacon.png
+share/icons/hicolor/scalable/apps/flacon.svg
 %%DATADIR%%/translations/flacon_cs.qm
 %%DATADIR%%/translations/flacon_cs_CZ.qm
 %%DATADIR%%/translations/flacon_de.qm



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