Received: by mail.netbsd.org (Postfix, from userid 605) id D89D784DAB; Tue, 8 Jun 2021 16:20:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1C11984D16 for ; Tue, 8 Jun 2021 16:20:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id sg5BRIxt3n97 for ; Tue, 8 Jun 2021 16:20:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1DBC284CFD for ; Tue, 8 Jun 2021 16:20:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1048FFA95; Tue, 8 Jun 2021 16:20:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162316921378510" MIME-Version: 1.0 Date: Tue, 8 Jun 2021 16:20:13 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/audio/qmmp To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210608162013.1048FFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162316921378510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: nia Date: Tue Jun 8 16:20:12 UTC 2021 Modified Files: pkgsrc/audio/qmmp: Makefile PLIST distinfo Log Message: qmmp: update to 1.5.0 Version 1.5.0 * added media library plugin (experimental) * added PipeWire plugin (experimental) * added built-in CUE editor * added m4b support in the ffmpeg plugin * added option to enable CRC checking in the mpeg plugin * added ID3v1/ID3v2 charset detection using librcd library in the mpeg plugin * added WebP format support for cover image * added groups rebuilding after playlist updating * added metadata formatter optimization * added "%dir()" function in the metadata formatter * added feature to integrate widgets to the main interface from plugins * added feature to execute external command in the fileops plugin * improved visualization synchronization * improved lyrics plugin: - added widget mode - show text of the current playing song (in the widget mode only) - changed user interface * improved qsui plugin: - added feature to add dock widgets from plugins - added feature to change tab bar position - added icons to the file system browser menu - added feature to place dock widgets in the multiple lines - removed "Actions" submenu, using "Tools" menu instead * improved skinned plugin: - added playlist color settings - moved "Show playlists" option to "Playlist" submenu - moved "group tracks" and "show header" options to "Playlist" submenu * removed some deprecated API usage * removed obsolete code * changed minimal FFmpeg version to 3.4 * updated Portuguese translation (Sérgio Marques) * updated Dutch translation (Heimen Stoffels) * updated Polish translation (mrerexx) * updated Galician translation (Delio Docampo Cordeiro) * updated Spanish translation (Joel Barrios) * updated Russian translation (Ilya Kotov) * updated Ukrainian translation (Gennady Motsyo) * updated French translation (Adrien Vigneron) * updated Indonesian translation (Andika Triwidada) * updated Greek translation (Dimitrios Glentadakis) * updated Italian translation (Luigi Toscano) * updated German translation (Ettore Atalan) * updated Finnish translation (Jiri Grönroos, Kimmo Kujansuu) To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/audio/qmmp/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/qmmp/PLIST cvs rdiff -u -r1.8 -r1.9 pkgsrc/audio/qmmp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162316921378510 Content-Disposition: inline Content-Length: 7183 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/qmmp/Makefile diff -u pkgsrc/audio/qmmp/Makefile:1.26 pkgsrc/audio/qmmp/Makefile:1.27 --- pkgsrc/audio/qmmp/Makefile:1.26 Thu May 13 10:00:50 2021 +++ pkgsrc/audio/qmmp/Makefile Tue Jun 8 16:20:12 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2021/05/13 10:00:50 nia Exp $ +# $NetBSD: Makefile,v 1.27 2021/06/08 16:20:12 nia Exp $ -DISTNAME= qmmp-1.4.6 +DISTNAME= qmmp-1.5.0 CATEGORIES= audio MASTER_SITES= http://qmmp.ylsoftware.com/files/ EXTRACT_SUFX= .tar.bz2 @@ -22,6 +22,8 @@ CMAKE_ARGS+= -DUSE_MAD=OFF # ??? seems to break playing some files CMAKE_ARGS+= -DUSE_MPLAYER=OFF +CMAKE_ARGS+= -DUSE_PIPEWIRE=OFF + .include "../../mk/oss.buildlink3.mk" .if ${OSS_TYPE} != "none" Index: pkgsrc/audio/qmmp/PLIST diff -u pkgsrc/audio/qmmp/PLIST:1.4 pkgsrc/audio/qmmp/PLIST:1.5 --- pkgsrc/audio/qmmp/PLIST:1.4 Thu Dec 3 22:32:41 2020 +++ pkgsrc/audio/qmmp/PLIST Tue Jun 8 16:20:12 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2020/12/03 22:32:41 nia Exp $ +@comment $NetBSD: PLIST,v 1.5 2021/06/08 16:20:12 nia Exp $ bin/qmmp include/qmmp/abstractengine.h include/qmmp/audioconverter.h @@ -63,66 +63,67 @@ lib/libqmmpui.so.1 lib/libqmmpui.so.${PKGVERSION} lib/pkgconfig/qmmp.pc lib/pkgconfig/qmmpui.pc -lib/qmmp-1.4/CommandLineOptions/libincdecvolumeoption.so -lib/qmmp-1.4/CommandLineOptions/libplaylistoption.so -lib/qmmp-1.4/CommandLineOptions/libseekoption.so -lib/qmmp-1.4/CommandLineOptions/libstatusoption.so -lib/qmmp-1.4/Effect/libcrossfade.so -lib/qmmp-1.4/Effect/libfilewriter.so -lib/qmmp-1.4/Effect/libladspa.so -lib/qmmp-1.4/Effect/libmonotostereo.so -lib/qmmp-1.4/Effect/libsoxr.so -lib/qmmp-1.4/Effect/libstereo.so -lib/qmmp-1.4/FileDialogs/libqmmpfiledialog.so -lib/qmmp-1.4/FileDialogs/libtwopanelfiledialog.so -lib/qmmp-1.4/General/libconverter.so -lib/qmmp-1.4/General/libcopypaste.so -lib/qmmp-1.4/General/libcovermanager.so -lib/qmmp-1.4/General/libfileops.so -lib/qmmp-1.4/General/libgnomehotkey.so -lib/qmmp-1.4/General/libhal.so -lib/qmmp-1.4/General/libhistory.so -lib/qmmp-1.4/General/libhotkey.so -lib/qmmp-1.4/General/libkdenotify.so -lib/qmmp-1.4/General/liblistenbrainz.so -lib/qmmp-1.4/General/liblyrics.so -lib/qmmp-1.4/General/libmpris.so -lib/qmmp-1.4/General/libnotifier.so -lib/qmmp-1.4/General/librgscan.so -lib/qmmp-1.4/General/libscrobbler.so -lib/qmmp-1.4/General/libsleepinhibitor.so -lib/qmmp-1.4/General/libstatusicon.so -lib/qmmp-1.4/General/libstreambrowser.so -lib/qmmp-1.4/General/libtrackchange.so -lib/qmmp-1.4/General/libudisks2.so -lib/qmmp-1.4/Input/libaac.so -lib/qmmp-1.4/Input/libcue.so -${PLIST.ffmpeg}lib/qmmp-1.4/Input/libffmpeg.so -lib/qmmp-1.4/Input/libflac.so -lib/qmmp-1.4/Input/libgme.so -lib/qmmp-1.4/Input/libmodplug.so -${PLIST.mpc}lib/qmmp-1.4/Input/libmpc.so -lib/qmmp-1.4/Input/libmpeg.so -lib/qmmp-1.4/Input/libopus.so -lib/qmmp-1.4/Input/libsndfile.so -lib/qmmp-1.4/Input/libvorbis.so -${PLIST.wv}lib/qmmp-1.4/Input/libwavpack.so -lib/qmmp-1.4/Input/libwildmidi.so -${PLIST.alsa}lib/qmmp-1.4/Output/libalsa.so -${PLIST.jack}lib/qmmp-1.4/Output/libjack.so -lib/qmmp-1.4/Output/libnull.so -${PLIST.oss}lib/qmmp-1.4/Output/liboss.so -${PLIST.oss4}lib/qmmp-1.4/Output/liboss4.so -${PLIST.pulse}lib/qmmp-1.4/Output/libpulseaudio.so -lib/qmmp-1.4/Output/libqtmultimedia.so -lib/qmmp-1.4/Output/libshout.so -lib/qmmp-1.4/PlayListFormats/libm3uplaylistformat.so -lib/qmmp-1.4/PlayListFormats/libplsplaylistformat.so -lib/qmmp-1.4/PlayListFormats/libxspfplaylistformat.so -lib/qmmp-1.4/Transports/libhttp.so -lib/qmmp-1.4/Ui/libqsui.so -lib/qmmp-1.4/Ui/libskinned.so -lib/qmmp-1.4/Visual/libanalyzer.so +lib/qmmp-1.5/CommandLineOptions/libincdecvolumeoption.so +lib/qmmp-1.5/CommandLineOptions/libplaylistoption.so +lib/qmmp-1.5/CommandLineOptions/libseekoption.so +lib/qmmp-1.5/CommandLineOptions/libstatusoption.so +lib/qmmp-1.5/Effect/libcrossfade.so +lib/qmmp-1.5/Effect/libfilewriter.so +lib/qmmp-1.5/Effect/libladspa.so +lib/qmmp-1.5/Effect/libmonotostereo.so +lib/qmmp-1.5/Effect/libsoxr.so +lib/qmmp-1.5/Effect/libstereo.so +lib/qmmp-1.5/FileDialogs/libqmmpfiledialog.so +lib/qmmp-1.5/FileDialogs/libtwopanelfiledialog.so +lib/qmmp-1.5/General/libconverter.so +lib/qmmp-1.5/General/libcopypaste.so +lib/qmmp-1.5/General/libcovermanager.so +lib/qmmp-1.5/General/libfileops.so +lib/qmmp-1.5/General/libgnomehotkey.so +lib/qmmp-1.5/General/libhal.so +lib/qmmp-1.5/General/libhistory.so +lib/qmmp-1.5/General/libhotkey.so +lib/qmmp-1.5/General/libkdenotify.so +lib/qmmp-1.5/General/liblibrary.so +lib/qmmp-1.5/General/liblistenbrainz.so +lib/qmmp-1.5/General/liblyrics.so +lib/qmmp-1.5/General/libmpris.so +lib/qmmp-1.5/General/libnotifier.so +lib/qmmp-1.5/General/librgscan.so +lib/qmmp-1.5/General/libscrobbler.so +lib/qmmp-1.5/General/libsleepinhibitor.so +lib/qmmp-1.5/General/libstatusicon.so +lib/qmmp-1.5/General/libstreambrowser.so +lib/qmmp-1.5/General/libtrackchange.so +lib/qmmp-1.5/General/libudisks2.so +lib/qmmp-1.5/Input/libaac.so +lib/qmmp-1.5/Input/libcue.so +${PLIST.ffmpeg}lib/qmmp-1.5/Input/libffmpeg.so +lib/qmmp-1.5/Input/libflac.so +lib/qmmp-1.5/Input/libgme.so +lib/qmmp-1.5/Input/libmodplug.so +${PLIST.mpc}lib/qmmp-1.5/Input/libmpc.so +lib/qmmp-1.5/Input/libmpeg.so +lib/qmmp-1.5/Input/libopus.so +lib/qmmp-1.5/Input/libsndfile.so +lib/qmmp-1.5/Input/libvorbis.so +${PLIST.wv}lib/qmmp-1.5/Input/libwavpack.so +lib/qmmp-1.5/Input/libwildmidi.so +${PLIST.alsa}lib/qmmp-1.5/Output/libalsa.so +${PLIST.jack}lib/qmmp-1.5/Output/libjack.so +lib/qmmp-1.5/Output/libnull.so +${PLIST.oss}lib/qmmp-1.5/Output/liboss.so +${PLIST.oss4}lib/qmmp-1.5/Output/liboss4.so +${PLIST.pulse}lib/qmmp-1.5/Output/libpulseaudio.so +lib/qmmp-1.5/Output/libqtmultimedia.so +lib/qmmp-1.5/Output/libshout.so +lib/qmmp-1.5/PlayListFormats/libm3uplaylistformat.so +lib/qmmp-1.5/PlayListFormats/libplsplaylistformat.so +lib/qmmp-1.5/PlayListFormats/libxspfplaylistformat.so +lib/qmmp-1.5/Transports/libhttp.so +lib/qmmp-1.5/Ui/libqsui.so +lib/qmmp-1.5/Ui/libskinned.so +lib/qmmp-1.5/Visual/libanalyzer.so share/applications/qmmp-dir.desktop share/applications/qmmp-enqueue.desktop share/applications/qmmp.desktop Index: pkgsrc/audio/qmmp/distinfo diff -u pkgsrc/audio/qmmp/distinfo:1.8 pkgsrc/audio/qmmp/distinfo:1.9 --- pkgsrc/audio/qmmp/distinfo:1.8 Thu May 13 10:00:50 2021 +++ pkgsrc/audio/qmmp/distinfo Tue Jun 8 16:20:12 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2021/05/13 10:00:50 nia Exp $ +$NetBSD: distinfo,v 1.9 2021/06/08 16:20:12 nia Exp $ -SHA1 (qmmp-1.4.6.tar.bz2) = b7856f15e9536fdd16d489629277170b8840ed71 -RMD160 (qmmp-1.4.6.tar.bz2) = 05f4f3ecbe82a5c36dbb1ee6a19f20ab2454096c -SHA512 (qmmp-1.4.6.tar.bz2) = dca9d06763be6ded45db14a5e8967e9bd8eebc14e5ec7b077171417e942d61a904ecd1944b8d80deecfb642248663739c3e1784449a10466475deb6e575ea7dc -Size (qmmp-1.4.6.tar.bz2) = 1297295 bytes +SHA1 (qmmp-1.5.0.tar.bz2) = 6a77ed68f17aec96fd94a52f4b29aa190f211fdb +RMD160 (qmmp-1.5.0.tar.bz2) = c2830f6a567801b9cf2bc0c80a8d088d8cfb6fe5 +SHA512 (qmmp-1.5.0.tar.bz2) = b8a29bf6b2f6da08e1ff2801c973821663570de436562ba79b40212b8b8522f0e25ea79c941bfacf252904851ed477cbfa66d7f145b172f93a105127894d5e04 +Size (qmmp-1.5.0.tar.bz2) = 1337043 bytes --_----------=_162316921378510--