Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Dec 2015 12:49:23 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404351 - in head/multimedia: mencoder mplayer mplayer/files
Message-ID:  <201512241249.tBOCnNvB050395@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Thu Dec 24 12:49:23 2015
New Revision: 404351
URL: https://svnweb.freebsd.org/changeset/ports/404351

Log:
  Use ffmpeg 2.8.4 for mplayer / mencoder

Deleted:
  head/multimedia/mplayer/files/patch-ffmpeg_libavcodec_libvpxenc.c
Modified:
  head/multimedia/mencoder/Makefile
  head/multimedia/mencoder/distinfo
  head/multimedia/mplayer/Makefile
  head/multimedia/mplayer/Makefile.common
  head/multimedia/mplayer/distinfo

Modified: head/multimedia/mencoder/Makefile
==============================================================================
--- head/multimedia/mencoder/Makefile	Thu Dec 24 12:47:59 2015	(r404350)
+++ head/multimedia/mencoder/Makefile	Thu Dec 24 12:49:23 2015	(r404351)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mencoder
 PORTVERSION=	${MPLAYER_PORT_VERSION}
+PORTREVISION=	1
 CATEGORIES=	multimedia audio
 
 MAINTAINER=	riggs@FreeBSD.org

Modified: head/multimedia/mencoder/distinfo
==============================================================================
--- head/multimedia/mencoder/distinfo	Thu Dec 24 12:47:59 2015	(r404350)
+++ head/multimedia/mencoder/distinfo	Thu Dec 24 12:49:23 2015	(r404351)
@@ -1,4 +1,4 @@
-SHA256 (ffmpeg-2.8.3.tar.bz2) = 1bcf993a71839bb4a37eaa0c51daf315932b6dad6089f672294545cc51a5caf6
-SIZE (ffmpeg-2.8.3.tar.bz2) = 8576798
+SHA256 (ffmpeg-2.8.4.tar.bz2) = 83cc8136a7845546062a43cda9ae3cf0a02f43ef5e434d2f997f055231a75f8e
+SIZE (ffmpeg-2.8.4.tar.bz2) = 8579383
 SHA256 (mplayer-1.2.20151219.tar.xz) = f11d1100a1c37ec9e3e19c7698baf77871ae305ae431ec4a3dc187ca9316e4a2
 SIZE (mplayer-1.2.20151219.tar.xz) = 5167716

Modified: head/multimedia/mplayer/Makefile
==============================================================================
--- head/multimedia/mplayer/Makefile	Thu Dec 24 12:47:59 2015	(r404350)
+++ head/multimedia/mplayer/Makefile	Thu Dec 24 12:49:23 2015	(r404351)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mplayer
 PORTVERSION=	${MPLAYER_PORT_VERSION}
+PORTREVISION=	1
 CATEGORIES=	multimedia audio
 
 MAINTAINER=	riggs@FreeBSD.org

Modified: head/multimedia/mplayer/Makefile.common
==============================================================================
--- head/multimedia/mplayer/Makefile.common	Thu Dec 24 12:47:59 2015	(r404350)
+++ head/multimedia/mplayer/Makefile.common	Thu Dec 24 12:49:23 2015	(r404351)
@@ -6,7 +6,7 @@
 
 MPLAYER_SNAPSHOT_DATE=	2015-12-19
 MPLAYER_PORT_VERSION=	1.2.r${MPLAYER_SNAPSHOT_DATE:S/-//g}
-FFMPEG_VERSION=	2.8.3
+FFMPEG_VERSION=	2.8.4
 MASTER_SITES=	LOCAL/riggs/mplayer:local \
 		http://ffmpeg.org/releases/:ffmpeg
 DISTFILES+=	ffmpeg-${FFMPEG_VERSION}.tar.bz2:ffmpeg \

Modified: head/multimedia/mplayer/distinfo
==============================================================================
--- head/multimedia/mplayer/distinfo	Thu Dec 24 12:47:59 2015	(r404350)
+++ head/multimedia/mplayer/distinfo	Thu Dec 24 12:49:23 2015	(r404351)
@@ -1,4 +1,4 @@
-SHA256 (ffmpeg-2.8.3.tar.bz2) = 1bcf993a71839bb4a37eaa0c51daf315932b6dad6089f672294545cc51a5caf6
-SIZE (ffmpeg-2.8.3.tar.bz2) = 8576798
+SHA256 (ffmpeg-2.8.4.tar.bz2) = 83cc8136a7845546062a43cda9ae3cf0a02f43ef5e434d2f997f055231a75f8e
+SIZE (ffmpeg-2.8.4.tar.bz2) = 8579383
 SHA256 (mplayer-1.2.20151219.tar.xz) = f11d1100a1c37ec9e3e19c7698baf77871ae305ae431ec4a3dc187ca9316e4a2
 SIZE (mplayer-1.2.20151219.tar.xz) = 5167716



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