diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2025-06-26 00:44:53 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2025-06-26 00:45:28 +0300 |
commit | 5d5026f969b5105179cf7ca30743a1dbf86bc522 (patch) | |
tree | 8fac953c93f8549f45342c4c67d3ef90b2a47201 | |
parent | multimedia/qmmp-qt5: update to 1.7.6 release (+) (diff) |
multimedia/qmmp-qt6: update to 2.2.6 release (+)
Changes since 2.2.5:
using system scroll settings for playlists;
using stable order for keys in the playlists.txt file;
added support for float PCM format in the dsound and wasapi plugins;
fixed seeking from command-line;
fixed support for special keys in the shortcut editor dialog;
fixed track index calculation;
fixed saving of the simple user interface settings when projectM visualization is enabled;
fixed possible crash in the library plugin;
fixed Chinese Traditional translation.
-rw-r--r-- | multimedia/qmmp-qt6/Makefile | 2 | ||||
-rw-r--r-- | multimedia/qmmp-qt6/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/qmmp-qt6/Makefile b/multimedia/qmmp-qt6/Makefile index 078bb6facd94..dea531c8cb62 100644 --- a/multimedia/qmmp-qt6/Makefile +++ b/multimedia/qmmp-qt6/Makefile @@ -1,5 +1,5 @@ PORTNAME= qmmp -PORTVERSION= 2.2.5 +PORTVERSION= 2.2.6 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 4b4d2e979935..82192426513d 100644 --- a/multimedia/qmmp-qt6/distinfo +++ b/multimedia/qmmp-qt6/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745868023 -SHA256 (qmmp-2.2.5.tar.bz2) = 58211f327ac385abbc7d75e6a5d8dd64bcdb5cc0f1119329f2927d1631097e18 -SIZE (qmmp-2.2.5.tar.bz2) = 1429484 +TIMESTAMP = 1750883127 +SHA256 (qmmp-2.2.6.tar.bz2) = 270eca6fd728d9a0bc7f19e94e0e0e1f6a3c44dade648dffa58a0dbb7396cb4b +SIZE (qmmp-2.2.6.tar.bz2) = 1429101 |