From owner-svn-ports-head@freebsd.org Thu Dec 13 14:18:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDF1413263D3; Thu, 13 Dec 2018 14:18:01 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 741C189A14; Thu, 13 Dec 2018 14:18:01 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6615520E3D; Thu, 13 Dec 2018 14:18:01 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBDEI11c017977; Thu, 13 Dec 2018 14:18:01 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBDEI0aj017974; Thu, 13 Dec 2018 14:18:00 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201812131418.wBDEI0aj017974@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Thu, 13 Dec 2018 14:18:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487366 - head/audio/lmms X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/audio/lmms X-SVN-Commit-Revision: 487366 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 741C189A14 X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-1.46 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.82)[-0.825,0]; NEURAL_HAM_SHORT(-0.64)[-0.638,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2018 14:18:02 -0000 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