Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Dec 2018 14:18:00 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487366 - head/audio/lmms
Message-ID:  <201812131418.wBDEI0aj017974@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu Dec 13 14:18:00 2018
New Revision: 487366
URL: https://svnweb.freebsd.org/changeset/ports/487366

Log:
  audio/lmms: Undeprecate and switch to Qt 5
  
  PR:		232777
  Approved by:	rodrigo (maintainer timeout, 6 weeks)

Modified:
  head/audio/lmms/Makefile
  head/audio/lmms/distinfo
  head/audio/lmms/pkg-plist

Modified: head/audio/lmms/Makefile
==============================================================================
--- head/audio/lmms/Makefile	Thu Dec 13 13:18:43 2018	(r487365)
+++ head/audio/lmms/Makefile	Thu Dec 13 14:18:00 2018	(r487366)
@@ -4,7 +4,7 @@
 PORTNAME=	lmms
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.2.0-rc7
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	2
 CATEGORIES=	audio
 
@@ -14,12 +14,10 @@ COMMENT=	All-in-one sequencer, drum machine, sampler, 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-DEPRECATED=		Qt4 has been EOL since december 2015
-EXPIRATION_DATE=	2019-03-15
-
 BUILD_DEPENDS=	${LOCALBASE}/include/ladspa.h:audio/ladspa
 LIB_DEPENDS=	libFLAC.so:audio/flac \
 		libfluidsynth.so:audio/fluidsynth \
+		libfontconfig.so:x11-fonts/fontconfig \
 		libsamplerate.so:audio/libsamplerate \
 		libsndfile.so:audio/libsndfile \
 		libvorbis.so:audio/libvorbis \
@@ -33,17 +31,18 @@ RUN_DEPENDS=	${LOCALBASE}/share/ladspa/rdf/caps.rdf:au
 		${LOCALBASE}/share/ladspa/rdf/tap-plugins.rdf:audio/tap-plugins
 
 USES=		cmake:outsource desktop-file-utils localbase:ldflags pkgconfig \
-		qt:4 shared-mime-info
+		qt:5 shared-mime-info
 USE_GITHUB=	yes
 GH_ACCOUNT=	LMMS
-GH_TUPLE=	rampantpixels:rpmalloc:1.3.1:rpmalloc/src/3rdparty/rpmalloc/rpmalloc
+GH_TUPLE=	rampantpixels:rpmalloc:1.3.1:rpmalloc/src/3rdparty/rpmalloc/rpmalloc \
+		lukas-w:qt5-x11embed:ec77d4ba40bebc0c53a016adb646b6fa65dd5faf:qt5x11embed/src/3rdparty/qt5-x11embed
 USE_LDCONFIG=	yes
-USE_QT=		corelib gui linguisttools xml moc_build uic_build rcc_build qmake_build
-USE_XORG=	x11 xext xft ice sm
+USE_QT=		core gui widgets x11extras xml buildtools_build linguisttools_build qmake_build
+USE_XORG=	xcursor xext xfixes xft xinerama xrender
 
 CMAKE_OFF=	WANT_ALSA WANT_CALF WANT_CAPS WANT_CMT WANT_SWH WANT_STK \
 		WANT_TAP WANT_VST
-INSTALLS_ICONS=	yes
+CMAKE_ON=	WANT_QT5
 
 OPTIONS_DEFINE=		OSS JACK PULSEAUDIO PORTAUDIO SDL SNDIO
 OPTIONS_DEFAULT=	OSS

Modified: head/audio/lmms/distinfo
==============================================================================
--- head/audio/lmms/distinfo	Thu Dec 13 13:18:43 2018	(r487365)
+++ head/audio/lmms/distinfo	Thu Dec 13 14:18:00 2018	(r487366)
@@ -1,5 +1,7 @@
-TIMESTAMP = 1537885096
+TIMESTAMP = 1540773254
 SHA256 (LMMS-lmms-v1.2.0-rc7_GH0.tar.gz) = 2efba2eda8ec3030ff6d446fd7bbe2245b38472f60c622b9e41053b1981fd592
 SIZE (LMMS-lmms-v1.2.0-rc7_GH0.tar.gz) = 16120037
 SHA256 (rampantpixels-rpmalloc-1.3.1_GH0.tar.gz) = 9bc0013a0bf8c01540821e84fef0cef067f1d857a01ceceac36f83bd6fedc106
 SIZE (rampantpixels-rpmalloc-1.3.1_GH0.tar.gz) = 63517
+SHA256 (lukas-w-qt5-x11embed-ec77d4ba40bebc0c53a016adb646b6fa65dd5faf_GH0.tar.gz) = 57213eb6da900412b182322e342366815c2cc2d3213cd948c2a7e405d6e41f06
+SIZE (lukas-w-qt5-x11embed-ec77d4ba40bebc0c53a016adb646b6fa65dd5faf_GH0.tar.gz) = 32135

Modified: head/audio/lmms/pkg-plist
==============================================================================
--- head/audio/lmms/pkg-plist	Thu Dec 13 13:18:43 2018	(r487365)
+++ head/audio/lmms/pkg-plist	Thu Dec 13 14:18:00 2018	(r487366)
@@ -269,6 +269,7 @@ lib/lmms/libvibedstrings.so
 lib/lmms/libwatsyn.so
 lib/lmms/libwaveshaper.so
 lib/lmms/libzynaddsubfx.so
+lib/libqx11embedcontainer.a
 man/man1/lmms.1.gz
 share/applications/lmms.desktop
 share/icons/hicolor/128x128/apps/lmms.png



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