Mon Jul 27 00:02:45 2020 UTC ()
audacious: Update to 4.0.5

   Bugs fixed:

     * Fixed UI freeze when asterisk key was pressed (#962)
     * Fixed an exception when reading a large APE tag (#992)
     * Fixed album artist not being displayed for .m4a files (#1005)
     * Fixed a crash on exit with a plugin settings window open (#1007)
     * Fixed a crash when scrobbling with curl 7.71.0 (#1008)

   Other changes:

     * Changed the default CDDB server to gnudb.org (#994)


(nia)
diff -r1.66 -r1.67 pkgsrc/audio/audacious/Makefile
diff -r1.16 -r1.17 pkgsrc/audio/audacious/distinfo
diff -r1.111 -r1.112 pkgsrc/audio/audacious-plugins/Makefile
diff -r1.11 -r1.12 pkgsrc/audio/audacious-plugins/distinfo

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

--- pkgsrc/audio/audacious/Makefile 2020/06/09 17:06:04 1.66
+++ pkgsrc/audio/audacious/Makefile 2020/07/27 00:02:45 1.67
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.66 2020/06/09 17:06:04 nia Exp $ 1# $NetBSD: Makefile,v 1.67 2020/07/27 00:02:45 nia Exp $
2 2
3DISTNAME= audacious-4.0.4 3DISTNAME= audacious-4.0.5
4CATEGORIES= audio 4CATEGORIES= audio
5MASTER_SITES= https://distfiles.audacious-media-player.org/ 5MASTER_SITES= https://distfiles.audacious-media-player.org/
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://audacious-media-player.org/ 9HOMEPAGE= https://audacious-media-player.org/
10COMMENT= Media player based on BMP and XMMS 10COMMENT= Media player based on BMP and XMMS
11LICENSE= 2-clause-bsd 11LICENSE= 2-clause-bsd
12 12
13USE_LANGUAGES= c c++ 13USE_LANGUAGES= c c++
14USE_TOOLS+= gmake pkg-config 14USE_TOOLS+= gmake pkg-config
15USE_TOOLS+= intltool msgfmt msgmerge xgettext 15USE_TOOLS+= intltool msgfmt msgmerge xgettext
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes

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

--- pkgsrc/audio/audacious/distinfo 2020/06/09 17:06:04 1.16
+++ pkgsrc/audio/audacious/distinfo 2020/07/27 00:02:45 1.17
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.16 2020/06/09 17:06:04 nia Exp $ 1$NetBSD: distinfo,v 1.17 2020/07/27 00:02:45 nia Exp $
2 2
3SHA1 (audacious-4.0.4.tar.bz2) = a7f45f8757e70349b8982cdcd3299eafc69fa12f 3SHA1 (audacious-4.0.5.tar.bz2) = 1620b23296474b57ec7387801c7337eedcfe21e1
4RMD160 (audacious-4.0.4.tar.bz2) = cda85c46c66c26a2da3f98c5fae056228a05f104 4RMD160 (audacious-4.0.5.tar.bz2) = d5aea0621d1c157524a1503a11b454f062cd2088
5SHA512 (audacious-4.0.4.tar.bz2) = 76bafb2cece861b58650e52cc8c338a0645387e43b7d3548b23528024195605c11789479d8fb2ae25d5986cd5ccb03182eb2427c9ba394d4fd6611f06359f94d 5SHA512 (audacious-4.0.5.tar.bz2) = 4be7ebeee937f9b29931a28e1d80782b9df8beec70eab3917f5adccd0bf02aa6003a5b8361359b792edac2d2f31a257b853db43d59dd0674e5a3fbec7e7c1e46
6Size (audacious-4.0.4.tar.bz2) = 577440 bytes 6Size (audacious-4.0.5.tar.bz2) = 577422 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.111 -r1.112 pkgsrc/audio/audacious-plugins/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/audacious-plugins/Makefile 2020/06/09 17:06:04 1.111
+++ pkgsrc/audio/audacious-plugins/Makefile 2020/07/27 00:02:45 1.112
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.111 2020/06/09 17:06:04 nia Exp $ 1# $NetBSD: Makefile,v 1.112 2020/07/27 00:02:45 nia Exp $
2 2
3DISTNAME= audacious-plugins-4.0.4 3DISTNAME= audacious-plugins-4.0.5
4CATEGORIES= audio 4CATEGORIES= audio
5MASTER_SITES= https://distfiles.audacious-media-player.org/ 5MASTER_SITES= https://distfiles.audacious-media-player.org/
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://audacious-media-player.org/ 9HOMEPAGE= https://audacious-media-player.org/
10COMMENT= Plugins for Audacious media player 10COMMENT= Plugins for Audacious media player
11LICENSE= 2-clause-bsd 11LICENSE= 2-clause-bsd
12 12
13USE_LANGUAGES= c c++ 13USE_LANGUAGES= c c++
14USE_TOOLS+= gmake intltool pkg-config 14USE_TOOLS+= gmake intltool pkg-config
15USE_TOOLS+= msgfmt msgmerge xgettext 15USE_TOOLS+= msgfmt msgmerge xgettext
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes

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

--- pkgsrc/audio/audacious-plugins/distinfo 2020/06/09 17:06:04 1.11
+++ pkgsrc/audio/audacious-plugins/distinfo 2020/07/27 00:02:45 1.12
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.11 2020/06/09 17:06:04 nia Exp $ 1$NetBSD: distinfo,v 1.12 2020/07/27 00:02:45 nia Exp $
2 2
3SHA1 (audacious-plugins-4.0.4.tar.bz2) = 60c51546b57e0e4615ddda60b053e0871e70a4e9 3SHA1 (audacious-plugins-4.0.5.tar.bz2) = 25e868fd991e70fd4332742e281da46e5d45f9a0
4RMD160 (audacious-plugins-4.0.4.tar.bz2) = 3ff71a94d6f184921636493b9b3c19c1f5a08e0b 4RMD160 (audacious-plugins-4.0.5.tar.bz2) = 6e9609897cb0033ba31297309f534122a0b16c23
5SHA512 (audacious-plugins-4.0.4.tar.bz2) = d0b435658f5aff9318e521e85d335444e089f80a267c2b9391123365b1c95b535bfa668ea772d9c437ad2611288ec7961a2ecf1d8cf8687f3b32a3cb1e14ddf8 5SHA512 (audacious-plugins-4.0.5.tar.bz2) = 90ab2edbfc797fa835aae9937b5f478a0ca575f31c443d9e8ba7394e1615f605beb417372872874c94d4f804dba7bea9fbae2078e162178386683d8a3e36c108
6Size (audacious-plugins-4.0.4.tar.bz2) = 1761281 bytes 6Size (audacious-plugins-4.0.5.tar.bz2) = 1759133 bytes