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:   rhialto
Date:           Sun Oct 29 13:28:09 UTC 2023

Modified Files:
        pkgsrc/audio/qmmp: Makefile PLIST distinfo options.mk
Added Files:
        pkgsrc/audio/qmmp: ALTERNATIVES

Log Message:
audio/qmmp: updated to 1.6.5.

The 1.* versions use Qt 5; the 2.* versions (currently not packaged) use
Qt 6.  qmmp has been renamed to qmmp-1, presumably so it can be
installed alongside qmmp-2.*. Added an ALTERNATIVES file for that.
Added the sidplay option; uses audio/libsidplayfp.

Qmmp 1.6.5 and 2.1.5 have been released         21:28:01/29-08-2023
Changes since 1.6.4 and 2.1.4:

    added waveform seekbar optimization;
    fixed visualization initialization in the simple user interface;
    fixed playlist geometry issues in the simple user interface;
    fixed playlist settings in the skinned user interface;
    fixed possible crash;
    fixed http version;
    fixed file type determination by content in the waveform seekbar.

Qmmp 1.6.4 and 2.1.4 have been released         17:12:22/25-05-2023
Changes since 1.6.3 and 2.1.3:

    added projectM 4.0 support (experimental);
    fixed removing of the current playing file in the file operations plugin;
    fixed crash on streams in the lyrics plugin;
    fixed issues with visualization windows on application startup.

Qmmp 1.6.3 and 2.1.3 have been released         18:43:25/29-03-2023
Changes since 1.6.2 and 2.1.2:

    fixed latest cURL API support;
    fixed crash in the ladspa plugin;
    fixed memory leak in the wavpack plugin;
    fixed ADTS header detection in the aac plugin;
    fixed error handling in the ffmpeg plugin;
    fixed text scroller geometry in the skinned plugin;
    hide empty plugin categories;

mmp 1.6.2 and 2.1.2 have been released  18:50:18/14-09-2022
Changes since 1.6.1 and 2.1.1:

    added FFmpeg 5.1 support;
    added recursive search for presets in the projectm plugin;
    added application icon in the pulseaudio plugin;
    improved visualization synchronization;
    fixed title formatting in the KDE notification plugin;
    fixed "fact" chunks support in the sndfile plugin;
    fixed embedded cover art support in the flac plugin;
    fixed tag editor behavior;

Qmmp 1.6.1 and 2.1.1 have been released         16:35:33/10-06-2022
Changes since 1.6.0 and 2.1.0:

    fixed skin selection setting;
    fixed API documentation;
    fixed udisks plugin build;
    fixed AppStream metadata;
    removed hal plugin;

Qmmp 1.6.0 and 2.1.0 have been released         14:04:20/17-05-2022
Changes since 1.5.4 and 2.0.4:

    added feature to extract lyrics from tags (id3v2 tag and Xiph Comment);
    added queue display in the "jump to track" dialog;
    added feature to skip already existing tracks;
    added volume change notification in the KDE notification plugin;
    replaced modplug plugin by xmp plugin;
    improved qsui plugin:
        added feature to hide playlist name filter;
        added feature to hide menu panel;
        added application menu;
        enabled clear button for some search filters;
        improved file system browser context menu;
    improved history plugin:
        added feature to remove tracks from history;
        added feature to show track details;
    improved "about..." dialog;
    improved file name filter configuration in the ffmpeg plugin;
    increased the minimal required Qt versions to 5.5 and 6.2 respectively;
    optimized search for duplicated tracks;
    optimized track queue;
    resolved conflict between 1.x and 2.x versions;


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/audio/qmmp/ALTERNATIVES
cvs rdiff -u -r1.47 -r1.48 pkgsrc/audio/qmmp/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/audio/qmmp/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/audio/qmmp/distinfo
cvs rdiff -u -r1.2 -r1.3 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.47 pkgsrc/audio/qmmp/Makefile:1.48
--- pkgsrc/audio/qmmp/Makefile:1.47     Tue Oct 24 22:08:15 2023
+++ pkgsrc/audio/qmmp/Makefile  Sun Oct 29 13:28:08 2023
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.47 2023/10/24 22:08:15 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2023/10/29 13:28:08 rhialto Exp $
 
-DISTNAME=      qmmp-1.5.1
-PKGREVISION=   18
+DISTNAME=      qmmp-1.6.5
 CATEGORIES=    audio
 MASTER_SITES=  http://qmmp.ylsoftware.com/files/qmmp/${PKGVERSION_NOREV:R}/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://qmmp.ylsoftware.com/
