svn commit: r468217 - head/audio/pianobar
Jan Beich
jbeich at FreeBSD.org
Tue Apr 24 15:29:36 UTC 2018
Author: jbeich
Date: Tue Apr 24 15:29:35 2018
New Revision: 468217
URL: https://svnweb.freebsd.org/changeset/ports/468217
Log:
audio/pianobar: unbreak with ffmpeg 4.0
In file included from src/main.c:53:
In file included from src/main.h:30:
src/player.h:37:10: fatal error: 'libavfilter/avfiltergraph.h' file not found
#include <libavfilter/avfiltergraph.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PR: 227726
Obtained from: upstream (via Homebrew)
Modified:
head/audio/pianobar/Makefile (contents, props changed)
head/audio/pianobar/distinfo (contents, props changed)
Modified: head/audio/pianobar/Makefile
==============================================================================
--- head/audio/pianobar/Makefile Tue Apr 24 14:49:54 2018 (r468216)
+++ head/audio/pianobar/Makefile Tue Apr 24 15:29:35 2018 (r468217)
@@ -6,6 +6,9 @@ PORTVERSION= 2017.08.30
CATEGORIES= audio
MASTER_SITES= https://6xq.net/${PORTNAME}/
+PATCH_SITES= https://github.com/PromyLOPh/${PORTNAME}/commit/
+PATCHFILES= 38b16f9957a7.patch:-p1
+
MAINTAINER= jhixson at gmail.com
COMMENT= Command-line Pandora online radio player
Modified: head/audio/pianobar/distinfo
==============================================================================
--- head/audio/pianobar/distinfo Tue Apr 24 14:49:54 2018 (r468216)
+++ head/audio/pianobar/distinfo Tue Apr 24 15:29:35 2018 (r468217)
@@ -1,3 +1,5 @@
TIMESTAMP = 1504104262
SHA256 (pianobar-2017.08.30.tar.bz2) = ec14db6cf1a7dbc1d8190b5ca0d256021e970587bcdaeb23904d4bca71a04674
SIZE (pianobar-2017.08.30.tar.bz2) = 46664
+SHA256 (38b16f9957a7.patch) = cc90b0f0cd7b02a1a5470af2cb60e5dc6f45bcbc2302faba6502f2f6c9e73bf0
+SIZE (38b16f9957a7.patch) = 1040
More information about the svn-ports-all
mailing list