From owner-svn-ports-all@freebsd.org Sun Oct 28 00:59:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 866C110DA8F5; Sun, 28 Oct 2018 00:59:08 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2F0E38509E; Sun, 28 Oct 2018 00:59:08 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 100EB17F19; Sun, 28 Oct 2018 00:59:08 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9S0x7qx066225; Sun, 28 Oct 2018 00:59:07 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9S0x7cL066223; Sun, 28 Oct 2018 00:59:07 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201810280059.w9S0x7cL066223@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 28 Oct 2018 00:59:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r483211 - branches/2018Q4/multimedia/omxplayer X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q4/multimedia/omxplayer X-SVN-Commit-Revision: 483211 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Oct 2018 00:59:08 -0000 Author: jbeich Date: Sun Oct 28 00:59:07 2018 New Revision: 483211 URL: https://svnweb.freebsd.org/changeset/ports/483211 Log: MFH: r483209 multimedia/omxplayer: unbreak with ffmpeg 4 In file included from BitstreamConverter.cpp:26: In file included from ./BitstreamConverter.h:27: ./DllAvFormat.h:117:49: error: no member named 'url_feof' in the global namespace; did you mean simply 'url_feof'? virtual int url_feof(AVIOContext *s) { return ::url_feof(s); } ^~~~~~~~~~ url_feof ./DllAvFormat.h:117:15: note: 'url_feof' declared here virtual int url_feof(AVIOContext *s) { return ::url_feof(s); } ^ OMXReader.cpp:1028:42: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE' pkt->data = (uint8_t*) malloc(size + FF_INPUT_BUFFER_PADDING_SIZE); ^ OMXReader.cpp:1036:35: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE' memset(pkt->data + size, 0, FF_INPUT_BUFFER_PADDING_SIZE); ^ PR: 227726 Obtained from: upstream Approved by: ports-secteam blanket Modified: branches/2018Q4/multimedia/omxplayer/Makefile branches/2018Q4/multimedia/omxplayer/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/multimedia/omxplayer/Makefile ============================================================================== --- branches/2018Q4/multimedia/omxplayer/Makefile Sun Oct 28 00:58:29 2018 (r483210) +++ branches/2018Q4/multimedia/omxplayer/Makefile Sun Oct 28 00:59:07 2018 (r483211) @@ -6,6 +6,9 @@ PORTVERSION= 20161004 PORTREVISION= 9 CATEGORIES= multimedia +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= 96800576209b.patch:-p1 + MAINTAINER= mikael.urankar@gmail.com COMMENT= Raspberry Pi video player Modified: branches/2018Q4/multimedia/omxplayer/distinfo ============================================================================== --- branches/2018Q4/multimedia/omxplayer/distinfo Sun Oct 28 00:58:29 2018 (r483210) +++ branches/2018Q4/multimedia/omxplayer/distinfo Sun Oct 28 00:59:07 2018 (r483211) @@ -1,3 +1,5 @@ TIMESTAMP = 1483038468 SHA256 (popcornmix-omxplayer-20161004-12b472e_GH0.tar.gz) = 8aabcc8a1665686dfb72e74b30b6f755a72b5e5577e235dad6c1c6d28dc79637 SIZE (popcornmix-omxplayer-20161004-12b472e_GH0.tar.gz) = 1218679 +SHA256 (96800576209b.patch) = d1bdcf27c4f4ab9b9d85ee26d126b3eb62af827498860d3e9c430f111708bb8e +SIZE (96800576209b.patch) = 3484