svn commit: r338731 - head/audio/clementine-player

Sean Bruno sbruno at FreeBSD.org
Sun Jan 5 01:20:50 UTC 2014


Author: sbruno (src committer)
Date: Sun Jan  5 01:20:50 2014
New Revision: 338731
URL: http://svnweb.freebsd.org/changeset/ports/338731

Log:
  Add QT imageformats to resolve issues with rendering album covers
  
  PR:	ports/175987

Modified:
  head/audio/clementine-player/Makefile

Modified: head/audio/clementine-player/Makefile
==============================================================================
--- head/audio/clementine-player/Makefile	Sun Jan  5 01:17:20 2014	(r338730)
+++ head/audio/clementine-player/Makefile	Sun Jan  5 01:20:50 2014	(r338731)
@@ -3,7 +3,7 @@
 
 PORTNAME=	clementine
 PORTVERSION=	1.2.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	audio
 MASTER_SITES=	GOOGLE_CODE
 PKGNAMESUFFIX=	-player
@@ -30,7 +30,9 @@ PROJECTHOST=	${PORTNAME}${PKGNAMESUFFIX}
 USES=		compiler:c++11-lib cmake pkgconfig
 USE_GL=		glew
 USE_QT4=	dbus gui xml qmake_build uic_build moc_build rcc_build \
-		linguist_build network sql opengl qtestlib corelib webkit
+		linguist_build network sql opengl qtestlib corelib webkit \
+		imageformats
+
 INSTALLS_ICONS=	yes
 USE_GSTREAMER=	gio ogg mp3 flac soup vorbis
 CONFLICTS_BUILD=	qt-3.*


More information about the svn-ports-all mailing list