Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio audacious: Update to 4.0.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5242fc28f563
branches:  trunk
changeset: 430783:5242fc28f563
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon May 04 09:37:18 2020 +0000

description:
audacious: Update to 4.0.3

Qt interface fixes/updates:

 * When the menu bar is hidden, an "Audacious" icon is added to the
   toolbar, allowing menu access
 * A-to-B repeat is now available in the Playback menu and displayed in
   the time label
 * The time slider no longer becomes invisible when the window is made
   very small
 * Incorrect behavior of Shift-click selection in the playlist has been
   fixed
 * The checkbox to "Show time scale for current song" in the info popup
   did nothing and has been removed

Other fixes/updates:

 * A rare crash/freeze caused by a race condition in the ALSA output
   plugin has been fixed
 * The EQ preset button in the Qt Winamp Classic interface now works
 * The Qt Winamp Classic interface now has an option to stay on top of
   other windows
 * The Song Info plugin now updates correctly when the title changes or
   playback stops

Other changes:

 * Due to frequent crashes, the Stream Tuner plugin is now disabled by
   default
 * Translations have been updated

diffstat:

 audio/audacious-plugins/Makefile |   4 ++--
 audio/audacious-plugins/PLIST    |   3 +--
 audio/audacious-plugins/distinfo |  10 +++++-----
 audio/audacious/Makefile         |   4 ++--
 audio/audacious/distinfo         |  10 +++++-----
 5 files changed, 15 insertions(+), 16 deletions(-)

diffs (73 lines):

diff -r dc2a46bd70ab -r 5242fc28f563 audio/audacious-plugins/Makefile
--- a/audio/audacious-plugins/Makefile  Mon May 04 09:23:35 2020 +0000
+++ b/audio/audacious-plugins/Makefile  Mon May 04 09:37:18 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.106 2020/04/22 04:25:54 nia Exp $
+# $NetBSD: Makefile,v 1.107 2020/05/04 09:37:18 nia Exp $
 
-DISTNAME=      audacious-plugins-4.0.2
+DISTNAME=      audacious-plugins-4.0.3
 CATEGORIES=    audio
 MASTER_SITES=  https://distfiles.audacious-media-player.org/
 EXTRACT_SUFX=  .tar.bz2
diff -r dc2a46bd70ab -r 5242fc28f563 audio/audacious-plugins/PLIST
--- a/audio/audacious-plugins/PLIST     Mon May 04 09:23:35 2020 +0000
+++ b/audio/audacious-plugins/PLIST     Mon May 04 09:37:18 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2020/04/19 11:33:46 nia Exp $
+@comment $NetBSD: PLIST,v 1.21 2020/05/04 09:37:18 nia Exp $
 lib/audacious/Container/asx.so
 lib/audacious/Container/asx3.so
 lib/audacious/Container/audpl.so
@@ -28,7 +28,6 @@
 lib/audacious/General/song-info-qt.so
 lib/audacious/General/song_change.so
 lib/audacious/General/statusicon-qt.so
-lib/audacious/General/streamtuner.so
 lib/audacious/Input/aac-raw.so
 ${PLIST.adplug}lib/audacious/Input/adplug.so
 ${PLIST.fluidsynth}lib/audacious/Input/amidi-plug.so
diff -r dc2a46bd70ab -r 5242fc28f563 audio/audacious-plugins/distinfo
--- a/audio/audacious-plugins/distinfo  Mon May 04 09:23:35 2020 +0000
+++ b/audio/audacious-plugins/distinfo  Mon May 04 09:37:18 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2020/04/22 04:25:54 nia Exp $
+$NetBSD: distinfo,v 1.10 2020/05/04 09:37:18 nia Exp $
 
-SHA1 (audacious-plugins-4.0.2.tar.bz2) = 797721e3645907315bac468bfe0be12673c76d56
-RMD160 (audacious-plugins-4.0.2.tar.bz2) = 14eea60480404629699bbe889bac6ccc91732e27
-SHA512 (audacious-plugins-4.0.2.tar.bz2) = 0d3aa46f6ad75e6d541de7b7f24de2cc169a8856c5a204688231b6233131a1ce55feb9bb126eed89d05a8ee21e3a441449a1e11fd20b4fc10724afebb4318118
-Size (audacious-plugins-4.0.2.tar.bz2) = 1752042 bytes
+SHA1 (audacious-plugins-4.0.3.tar.bz2) = 4be5206f1f6bff7539aab80ec7801fd695fa344c
+RMD160 (audacious-plugins-4.0.3.tar.bz2) = f75a7ba5c501e54c0bd48d166cd67a4876b5e59c
+SHA512 (audacious-plugins-4.0.3.tar.bz2) = 6aaf9ca1d70e211e779baa65de844118f2e3c5ecef2ce6342429748e64437ddc67286ea286fbd7b0282304747dab31972f73ccb0aa312968c19d832ac0e0a6fc
+Size (audacious-plugins-4.0.3.tar.bz2) = 1759123 bytes
diff -r dc2a46bd70ab -r 5242fc28f563 audio/audacious/Makefile
--- a/audio/audacious/Makefile  Mon May 04 09:23:35 2020 +0000
+++ b/audio/audacious/Makefile  Mon May 04 09:37:18 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.63 2020/04/19 11:33:46 nia Exp $
+# $NetBSD: Makefile,v 1.64 2020/05/04 09:37:18 nia Exp $
 
-DISTNAME=      audacious-4.0.2
+DISTNAME=      audacious-4.0.3
 CATEGORIES=    audio
 MASTER_SITES=  https://distfiles.audacious-media-player.org/
 EXTRACT_SUFX=  .tar.bz2
diff -r dc2a46bd70ab -r 5242fc28f563 audio/audacious/distinfo
--- a/audio/audacious/distinfo  Mon May 04 09:23:35 2020 +0000
+++ b/audio/audacious/distinfo  Mon May 04 09:37:18 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.14 2020/04/19 11:33:46 nia Exp $
+$NetBSD: distinfo,v 1.15 2020/05/04 09:37:18 nia Exp $
 
-SHA1 (audacious-4.0.2.tar.bz2) = f68c8578b9d21e29593fdb79c86f1ce2577b80c1
-RMD160 (audacious-4.0.2.tar.bz2) = 7e74550ba2bd4642d794397fa46511e683e1e4b6
-SHA512 (audacious-4.0.2.tar.bz2) = 3f541000c874f2d026f2a4c23f1f98486aae9450c6dc8d7597f742b21d701883b31bbc5620bf23408ce0da397fdf414dffe37a778eb70df5a553a854f2435b99
-Size (audacious-4.0.2.tar.bz2) = 576407 bytes
+SHA1 (audacious-4.0.3.tar.bz2) = 0449d0c69e53850330c44528aad0ed3444c7ade8
+RMD160 (audacious-4.0.3.tar.bz2) = b3f9f5fddba94d439835a6440a807ed7dd85e08d
+SHA512 (audacious-4.0.3.tar.bz2) = e09ae26f43d7a6b610df9ece90f77b912b98c5e4e9a3b5168df26e177ffac3f66a74bff503f398c271228198467c7b3b6797d1671979559c4e1cfb13b12549cd
+Size (audacious-4.0.3.tar.bz2) = 577512 bytes
 SHA1 (patch-configure) = 2f310b55fdfc4147af6132dd821a9f81a1be6864
 SHA1 (patch-src_libaudcore_audio.h.in) = 621afba8a610ab0f30d064d5d9ed581e781de7d2



Home | Main Index | Thread Index | Old Index