Date: Fri, 17 Jan 2025 07:21:59 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b749829d083d - main - audio/polyphone: update 2.4.1 =?utf-8?Q?=E2=86=92?= 2.5.0 Message-ID: <202501170721.50H7Lx1C089713@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=b749829d083daafb8758118d194267c8a8a87c4a commit b749829d083daafb8758118d194267c8a8a87c4a Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-01-17 06:54:39 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-01-17 07:21:41 +0000 audio/polyphone: update 2.4.1 → 2.5.0 --- audio/polyphone/Makefile | 3 ++- audio/polyphone/distinfo | 6 +++--- audio/polyphone/files/patch-editor_tree_treeitemdelegate.cpp | 4 ++-- audio/polyphone/files/patch-polyphone.pro | 8 ++++---- audio/polyphone/pkg-plist | 1 - 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/audio/polyphone/Makefile b/audio/polyphone/Makefile index ecc755376ed8..ea7ff1eea919 100644 --- a/audio/polyphone/Makefile +++ b/audio/polyphone/Makefile @@ -1,5 +1,5 @@ PORTNAME= polyphone -DISTVERSION= 2.4.1 +DISTVERSION= 2.5.0 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org @@ -14,6 +14,7 @@ LIB_DEPENDS= libFLAC.so:audio/flac \ libogg.so:audio/libogg \ libportaudio.so:audio/portaudio \ librtmidi.so:audio/rtmidi \ + libsndfile.so:audio/libsndfile \ libstk.so:audio/stk \ libvorbisfile.so:audio/libvorbis diff --git a/audio/polyphone/distinfo b/audio/polyphone/distinfo index ca35008c07fe..efcd43c9b702 100644 --- a/audio/polyphone/distinfo +++ b/audio/polyphone/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1728965479 -SHA256 (davy7125-polyphone-2.4.1_GH0.tar.gz) = b35c389d98fdc95b7b84a1f9faa99d070aef264012bb0e242cf5e3f728eefaf4 -SIZE (davy7125-polyphone-2.4.1_GH0.tar.gz) = 1974358 +TIMESTAMP = 1737089027 +SHA256 (davy7125-polyphone-2.5.0_GH0.tar.gz) = 48c923b2d7be94b4a1ed4b3d6a29850bde81a5444d5790279e91779470354e63 +SIZE (davy7125-polyphone-2.5.0_GH0.tar.gz) = 2251596 diff --git a/audio/polyphone/files/patch-editor_tree_treeitemdelegate.cpp b/audio/polyphone/files/patch-editor_tree_treeitemdelegate.cpp index 2da944d6b630..19bd72eede9a 100644 --- a/audio/polyphone/files/patch-editor_tree_treeitemdelegate.cpp +++ b/audio/polyphone/files/patch-editor_tree_treeitemdelegate.cpp @@ -1,6 +1,6 @@ ---- editor/tree/treeitemdelegate.cpp.orig 2020-05-21 08:02:47 UTC +--- editor/tree/treeitemdelegate.cpp.orig 2025-01-17 04:44:02 UTC +++ editor/tree/treeitemdelegate.cpp -@@ -29,6 +29,7 @@ +@@ -30,6 +30,7 @@ #include "basetypes.h" #include <QToolTip> #include <QHelpEvent> diff --git a/audio/polyphone/files/patch-polyphone.pro b/audio/polyphone/files/patch-polyphone.pro index 882d801513b8..3c764e802d52 100644 --- a/audio/polyphone/files/patch-polyphone.pro +++ b/audio/polyphone/files/patch-polyphone.pro @@ -1,14 +1,14 @@ ---- polyphone.pro.orig 2024-09-19 02:24:17 UTC +--- polyphone.pro.orig 2025-01-17 04:49:42 UTC +++ polyphone.pro -@@ -82,13 +82,13 @@ unix:!macx { +@@ -85,13 +85,13 @@ unix:!macx { lib/_option_rtaudio/rtaudio/include/iasiothiscallresolver.cpp } unix:!macx { - DEFINES += __LINUX_ALSASEQ__ __UNIX_JACK__ __LINUX_ALSA__ #__LINUX_PULSE__ + DEFINES += __UNIX_JACK__ #__LINUX_PULSE__ CONFIG += link_pkgconfig -- PKGCONFIG += alsa jack zlib ogg flac vorbis vorbisfile vorbisenc glib-2.0 -+ PKGCONFIG += jack zlib ogg flac vorbis vorbisfile vorbisenc glib-2.0 +- PKGCONFIG += alsa jack zlib ogg vorbis vorbisfile vorbisenc sndfile ++ PKGCONFIG += jack zlib ogg vorbis vorbisfile vorbisenc sndfile contains(DEFINES, USE_WOLFSSL) { - PKGCONFIG += wolfssl + #PKGCONFIG += wolfssl diff --git a/audio/polyphone/pkg-plist b/audio/polyphone/pkg-plist index 1ce60b9c2f83..778ca1653a40 100644 --- a/audio/polyphone/pkg-plist +++ b/audio/polyphone/pkg-plist @@ -3,6 +3,5 @@ share/applications/io.polyphone.polyphone.desktop share/icons/hicolor/512x512/apps/polyphone.png share/man/fr/man1/polyphone.1.gz share/man/man1/polyphone.1.gz -share/man/ru/man1/polyphone.1.gz share/metainfo/io.polyphone.polyphone.metainfo.xml share/mime/packages/polyphone.xml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501170721.50H7Lx1C089713>