-COMMENT=       Audio player similar to Winamp/XMMS using Qt
+COMMENT=       Audio player similar to Winamp/XMMS using Qt5
 LICENSE=       gnu-gpl-v2
 
 USE_CMAKE=     yes
@@ -54,12 +53,12 @@ SUBST_VARS.oss+=    LIBOSSAUDIO
 .include "../../audio/flac/buildlink3.mk"
 .include "../../audio/game-music-emu/buildlink3.mk"
 .include "../../audio/libopus/buildlink3.mk"
-.include "../../audio/libmodplug/buildlink3.mk"
 .include "../../audio/libshout/buildlink3.mk"
 .include "../../audio/libsndfile/buildlink3.mk"
 .include "../../audio/libsoxr/buildlink3.mk"
 .include "../../audio/libvorbis/buildlink3.mk"
 .include "../../audio/libwildmidi/buildlink3.mk"
+.include "../../audio/libxmp/buildlink3.mk"
 .include "../../audio/mpg123/buildlink3.mk"
 .include "../../audio/opusfile/buildlink3.mk"
 .include "../../audio/taglib/buildlink3.mk"

Index: pkgsrc/audio/qmmp/PLIST
diff -u pkgsrc/audio/qmmp/PLIST:1.5 pkgsrc/audio/qmmp/PLIST:1.6
--- pkgsrc/audio/qmmp/PLIST:1.5 Tue Jun  8 16:20:12 2021
+++ pkgsrc/audio/qmmp/PLIST     Sun Oct 29 13:28:08 2023
@@ -1,143 +1,143 @@
-@comment $NetBSD: PLIST,v 1.5 2021/06/08 16:20:12 nia Exp $
-bin/qmmp
-include/qmmp/abstractengine.h
-include/qmmp/audioconverter.h
-include/qmmp/audioparameters.h
-include/qmmp/buffer.h
-include/qmmp/channelmap.h
-include/qmmp/cueparser.h
-include/qmmp/decoder.h
-include/qmmp/decoderfactory.h
-include/qmmp/effect.h
-include/qmmp/effectfactory.h
-include/qmmp/enginefactory.h
-include/qmmp/eqsettings.h
-include/qmmp/inputsource.h
-include/qmmp/inputsourcefactory.h
-include/qmmp/metadatamanager.h
-include/qmmp/metadatamodel.h
-include/qmmp/output.h
-include/qmmp/outputfactory.h
-include/qmmp/qmmp.h
-include/qmmp/qmmp_export.h
-include/qmmp/qmmpsettings.h
-include/qmmp/soundcore.h
-include/qmmp/statehandler.h
-include/qmmp/tagmodel.h
-include/qmmp/trackinfo.h
-include/qmmp/visual.h
-include/qmmp/visualfactory.h
-include/qmmp/volume.h
-include/qmmp/volumehandler.h
-include/qmmpui/commandlinehandler.h
-include/qmmpui/commandlinemanager.h
-include/qmmpui/configdialog.h
-include/qmmpui/detailsdialog.h
-include/qmmpui/filedialog.h
-include/qmmpui/filedialogfactory.h
-include/qmmpui/general.h
-include/qmmpui/generalfactory.h
-include/qmmpui/mediaplayer.h
-include/qmmpui/metadataformatter.h
-include/qmmpui/metadataformattermenu.h
-include/qmmpui/playlistdownloader.h
-include/qmmpui/playlistformat.h
-include/qmmpui/playlistgroup.h
-include/qmmpui/playlistheadermodel.h
-include/qmmpui/playlistitem.h
-include/qmmpui/playlistmanager.h
-include/qmmpui/playlistmodel.h
-include/qmmpui/playlistparser.h
-include/qmmpui/playlisttrack.h
-include/qmmpui/qmmpui_export.h
-include/qmmpui/qmmpuisettings.h
-include/qmmpui/templateeditor.h
-include/qmmpui/uifactory.h
-include/qmmpui/uihelper.h
-include/qmmpui/uiloader.h
-lib/libqmmp.so
-lib/libqmmp.so.1
-lib/libqmmp.so.${PKGVERSION}
-lib/libqmmpui.so
-lib/libqmmpui.so.1
-lib/libqmmpui.so.${PKGVERSION}
-lib/pkgconfig/qmmp.pc
-lib/pkgconfig/qmmpui.pc
-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
-share/icons/hicolor/128x128/apps/qmmp.png
-share/icons/hicolor/16x16/apps/qmmp.png
-share/icons/hicolor/256x256/apps/qmmp.png
-share/icons/hicolor/32x32/apps/qmmp.png
-share/icons/hicolor/48x48/apps/qmmp.png
-share/icons/hicolor/56x56/apps/qmmp.png
-share/icons/hicolor/64x64/apps/qmmp.png
-share/icons/hicolor/scalable/apps/qmmp-simple.svgz
-share/icons/hicolor/scalable/apps/qmmp.svgz
-share/metainfo/qmmp.appdata.xml
-share/qmmp/images/app_icon.png
-share/qmmp/images/empty_cover.png
-share/qmmp/scripts/kwin.sh
-share/solid/actions/qmmp-opencda.desktop
+@comment $NetBSD: PLIST,v 1.6 2023/10/29 13:28:08 rhialto Exp $
+bin/qmmp-1
+include/qmmp-1/qmmp/abstractengine.h
+include/qmmp-1/qmmp/audioconverter.h
+include/qmmp-1/qmmp/audioparameters.h
+include/qmmp-1/qmmp/buffer.h
+include/qmmp-1/qmmp/channelmap.h
+include/qmmp-1/qmmp/cueparser.h
+include/qmmp-1/qmmp/decoder.h
+include/qmmp-1/qmmp/decoderfactory.h
+include/qmmp-1/qmmp/effect.h
+include/qmmp-1/qmmp/effectfactory.h
+include/qmmp-1/qmmp/enginefactory.h
+include/qmmp-1/qmmp/eqsettings.h
+include/qmmp-1/qmmp/inputsource.h
+include/qmmp-1/qmmp/inputsourcefactory.h
+include/qmmp-1/qmmp/metadatamanager.h
+include/qmmp-1/qmmp/metadatamodel.h
+include/qmmp-1/qmmp/output.h
+include/qmmp-1/qmmp/outputfactory.h
+include/qmmp-1/qmmp/qmmp.h
+include/qmmp-1/qmmp/qmmp_export.h
+include/qmmp-1/qmmp/qmmpsettings.h
+include/qmmp-1/qmmp/soundcore.h
+include/qmmp-1/qmmp/statehandler.h
+include/qmmp-1/qmmp/tagmodel.h
+include/qmmp-1/qmmp/trackinfo.h
+include/qmmp-1/qmmp/visual.h
+include/qmmp-1/qmmp/visualfactory.h
+include/qmmp-1/qmmp/volume.h
+include/qmmp-1/qmmp/volumehandler.h
+include/qmmp-1/qmmpui/commandlinehandler.h
+include/qmmp-1/qmmpui/commandlinemanager.h
+include/qmmp-1/qmmpui/configdialog.h
+include/qmmp-1/qmmpui/detailsdialog.h
+include/qmmp-1/qmmpui/filedialog.h
+include/qmmp-1/qmmpui/filedialogfactory.h
+include/qmmp-1/qmmpui/general.h
+include/qmmp-1/qmmpui/generalfactory.h
+include/qmmp-1/qmmpui/mediaplayer.h
+include/qmmp-1/qmmpui/metadataformatter.h
+include/qmmp-1/qmmpui/metadataformattermenu.h
+include/qmmp-1/qmmpui/playlistdownloader.h
+include/qmmp-1/qmmpui/playlistformat.h
+include/qmmp-1/qmmpui/playlistgroup.h
+include/qmmp-1/qmmpui/playlistheadermodel.h
+include/qmmp-1/qmmpui/playlistitem.h
+include/qmmp-1/qmmpui/playlistmanager.h
+include/qmmp-1/qmmpui/playlistmodel.h
+include/qmmp-1/qmmpui/playlistparser.h
+include/qmmp-1/qmmpui/playlisttrack.h
+include/qmmp-1/qmmpui/qmmpui_export.h
+include/qmmp-1/qmmpui/qmmpuisettings.h
+include/qmmp-1/qmmpui/templateeditor.h
+include/qmmp-1/qmmpui/uifactory.h
+include/qmmp-1/qmmpui/uihelper.h
+include/qmmp-1/qmmpui/uiloader.h
+lib/libqmmp-1.so
+lib/libqmmp-1.so.1
+lib/libqmmp-1.so.${PKGVERSION}
+lib/libqmmpui-1.so
+lib/libqmmpui-1.so.1
+lib/libqmmpui-1.so.${PKGVERSION}
+lib/pkgconfig/qmmp-1.pc
+lib/pkgconfig/qmmpui-1.pc
+lib/qmmp-1.6/CommandLineOptions/libincdecvolumeoption.so
+lib/qmmp-1.6/CommandLineOptions/libplaylistoption.so
+lib/qmmp-1.6/CommandLineOptions/libseekoption.so
+lib/qmmp-1.6/CommandLineOptions/libstatusoption.so
+lib/qmmp-1.6/Effect/libcrossfade.so
+lib/qmmp-1.6/Effect/libfilewriter.so
+lib/qmmp-1.6/Effect/libladspa.so
+lib/qmmp-1.6/Effect/libmonotostereo.so
+lib/qmmp-1.6/Effect/libsoxr.so
+lib/qmmp-1.6/Effect/libstereo.so
+lib/qmmp-1.6/FileDialogs/libqmmpfiledialog.so
+lib/qmmp-1.6/FileDialogs/libtwopanelfiledialog.so
+lib/qmmp-1.6/General/libconverter.so
+lib/qmmp-1.6/General/libcopypaste.so
+lib/qmmp-1.6/General/libcovermanager.so
+lib/qmmp-1.6/General/libfileops.so
+lib/qmmp-1.6/General/libgnomehotkey.so
+lib/qmmp-1.6/General/libhistory.so
+lib/qmmp-1.6/General/libhotkey.so
+lib/qmmp-1.6/General/libkdenotify.so
+lib/qmmp-1.6/General/liblibrary.so
+lib/qmmp-1.6/General/liblistenbrainz.so
+lib/qmmp-1.6/General/liblyrics.so
+lib/qmmp-1.6/General/libmpris.so
+lib/qmmp-1.6/General/libnotifier.so
+lib/qmmp-1.6/General/librgscan.so
+lib/qmmp-1.6/General/libscrobbler.so
+lib/qmmp-1.6/General/libsleepinhibitor.so
+lib/qmmp-1.6/General/libstatusicon.so
+lib/qmmp-1.6/General/libstreambrowser.so
+lib/qmmp-1.6/General/libtrackchange.so
+lib/qmmp-1.6/General/libudisks.so
+lib/qmmp-1.6/Input/libaac.so
+lib/qmmp-1.6/Input/libcue.so
+${PLIST.ffmpeg}lib/qmmp-1.6/Input/libffmpeg.so
+lib/qmmp-1.6/Input/libflac.so
+lib/qmmp-1.6/Input/libgme.so
+${PLIST.mpc}lib/qmmp-1.6/Input/libmpc.so
+lib/qmmp-1.6/Input/libmpeg.so
+lib/qmmp-1.6/Input/libopus.so
+${PLIST.sid}lib/qmmp-1.6/Input/libsid.so
+lib/qmmp-1.6/Input/libsndfile.so
+lib/qmmp-1.6/Input/libvorbis.so
+${PLIST.wv}lib/qmmp-1.6/Input/libwavpack.so
+lib/qmmp-1.6/Input/libwildmidi.so
+lib/qmmp-1.6/Input/libxmp.so
+${PLIST.alsa}lib/qmmp-1.6/Output/libalsa.so
+${PLIST.jack}lib/qmmp-1.6/Output/libjack.so
+lib/qmmp-1.6/Output/libnull.so
+${PLIST.oss}lib/qmmp-1.6/Output/liboss.so
+${PLIST.oss4}lib/qmmp-1.6/Output/liboss4.so
+${PLIST.pulse}lib/qmmp-1.6/Output/libpulseaudio.so
+lib/qmmp-1.6/Output/libqtmultimedia.so
+lib/qmmp-1.6/Output/libshout.so
+lib/qmmp-1.6/PlayListFormats/libm3uplaylistformat.so
+lib/qmmp-1.6/PlayListFormats/libplsplaylistformat.so
+lib/qmmp-1.6/PlayListFormats/libxspfplaylistformat.so
+lib/qmmp-1.6/Transports/libhttp.so
+lib/qmmp-1.6/Ui/libqsui.so
+lib/qmmp-1.6/Ui/libskinned.so
+lib/qmmp-1.6/Visual/libanalyzer.so
+share/applications/qmmp-1.desktop
+share/applications/qmmp-dir-1.desktop
+share/applications/qmmp-enqueue-1.desktop
+share/icons/hicolor/128x128/apps/qmmp-1.png
+share/icons/hicolor/16x16/apps/qmmp-1.png
+share/icons/hicolor/256x256/apps/qmmp-1.png
+share/icons/hicolor/32x32/apps/qmmp-1.png
+share/icons/hicolor/48x48/apps/qmmp-1.png
+share/icons/hicolor/56x56/apps/qmmp-1.png
+share/icons/hicolor/64x64/apps/qmmp-1.png
+share/icons/hicolor/scalable/apps/qmmp-1.svgz
+share/icons/hicolor/scalable/apps/qmmp-simple-1.svgz
+share/metainfo/qmmp-1.appdata.xml
+share/qmmp-1/images/app_icon.png
+share/qmmp-1/images/empty_cover.png
+share/qmmp-1/scripts/kwin.sh
+share/solid/actions/qmmp-opencda-1.desktop

