From owner-freebsd-multimedia@freebsd.org Mon Dec 5 00:01:38 2016 Return-Path: Delivered-To: freebsd-multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAEF6C6739E for ; Mon, 5 Dec 2016 00:01:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id D4AF6F65 for ; Mon, 5 Dec 2016 00:01:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id D3F76C6739D; Mon, 5 Dec 2016 00:01:38 +0000 (UTC) Delivered-To: multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3952C6739C for ; Mon, 5 Dec 2016 00:01:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 AB039F63 for ; Mon, 5 Dec 2016 00:01:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uB501baF018998 for ; Mon, 5 Dec 2016 00:01:38 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 207547] [exp-run] Update ffmpeg to 3.2 Date: Mon, 05 Dec 2016 00:01:38 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Dec 2016 00:01:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207547 --- Comment #51 from Jan Beich (mail not working) --- Comment on attachment 177651 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D177651 svn diff to ffmpeg 3.2.1 > -USES=3D compiler:c11 cpe gmake perl5 pkgconfig tar:bzip2 shebangfix > +USES=3D compiler cpe gmake perl5 pkgconfig tar:bzip2 shebangfix What's the rationale for backing out ports r425640? > -OPTIONS_DEFINE=3D AACPLUS ALSA AMR_NB AMR_WB ASS BS2B CACA CDIO CELT DC1= 394 \ > +OPTIONS_DEFINE=3D ALSA AMR_NB AMR_WB ASS BS2B CACA CDIO CELT CHROMAPRINT= DC1394 \ Did you actually review upstream changes to configure during updates? One of the following already has a port: --enable-libebur128 enable libebur128 for EBU R128 measurement, needed for loudnorm filter [no] --enable-libopenmpt enable decoding tracked files via libopenmpt [= no] > + @${REINPLACE_CMD} -E \ > + -e 's|#include + ${WRKSRC}/ffplay.c \ > + ${WRKSRC}/libavdevice/opengl_enc.c \ > + ${WRKSRC}/libavdevice/sdl2.c What's the rationale for keeping this cruft? "sdl2-config --cflags" already includes path to where the correct SDL.h is located. > +- sizeof(rtsp_st->sdp_ip), [...] > + sizeof(rtsp_st->sdp_ip), Nop change. Rebase to avoid + line by adjusting whitespace to be consistent with the rest of the file. > +--include $(SRC_PATH)/tests/checkasm/$(ARCH)/Makefile > ++-include $(SRC_PATH)/tests/checkasm/$(FFMPEG_ARCH)/Makefile Patching source to work around Mk/bsd.port.mk bug doesn't make sense. Define NOPRECIOUSMAKEVARS=3D1 then drop all $(FFMPEG_ARCH) hacks. > +%%OPENCL%%include/libavutil/opencl.h > include/libavcodec/avcodec.h Sort as if %%FOO%% lines were all expanded to "" i.e., put %%OPENCL%% to wh= ere it was. --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.=