Date: Sat, 5 Oct 2019 18:08:06 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513842 - in head/audio/polyphone: . files Message-ID: <201910051808.x95I86cJ086336@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Oct 5 18:08:06 2019 New Revision: 513842 URL: https://svnweb.freebsd.org/changeset/ports/513842 Log: audio/polyphone: Update 2.1.0 -> 2.1.1 Reported by: portscout Modified: head/audio/polyphone/Makefile head/audio/polyphone/distinfo head/audio/polyphone/files/patch-polyphone.pro Modified: head/audio/polyphone/Makefile ============================================================================== --- head/audio/polyphone/Makefile Sat Oct 5 17:18:34 2019 (r513841) +++ head/audio/polyphone/Makefile Sat Oct 5 18:08:06 2019 (r513842) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= polyphone -DISTVERSION= 2.1.0 +DISTVERSION= 2.1.1 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org @@ -18,15 +18,17 @@ LIB_DEPENDS= libFLAC.so:audio/flac \ libstk.so:audio/stk \ libvorbisfile.so:audio/libvorbis -USES= compiler:c++11-lang desktop-file-utils gl gnome pkgconfig qmake:outsource qt:5 shared-mime-info ssl xorg +USES= compiler:c++11-lang desktop-file-utils dos2unix gl gnome pkgconfig qmake:outsource qt:5 shared-mime-info ssl xorg USE_GITHUB= yes GH_ACCOUNT= davy7125 +DOS2UNIX_FILES= polyphone.pro USE_GL= gl USE_QT= core concurrent gui network printsupport svg widgets buildtools_build qmake_build USE_GNOME= glib20 USE_CXXSTD= c++11 QMAKE_ARGS= DEFINES=USE_LOCAL_QCUSTOMPLOT CXXFLAGS+= -D__UNIX_JACK__ +LIBS+= -lssl -lcrypto WRKSRC_SUBDIR= sources Modified: head/audio/polyphone/distinfo ============================================================================== --- head/audio/polyphone/distinfo Sat Oct 5 17:18:34 2019 (r513841) +++ head/audio/polyphone/distinfo Sat Oct 5 18:08:06 2019 (r513842) @@ -1,3 +1,3 @@ -TIMESTAMP = 1567474097 -SHA256 (davy7125-polyphone-2.1.0_GH0.tar.gz) = 30812339f34b9125bd53820d34a12077f474a8433b50a0ddd0122e789861d2a0 -SIZE (davy7125-polyphone-2.1.0_GH0.tar.gz) = 1980275 +TIMESTAMP = 1570295770 +SHA256 (davy7125-polyphone-2.1.1_GH0.tar.gz) = ff8237f0cc2d9e032cfe581c3ed22ed9313d9802a3b3310324b9894977ace8ad +SIZE (davy7125-polyphone-2.1.1_GH0.tar.gz) = 1985829 Modified: head/audio/polyphone/files/patch-polyphone.pro ============================================================================== --- head/audio/polyphone/files/patch-polyphone.pro Sat Oct 5 17:18:34 2019 (r513841) +++ head/audio/polyphone/files/patch-polyphone.pro Sat Oct 5 18:08:06 2019 (r513842) @@ -1,18 +1,17 @@ ---- polyphone.pro.orig 2019-07-16 14:22:06 UTC +--- polyphone.pro.orig 2019-09-13 16:03:56 UTC +++ polyphone.pro -@@ -65,8 +65,9 @@ win32 { +@@ -65,8 +65,8 @@ win32 { unix:!macx { - DEFINES += __LINUX_ALSASEQ__ + DEFINES += __LINUX_ALSASEQ__ __UNIX_JACK__ CONFIG += link_pkgconfig - PKGCONFIG += alsa jack portaudio-2.0 zlib ogg flac vorbis vorbisfile vorbisenc glib-2.0 openssl - INCLUDEPATH += /usr/include/jack \ + PKGCONFIG += jack portaudio-2.0 zlib ogg flac vorbis vorbisfile vorbisenc glib-2.0 -+ LIBS += -lssl -lcrypto # on FreeBSD /etc/make.conf defines which ssl library is used + INCLUDEPATH += $$PREFIX/include/jack \ lib/flac isEmpty(PREFIX) { PREFIX = /usr/local -@@ -125,7 +126,7 @@ contains(DEFINES, USE_LOCAL_STK) { +@@ -125,7 +125,7 @@ contains(DEFINES, USE_LOCAL_STK) { INCLUDEPATH += lib/stk } else { LIBS += -lstk @@ -21,7 +20,7 @@ } # Location of QCustomplot -@@ -135,7 +136,7 @@ contains(DEFINES, USE_LOCAL_QCUSTOMPLOT) { +@@ -135,7 +135,7 @@ contains(DEFINES, USE_LOCAL_QCUSTOMPLOT) { INCLUDEPATH += lib/qcustomplot } else { LIBS += -lqcustomplot @@ -30,7 +29,7 @@ } INCLUDEPATH += mainwindow \ -@@ -862,10 +863,10 @@ win32 { +@@ -909,10 +909,10 @@ win32 { ExtraCompiler.commands = $${QMAKE_CXX} -D__LITTLE_ENDIAN__ -MD -arch:IA32 -D_CRT_SECURE_NO_WARNINGS $(INCPATH) -c ${QMAKE_FILE_IN} -Fo${QMAKE_FILE_OUT} } macx { @@ -39,7 +38,7 @@ } unix:!macx { - ExtraCompiler.commands = $${QMAKE_CXX} -fPIC -D__LITTLE_ENDIAN__ -mfpmath=387 $(INCPATH) -c ${QMAKE_FILE_IN} -o ${QMAKE_FILE_OUT} -+ ExtraCompiler.commands = $${QMAKE_CXX} $(CXXFLAGS) -fPIC -D__LITTLE_ENDIAN__ $(INCPATH) -c ${QMAKE_FILE_IN} -o ${QMAKE_FILE_OUT} ++ ExtraCompiler.commands = $${QMAKE_CXX} -fPIC -D__LITTLE_ENDIAN__ $(INCPATH) -c ${QMAKE_FILE_IN} -o ${QMAKE_FILE_OUT} } QMAKE_EXTRA_COMPILERS += ExtraCompiler
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910051808.x95I86cJ086336>