Index: pkgsrc/audio/qmmp/distinfo
diff -u pkgsrc/audio/qmmp/distinfo:1.12 pkgsrc/audio/qmmp/distinfo:1.13
--- pkgsrc/audio/qmmp/distinfo:1.12     Tue Oct 26 09:59:26 2021
+++ pkgsrc/audio/qmmp/distinfo  Sun Oct 29 13:28:08 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 09:59:26 nia Exp $
+$NetBSD: distinfo,v 1.13 2023/10/29 13:28:08 rhialto Exp $
 
-BLAKE2s (qmmp-1.5.1.tar.bz2) = 0c8e88f6fc7e601ae6ec717ca44a9ec1882e7c04c23f3803ad39a1942b95f906
-SHA512 (qmmp-1.5.1.tar.bz2) = 4b866e7b53ea1757a94e028730dd99bab3b56917e6835b46284cce148e779e00a5fe0a396667283aa13c980a9ee33d0fe76df0198320f1897ec3b73bcd1f275e
-Size (qmmp-1.5.1.tar.bz2) = 1363593 bytes
+BLAKE2s (qmmp-1.6.5.tar.bz2) = 191571c004090e137765b1c437fde140de30fcbf21fbcb11ba123206e3bde9d2
+SHA512 (qmmp-1.6.5.tar.bz2) = 195185a06d053c481b90ccd8b06200734b9623b569bb29eaea95e2777e463d98ca7e4825f2aac27ce18b3f573cfbfa66ea963f1349fed5a4cc7f3e65334bee9e
+Size (qmmp-1.6.5.tar.bz2) = 1379947 bytes

