Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Feb 2017 18:16:26 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r433763 - head/multimedia/mpv
Message-ID:  <201702091816.v19IGQGb093442@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702091816.v19IGQGb093442>