Date: Wed, 6 Nov 2024 15:03:43 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: 44ee233ff4d3 - main - multimedia/qmmp-qt5: update to 1.7.1 release (+) Message-ID: <202411061503.4A6F3h6x022132@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=44ee233ff4d31c151070cd67aa206cd7dbda41d7 commit 44ee233ff4d31c151070cd67aa206cd7dbda41d7 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2024-11-06 14:55:58 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2024-11-06 14:55:58 +0000 multimedia/qmmp-qt5: update to 1.7.1 release (+) Changes since 1.7.0: changed minimal Qt version to 5.12 (1.7.1 only); changed minimal cmake version to 3.16 (1.7.1 only); fixed build regression; fixed "Always On Top" option for KDE/KWin in the skinned user interface; improved simple user interface: disabled "Always on Top" option under Wayland; updated Italian translation. Changes since 1.6.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; removed file association settings page (1.7.0 only); updated Dutch translation; updated Finnish translation; updated Polish translation; updated Russian translation. --- multimedia/qmmp-qt5/Makefile | 4 ++-- multimedia/qmmp-qt5/distinfo | 6 +++--- multimedia/qmmp-qt5/pkg-plist | 3 +++ 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/multimedia/qmmp-qt5/Makefile b/multimedia/qmmp-qt5/Makefile index 5b2a412a31f7..ff4d28462afa 100644 --- a/multimedia/qmmp-qt5/Makefile +++ b/multimedia/qmmp-qt5/Makefile @@ -1,6 +1,5 @@ PORTNAME= qmmp -PORTVERSION= 1.6.9 -PORTREVISION= 4 +PORTVERSION= 1.7.1 CATEGORIES= multimedia MASTER_SITES= http://qmmp.ylsoftware.com/files/${PORTNAME}/${DISTVERSION:R}/ \ SF/qmmp-dev/${PORTNAME}/${DISTVERSION:R}/ @@ -244,6 +243,7 @@ post-patch: @${GREP} -L '${LOCALBASE}/lib/oss' \ ${WRKSRC}/src/plugins/Output/oss4/CMakeLists.txt | ${XARGS} \ ${REINPLACE_CMD} -e 's|/usr/local/|${LOCALBASE}/|' + @${REINPLACE_CMD} -e 's|Qt6Multimedia|Qt5Multimedia|g' ${WRKSRC}/src/plugins/Output/CMakeLists.txt post-build-DOXYGEN-on: cd ${WRKSRC}/doc && doxygen Doxyfile diff --git a/multimedia/qmmp-qt5/distinfo b/multimedia/qmmp-qt5/distinfo index e66818735dca..723dc388641d 100644 --- a/multimedia/qmmp-qt5/distinfo +++ b/multimedia/qmmp-qt5/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1724142516 -SHA256 (qmmp-1.6.9.tar.bz2) = 87af24fe5494268aee98400096df286dbf133ccb7ee09c8e7b30e4b022863871 -SIZE (qmmp-1.6.9.tar.bz2) = 1375274 +TIMESTAMP = 1730838517 +SHA256 (qmmp-1.7.1.tar.bz2) = 055f376f0db8b48487ef58589a493cc6c480d8388e13f0ca4cedef05996bbcae +SIZE (qmmp-1.7.1.tar.bz2) = 1408574 diff --git a/multimedia/qmmp-qt5/pkg-plist b/multimedia/qmmp-qt5/pkg-plist index b9f0110f607e..5d9e1d8b793a 100644 --- a/multimedia/qmmp-qt5/pkg-plist +++ b/multimedia/qmmp-qt5/pkg-plist @@ -28,6 +28,7 @@ include/qmmp%%BIN_SUFFX%%/qmmp/visual.h include/qmmp%%BIN_SUFFX%%/qmmp/visualfactory.h include/qmmp%%BIN_SUFFX%%/qmmp/volume.h include/qmmp%%BIN_SUFFX%%/qmmp/volumehandler.h +include/qmmp%%BIN_SUFFX%%/qmmpui/colorwidget.h include/qmmp%%BIN_SUFFX%%/qmmpui/commandlinehandler.h include/qmmp%%BIN_SUFFX%%/qmmpui/commandlinemanager.h include/qmmp%%BIN_SUFFX%%/qmmpui/configdialog.h @@ -50,10 +51,12 @@ include/qmmp%%BIN_SUFFX%%/qmmpui/playlistparser.h include/qmmp%%BIN_SUFFX%%/qmmpui/playlisttrack.h include/qmmp%%BIN_SUFFX%%/qmmpui/qmmpui_export.h include/qmmp%%BIN_SUFFX%%/qmmpui/qmmpuisettings.h +include/qmmp%%BIN_SUFFX%%/qmmpui/shortcutdialog.h include/qmmp%%BIN_SUFFX%%/qmmpui/templateeditor.h include/qmmp%%BIN_SUFFX%%/qmmpui/uifactory.h include/qmmp%%BIN_SUFFX%%/qmmpui/uihelper.h include/qmmp%%BIN_SUFFX%%/qmmpui/uiloader.h +include/qmmp%%BIN_SUFFX%%/qmmpui/visualmenu.h lib/libqmmp%%BIN_SUFFX%%.so lib/libqmmp%%BIN_SUFFX%%.so.1 lib/libqmmp%%BIN_SUFFX%%.so.%%SHLIB_VER%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411061503.4A6F3h6x022132>