pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/spotify-player



Module Name:    pkgsrc
Committed By:   pin
Date:           Mon Oct 11 08:59:48 UTC 2021

Modified Files:
        pkgsrc/audio/spotify-player: Makefile distinfo

Log Message:
audio/spotify-player: update to 0.3.0

There are many changes in spotify-player v0.3.0 compared to version v0.2.0.
The most notable change is adding Spotify Search API integration (#8).

Brief description of major changes:
-allow client to handle multiple requests at once by creating a new handling
thread for each request (#9)
-integrate Spotify Search APIs (#8)
-add scroll shortcuts for command help popup (#11)
-refactor terminal event handling codes (#12)
-improve application and code documentations
-and other small bug fixes, refactors, etc


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/spotify-player/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/spotify-player/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/spotify-player/Makefile
diff -u pkgsrc/audio/spotify-player/Makefile:1.1 pkgsrc/audio/spotify-player/Makefile:1.2
--- pkgsrc/audio/spotify-player/Makefile:1.1    Wed Sep  8 10:42:54 2021
+++ pkgsrc/audio/spotify-player/Makefile        Mon Oct 11 08:59:48 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2021/09/08 10:42:54 pin Exp $
+# $NetBSD: Makefile,v 1.2 2021/10/11 08:59:48 pin Exp $
 
-DISTNAME=      spotify-player-0.2.0
+DISTNAME=      spotify-player-0.3.0
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=aome510/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/audio/spotify-player/distinfo
diff -u pkgsrc/audio/spotify-player/distinfo:1.2 pkgsrc/audio/spotify-player/distinfo:1.3
--- pkgsrc/audio/spotify-player/distinfo:1.2    Thu Oct  7 13:10:01 2021
+++ pkgsrc/audio/spotify-player/distinfo        Mon Oct 11 08:59:48 2021
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2021/10/07 13:10:01 nia Exp $
+$NetBSD: distinfo,v 1.3 2021/10/11 08:59:48 pin Exp $
 
 RMD160 (addr2line-0.16.0.crate) = b8b4ae9268f1532e2338c21d0fa8e7ce3a6e1f6d
 SHA512 (addr2line-0.16.0.crate) = 7ea8fffcdff7f8f25c0a588fe2ee652053988ab2e1d39ac740f5199d6e7d30beed0272403d04b86ec5de6ad5459698cdf28f8efd5caab7b6693102df7ec4889c
@@ -867,9 +867,9 @@ Size (socket2-0.3.19.crate) = 33782 byte
 RMD160 (socket2-0.4.1.crate) = e9fc3d1143c2054839bd1eaff38c73d1adb8e103
 SHA512 (socket2-0.4.1.crate) = 71eb3e8d15cf4e88f801d740230710b5b52ff1434526c0e61e950168979ee715dd8acec217d1a5d6f50fa49536558ef94115902f936302d81737eb163db4b8c4
 Size (socket2-0.4.1.crate) = 41364 bytes
-RMD160 (spotify-player-0.2.0.tar.gz) = 30f3389d03d708b34d8961f8b6e3ed001bd7d2e2
-SHA512 (spotify-player-0.2.0.tar.gz) = 4d9e00da2e7efa401fc5482b52abb1be72a09612a13d03da3c89d88938ce4bc8f7e7c6b44b2cf9b2acfa85c0bb3d10db7eb875468a29209184cc8187ca6bc888
-Size (spotify-player-0.2.0.tar.gz) = 516450 bytes
+RMD160 (spotify-player-0.3.0.tar.gz) = 916847796db4777e67bec45933c82dcce90ee9a4
+SHA512 (spotify-player-0.3.0.tar.gz) = b892009ecdde03df21c5e06a5af435e4a199919d748b6f86a0860195adc02ea0a070302b8db8b6204f022426906d3f16c6d5afc36a9f890c64fd4551e015ebc2
+Size (spotify-player-0.3.0.tar.gz) = 1424111 bytes
 RMD160 (stdweb-0.1.3.crate) = fd28f9df50b298e37f26ddec310f316b1bb55d8c
 SHA512 (stdweb-0.1.3.crate) = d7119427aae5d37336b8cf0002bae9c0d76a87a6865dbc9cc4c1f9abe64efe8d861c149b3975c6b3481a804e20be4fa28619257c233d3ea3d550ebd550ca5fa6
 Size (stdweb-0.1.3.crate) = 90221 bytes



Home | Main Index | Thread Index | Old Index