svn commit: r336663 - in head/multimedia/mplayer: . files

Thierry Thomas thierry at FreeBSD.org
Mon Dec 16 20:45:38 UTC 2013


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


More information about the svn-ports-head mailing list