pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/pianobar



Module Name:    pkgsrc
Committed By:   jakllsch
Date:           Fri Sep 27 16:50:35 UTC 2024

Modified Files:
        pkgsrc/audio/pianobar: Makefile distinfo

Log Message:
Update pianobar to 2022.04.01

Switch to ffmpeg6.

Change Log:

Release 2022.04.01

- Not a joke
- Fix compilation with ffmpeg 5.0 and replace deprecated function
- Improved retry handling with unreliable HTTP proxies
- Minor UI improvements

Release 2020.11.28

- Support changing station modes
- Allow choosing time format
- Add optional debug output


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/audio/pianobar/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/audio/pianobar/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/pianobar/Makefile
diff -u pkgsrc/audio/pianobar/Makefile:1.42 pkgsrc/audio/pianobar/Makefile:1.43
--- pkgsrc/audio/pianobar/Makefile:1.42 Wed May 29 16:31:24 2024
+++ pkgsrc/audio/pianobar/Makefile      Fri Sep 27 16:50:35 2024
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.42 2024/05/29 16:31:24 adam Exp $
+# $NetBSD: Makefile,v 1.43 2024/09/27 16:50:35 jakllsch Exp $
 
-DISTNAME=      pianobar-2020.04.05
-PKGREVISION=   18
+DISTNAME=      pianobar-2022.04.01
 CATEGORIES=    audio net
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=PromyLOPh/}
+MASTER_SITES=  https://6xq.net/pianobar/
+EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://6xq.net/pianobar/
@@ -21,6 +21,6 @@ CFLAGS.NetBSD+=       -D_NETBSD_SOURCE
 .include "../../security/libgcrypt/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"
 .include "../../textproc/json-c/buildlink3.mk"
-.include "../../multimedia/ffmpeg4/buildlink3.mk"
+.include "../../multimedia/ffmpeg6/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/audio/pianobar/distinfo
diff -u pkgsrc/audio/pianobar/distinfo:1.6 pkgsrc/audio/pianobar/distinfo:1.7
--- pkgsrc/audio/pianobar/distinfo:1.6  Tue Oct 26 09:59:22 2021
+++ pkgsrc/audio/pianobar/distinfo      Fri Sep 27 16:50:35 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 09:59:22 nia Exp $
+$NetBSD: distinfo,v 1.7 2024/09/27 16:50:35 jakllsch Exp $
 
-BLAKE2s (pianobar-2020.04.05.tar.gz) = a8c6192164ff12ca511a88b3f7ba5f415ff8992cdad9207c3f83b6cf4a975182
-SHA512 (pianobar-2020.04.05.tar.gz) = 5d05dc48536977b8f06219061c3279a4eb1a0d0a5d9f473aa2d59871868ec361814bd274a54bee8591412005161a131b0e1224ebf607cb56f3d0dbe6672abc98
-Size (pianobar-2020.04.05.tar.gz) = 56965 bytes
+BLAKE2s (pianobar-2022.04.01.tar.bz2) = 84d7aeee4f245d6a172ea54edd06f5774899008d8be0029f9217095943e64df4
+SHA512 (pianobar-2022.04.01.tar.bz2) = 9ad60c0048b375d74ad2bab289d75deec6dba46c31bfc1799dabf18661ec0cdef494df72273e6c16989ead21dc034445595a3e2ace43f6b6ca61446449895aef
+Size (pianobar-2022.04.01.tar.bz2) = 52262 bytes



Home | Main Index | Thread Index | Old Index