pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/kew



Module Name:    pkgsrc
Committed By:   ktnb
Date:           Fri Dec 13 15:12:57 UTC 2024

Modified Files:
        pkgsrc/audio/kew: Makefile distinfo options.mk

Log Message:
kew: update to 3.0.2

Packaging Changes:
- replaced libnotify with dbus due to upstream

Upstream Changes:
- enqueue and play all your music (shuffled) in library view,
  by pressing MUSIC LIBRARY at the top.
- Removed dependency on Libnotify because its' blocking in nature,
  and some users were experiencing freezes. Instead dbus is used
  directly if available and used with timeouts.
- Fixed bug where songs whose titles start with a number would be
  sorted wrong.
- Fixed music library folders containing spaces weren't being
  accepted an.
- Fixed bug where after finishing playing a playlist and then
  choosing a song in it, the next song would play twice
- Fixed kew all not being randomized properly
- Fixed useConfigColors setting not being remembered


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/kew/Makefile pkgsrc/audio/kew/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/kew/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/kew/Makefile
diff -u pkgsrc/audio/kew/Makefile:1.4 pkgsrc/audio/kew/Makefile:1.5
--- pkgsrc/audio/kew/Makefile:1.4       Mon Dec  2 19:55:41 2024
+++ pkgsrc/audio/kew/Makefile   Fri Dec 13 15:12:57 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2024/12/02 19:55:41 ktnb Exp $
+# $NetBSD: Makefile,v 1.5 2024/12/13 15:12:57 ktnb Exp $
 
-DISTNAME=      kew-3.0.1
+DISTNAME=      kew-3.0.2
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ravachol/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
Index: pkgsrc/audio/kew/distinfo
diff -u pkgsrc/audio/kew/distinfo:1.4 pkgsrc/audio/kew/distinfo:1.5
--- pkgsrc/audio/kew/distinfo:1.4       Mon Dec  2 19:55:41 2024
+++ pkgsrc/audio/kew/distinfo   Fri Dec 13 15:12:57 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2024/12/02 19:55:41 ktnb Exp $
+$NetBSD: distinfo,v 1.5 2024/12/13 15:12:57 ktnb Exp $
 
-BLAKE2s (kew-3.0.1.tar.gz) = 487064d2a384ea2b08492e302f2490e407b49453b0ea3a88538362e07d01267c
-SHA512 (kew-3.0.1.tar.gz) = bc2db4330079bef3e35c9e7a70501ce4e2400733ad0b15be844af3b34acc8672d2e7e3d10156e546e4a207e77c5f8a7c6f25408229110dddf7282a687487ec27
-Size (kew-3.0.1.tar.gz) = 1106253 bytes
+BLAKE2s (kew-3.0.2.tar.gz) = 308b493d4adb5e7421cac0e7f27ae9c3291c73d0bc35663f717bebc5bcb4b53e
+SHA512 (kew-3.0.2.tar.gz) = 0fe3bc5d014c8eb66b4b8f996484a416a277cd39ed7fb8019ef063d56f2e02c636c3462a5c2752e225ebdf45ef2b3a764a395b6586091b1e0ed2bf9242fa02cd
+Size (kew-3.0.2.tar.gz) = 1117749 bytes

Index: pkgsrc/audio/kew/options.mk
diff -u pkgsrc/audio/kew/options.mk:1.1 pkgsrc/audio/kew/options.mk:1.2
--- pkgsrc/audio/kew/options.mk:1.1     Wed Oct  9 14:25:45 2024
+++ pkgsrc/audio/kew/options.mk Fri Dec 13 15:12:57 2024
@@ -1,14 +1,14 @@
-# $NetBSD: options.mk,v 1.1 2024/10/09 14:25:45 ktnb Exp $
+# $NetBSD: options.mk,v 1.2 2024/12/13 15:12:57 ktnb Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.kew
-PKG_SUPPORTED_OPTIONS= libnotify
+PKG_SUPPORTED_OPTIONS= dbus
 PKG_SUGGESTED_OPTIONS=
 
 .include "../../mk/bsd.options.mk"
 
 ###
-###  Include the libnotify library
+###  Include dbus
 ###
-.if !empty(PKG_OPTIONS:Mlibnotify)
-.include "../../sysutils/libnotify/buildlink3.mk"
+.if !empty(PKG_OPTIONS:Mdbus)
+.include "../../sysutils/dbus/buildlink3.mk"
 .endif



Home | Main Index | Thread Index | Old Index