Date: Wed, 6 Nov 2024 15:03:44 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9a13e723adf2 - main - multimedia/qmmp-qt6: update to 2.2.1 release (+) Message-ID: <202411061503.4A6F3iE1022182@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=9a13e723adf20444a27bd51818511db8a961683e commit 9a13e723adf20444a27bd51818511db8a961683e Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2024-11-06 14:58:46 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2024-11-06 14:58:46 +0000 multimedia/qmmp-qt6: update to 2.2.1 release (+) Changes since 2.2.0: fixed build regression; fixed compatibility with Qt 6.2 (2.2.1 only); fixed "Always On Top" option for KDE/KWin in the skinned user interface; improved simple user interface: enabled floatable dock widgets under Wayland (2.2.1 only); disabled "Always on Top" option under Wayland; updated Italian translation. Changes since 2.1.9: added feature to stop playback after removing of the current track; reworked playlist container; reworked command-line parser; improved codebase; moved some duplicated code to the libqmmpui library; improved simple user interface: added feature to change group height; added feature to print cover art in the group; added feature to show extra information in the group; added feature to copy tracks between playlists; added tree view mode in the file browser; added feature to replace selected playlist from the file browser; added balance slider; allow to override group and current track colors when using system palette; renamed "Show Title Bars" action to "Block Floating Panels"; improved skinned user interface: added feature to change group height; added feature to print cover art in the group; added feature to show extra information in the group; improved color and font settings; improved xmp plugin: added "Emulate sample loop bug" option; added "Use Paula mixer in Amiga modules" option; added feature to replace selected playlist in the library plugin; added feature to set buffer size in milliseconds in the http plugin; added buffer size setting in the WASAPI plugin; added "--debug" command-line option; added feature to build cdaudio plugin without libcddb library; disabled debug output by default; fixed file type detection by content; fixed ignoring of data file for large cue sheets; fixed build under FreeBSD; updated Dutch translation; updated Finnish translation; updated Polish translation; updated Russian translation. --- multimedia/qmmp-qt6/Makefile | 3 +-- multimedia/qmmp-qt6/distinfo | 6 +++--- multimedia/qmmp-qt6/pkg-plist | 3 +++ 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/multimedia/qmmp-qt6/Makefile b/multimedia/qmmp-qt6/Makefile index e108da8f77aa..77ad60077c47 100644 --- a/multimedia/qmmp-qt6/Makefile +++ b/multimedia/qmmp-qt6/Makefile @@ -1,6 +1,5 @@ PORTNAME= qmmp -PORTVERSION= 2.1.9 -PORTREVISION= 4 +PORTVERSION= 2.2.1 CATEGORIES= multimedia MASTER_SITES= http://qmmp.ylsoftware.com/files/${PORTNAME}/${DISTVERSION:R}/ \ SF/qmmp-dev/${PORTNAME}/${DISTVERSION:R}/ diff --git a/multimedia/qmmp-qt6/distinfo b/multimedia/qmmp-qt6/distinfo index f5d569ae4f3a..427c3da4328e 100644 --- a/multimedia/qmmp-qt6/distinfo +++ b/multimedia/qmmp-qt6/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1724142527 -SHA256 (qmmp-2.1.9.tar.bz2) = b59f7a378b521d4a6d2b5c9e37a35c3494528bf0db85b24caddf3e1a1c9c3a37 -SIZE (qmmp-2.1.9.tar.bz2) = 1373111 +TIMESTAMP = 1730838529 +SHA256 (qmmp-2.2.1.tar.bz2) = bee321784393b2fa33081a13b8f1f6e2635f7a489acbd06de325150b30988a94 +SIZE (qmmp-2.2.1.tar.bz2) = 1416608 diff --git a/multimedia/qmmp-qt6/pkg-plist b/multimedia/qmmp-qt6/pkg-plist index e5f788c6ad41..287979178cab 100644 --- a/multimedia/qmmp-qt6/pkg-plist +++ b/multimedia/qmmp-qt6/pkg-plist @@ -29,6 +29,7 @@ include/qmmp/visual.h include/qmmp/visualfactory.h include/qmmp/volume.h include/qmmp/volumehandler.h +include/qmmpui/colorwidget.h include/qmmpui/commandlinehandler.h include/qmmpui/commandlinemanager.h include/qmmpui/configdialog.h @@ -51,10 +52,12 @@ include/qmmpui/playlistparser.h include/qmmpui/playlisttrack.h include/qmmpui/qmmpui_export.h include/qmmpui/qmmpuisettings.h +include/qmmpui/shortcutdialog.h include/qmmpui/templateeditor.h include/qmmpui/uifactory.h include/qmmpui/uihelper.h include/qmmpui/uiloader.h +include/qmmpui/visualmenu.h lib/libqmmp.so lib/libqmmp.so.2 lib/libqmmp.so.%%SHLIB_VER%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411061503.4A6F3iE1022182>