diff options
author | kamil <kamil@pkgsrc.org> | 2018-02-20 02:59:38 +0000 |
---|---|---|
committer | kamil <kamil@pkgsrc.org> | 2018-02-20 02:59:38 +0000 |
commit | eebadb2af232e738948cda9615def4640efa9ed7 (patch) | |
tree | 151223ed9fea42be84c907885e3d675a2bb5d05d /audio | |
parent | 131712b47664e423b7400f8b218853a7cc5df834 (diff) | |
download | pkgsrc-eebadb2af232e738948cda9615def4640efa9ed7.tar.gz |
pianobar: Upgrade to 2017.08.30
pkgsrc changes:
- switch to GitHub as the release source
- set CFLAGS for NetBSD: _NETBSD_SOURCE, this works around a bug that
strdup(3) was not included in the POSIX source namespace (fixed in
NetBSD 8.0)
- switch to ffmpeg 3.x
upstream changelog
==================
Release 2017.08.30
- Support binding to specific network interface, see config option bind_to
- New config option gain_mul softens effect of replay gain
- Replaced deprecated ffmpeg and json-c functions, bumps ffmpeg/libav version
requirement
- Fix use-after-free
- Minor improvements to code and documentation
Release 2016.06.02
- Quit pianobar upon reception of two SIGINT
- Minor bugfixes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pianobar/Makefile | 12 | ||||
-rw-r--r-- | audio/pianobar/distinfo | 10 |
2 files changed, 11 insertions, 11 deletions
diff --git a/audio/pianobar/Makefile b/audio/pianobar/Makefile index b849001b174..713e6f00337 100644 --- a/audio/pianobar/Makefile +++ b/audio/pianobar/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2018/01/01 21:18:15 adam Exp $ +# $NetBSD: Makefile,v 1.10 2018/02/20 02:59:38 kamil Exp $ -DISTNAME= pianobar-2015.11.22 -PKGREVISION= 8 +DISTNAME= pianobar-2017.08.30 CATEGORIES= audio net -MASTER_SITES= https://6xq.net/pianobar/ -EXTRACT_SUFX= .tar.bz2 +MASTER_SITES= ${MASTER_SITE_GITHUB:=PromyLOPh/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://6xq.net/pianobar/ @@ -16,10 +14,12 @@ USE_LANGUAGES= c99 MAKE_FLAGS+= PREFIX=${PREFIX} MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR} +CFLAGS.NetBSD+= -D_NETBSD_SOURCE + .include "../../audio/libao/buildlink3.mk" .include "../../security/libgcrypt/buildlink3.mk" .include "../../www/curl/buildlink3.mk" .include "../../textproc/json-c/buildlink3.mk" -.include "../../multimedia/ffmpeg2/buildlink3.mk" +.include "../../multimedia/ffmpeg3/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/pianobar/distinfo b/audio/pianobar/distinfo index 5dd5d1e9697..88bfc9c7687 100644 --- a/audio/pianobar/distinfo +++ b/audio/pianobar/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/01/15 07:54:39 wiz Exp $ +$NetBSD: distinfo,v 1.2 2018/02/20 02:59:38 kamil Exp $ -SHA1 (pianobar-2015.11.22.tar.bz2) = 1c44080f483bd5ceb68a54c038d81b5112dcbbc3 -RMD160 (pianobar-2015.11.22.tar.bz2) = 3ea3aa7cd0fcbbf70387934b3fc374b0637f1507 -SHA512 (pianobar-2015.11.22.tar.bz2) = cd8f7307f0d7bd0359954202d2fc3b6d9fdcdc7238a2057c1541f85d62d69fafb22c4a6466d873c35727c1ad1576755ac2f9224dd5ce4ccba2d9c1c8b9a0205a -Size (pianobar-2015.11.22.tar.bz2) = 45973 bytes +SHA1 (pianobar-2017.08.30.tar.gz) = bda570c73b9cfdcabbcf0dd1d91493b8a9f62e6d +RMD160 (pianobar-2017.08.30.tar.gz) = 5ccfd0e2de8a0cab2eda2a6944fe0baca437ed23 +SHA512 (pianobar-2017.08.30.tar.gz) = c2cd425377bacc35899a72021fb24c8cc506a5ced9bab74fd2ad6ef4b589788bb8e6294fcd5dade5c8bac31fe52866214bebd6c89989e2b929f12542d90a3b6d +Size (pianobar-2017.08.30.tar.gz) = 54202 bytes |