Sun Mar 22 08:39:49 2020 UTC ()
audacious: Update to 4.0

This release switches to Qt 5 by default. The Qt UI has become quite polished by now. It will be quite familiar to users of the GTK2 UI, but it also brings a few nice-to-have improvements, such as a playlist view that is easier to navigate and sort.

GTK2 remains available and supported as a build option, but new features will only be added to the Qt UI going forward.

Some things that we wanted to get finished didn't make it into this release. In particular, the Qt port of the Winamp-like UI is still missing some key features such the Jump to Song window. Users of the Winamp-like UI may want to continue using GTK2 for now. The Windows builds are also still using GTK2, until some Windows-specific font size issues (on displays greater than 96 DPI) can be worked out in the Qt version.

New features and improvements:

    Clicking on playlist column headers sorts the playlist (#8)
    Dragging playlist column headers changes the column order (#10)
    Application-wide settings for volume and time step sizes (#330)
    New option to hide playlist tabs (#547)
    Sorting playlist by path now sorts folders after files (#843)
    Implemented additional MPRIS calls for compatibility with KDE 5.16+ (#900)
    New OpenMPT-based tracker module plugin (contributed by Chris Spiegel)
    New VU Meter visualization plugin (contributed by Marc Sánchez)
    Added option to use a SOCKS network proxy (contributed by Róbert Čerňanský)
    The Song Change plugin now works on Windows (contributed by Domen Mori)
    New “Next Album” and “Previous Album” commands
    The tag editor in Qt UI can now edit multiple files at once
    Implemented equalizer presets window for Qt UI
    Lyrics plugin gained the ability to save and load lyrics locally
    Blur Scope and Spectrum Analyzer visualizations ported to Qt
    MIDI plugin soundfont selection ported to Qt
    JACK output plugin gained some new options
    Added option to endlessly loop PSF files

Bug fixes since 3.10.1:

    Fixed blurry application icon on Windows (#863)
    Cuesheet entries in an .m3u playlist are now added correctly (#878)
    Various minor fixes in handling of output stream

Other:

    Experimental support for building with meson


(nia)
diff -r1.59 -r1.60 pkgsrc/audio/audacious/Makefile
diff -r1.5 -r1.6 pkgsrc/audio/audacious/PLIST
diff -r1.44 -r1.45 pkgsrc/audio/audacious/buildlink3.mk
diff -r1.11 -r1.12 pkgsrc/audio/audacious/distinfo
diff -r1.1 -r1.2 pkgsrc/audio/audacious/options.mk
diff -r1.101 -r1.102 pkgsrc/audio/audacious-plugins/Makefile
diff -r1.17 -r1.18 pkgsrc/audio/audacious-plugins/PLIST
diff -r1.6 -r1.7 pkgsrc/audio/audacious-plugins/distinfo

cvs diff -r1.59 -r1.60 pkgsrc/audio/audacious/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/audacious/Makefile 2020/03/10 22:08:37 1.59
+++ pkgsrc/audio/audacious/Makefile 2020/03/22 08:39:48 1.60
@@ -1,29 +1,30 @@ @@ -1,29 +1,30 @@
1# $NetBSD: Makefile,v 1.59 2020/03/10 22:08:37 wiz Exp $ 1# $NetBSD: Makefile,v 1.60 2020/03/22 08:39:48 nia Exp $
2 2
3DISTNAME= audacious-3.10.1 3DISTNAME= audacious-4.0
4PKGREVISION= 4 
5CATEGORIES= audio 4CATEGORIES= audio
6MASTER_SITES= https://distfiles.audacious-media-player.org/ 5MASTER_SITES= https://distfiles.audacious-media-player.org/
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://audacious-media-player.org/ 9HOMEPAGE= https://audacious-media-player.org/
11COMMENT= Media player based on BMP and XMMS 10COMMENT= Media player based on BMP and XMMS
12LICENSE= 2-clause-bsd 11LICENSE= 2-clause-bsd
13 12
14USE_LANGUAGES= c c++ 13USE_LANGUAGES= c c++
15USE_TOOLS+= gmake pkg-config 14USE_TOOLS+= gmake pkg-config
16USE_TOOLS+= intltool msgfmt msgmerge xgettext 15USE_TOOLS+= intltool msgfmt msgmerge xgettext
17GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
18PKGCONFIG_OVERRIDE+= audacious.pc.in 17PKGCONFIG_OVERRIDE+= audacious.pc.in
19 18
20# XXX does not solve linking problem completely 19# XXX does not solve linking problem completely
21LDFLAGS.Darwin+= -flat_namespace -undefined suppress 20LDFLAGS.Darwin+= -flat_namespace -undefined suppress
22 21
23.include "options.mk" 22.include "options.mk"
24.include "../../devel/gettext-lib/buildlink3.mk" 23.include "../../devel/gettext-lib/buildlink3.mk"
25.include "../../devel/glib2/buildlink3.mk" 24.include "../../devel/glib2/buildlink3.mk"
26.include "../../devel/gobject-introspection/buildlink3.mk" 25.include "../../devel/gobject-introspection/buildlink3.mk"
27.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 26.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
28.include "../../sysutils/desktop-file-utils/desktopdb.mk" 27.include "../../sysutils/desktop-file-utils/desktopdb.mk"
 28.include "../../x11/gtk2/buildlink3.mk"
 29.include "../../x11/qt5-qtbase/buildlink3.mk"
29.include "../../mk/bsd.pkg.mk" 30.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/audio/audacious/PLIST (expand / switch to unified diff)

--- pkgsrc/audio/audacious/PLIST 2019/07/06 13:17:00 1.5
+++ pkgsrc/audio/audacious/PLIST 2020/03/22 08:39:48 1.6
@@ -1,62 +1,58 @@ @@ -1,62 +1,58 @@
1@comment $NetBSD: PLIST,v 1.5 2019/07/06 13:17:00 nia Exp $ 1@comment $NetBSD: PLIST,v 1.6 2020/03/22 08:39:48 nia Exp $
2bin/audacious 2bin/audacious
3${PLIST.dbus}bin/audtool 3${PLIST.dbus}bin/audtool
4include/audacious/audtag.h 4include/audacious/audtag.h
5include/libaudcore/audio.h 5include/libaudcore/audio.h
6include/libaudcore/audstrings.h 6include/libaudcore/audstrings.h
7include/libaudcore/drct.h 7include/libaudcore/drct.h
8include/libaudcore/equalizer.h 8include/libaudcore/equalizer.h
9include/libaudcore/export.h 9include/libaudcore/export.h
10include/libaudcore/hook.h 10include/libaudcore/hook.h
11include/libaudcore/i18n.h 11include/libaudcore/i18n.h
12include/libaudcore/index.h 12include/libaudcore/index.h
13include/libaudcore/inifile.h 13include/libaudcore/inifile.h
14include/libaudcore/interface.h 14include/libaudcore/interface.h
15include/libaudcore/list.h 15include/libaudcore/list.h
16include/libaudcore/mainloop.h 16include/libaudcore/mainloop.h
17include/libaudcore/multihash.h 17include/libaudcore/multihash.h
18include/libaudcore/objects.h 18include/libaudcore/objects.h
19include/libaudcore/playlist.h 19include/libaudcore/playlist.h
20include/libaudcore/plugin.h 20include/libaudcore/plugin.h
21include/libaudcore/plugins.h 21include/libaudcore/plugins.h
22include/libaudcore/preferences.h 22include/libaudcore/preferences.h
23include/libaudcore/probe.h 23include/libaudcore/probe.h
24include/libaudcore/ringbuf.h 24include/libaudcore/ringbuf.h
25include/libaudcore/runtime.h 25include/libaudcore/runtime.h
26include/libaudcore/templates.h 26include/libaudcore/templates.h
 27include/libaudcore/threads.h
27include/libaudcore/tinylock.h 28include/libaudcore/tinylock.h
28include/libaudcore/tuple.h 29include/libaudcore/tuple.h
29include/libaudcore/vfs.h 30include/libaudcore/vfs.h
30include/libaudcore/vfs_async.h 31include/libaudcore/vfs_async.h
31include/libaudcore/visualizer.h 32include/libaudcore/visualizer.h
32${PLIST.gtk}include/libaudgui/libaudgui-gtk.h 33include/libaudqt/colorbutton.h
33${PLIST.gtk}include/libaudgui/libaudgui.h 34include/libaudqt/export.h
34${PLIST.gtk}include/libaudgui/list.h 35include/libaudqt/iface.h
35${PLIST.gtk}include/libaudgui/menu.h 36include/libaudqt/info-widget.h
36${PLIST.qt}include/libaudqt/export.h 37include/libaudqt/libaudqt.h
37${PLIST.qt}include/libaudqt/iface.h 38include/libaudqt/menu.h
38${PLIST.qt}include/libaudqt/info-widget.h 39include/libaudqt/treeview.h
39${PLIST.qt}include/libaudqt/libaudqt.h 
40${PLIST.qt}include/libaudqt/menu.h 
41lib/libaudcore.so 40lib/libaudcore.so
42lib/libaudcore.so.5 41lib/libaudcore.so.5
43lib/libaudcore.so.5.1.0 42lib/libaudcore.so.5.2.0
44${PLIST.gtk}lib/libaudgui.so 43lib/libaudqt.so
45${PLIST.gtk}lib/libaudgui.so.5 44lib/libaudqt.so.2
46${PLIST.gtk}lib/libaudgui.so.5.0.0 45lib/libaudqt.so.2.2.0
47${PLIST.qt}lib/libaudqt.so 
48${PLIST.qt}lib/libaudqt.so.2 
49${PLIST.qt}lib/libaudqt.so.2.1.0 
50lib/libaudtag.so 46lib/libaudtag.so
51lib/libaudtag.so.3 47lib/libaudtag.so.3
52lib/libaudtag.so.3.0.0 48lib/libaudtag.so.3.0.0
53lib/pkgconfig/audacious.pc 49lib/pkgconfig/audacious.pc
54man/man1/audacious.1 50man/man1/audacious.1
55man/man1/audtool.1 51man/man1/audtool.1
56share/applications/audacious.desktop 52share/applications/audacious.desktop
57share/audacious/AUTHORS 53share/audacious/AUTHORS
58share/audacious/COPYING 54share/audacious/COPYING
59share/icons/hicolor/48x48/apps/audacious.png 55share/icons/hicolor/48x48/apps/audacious.png
60share/icons/hicolor/scalable/apps/audacious.svg 56share/icons/hicolor/scalable/apps/audacious.svg
61share/locale/ar/LC_MESSAGES/audacious.mo 57share/locale/ar/LC_MESSAGES/audacious.mo
62share/locale/be/LC_MESSAGES/audacious.mo 58share/locale/be/LC_MESSAGES/audacious.mo

cvs diff -r1.44 -r1.45 pkgsrc/audio/audacious/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/audio/audacious/buildlink3.mk 2020/03/10 22:08:37 1.44
+++ pkgsrc/audio/audacious/buildlink3.mk 2020/03/22 08:39:48 1.45
@@ -1,31 +1,28 @@ @@ -1,31 +1,28 @@
1# $NetBSD: buildlink3.mk,v 1.44 2020/03/10 22:08:37 wiz Exp $ 1# $NetBSD: buildlink3.mk,v 1.45 2020/03/22 08:39:48 nia Exp $
2 2
3BUILDLINK_TREE+= audacious 3BUILDLINK_TREE+= audacious
4 4
5.if !defined(AUDACIOUS_BUILDLINK3_MK) 5.if !defined(AUDACIOUS_BUILDLINK3_MK)
6AUDACIOUS_BUILDLINK3_MK:= 6AUDACIOUS_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.audacious+= audacious>=3.10.1 8BUILDLINK_API_DEPENDS.audacious+= audacious>=3.10.1
9BUILDLINK_ABI_DEPENDS.audacious+= audacious>=3.10.1nb4 9BUILDLINK_ABI_DEPENDS.audacious+= audacious>=3.10.1nb4
10BUILDLINK_PKGSRCDIR.audacious?= ../../audio/audacious 10BUILDLINK_PKGSRCDIR.audacious?= ../../audio/audacious
11 11
12.include "../../mk/bsd.fast.prefs.mk" 12.include "../../mk/bsd.fast.prefs.mk"
13.include "../../devel/gettext-lib/buildlink3.mk" 13.include "../../devel/gettext-lib/buildlink3.mk"
14.include "../../devel/glib2/buildlink3.mk" 14.include "../../devel/glib2/buildlink3.mk"
15.include "../../devel/gobject-introspection/buildlink3.mk" 15.include "../../devel/gobject-introspection/buildlink3.mk"
16 16
17pkgbase := audacious 17pkgbase := audacious
18.include "../../mk/pkg-build-options.mk" 18.include "../../mk/pkg-build-options.mk"
19 19
20.if !empty(PKG_BUILD_OPTIONS.audacious:Mdbus) 20.if !empty(PKG_BUILD_OPTIONS.audacious:Mdbus)
21.include "../../sysutils/dbus/buildlink3.mk" 21.include "../../sysutils/dbus/buildlink3.mk"
22.endif 22.endif
23.if !empty(PKG_BUILD_OPTIONS.audacious:Mgtk2) 23
24.include "../../x11/gtk2/buildlink3.mk" 24.include "../../x11/gtk2/buildlink3.mk"
25.endif 
26.if !empty(PKG_BUILD_OPTIONS.audacious:Mqt5) 
27.include "../../x11/qt5-qtbase/buildlink3.mk" 25.include "../../x11/qt5-qtbase/buildlink3.mk"
28.endif 
29.endif # AUDACIOUS_BUILDLINK3_MK 26.endif # AUDACIOUS_BUILDLINK3_MK
30 27
31BUILDLINK_TREE+= -audacious 28BUILDLINK_TREE+= -audacious

cvs diff -r1.11 -r1.12 pkgsrc/audio/audacious/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/audacious/distinfo 2019/07/06 13:17:00 1.11
+++ pkgsrc/audio/audacious/distinfo 2020/03/22 08:39:48 1.12
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.11 2019/07/06 13:17:00 nia Exp $ 1$NetBSD: distinfo,v 1.12 2020/03/22 08:39:48 nia Exp $
2 2
3SHA1 (audacious-3.10.1.tar.bz2) = 297000119e0d7b94e355bd78d484c85baeab3795 3SHA1 (audacious-4.0.tar.bz2) = 0a21e90ca70d37bdd8c7c7fb97f78fea56184796
4RMD160 (audacious-3.10.1.tar.bz2) = 6fc2c88fc681a58f42f45d19de36f2f24bc7e1bf 4RMD160 (audacious-4.0.tar.bz2) = 123f5c7e0c0235f6f988270912e65f32a0aae544
5SHA512 (audacious-3.10.1.tar.bz2) = e88891caaa3897f9b4abf39136e20834aedf1287d0d5eefea392fda89050db8db00c6f363976a68fe250ddbae4e27590f7615916a76370a44ca9235f1fa60b43 5SHA512 (audacious-4.0.tar.bz2) = 82a44270a4dad39098f7055d540a44e6e0e9826a3f140d7feb537518e42a8d391357c1adbcc62d118b0a82e79c88729e74748f8b41b9d8e4ff40ffc5d96ec759
6Size (audacious-3.10.1.tar.bz2) = 564481 bytes 6Size (audacious-4.0.tar.bz2) = 579176 bytes
7SHA1 (patch-configure) = 2f310b55fdfc4147af6132dd821a9f81a1be6864 7SHA1 (patch-configure) = 2f310b55fdfc4147af6132dd821a9f81a1be6864
8SHA1 (patch-src_libaudcore_audio.h.in) = 621afba8a610ab0f30d064d5d9ed581e781de7d2 8SHA1 (patch-src_libaudcore_audio.h.in) = 621afba8a610ab0f30d064d5d9ed581e781de7d2

cvs diff -r1.1 -r1.2 pkgsrc/audio/audacious/options.mk (expand / switch to unified diff)

--- pkgsrc/audio/audacious/options.mk 2019/07/06 13:17:00 1.1
+++ pkgsrc/audio/audacious/options.mk 2020/03/22 08:39:48 1.2
@@ -1,32 +1,17 @@ @@ -1,32 +1,17 @@
1# $NetBSD: options.mk,v 1.1 2019/07/06 13:17:00 nia Exp $ 1# $NetBSD: options.mk,v 1.2 2020/03/22 08:39:48 nia Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.audacious 3PKG_OPTIONS_VAR= PKG_OPTIONS.audacious
4PKG_OPTIONS_OPTIONAL_GROUPS= ui 
5PKG_OPTIONS_GROUP.ui= qt5 gtk2 
6PKG_SUPPORTED_OPTIONS+= dbus 4PKG_SUPPORTED_OPTIONS+= dbus
7PKG_SUGGESTED_OPTIONS+= dbus qt5 gtk2 5PKG_SUGGESTED_OPTIONS+= dbus
8 6
9.include "../../mk/bsd.options.mk" 7.include "../../mk/bsd.options.mk"
10 8
11PLIST_VARS+= dbus gtk qt 9PLIST_VARS+= dbus
12 10
13.if !empty(PKG_OPTIONS:Mdbus) 11.if !empty(PKG_OPTIONS:Mdbus)
14PLIST.dbus= yes 12PLIST.dbus= yes
15TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen 13TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
16.include "../../sysutils/dbus/buildlink3.mk" 14.include "../../sysutils/dbus/buildlink3.mk"
17.else 15.else
18CONFIGURE_ARGS+= --disable-dbus 16CONFIGURE_ARGS+= --disable-dbus
19.endif 17.endif
20 
21.if !empty(PKG_OPTIONS:Mqt5) 
22PLIST.qt= yes 
23CONFIGURE_ARGS+= --enable-qt 
24.include "../../x11/qt5-qtbase/buildlink3.mk" 
25.endif 
26 
27.if !empty(PKG_OPTIONS:Mgtk2) 
28PLIST.gtk= yes 
29.include "../../x11/gtk2/buildlink3.mk" 
30.else 
31CONFIGURE_ARGS+= --disable-gtk 
32.endif 

cvs diff -r1.101 -r1.102 pkgsrc/audio/audacious-plugins/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/audacious-plugins/Makefile 2020/03/10 22:09:18 1.101
+++ pkgsrc/audio/audacious-plugins/Makefile 2020/03/22 08:39:48 1.102
@@ -1,59 +1,49 @@ @@ -1,59 +1,49 @@
1# $NetBSD: Makefile,v 1.101 2020/03/10 22:09:18 wiz Exp $ 1# $NetBSD: Makefile,v 1.102 2020/03/22 08:39:48 nia Exp $
2 2
3DISTNAME= audacious-plugins-3.10.1 3DISTNAME= audacious-plugins-4.0
4PKGREVISION= 8 
5CATEGORIES= audio 4CATEGORIES= audio
6MASTER_SITES= https://distfiles.audacious-media-player.org/ 5MASTER_SITES= https://distfiles.audacious-media-player.org/
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://audacious-media-player.org/ 9HOMEPAGE= https://audacious-media-player.org/
11COMMENT= Plugins for Audacious media player 10COMMENT= Plugins for Audacious media player
12LICENSE= 2-clause-bsd 11LICENSE= 2-clause-bsd
13 12
14USE_LANGUAGES= c c++ 13USE_LANGUAGES= c c++
15USE_TOOLS+= gmake intltool pkg-config 14USE_TOOLS+= gmake intltool pkg-config
16USE_TOOLS+= msgfmt msgmerge xgettext 15USE_TOOLS+= msgfmt msgmerge xgettext
17GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
18 17
19CONFIGURE_ARGS+= --disable-ampache 18CONFIGURE_ARGS+= --disable-ampache
20CONFIGURE_ARGS+= --disable-bs2b 19CONFIGURE_ARGS+= --disable-bs2b
21CONFIGURE_ARGS+= --disable-cue 20CONFIGURE_ARGS+= --disable-cue
22CONFIGURE_ARGS+= --disable-notify 21CONFIGURE_ARGS+= --disable-notify
23# use SDL instead, it has working volume control 22# use SDL instead, it has working volume control
24CONFIGURE_ARGS+= --disable-oss4 23CONFIGURE_ARGS+= --disable-oss4
25CONFIGURE_ARGS+= --disable-qtaudio 24CONFIGURE_ARGS+= --disable-qtaudio
26CONFIGURE_ARGS+= --disable-sndio 25CONFIGURE_ARGS+= --disable-sndio
27 26
28PLIST_VARS+= dbus gtk qt 27PLIST_VARS+= dbus
29 28
30.include "options.mk" 29.include "options.mk"
31.include "../../audio/audacious/buildlink3.mk" 30.include "../../audio/audacious/buildlink3.mk"
32.if !empty(PKG_BUILD_OPTIONS.audacious:Mdbus) 31.if !empty(PKG_BUILD_OPTIONS.audacious:Mdbus)
33TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen 32TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
34PLIST.dbus= yes 33PLIST.dbus= yes
35.else 34.else
36CONFIGURE_ARGS+= --disable-mpris2 35CONFIGURE_ARGS+= --disable-mpris2
37.endif 36.endif
38.if !empty(PKG_BUILD_OPTIONS.audacious:Mqt5) 
39PLIST.qt= yes 
40CONFIGURE_ARGS+= --enable-qt 
41.endif 
42.if !empty(PKG_BUILD_OPTIONS.audacious:Mgtk2) 
43PLIST.gtk= yes 
44.else 
45CONFIGURE_ARGS+= --disable-gtk 
46.endif 
47.include "../../audio/faad2/buildlink3.mk" 37.include "../../audio/faad2/buildlink3.mk"
48.include "../../audio/lame/buildlink3.mk" 38.include "../../audio/lame/buildlink3.mk"
49.include "../../audio/libcddb/buildlink3.mk" 39.include "../../audio/libcddb/buildlink3.mk"
50.include "../../audio/libsamplerate/buildlink3.mk" 40.include "../../audio/libsamplerate/buildlink3.mk"
51.include "../../audio/libsndfile/buildlink3.mk" 41.include "../../audio/libsndfile/buildlink3.mk"
52.include "../../audio/libsoxr/buildlink3.mk" 42.include "../../audio/libsoxr/buildlink3.mk"
53.include "../../audio/libvorbis/buildlink3.mk" 43.include "../../audio/libvorbis/buildlink3.mk"
54.include "../../audio/mpg123/buildlink3.mk" 44.include "../../audio/mpg123/buildlink3.mk"
55.include "../../devel/SDL2/buildlink3.mk" 45.include "../../devel/SDL2/buildlink3.mk"
56.include "../../devel/libbinio/buildlink3.mk" 46.include "../../devel/libbinio/buildlink3.mk"
57.include "../../misc/libcdio-paranoia/buildlink3.mk" 47.include "../../misc/libcdio-paranoia/buildlink3.mk"
58.include "../../multimedia/ffmpeg4/buildlink3.mk" 48.include "../../multimedia/ffmpeg4/buildlink3.mk"
59.include "../../multimedia/libogg/buildlink3.mk" 49.include "../../multimedia/libogg/buildlink3.mk"

cvs diff -r1.17 -r1.18 pkgsrc/audio/audacious-plugins/PLIST (expand / switch to unified diff)

--- pkgsrc/audio/audacious-plugins/PLIST 2019/07/20 10:39:18 1.17
+++ pkgsrc/audio/audacious-plugins/PLIST 2020/03/22 08:39:48 1.18
@@ -1,84 +1,74 @@ @@ -1,84 +1,74 @@
1@comment $NetBSD: PLIST,v 1.17 2019/07/20 10:39:18 nia Exp $ 1@comment $NetBSD: PLIST,v 1.18 2020/03/22 08:39:48 nia Exp $
2lib/audacious/Container/asx.so 2lib/audacious/Container/asx.so
3lib/audacious/Container/asx3.so 3lib/audacious/Container/asx3.so
4lib/audacious/Container/audpl.so 4lib/audacious/Container/audpl.so
5lib/audacious/Container/m3u.so 5lib/audacious/Container/m3u.so
6lib/audacious/Container/pls.so 6lib/audacious/Container/pls.so
7lib/audacious/Container/xspf.so 7lib/audacious/Container/xspf.so
8lib/audacious/Effect/compressor.so 8lib/audacious/Effect/compressor.so
9lib/audacious/Effect/crossfade.so 9lib/audacious/Effect/crossfade.so
10lib/audacious/Effect/crystalizer.so 10lib/audacious/Effect/crystalizer.so
11lib/audacious/Effect/echo.so 11lib/audacious/Effect/echo.so
12${PLIST.gtk}lib/audacious/Effect/ladspa.so 
13lib/audacious/Effect/mixer.so 12lib/audacious/Effect/mixer.so
14lib/audacious/Effect/resample.so 13lib/audacious/Effect/resample.so
15lib/audacious/Effect/silence-removal.so 14lib/audacious/Effect/silence-removal.so
16lib/audacious/Effect/sox-resampler.so 15lib/audacious/Effect/sox-resampler.so
17lib/audacious/Effect/speed-pitch.so 16lib/audacious/Effect/speed-pitch.so
18lib/audacious/Effect/stereo.so 17lib/audacious/Effect/stereo.so
19lib/audacious/Effect/voice_removal.so 18lib/audacious/Effect/voice_removal.so
20${PLIST.gtk}lib/audacious/General/alarm.so 19lib/audacious/General/albumart-qt.so
21${PLIST.qt}lib/audacious/General/albumart-qt.so 
22${PLIST.gtk}lib/audacious/General/albumart.so 
23${PLIST.gtk}lib/audacious/General/aosd.so 
24lib/audacious/General/cd-menu-items.so 20lib/audacious/General/cd-menu-items.so
25lib/audacious/General/delete-files.so 21lib/audacious/General/delete-files.so
26${PLIST.gtk}lib/audacious/General/gtkui.so 22lib/audacious/General/lyricwiki-qt.so
27${PLIST.gtk}lib/audacious/General/hotkey.so 
28${PLIST.qt}lib/audacious/General/lyricwiki-qt.so 
29${PLIST.gtk}lib/audacious/General/lyricwiki.so 
30${PLIST.dbus}lib/audacious/General/mpris2.so 23${PLIST.dbus}lib/audacious/General/mpris2.so
31${PLIST.qt}lib/audacious/General/playlist-manager-qt.so 24lib/audacious/General/playlist-manager-qt.so
32${PLIST.gtk}lib/audacious/General/playlist-manager.so 25lib/audacious/General/qtui.so
33${PLIST.qt}lib/audacious/General/qtui.so 
34lib/audacious/General/scrobbler.so 26lib/audacious/General/scrobbler.so
35${PLIST.qt}lib/audacious/General/search-tool-qt.so 27lib/audacious/General/search-tool-qt.so
36${PLIST.gtk}lib/audacious/General/search-tool.so 28lib/audacious/General/skins-qt.so
37${PLIST.qt}lib/audacious/General/skins-qt.so 29lib/audacious/General/song-info-qt.so
38${PLIST.gtk}lib/audacious/General/skins.so 
39${PLIST.qt}lib/audacious/General/song-info-qt.so 
40lib/audacious/General/song_change.so 30lib/audacious/General/song_change.so
41${PLIST.qt}lib/audacious/General/statusicon-qt.so 31lib/audacious/General/statusicon-qt.so
42${PLIST.gtk}lib/audacious/General/statusicon.so 32lib/audacious/General/streamtuner.so
43lib/audacious/Input/aac-raw.so 33lib/audacious/Input/aac-raw.so
44${PLIST.adplug}lib/audacious/Input/adplug.so 34${PLIST.adplug}lib/audacious/Input/adplug.so
45${PLIST.fluidsynth}lib/audacious/Input/amidi-plug.so 35${PLIST.fluidsynth}lib/audacious/Input/amidi-plug.so
46lib/audacious/Input/cdaudio-ng.so 36lib/audacious/Input/cdaudio-ng.so
47${PLIST.libgme}lib/audacious/Input/console.so 37${PLIST.libgme}lib/audacious/Input/console.so
48lib/audacious/Input/ffaudio.so 38lib/audacious/Input/ffaudio.so
49lib/audacious/Input/flacng.so 39lib/audacious/Input/flacng.so
50lib/audacious/Input/madplug.so 40lib/audacious/Input/madplug.so
51lib/audacious/Input/metronom.so 41lib/audacious/Input/metronom.so
52${PLIST.modplug}lib/audacious/Input/modplug.so 42${PLIST.modplug}lib/audacious/Input/modplug.so
53lib/audacious/Input/psf2.so 43lib/audacious/Input/psf2.so
54lib/audacious/Input/sndfile.so 44lib/audacious/Input/sndfile.so
55lib/audacious/Input/tonegen.so 45lib/audacious/Input/tonegen.so
56lib/audacious/Input/vorbis.so 46lib/audacious/Input/vorbis.so
57lib/audacious/Input/vtx.so 47lib/audacious/Input/vtx.so
58${PLIST.wavpack}lib/audacious/Input/wavpack.so 48${PLIST.wavpack}lib/audacious/Input/wavpack.so
59lib/audacious/Input/xsf.so 49lib/audacious/Input/xsf.so
60${PLIST.alsa}lib/audacious/Output/alsa.so 50${PLIST.alsa}lib/audacious/Output/alsa.so
61lib/audacious/Output/filewriter.so 51lib/audacious/Output/filewriter.so
62${PLIST.jack}lib/audacious/Output/jack-ng.so 52${PLIST.jack}lib/audacious/Output/jack-ng.so
63${PLIST.pulse}lib/audacious/Output/pulse_audio.so 53${PLIST.pulse}lib/audacious/Output/pulse_audio.so
64lib/audacious/Output/sdlout.so 54lib/audacious/Output/sdlout.so
65lib/audacious/Transport/gio.so 55lib/audacious/Transport/gio.so
66lib/audacious/Transport/mms.so 56lib/audacious/Transport/mms.so
67lib/audacious/Transport/neon.so 57lib/audacious/Transport/neon.so
68${PLIST.gtk}lib/audacious/Visualization/blur_scope.so 58lib/audacious/Visualization/blur_scope-qt.so
69${PLIST.gtk}lib/audacious/Visualization/cairo-spectrum.so 59lib/audacious/Visualization/gl-spectrum-qt.so
70${PLIST.qt}lib/audacious/Visualization/gl-spectrum-qt.so 60lib/audacious/Visualization/qt-spectrum.so
71${PLIST.gtk}lib/audacious/Visualization/gl-spectrum.so 61lib/audacious/Visualization/vumeter-qt.so
72share/audacious/Skins/Classic/balance.png 62share/audacious/Skins/Classic/balance.png
73share/audacious/Skins/Classic/cbuttons.png 63share/audacious/Skins/Classic/cbuttons.png
74share/audacious/Skins/Classic/eq_ex.png 64share/audacious/Skins/Classic/eq_ex.png
75share/audacious/Skins/Classic/eqmain.png 65share/audacious/Skins/Classic/eqmain.png
76share/audacious/Skins/Classic/main.png 66share/audacious/Skins/Classic/main.png
77share/audacious/Skins/Classic/monoster.png 67share/audacious/Skins/Classic/monoster.png
78share/audacious/Skins/Classic/nums_ex.png 68share/audacious/Skins/Classic/nums_ex.png
79share/audacious/Skins/Classic/playpaus.png 69share/audacious/Skins/Classic/playpaus.png
80share/audacious/Skins/Classic/pledit.png 70share/audacious/Skins/Classic/pledit.png
81share/audacious/Skins/Classic/pledit.txt 71share/audacious/Skins/Classic/pledit.txt
82share/audacious/Skins/Classic/posbar.png 72share/audacious/Skins/Classic/posbar.png
83share/audacious/Skins/Classic/shufrep.png 73share/audacious/Skins/Classic/shufrep.png
84share/audacious/Skins/Classic/skin-classic.hints 74share/audacious/Skins/Classic/skin-classic.hints

cvs diff -r1.6 -r1.7 pkgsrc/audio/audacious-plugins/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/audacious-plugins/distinfo 2019/07/06 13:17:01 1.6
+++ pkgsrc/audio/audacious-plugins/distinfo 2020/03/22 08:39:48 1.7
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.6 2019/07/06 13:17:01 nia Exp $ 1$NetBSD: distinfo,v 1.7 2020/03/22 08:39:48 nia Exp $
2 2
3SHA1 (audacious-plugins-3.10.1.tar.bz2) = d2e549a402baa59b0181aabad6d7481369e8930e 3SHA1 (audacious-plugins-4.0.tar.bz2) = 53677851a35582e31069a8302197ef0698b1672e
4RMD160 (audacious-plugins-3.10.1.tar.bz2) = 96b7f2b0041508e8cea5f8188d9fb7b69b08f0a3 4RMD160 (audacious-plugins-4.0.tar.bz2) = 85510ce0af7daf5d5e44f8c0fc61412fba4be54b
5SHA512 (audacious-plugins-3.10.1.tar.bz2) = 454e9ce4061e92a0ecda40f562d4cc7453fc0019fd76b25dbe9e319319fa37c22f9785cb29563e8074de8a88e6130106aca1e431790297e1b4636dc974fde565 5SHA512 (audacious-plugins-4.0.tar.bz2) = f9f7d249ff5b8337729ce59b24ec249b96842ed9986a6a42a4de179bed44a431316537311a5514d652c0f847d7e849afd18e0bb2a2a5628d24cc6d449c52095c
6Size (audacious-plugins-3.10.1.tar.bz2) = 1715477 bytes 6Size (audacious-plugins-4.0.tar.bz2) = 1741569 bytes