Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Dec 2013 20:45:38 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336663 - in head/multimedia/mplayer: . files
Message-ID:  <201312162045.rBGKjcSE011201@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Mon Dec 16 20:45:37 2013
New Revision: 336663
URL: http://svnweb.freebsd.org/changeset/ports/336663

Log:
  Fix a problem with the control applet and playbar.
  
  Submitted by:	bar
  Approved by:	maintainer

Added:
  head/multimedia/mplayer/files/patch-gui_ws_ws.c   (contents, props changed)
Modified:
  head/multimedia/mplayer/Makefile

Modified: head/multimedia/mplayer/Makefile
==============================================================================
--- head/multimedia/mplayer/Makefile	Mon Dec 16 20:32:12 2013	(r336662)
+++ head/multimedia/mplayer/Makefile	Mon Dec 16 20:45:37 2013	(r336663)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mplayer
 PORTVERSION=	${MPLAYER_PORT_VERSION}
-PORTREVISION=	0
+PORTREVISION=	1
 
 COMMENT=	High performance media player supporting many formats
 

Added: head/multimedia/mplayer/files/patch-gui_ws_ws.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/mplayer/files/patch-gui_ws_ws.c	Mon Dec 16 20:45:37 2013	(r336663)
@@ -0,0 +1,10 @@
+--- gui/wm/ws.c.orig	2013-08-03 00:42:05.000000000 +0200
++++ gui/wm/ws.c	2013-12-16 10:13:26.000000000 +0100
+@@ -1322,6 +1322,7 @@
+         win->xImage->data     = win->Shminfo.shmaddr;
+         win->Shminfo.readOnly = False;
+         XShmAttach(wsDisplay, &win->Shminfo);
++	XSync(wsDisplay, False);
+         shmctl(win->Shminfo.shmid, IPC_RMID, 0);
+     } else
+ #endif



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