From owner-svn-ports-all@freebsd.org Thu Feb 9 18:16:27 2017 Return-Path: Delivered-To: svn-ports-all@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 AD867CD3E6F; Thu, 9 Feb 2017 18:16:27 +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 mx1.freebsd.org (Postfix) with ESMTPS id 772F619D5; Thu, 9 Feb 2017 18:16:27 +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 v19IGQZe093443; Thu, 9 Feb 2017 18:16:26 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v19IGQGb093442; Thu, 9 Feb 2017 18:16:26 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702091816.v19IGQGb093442@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 9 Feb 2017 18:16:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433763 - head/multimedia/mpv 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.23 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: Thu, 09 Feb 2017 18:16:27 -0000 Author: jbeich Date: Thu Feb 9 18:16:26 2017 New Revision: 433763 URL: https://svnweb.freebsd.org/changeset/ports/433763 Log: multimedia/mpv: force rebuild after r433759 $ mpv --no-config /path/to/foo.mp4 ffmpeg library versions: libavutil 55.34.100 (runtime 55.34.101) libavcodec 57.64.101 libavformat 57.56.100 (runtime 57.56.101) libswscale 4.2.100 libavfilter 6.65.100 libswresample 2.3.100 ffmpeg version: 3.2.3 mpv was compiled against a different version of FFmpeg/Libav than the shared library it is linked against. This is most likely a broken build and could result in misbehavior and crashes. mpv does not support this configuration and will not run - rebuild mpv instead. Exiting... (Fatal error) Modified: head/multimedia/mpv/Makefile (contents, props changed) Modified: head/multimedia/mpv/Makefile ============================================================================== --- head/multimedia/mpv/Makefile Thu Feb 9 18:11:13 2017 (r433762) +++ head/multimedia/mpv/Makefile Thu Feb 9 18:16:26 2017 (r433763) @@ -4,7 +4,7 @@ PORTNAME= mpv PORTVERSION= 0.23.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= multimedia audio