svn commit: r433763 - head/multimedia/mpv

Jan Beich jbeich at FreeBSD.org
Thu Feb 9 18:16:27 UTC 2017


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
 


More information about the svn-ports-all mailing list