Date: Mon, 21 Apr 2014 20:16:04 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r351706 - in branches/2014Q2/multimedia: mencoder mplayer mplayer/files Message-ID: <201404212016.s3LKG4wo010553@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Mon Apr 21 20:16:04 2014 New Revision: 351706 URL: http://svnweb.freebsd.org/changeset/ports/351706 QAT: https://qat.redports.org/buildarchive/r351706/ Log: MFH: r351544 - Bring back VPX option, thus fixing potential (de-)install dependencies - Handle UTF-8 charset properly in libvo - Bump PORTREVISION PR: ports/188657, ports/188697 Submitted by: anonymous <anonymous@gmail.com> Approved by: portmgr (antoine), jadawin (co-mentor) Added: branches/2014Q2/multimedia/mplayer/files/patch-libvo-x11_common.c - copied unchanged from r351544, head/multimedia/mplayer/files/patch-libvo-x11_common.c Modified: branches/2014Q2/multimedia/mencoder/Makefile branches/2014Q2/multimedia/mplayer/Makefile Directory Properties: branches/2014Q2/ (props changed) Modified: branches/2014Q2/multimedia/mencoder/Makefile ============================================================================== --- branches/2014Q2/multimedia/mencoder/Makefile Mon Apr 21 20:13:49 2014 (r351705) +++ branches/2014Q2/multimedia/mencoder/Makefile Mon Apr 21 20:16:04 2014 (r351706) @@ -3,7 +3,7 @@ PORTNAME= mencoder PORTVERSION= ${MPLAYER_PORT_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= Convenient video file and movie encoder Modified: branches/2014Q2/multimedia/mplayer/Makefile ============================================================================== --- branches/2014Q2/multimedia/mplayer/Makefile Mon Apr 21 20:13:49 2014 (r351705) +++ branches/2014Q2/multimedia/mplayer/Makefile Mon Apr 21 20:16:04 2014 (r351706) @@ -3,7 +3,7 @@ PORTNAME= mplayer PORTVERSION= ${MPLAYER_PORT_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= High performance media player supporting many formats @@ -14,7 +14,7 @@ OPTIONS_DEFINE= AALIB AMR_NB AMR_WB BLUR LADSPA LIBMNG LIRC LZO NAS OCFLAGS \ OPENAL OPENGL OPENJPEG OPUS OTCHAIN \ PULSEAUDIO REAL RTC RTCPU RTMP SCHROEDINGER SDL \ - SKINS SMB SVGALIB V4L VDPAU WIN32 \ + SKINS SMB SVGALIB V4L VDPAU VPX WIN32 \ X11 X11DGA X11VM XINERAMA XVIDEO XVMC OPTIONS_RADIO= RGCD Copied: branches/2014Q2/multimedia/mplayer/files/patch-libvo-x11_common.c (from r351544, head/multimedia/mplayer/files/patch-libvo-x11_common.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2014Q2/multimedia/mplayer/files/patch-libvo-x11_common.c Mon Apr 21 20:16:04 2014 (r351706, copy of r351544, head/multimedia/mplayer/files/patch-libvo-x11_common.c) @@ -0,0 +1,10 @@ +--- libvo/x11_common.c 2013-10-16 17:07:12.000000000 -0700 ++++ libvo/x11_common.c 2014-04-16 09:15:27.888658589 -0700 +@@ -430,7 +430,7 @@ + } + + // Required so that XLookupString returns UTF-8 +- if (!setlocale(LC_CTYPE, "C.UTF-8") && !setlocale(LC_CTYPE, "en_US.utf8")) ++ if (!setlocale(LC_CTYPE, "en_US.UTF-8")) + mp_msg(MSGT_VO, MSGL_WARN, "Could not find a UTF-8 locale, some keys will not be handled.\n"); + XSetErrorHandler(x11_errorhandler);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404212016.s3LKG4wo010553>