diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2025-06-26 00:43:55 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2025-06-26 00:45:27 +0300 |
commit | 835ea5cfac90c0cf374199990ee77c9bca548cc8 (patch) | |
tree | b769aa63ed885cbee771e83f2cbd2588545f58d2 | |
parent | devel/wrangler: Deprecate and set expiration date to 2025-07-31 (diff) |
multimedia/qmmp-qt5: update to 1.7.6 release (+)
Changes since 1.7.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 possible crash in the library plugin;
* fixed compatibility with Qt 5.12;
* fixed Chinese Traditional translation.
Diffstat (limited to '')
-rw-r--r-- | multimedia/qmmp-qt5/Makefile | 2 | ||||
-rw-r--r-- | multimedia/qmmp-qt5/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/qmmp-qt5/Makefile b/multimedia/qmmp-qt5/Makefile index 537798a231f0..5407bf35bfad 100644 --- a/multimedia/qmmp-qt5/Makefile +++ b/multimedia/qmmp-qt5/Makefile @@ -1,5 +1,5 @@ PORTNAME= qmmp -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6 CATEGORIES= multimedia MASTER_SITES= http://qmmp.ylsoftware.com/files/${PORTNAME}/${DISTVERSION:R}/ \ SF/qmmp-dev/${PORTNAME}/${DISTVERSION:R}/ diff --git a/multimedia/qmmp-qt5/distinfo b/multimedia/qmmp-qt5/distinfo index feab8fdf28ab..97082032d3dd 100644 --- a/multimedia/qmmp-qt5/distinfo +++ b/multimedia/qmmp-qt5/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745868014 -SHA256 (qmmp-1.7.5.tar.bz2) = 8997bb14a175e93d4d84f0f1b20129ae56b570cccf7addb53b5648ecd98ed729 -SIZE (qmmp-1.7.5.tar.bz2) = 1425509 +TIMESTAMP = 1750883118 +SHA256 (qmmp-1.7.6.tar.bz2) = 43b441f022302a43b98cca88a47e8e5ba1e73caae8acc0e9e2c6b77e5b1eb3bb +SIZE (qmmp-1.7.6.tar.bz2) = 1426952 |