svn commit: r488721 - head/audio/rosegarden
Adriaan de Groot
adridg at FreeBSD.org
Sun Dec 30 15:40:49 UTC 2018
Author: adridg
Date: Sun Dec 30 15:40:47 2018
New Revision: 488721
URL: https://svnweb.freebsd.org/changeset/ports/488721
Log:
Update audio/rosegarden to 18.12 (latest release).
Release Notes since 17.04 (previous version in ports):
https://rosegardenmusic.com/wiki/dev:17.12
https://rosegardenmusic.com/wiki/dev:18.06
https://rosegardenmusic.com/wiki/dev:18.12
Notable is removing Qt4 support, which aligns well with our intentions
to remove Qt4 from ports. Since Qt5 was the default toolkit already,
this should have little impact on Rosegarden users.
Each of the releases had a bunch of bugfixes as well.
This update supercedes the update in the PR, which bumped to version 17.12.
PR: 227384
Reported by: yuri
Modified:
head/audio/rosegarden/Makefile
head/audio/rosegarden/distinfo
head/audio/rosegarden/pkg-plist
Modified: head/audio/rosegarden/Makefile
==============================================================================
--- head/audio/rosegarden/Makefile Sun Dec 30 14:46:16 2018 (r488720)
+++ head/audio/rosegarden/Makefile Sun Dec 30 15:40:47 2018 (r488721)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= rosegarden
-PORTVERSION= 17.04
-PORTREVISION= 4
+PORTVERSION= 18.12
CATEGORIES= audio
MASTER_SITES= SF
@@ -17,39 +16,31 @@ BUILD_DEPENDS= dssi_osc_update:audio/dssi \
${LOCALBASE}/include/fftw3.h:math/fftw3
LIB_DEPENDS= libasound.so:audio/alsa-lib \
libfftw3f.so:math/fftw3-float \
- liblrdf.so:textproc/liblrdf
+ liblrdf.so:textproc/liblrdf \
+ liblo.so:audio/liblo \
+ libsamplerate.so:audio/libsamplerate \
+ libsndfile.so:audio/libsndfile \
+ libjack.so:audio/jack
RUN_DEPENDS= dssi_osc_update:audio/dssi \
flac:audio/flac \
wavpack:audio/wavpack \
xdg-open:devel/xdg-utils \
lilypond:print/lilypond
-USES= alias cmake desktop-file-utils localbase:ldflags \
- pkgconfig shared-mime-info tar:bzip2
+USES= alias cmake compiler:c++11-lib desktop-file-utils \
+ localbase:ldflags pkgconfig shared-mime-info tar:bzip2 \
+ qt:5
+USE_QT= core gui network printsupport testlib widgets xml \
+ buildtools_build linguisttools_build qmake_build
+USE_XORG= ice sm x11 xext
OPTIONS_DEFINE= LIRC
-OPTIONS_SINGLE= TOOLKIT
-OPTIONS_SINGLE_TOOLKIT= QT4 QT5
-OPTIONS_DEFAULT= QT5
LIRC_LIB_DEPENDS= liblirc_client.so:comms/lirc
LIRC_CMAKE_ON= -DENABLE_LIRC:BOOL=ON
-QT4_USES= qt:4
-QT4_USE= qt=gui,network,testlib,xml \
- qt=linguisttools_build,moc_build,qmake_build \
- qt=rcc_build,uic_build
-QT4_CMAKE_ON= -DUSE_QT4:BOOL=ON
-QT5_USES= compiler:c++11-lib qt:5
-QT5_USE= qt=network,printsupport,testlib,widgets,xml \
- qt=buildtools_build,linguisttools_build,qmake_build
-QT5_CMAKE_ON= -DUSE_QT5:BOOL=ON
-TOOLKIT_DESC= Qt toolkit
-.include <bsd.port.options.mk>
+CMAKE_ON= USE_QT5
-.if ${PORT_OPTIONS:MQT4}
-DEPRECATED= Qt4 has been EOL since december 2015
-EXPIRATION_DATE= 2019-03-15
-.endif
+.include <bsd.port.options.mk>
.include <bsd.port.mk>
Modified: head/audio/rosegarden/distinfo
==============================================================================
--- head/audio/rosegarden/distinfo Sun Dec 30 14:46:16 2018 (r488720)
+++ head/audio/rosegarden/distinfo Sun Dec 30 15:40:47 2018 (r488721)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1495262222
-SHA256 (rosegarden-17.04.tar.bz2) = 988a6141c5b0a8e85c029f650de78bf57100c4d778c22d0194b0692584640ece
-SIZE (rosegarden-17.04.tar.bz2) = 6454603
+TIMESTAMP = 1546177354
+SHA256 (rosegarden-18.12.tar.bz2) = 6b2331ae988f20904807b4f2c687048c03fd8b0c117705d5d37cd8b941752996
+SIZE (rosegarden-18.12.tar.bz2) = 6649011
Modified: head/audio/rosegarden/pkg-plist
==============================================================================
--- head/audio/rosegarden/pkg-plist Sun Dec 30 14:46:16 2018 (r488720)
+++ head/audio/rosegarden/pkg-plist Sun Dec 30 15:40:47 2018 (r488721)
@@ -1,6 +1,5 @@
bin/rosegarden
-share/appdata/rosegarden.appdata.xml
-share/applications/rosegarden.desktop
+share/applications/com.rosegardenmusic.rosegarden.desktop
share/icons/hicolor/128x128/apps/rosegarden.png
share/icons/hicolor/16x16/apps/rosegarden.png
share/icons/hicolor/16x16/mimetypes/application-x-rosegarden-composition.png
@@ -17,4 +16,5 @@ share/icons/hicolor/64x64/mimetypes/application-x-rose
share/icons/hicolor/64x64/mimetypes/application-x-rosegarden-device.png
share/icons/hicolor/64x64/mimetypes/application-x-rosegarden-project.png
share/icons/hicolor/64x64/mimetypes/application-x-rosegarden-template.png
+share/metainfo/rosegarden.appdata.xml
share/mime/packages/rosegarden.xml
More information about the svn-ports-head
mailing list