Index: pkgsrc/audio/qmmp/options.mk
diff -u pkgsrc/audio/qmmp/options.mk:1.2 pkgsrc/audio/qmmp/options.mk:1.3
--- pkgsrc/audio/qmmp/options.mk:1.2    Mon Mar 15 13:15:56 2021
+++ pkgsrc/audio/qmmp/options.mk        Sun Oct 29 13:28:08 2023
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.2 2021/03/15 13:15:56 nia Exp $
+# $NetBSD: options.mk,v 1.3 2023/10/29 13:28:08 rhialto Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.qmmp
 PKG_SUPPORTED_OPTIONS+=                alsa jack pulseaudio
-PKG_SUPPORTED_OPTIONS+=                ffmpeg musepack wavpack
+PKG_SUPPORTED_OPTIONS+=                ffmpeg musepack wavpack sidplay
 PKG_SUGGESTED_OPTIONS+=                ffmpeg wavpack
 PKG_SUGGESTED_OPTIONS.Linux+=  alsa
 
@@ -55,3 +55,11 @@ PLIST.wv=    yes
 .else
 CMAKE_ARGS+=   -DUSE_WAVPACK=OFF
 .endif
+
+PLIST_VARS+=   sid
+.if !empty(PKG_OPTIONS:Msidplay)
+PLIST.sid=     yes
+.  include "../../audio/libsidplayfp/buildlink3.mk"
+.else
+CMAKE_ARGS+=   -DUSE_SID=OFF
+.endif

Added files:

Index: pkgsrc/audio/qmmp/ALTERNATIVES
diff -u /dev/null pkgsrc/audio/qmmp/ALTERNATIVES:1.1
--- /dev/null   Sun Oct 29 13:28:09 2023
+++ pkgsrc/audio/qmmp/ALTERNATIVES      Sun Oct 29 13:28:08 2023
@@ -0,0 +1 @@
+bin/qmmp @PREFIX@/bin/qmmp-1



Home | Main Index | Thread Index | Old Index