From owner-svn-ports-all@FreeBSD.ORG Fri Sep 19 12:56:28 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6CF1FF21; Fri, 19 Sep 2014 12:56:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 57EBFE81; Fri, 19 Sep 2014 12:56:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8JCuSNc008148; Fri, 19 Sep 2014 12:56:28 GMT (envelope-from gblach@FreeBSD.org) Received: (from gblach@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8JCuSnK008146; Fri, 19 Sep 2014 12:56:28 GMT (envelope-from gblach@FreeBSD.org) Message-Id: <201409191256.s8JCuSnK008146@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gblach set sender to gblach@FreeBSD.org using -f From: Grzegorz Blach Date: Fri, 19 Sep 2014 12:56:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368557 - in head/multimedia/mplayer2: . files X-SVN-Group: ports-head 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.18-1 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: Fri, 19 Sep 2014 12:56:28 -0000 Author: gblach Date: Fri Sep 19 12:56:27 2014 New Revision: 368557 URL: http://svnweb.freebsd.org/changeset/ports/368557 QAT: https://qat.redports.org/buildarchive/r368557/ Log: - Fix build after recent ffmpeg update - Bump PORTREVISION Added: head/multimedia/mplayer2/files/patch-libmpdemux-demuxer.h (contents, props changed) Modified: head/multimedia/mplayer2/Makefile Modified: head/multimedia/mplayer2/Makefile ============================================================================== --- head/multimedia/mplayer2/Makefile Fri Sep 19 12:49:04 2014 (r368556) +++ head/multimedia/mplayer2/Makefile Fri Sep 19 12:56:27 2014 (r368557) @@ -2,7 +2,7 @@ PORTNAME= mplayer2 PORTVERSION= ${MPLAYER2_PORT_VERSION} -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= multimedia audio MASTER_SITES= LOCAL/gblach/ Added: head/multimedia/mplayer2/files/patch-libmpdemux-demuxer.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/mplayer2/files/patch-libmpdemux-demuxer.h Fri Sep 19 12:56:27 2014 (r368557) @@ -0,0 +1,11 @@ +--- libmpdemux/demuxer.h.orig 2014-09-19 05:04:22.000000000 +0200 ++++ libmpdemux/demuxer.h 2014-09-19 05:01:57.000000000 +0200 +@@ -121,7 +121,7 @@ + #define SEEK_BACKWARD (1 << 3) + + // demux_lavf can pass lavf buffers using FF_INPUT_BUFFER_PADDING_SIZE instead +-#define MP_INPUT_BUFFER_PADDING_SIZE 16 ++#define MP_INPUT_BUFFER_PADDING_SIZE 32 + + typedef struct demux_stream { + int buffer_pos; // current buffer position