pkgsrc-WIP-changes archive

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

Pull in upstream fix to librespot



Module Name:	pkgsrc-wip
Committed By:	atomicules <base%atomicules.co.uk@localhost>
Pushed By:	atomicules
Date:		Sat Feb 23 11:25:21 2019 +0000
Changeset:	3ada07746fdaa4f827d2ff1183d7d2f8c58aaf0a

Modified Files:
	spotifyd/Makefile
	spotifyd/distinfo

Log Message:
Pull in upstream fix to librespot

See: https://github.com/Spotifyd/spotifyd/issues/205
And: https://github.com/Spotifyd/spotifyd/pull/206

I _think_ this being a WIP package gives us leeway to do stuff like
this? I.e. spotifyd hasn't spun a new release yet so I can't bump that
version, all I can do is bump PKGREVISION.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3ada07746fdaa4f827d2ff1183d7d2f8c58aaf0a

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

diffstat:
 spotifyd/Makefile | 4 ++--
 spotifyd/distinfo | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/spotifyd/Makefile b/spotifyd/Makefile
index 6ff63b1dce..e97f3e8ea6 100644
--- a/spotifyd/Makefile
+++ b/spotifyd/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	spotifyd-0.2.3
-PKGREVISION=	1
+PKGREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_GITHUB:=Spotifyd/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
@@ -16,7 +16,7 @@ USE_LANGUAGES=	c # rust, but needs a toolchain to link
 
 DISTFILES=	${DEFAULT_DISTFILES}
 
-LIBRESPOT_REV=	d2cadec4190a44572b1d5d5daed4f0eda1c2b921
+LIBRESPOT_REV=	daeeeaa122fc2d71edf11e562e23038db4210b39
 DISTFILES+=	librespot-${LIBRESPOT_REV}.tar.gz
 SITES.librespot-${LIBRESPOT_REV}.tar.gz=	-https://github.com/librespot-org/librespot/archive/${LIBRESPOT_REV}.tar.gz
 
diff --git a/spotifyd/distinfo b/spotifyd/distinfo
index 742ba7bb97..a920802b02 100644
--- a/spotifyd/distinfo
+++ b/spotifyd/distinfo
@@ -352,10 +352,10 @@ SHA1 (libpulse-sys-0.0.0.crate) = 7b9092f1bbe10ebce4dfa57465d20d5a9f3f7a5c
 RMD160 (libpulse-sys-0.0.0.crate) = 1a49f2f5a5f1492236ad882d00a47e8865ad4c52
 SHA512 (libpulse-sys-0.0.0.crate) = ee81fe852944b827d20db41b89f223b860959e02d9b093bc9e91e8aa7b5a12fde4c57131381090bea2b07fd7a1af8b9a9ca716ee2f2a6d5d9f48036c07e0c96c
 Size (libpulse-sys-0.0.0.crate) = 13621 bytes
-SHA1 (librespot-d2cadec4190a44572b1d5d5daed4f0eda1c2b921.tar.gz) = cb52c3aec99d05f135c9e07cc654e52f8f1a87b4
-RMD160 (librespot-d2cadec4190a44572b1d5d5daed4f0eda1c2b921.tar.gz) = fb1ac3df8f6fba1603b0903cc00f9fa4e295dbb2
-SHA512 (librespot-d2cadec4190a44572b1d5d5daed4f0eda1c2b921.tar.gz) = 8314b97c01865e88f053fa75b3804c1c3e8d6d5a4846b7df77b1da07afb569b5e225b5e4066a48c31538dc7c0af79dc29816342c67cca32e8adeec7fac520961
-Size (librespot-d2cadec4190a44572b1d5d5daed4f0eda1c2b921.tar.gz) = 149433 bytes
+SHA1 (librespot-daeeeaa122fc2d71edf11e562e23038db4210b39.tar.gz) = f24b9033c543d53562f6a0dce18b831f787c4fb4
+RMD160 (librespot-daeeeaa122fc2d71edf11e562e23038db4210b39.tar.gz) = 84ac32a26fd1de62e0fdd54e3562d727552858f5
+SHA512 (librespot-daeeeaa122fc2d71edf11e562e23038db4210b39.tar.gz) = c8a3e7bc581a2499a7fdb3ab611721dcda1eaa367c14525777290dbb37ca404849af650cae35bee69c4436a3810ff2e5cd8b794cc33f0efaee9bc01063373eb9
+Size (librespot-daeeeaa122fc2d71edf11e562e23038db4210b39.tar.gz) = 149445 bytes
 SHA1 (linear-map-1.2.0.crate) = 5c8d7038910d501ad0e9e9b1bd2db5fb9048a458
 RMD160 (linear-map-1.2.0.crate) = a6cf55022b2302942280e9a1fc93d91cbd8788ae
 SHA512 (linear-map-1.2.0.crate) = bd24182fb2ef0a51d782dd5877ec1a08986d71c6803da077393c4b47c0fc45c4616f94acf4f29ded5f56392d2e666d0bcbce77087f4319499add813388f915d5


Home | Main Index | Thread Index | Old Index