diff --git a/audio/polyphone/Makefile b/audio/polyphone/Makefile index cb607e7892dd..9742e85bd265 100644 --- a/audio/polyphone/Makefile +++ b/audio/polyphone/Makefile @@ -1,42 +1,42 @@ PORTNAME= polyphone DISTVERSION= 2.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org COMMENT= Graphical user interface for editing soundfont (sf2 and sfz) files WWW= https://www.polyphone-soundfonts.com/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/../LICENSE.txt LIB_DEPENDS= libFLAC.so:audio/flac \ libjack.so:audio/jack \ libogg.so:audio/libogg \ libportaudio.so:audio/portaudio \ libQCustomPlot-qt5.so:graphics/qcustomplot-qt5 \ librtmidi.so:audio/rtmidi \ libstk.so:audio/stk \ libvorbisfile.so:audio/libvorbis USES= compiler:c++11-lang desktop-file-utils dos2unix gl gnome pkgconfig qmake:outsource qt:5 shared-mime-info ssl xorg DOS2UNIX_FILES= polyphone.pro \ editor/graphics/graphiquefourier.cpp \ editor/tree/treeitemdelegate.cpp USE_GL= gl USE_QT= core concurrent gui network printsupport svg widgets buildtools:build linguisttools:build qmake:build USE_GNOME= glib20 USE_CXXSTD= c++11 USE_GITHUB= yes GH_ACCOUNT= davy7125 CXXFLAGS+= -D__UNIX_JACK__ LIBS+= -lssl -lcrypto WRKSRC_SUBDIR= sources post-extract: # unbundle @${RM} -r ${WRKSRC}/lib/_option_qcustomplot ${WRKSRC}/lib/_option_rtmidi ${WRKSRC}/lib/_option_stk .include diff --git a/graphics/qcustomplot-qt5/Makefile b/graphics/qcustomplot-qt5/Makefile index 3b65838a4b46..e55b7be07c25 100644 --- a/graphics/qcustomplot-qt5/Makefile +++ b/graphics/qcustomplot-qt5/Makefile @@ -1,42 +1,42 @@ PORTNAME= qcustomplot -DISTVERSION= 2.1.0 +DISTVERSION= 2.1.1 CATEGORIES= graphics -MASTER_SITES= https://www.qcustomplot.com/release/${PORTVERSION}fixed/ +MASTER_SITES= https://www.qcustomplot.com/release/${PORTVERSION}/ PKGNAMESUFFIX= ${SUFFIX} DISTNAME= QCustomPlot DIST_SUBDIR= ${PORTNAME}-${DISTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= Qt C++ widget for plotting and data visualization WWW= https://www.qcustomplot.com LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/GPL.txt USES= compiler:c++11-lang pkgconfig qt:5 USE_QT= core gui widgets printsupport buildtools:build USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} SUFFIX= -qt5 PLIST_FILES= include/qcustomplot.h \ lib/libQCustomPlot${SUFFIX}.so do-build: @cd ${WRKSRC} && \ ${MOC} qcustomplot.h > qcustomplot_moc.cpp && \ ${CXX} ${CXXFLAGS} -shared -fPIC \ -I${PREFIX}/include \ `pkg-config --cflags --libs Qt5Core Qt5Gui Qt5Widgets Qt5PrintSupport` \ qcustomplot.cpp \ qcustomplot_moc.cpp \ -o ${WRKSRC}/libQCustomPlot${SUFFIX}.so \ -Wl,-soname,libQCustomPlot${SUFFIX}.so do-install: ${INSTALL_DATA} ${WRKSRC}/qcustomplot.h ${STAGEDIR}${PREFIX}/include ${INSTALL_LIB} ${WRKSRC}/libQCustomPlot${SUFFIX}.so ${STAGEDIR}${PREFIX}/lib .include diff --git a/graphics/qcustomplot-qt5/distinfo b/graphics/qcustomplot-qt5/distinfo index fcf15f33df10..3dc2d8b1c4ea 100644 --- a/graphics/qcustomplot-qt5/distinfo +++ b/graphics/qcustomplot-qt5/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617993334 -SHA256 (qcustomplot-2.1.0/QCustomPlot.tar.gz) = 7d6a886993708c07d986065d517ac7e9f3ab067b25acd3d0442eec203d9e448c -SIZE (qcustomplot-2.1.0/QCustomPlot.tar.gz) = 3762848 +TIMESTAMP = 1669346468 +SHA256 (qcustomplot-2.1.1/QCustomPlot.tar.gz) = 9afc16e70e8bd8c8d5b13020387716f5e063e115b6599f0421a3846dc6ec312a +SIZE (qcustomplot-2.1.1/QCustomPlot.tar.gz) = 3772098 diff --git a/misc/nn-insight/Makefile b/misc/nn-insight/Makefile index 1f37217669f9..2efda0af8b19 100644 --- a/misc/nn-insight/Makefile +++ b/misc/nn-insight/Makefile @@ -1,39 +1,39 @@ PORTNAME= nn-insight DISTVERSION= 1.0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org COMMENT= Neural network visualization software WWW= https://github.com/yurivict/nn-insight LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= avir>0:graphics/avir \ ${LOCALBASE}/include/exprtk.hpp:math/exprtk \ flatc:devel/flatbuffers \ half>0:math/half \ nlohmann-json>0:devel/nlohmann-json \ png++>0:graphics/png++ LIB_DEPENDS= libcgraph.so:graphics/graphviz \ libpng.so:graphics/png \ libQCustomPlot-qt5.so:graphics/qcustomplot-qt5 \ libtcmalloc.so:devel/google-perftools USES= compiler:c++17-lang cmake pkgconfig qt:5 USE_QT= core gui svg widgets buildtools:build qmake:build USE_GITHUB= yes GH_ACCOUNT= yurivict PLIST_FILES= bin/nn-insight \ libexec/nn-insight/tf-lite-plugin.so PORTSCOUT= limit:^.*[1-9]\. # prevent hashes OPTIONS_DEFINE= NATIVE NATIVE_DESC= Build with native optimizations (-march=native) NATIVE_CMAKE_BOOL= ENABLE_NATIVE_OPTIMIZATIONS .include