ports/118104: [PATCH] multimedia/vlc - volume bar position almost inaccessible

Mark Kane mark at mkproductions.org
Sat Nov 17 21:10:01 UTC 2007


>Number:         118104
>Category:       ports
>Synopsis:       [PATCH] multimedia/vlc - volume bar position almost inaccessible
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 17 21:10:00 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Mark Kane
>Release:        FreeBSD 6.2-STABLE amd64
>Organization:
MKProductions 
>Environment:


System: FreeBSD 6.2-STABLE #12: Mon May 14 20:33:47 CDT 2007
    mixx941 at amd64.localhost:/usr/obj/usr/src/sys/AMD645200



>Description:


Hi.

The VLC port experiences a problem with the volume bar position. It is positioned way up in the VLC window and is almost inaccessible. It looks like this screenshot on the VLC forums:

http://forum.videolan.org/viewtopic.php?f=13&t=40525

Following the instructions there to use wxgtk2.6 instead of 2.8 solved the problem for me on two different FreeBSD machines, so included is a patch to fix this in the tree.

Thanks!

-Mark


>How-To-Repeat:


1. Install multimedia/vlc
2. Launch the program and try to use the volume bar

Users on the FreeBSD mailing lists have confirmed this problem on their systems as well.


>Fix:


--- vlc-volume-bar-patch.diff begins here ---
diff -ruN --exclude=CVS vlc.bak/Makefile vlc/Makefile
--- vlc.bak/Makefile	Sat Nov 17 12:21:24 2007
+++ vlc/Makefile	Wed Nov 14 17:07:45 2007
@@ -10,7 +10,7 @@
 
 PORTNAME=	vlc
 DISTVERSION=	0.8.6c
-PORTREVISION=	5
+PORTREVISION=	6
 PORTEPOCH=	2
 CATEGORIES=	multimedia audio ipv6 net www
 MASTER_SITES=	http://download.videolan.org/pub/videolan/vlc/${DISTVERSION}/ \
@@ -173,7 +173,7 @@
 .endif
 
 .if !defined(WITHOUT_WXGTK)
-USE_WX=		2.8
+USE_WX=		2.6
 WX_UNICODE=	yes
 CONFIGURE_ARGS+=--enable-wxwidgets
 .else
--- vlc-volume-bar-patch.diff ends here ---



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



More information about the freebsd-ports-bugs mailing list