pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/qmmp
Module Name: pkgsrc
Committed By: ryoon
Date: Sun Aug 30 16:07:36 UTC 2026
Modified Files:
pkgsrc/audio/qmmp: Makefile PLIST distinfo options.mk
Log Message:
audio/qmmp: Update to 1.7.11
* Add cdio option to play CD-DA with cdda:// URI.
Changelog:
Version 1.7.11
* fixed build with PipeWire versions less than 0.3.50
* fixed settings dialog layout
* fixed default CUE encoding
* fixed possible null pointer dereference
* fixed uninitialized structure usage
* improved sid plugin:
- added libsidplayfp 3.0 support
- added feature to build without residfp engine
- fixed memory leak
- fixed displaying audio information
Version 1.7.10
* fixed determination of FLAC files with ID3v2 tags
* fixed DSD support in the ffmpeg plugin
* fixed some issues with CUE support
* fixed possible crash
* fixed build warnings
* fixed hotkey plugin
* improved pipewire plugin:
- fixed delay calculation
- increased buffer size
Version 1.7.9
* added IMA ADPCM support
* fixed displaying mpeg plugin build status
* fixed default output under Windows
* fixed IPC messages charset
* fixed issues with "--pl-help" and "--nowplaying-syntax" command-line
options
* fixed audio channel map for WMA
* fixed detection of the PCM WAVE files with "JUNK",
"bext" and "fact" chunks
* fixed retrieving song lyrics
* fixed sorting by file name and path
* fixed drawing issues in the plugin list
* fixed color scheme change issues
* updated Chinese Simplified translation (Rain Ding)
Version 1.7.8
* added AIFF-C support
* added libsidplayfp 2.15 support
* using 48 kHz sample rate by default in the sid plugin
* using https in the stream browser plugin
* updated Spanish translation (mad-soft)
Version 1.7.7
* added KWin rules for KDE6
* added display of volume when adjusting it with the mouse wheel in the
skinned user interface
* fixed support for multi-line comments when saving and restoring a
playlist
* fixed volume adjustment step when using mouse wheel
* fixed some clazy analyzer warnings
* fixed frequencies of the all spectrum analyzers
* fixed handling of the file open errors
Version 1.7.6
* 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 compatibility with Qt 5.12
* fixed support for special keys in the shortcut editor dialog
* fixed track index calculation
* fixed possible crash in the library plugin
* fixed Chinese Traditional translation (Edouard.J.K Li)
Version 1.7.5
* fixed build without mpg123 or libmad
* fixed plugin path in the pkg-config file
* fixed "device not open" warning on first startup
* fixed skins installation
* fixed config dialog layout
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/audio/qmmp/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/audio/qmmp/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/audio/qmmp/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/audio/qmmp/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/qmmp/Makefile
diff -u pkgsrc/audio/qmmp/Makefile:1.76 pkgsrc/audio/qmmp/Makefile:1.77
--- pkgsrc/audio/qmmp/Makefile:1.76 Mon Jul 13 04:35:22 2026
+++ pkgsrc/audio/qmmp/Makefile Sun Aug 30 16:07:36 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.76 2026/07/13 04:35:22 wiz Exp $
+# $NetBSD: Makefile,v 1.77 2026/08/30 16:07:36 ryoon Exp $
-DISTNAME= qmmp-1.7.4
-PKGREVISION= 11
+DISTNAME= qmmp-1.7.11
CATEGORIES= audio
MASTER_SITES= https://qmmp.ylsoftware.com/files/qmmp/${PKGVERSION_NOREV:R}/
EXTRACT_SUFX= .tar.bz2
Index: pkgsrc/audio/qmmp/PLIST
diff -u pkgsrc/audio/qmmp/PLIST:1.7 pkgsrc/audio/qmmp/PLIST:1.8
--- pkgsrc/audio/qmmp/PLIST:1.7 Mon Mar 31 16:50:45 2025
+++ pkgsrc/audio/qmmp/PLIST Sun Aug 30 16:07:36 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2025/03/31 16:50:45 nia Exp $
+@comment $NetBSD: PLIST,v 1.8 2026/08/30 16:07:36 ryoon Exp $
bin/qmmp-1
include/qmmp-1/qmmp/abstractengine.h
include/qmmp-1/qmmp/audioconverter.h
@@ -99,6 +99,7 @@ lib/qmmp-${QMMP_VER}/General/libstreambr
lib/qmmp-${QMMP_VER}/General/libtrackchange.so
lib/qmmp-${QMMP_VER}/General/libudisks.so
lib/qmmp-${QMMP_VER}/Input/libaac.so
+${PLIST.cdio}lib/qmmp-1.7/Input/libcdaudio.so
lib/qmmp-${QMMP_VER}/Input/libcue.so
${PLIST.ffmpeg}lib/qmmp-${QMMP_VER}/Input/libffmpeg.so
lib/qmmp-${QMMP_VER}/Input/libflac.so
@@ -142,4 +143,5 @@ share/metainfo/com.ylsoftware.qmmp-1.met
share/qmmp-1/images/app_icon.png
share/qmmp-1/images/empty_cover.png
share/qmmp-1/scripts/kwin.sh
+share/qmmp-1/scripts/kwin6.sh
share/solid/actions/qmmp-opencda-1.desktop
Index: pkgsrc/audio/qmmp/distinfo
diff -u pkgsrc/audio/qmmp/distinfo:1.14 pkgsrc/audio/qmmp/distinfo:1.15
--- pkgsrc/audio/qmmp/distinfo:1.14 Mon Mar 31 16:50:45 2025
+++ pkgsrc/audio/qmmp/distinfo Sun Aug 30 16:07:36 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2025/03/31 16:50:45 nia Exp $
+$NetBSD: distinfo,v 1.15 2026/08/30 16:07:36 ryoon Exp $
-BLAKE2s (qmmp-1.7.4.tar.bz2) = ef55a056b4e45bfe1f0ceffdebf14084997306f6240caf7430fda01800019cc2
-SHA512 (qmmp-1.7.4.tar.bz2) = 4a73b32fa66aca8443005b60b08ae2e6c32a49ea4c4cc6897858c86bc3f463276356a8dd3fd5e3c77583f9cdbdd96d1b25f65c7e6afa9d68da56aaf0d7115ab8
-Size (qmmp-1.7.4.tar.bz2) = 1424474 bytes
+BLAKE2s (qmmp-1.7.11.tar.bz2) = 5bb7cddd3a35892777b99a896c2c9cccb846405b1175e622b988b5a0c8e94354
+SHA512 (qmmp-1.7.11.tar.bz2) = b73f8b014e0342b46b08c0c09e4c7ebfc0631479a07d021b88501e7a30c72009cff958b43b67482c5a76c5fd595733d63b219ba37e158d2c196b6829f435051f
+Size (qmmp-1.7.11.tar.bz2) = 1436995 bytes
SHA1 (patch-src_qmmp_output.cpp) = f41527c9005f6f345df3dd2e8bc7a497c99dd949
Index: pkgsrc/audio/qmmp/options.mk
diff -u pkgsrc/audio/qmmp/options.mk:1.5 pkgsrc/audio/qmmp/options.mk:1.6
--- pkgsrc/audio/qmmp/options.mk:1.5 Mon Mar 31 16:50:45 2025
+++ pkgsrc/audio/qmmp/options.mk Sun Aug 30 16:07:36 2026
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.5 2025/03/31 16:50:45 nia Exp $
+# $NetBSD: options.mk,v 1.6 2026/08/30 16:07:36 ryoon Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.qmmp
PKG_SUPPORTED_OPTIONS+= alsa jack pulseaudio
-PKG_SUPPORTED_OPTIONS+= ffmpeg musepack wavpack sidplay
+PKG_SUPPORTED_OPTIONS+= cdio ffmpeg musepack wavpack sidplay
PKG_SUGGESTED_OPTIONS+= ffmpeg wavpack
PKG_SUGGESTED_OPTIONS.Linux+= alsa
@@ -32,6 +32,14 @@ PLIST.jack= yes
CMAKE_CONFIGURE_ARGS+= -DUSE_JACK=OFF
.endif
+PLIST_VARS+= cdio
+.if !empty(PKG_OPTIONS:Mcdio)
+PLIST.cdio= yes
+. include "../../misc/libcdio-paranoia/buildlink3.mk"
+.else
+CMAKE_CONFIGURE_ARGS+= -DUSE_CDA=OFF
+.endif
+
PLIST_VARS+= ffmpeg
.if !empty(PKG_OPTIONS:Mffmpeg)
PLIST.ffmpeg= yes
Home |
Main Index |
Thread Index |
Old Index