Here is an update to pianobar 2022.04.01.

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


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/audio/pianobar/Makefile,v
retrieving revision 1.91
diff -u -p -u -p -r1.91 Makefile
--- Makefile    11 Mar 2022 18:20:26 -0000      1.91
+++ Makefile    17 Apr 2023 05:34:35 -0000
@@ -1,6 +1,6 @@
 COMMENT =      command-line client for Pandora Internet Radio
 
-DISTNAME =     pianobar-2020.11.28
+DISTNAME =     pianobar-2022.04.01
 EXTRACT_SUFX = .tar.bz2
 CATEGORIES =   audio
 
@@ -8,7 +8,7 @@ HOMEPAGE =      https://6xq.net/pianobar/
 
 MASTER_SITES = ${HOMEPAGE}
 
-SHARED_LIBS =  piano   10.0    # 0.0.0
+SHARED_LIBS =  piano   11.0    # 0.0.0
 
 # MIT
 PERMIT_PACKAGE =       Yes
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/audio/pianobar/distinfo,v
retrieving revision 1.37
diff -u -p -u -p -r1.37 distinfo
--- distinfo    1 Feb 2022 14:16:08 -0000       1.37
+++ distinfo    17 Apr 2023 05:28:05 -0000
@@ -1,2 +1,2 @@
-SHA256 (pianobar-2020.11.28.tar.bz2) = 
ZTv7lrVIJZ46w2B1L2b9t36OIgMS5SpDxlL365bn1P4=
-SIZE (pianobar-2020.11.28.tar.bz2) = 50580
+SHA256 (pianobar-2022.04.01.tar.bz2) = 
FnCyiGWouCpXu23+p/FuL6QUXS81SRC7FzgLMsm5R2M=
+SIZE (pianobar-2022.04.01.tar.bz2) = 52262
Index: patches/patch-Makefile
===================================================================
RCS file: /home/cvs/ports/audio/pianobar/patches/patch-Makefile,v
retrieving revision 1.31
diff -u -p -u -p -r1.31 patch-Makefile
--- patches/patch-Makefile      11 Mar 2022 18:20:26 -0000      1.31
+++ patches/patch-Makefile      17 Apr 2023 05:28:29 -0000
@@ -1,7 +1,7 @@
 Index: Makefile
 --- Makefile.orig
 +++ Makefile
-@@ -6,21 +6,8 @@ LIBDIR:=${PREFIX}/lib
+@@ -7,21 +7,8 @@ LIBDIR:=${PREFIX}/lib
  INCDIR:=${PREFIX}/include
  MANDIR:=${PREFIX}/share/man
  DYNLINK:=0
@@ -24,7 +24,7 @@ Index: Makefile
  PIANOBAR_DIR:=src
  PIANOBAR_SRC:=\
                ${PIANOBAR_DIR}/main.c \
-@@ -80,7 +67,7 @@ endif
+@@ -81,7 +68,7 @@ endif
  
  # build pianobar
  ifeq (${DYNLINK},1)
@@ -33,7 +33,7 @@ Index: Makefile
        ${SILENTECHO} "  LINK  $@"
        ${SILENTCMD}${CC} -o $@ ${PIANOBAR_OBJ} -L. -lpiano ${ALL_LDFLAGS}
  else
-@@ -90,12 +77,10 @@ pianobar: ${PIANOBAR_OBJ} ${LIBPIANO_OBJ}
+@@ -91,12 +78,10 @@ pianobar: ${PIANOBAR_OBJ} ${LIBPIANO_OBJ}
  endif
  
  # build shared and static libpiano
@@ -48,7 +48,7 @@ Index: Makefile
        ${SILENTECHO} "    AR  libpiano.a"
        ${SILENTCMD}${AR} rcs libpiano.a ${LIBPIANO_OBJ}
  
-@@ -126,19 +111,17 @@ install: pianobar install-libpiano
+@@ -127,19 +112,17 @@ install: pianobar install-libpiano
  else
  install: pianobar
  endif

Reply via email to