ports/130128: multimedia/vlc-devel *Fix Embedded Video*

Joseph S. Atkinson jsa at mephisto.wickedmachine.net
Sat Jan 3 09:20:02 UTC 2009


>Number:         130128
>Category:       ports
>Synopsis:       multimedia/vlc-devel *Fix Embedded Video*
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 03 09:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Joseph S. Atkinson
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:


System: FreeBSD 8.0-CURRENT #0: Mon Dec 22 20:04:21 EST 2008
    jsa at mephisto.wickedmachine.net:/usr/obj/usr/src/sys/MEPHISTO



>Description:


Through a series of mysterious circumstances, I discovered other people had embedded video working in the vlc-0.9.x series...

A little investigation revealed that it's a case of an off-by-one error...


>How-To-Repeat:


Embedded video is the default. Toggle it on and off, it makes no difference. All video pops up seperate from the control interface.


>Fix:


Drop this in multimedia/vlc-devel/files and bump PORTREVISION please.

Obtained from: RPM Fusion

--- patch-modules__gui__qt4__qt4.cpp begins here ---
diff -up vlc-0.9.8a/modules/gui/qt4/qt4.cpp.embedded vlc-0.9.8a/modules/gui/qt4/qt4.cpp
--- modules/gui/qt4/qt4.cpp.embedded	2008-12-05 02:27:20.000000000 +0100
+++ modules/gui/qt4/qt4.cpp	2008-12-05 02:27:27.000000000 +0100
@@ -213,7 +213,7 @@ vlc_module_begin();
 
         set_callbacks( OpenDialogs, Close );
 
-#if 0
+#if 1
     add_submodule();
         set_capability( "vout window", 50 );
         set_callbacks( WindowOpen, WindowClose );
--- patch-modules__gui__qt4__qt4.cpp ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list