Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jul 2015 17:18:13 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391260 - in head/multimedia/mpv: . files
Message-ID:  <201507031718.t63HIDAr030568@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Jul  3 17:18:13 2015
New Revision: 391260
URL: https://svnweb.freebsd.org/changeset/ports/391260

Log:
  - Switch from multimedia/ffmpeg26 to multimedia/ffmpeg
  
  PR:		201295
  Submitted by:	cpm@fbsd.es (maintainer)

Deleted:
  head/multimedia/mpv/files/
Modified:
  head/multimedia/mpv/Makefile

Modified: head/multimedia/mpv/Makefile
==============================================================================
--- head/multimedia/mpv/Makefile	Fri Jul  3 17:16:45 2015	(r391259)
+++ head/multimedia/mpv/Makefile	Fri Jul  3 17:18:13 2015	(r391260)
@@ -4,6 +4,7 @@
 PORTNAME=	mpv
 PORTVERSION=	0.9.2
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	multimedia audio
 MASTER_SITES=	http://ftp.waf.io/pub/release/:1 \
@@ -16,7 +17,7 @@ COMMENT=	Free and open-source general-pu
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	libavcodec26.so:${PORTSDIR}/multimedia/ffmpeg26 \
+LIB_DEPENDS=	libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \
 		libass.so:${PORTSDIR}/multimedia/libass \
 		libdvdread.so:${PORTSDIR}/multimedia/libdvdread \
 		libdvdnav.so:${PORTSDIR}/multimedia/libdvdnav
@@ -32,7 +33,7 @@ USE_XORG=	x11 xv xxf86vm
 USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes
 
-CPPFLAGS+=	-I.. -I${LOCALBASE}/include/ffmpeg26 -I${LOCALBASE}/include
+CPPFLAGS+=	-I.. -I${LOCALBASE}/include/ffmpeg -I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 CONFIGURE_ARGS=	--prefix=${PREFIX} \



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