From owner-freebsd-multimedia@FreeBSD.ORG Fri Mar 23 17:21:40 2007 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 805E716A403 for ; Fri, 23 Mar 2007 17:21:40 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id D334E13C4CE for ; Fri, 23 Mar 2007 17:21:39 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: by nf-out-0910.google.com with SMTP id k27so1945743nfc for ; Fri, 23 Mar 2007 10:21:38 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=o8uR3V5dHUVPoXivoT3eHH5A07kT9Au97opXiG3pZ1mhhH2OqBG/2tJkAiMjW45/OP9vGWH4isO0zVFPmWh6spreZZLCWKzS6P57I5kX8vYqtHvjqtrJ98uG+uuP2F9sXKaw0T/ODnF4GCemSg4Npp2LsPbmzRjV6yz/nk+5JlY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=obP3lkWRhXzIjPIlgnlikzO+CLjghIxvxJfYReXAkL2n1B6EgAm+HLGnJ3kC7cxvyLRhOAT3brUGQaplIp/qvCic5u0X9an9Lm8Uf4s3iLfy90J86z0YeXIadkQFik54QhPYl9OUwMA+ca5r6vd0BJhG76wIXtwLg2Yep4pGeic= Received: by 10.82.107.15 with SMTP id f15mr7073350buc.1174670498342; Fri, 23 Mar 2007 10:21:38 -0700 (PDT) Received: by 10.82.115.7 with HTTP; Fri, 23 Mar 2007 10:21:33 -0700 (PDT) Message-ID: Date: Fri, 23 Mar 2007 13:21:33 -0400 From: "Michael Johnson" Sender: buhnux@gmail.com To: karol.kwiat@gmail.com In-Reply-To: <4603DA92.6030307@gmail.com> MIME-Version: 1.0 References: <4603DA92.6030307@gmail.com> X-Google-Sender-Auth: 4820bb7e069c9252 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-multimedia@freebsd.org Subject: Re: [patch] change vlc-devel to use wxgtk28 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Mar 2007 17:21:40 -0000 On 3/23/07, Karol Kwiatkowski wrote: > > Hello all, > > how about using wxgtk28 in vlc-devel port? My rationale behind this is > it's the only port installed here which relies on wxgtk26 (and > gstreamer80) so I have to have two versions of those ports installed. > > Here's the patch against current vlc-devel-0.8.6.a_3,2 port. Apart from > changing USE_WX variable it adds one patch, taken from vlc forums[1]. I > didn't bump portversion, though. I'm all for it, we really need to move multimedia/vlc-devel to multimedia/vlc I'll update vlc this weekend. Michael The ports builds and works fine on 7.0-CURRENT i386 and now it relies on: > > # pkg_info -r vlc-devel-0.8.6.a_3,2.tbz | grep -iE "wxgtk|gstreamer" > Dependency: gstreamer-0.10.12 > Dependency: gstreamer-plugins-0.10.12,3 > Dependency: wxgtk2-common-2.8.0 > Dependency: wxgtk2-unicode-2.8.0 > > Regards, > > Karol > > [1] http://forum.videolan.org/viewtopic.php?t=30193 > > -- > Karol Kwiatkowski > OpenPGP 0x06E09309 > > diff -ruN multimedia/vlc-devel.orig/Makefile multimedia/vlc-devel/Makefile > --- multimedia/vlc-devel.orig/Makefile Thu Mar 1 01:19:31 2007 > +++ multimedia/vlc-devel/Makefile Thu Mar 22 17:55:45 2007 > @@ -182,7 +182,7 @@ > .endif > > .if !defined(WITHOUT_WXGTK) > -USE_WX= 2.6 > +USE_WX= 2.8 > WX_UNICODE= yes > CONFIGURE_ARGS+=--enable-wxwidgets > .else > diff -ruN multimedia/vlc-devel.orig/files/patch-modules_gui_wxwidgets_dialogs.cpp > multimedia/vlc-devel/files/patch-modules_gui_wxwidgets_dialogs.cpp > --- multimedia/vlc-devel.orig/files/patch-modules_gui_wxwidgets_dialogs.cpp > Thu Jan 1 01:00:00 1970 > +++ > multimedia/vlc-devel/files/patch-modules_gui_wxwidgets_dialogs.cpp Fri Mar > 23 13:24:43 2007 > @@ -0,0 +1,10 @@ > +--- modules/gui/wxwidgets/dialogs.cpp > ++++ modules/gui/wxwidgets/dialogs.cpp > +@@ -380,7 +380,7 @@ > + { > + p_file_generic_dialog->SetMessage( wxU(p_arg->psz_title) ); > + p_file_generic_dialog->SetWildcard( wxU(p_arg->psz_extensions) > ); > +- p_file_generic_dialog->SetStyle( (p_arg->b_save ? wxSAVE : > wxOPEN) | > ++ p_file_generic_dialog->SetWindowStyle( (p_arg->b_save ? wxSAVE : > wxOPEN) | > + (p_arg->b_multiple ? > wxMULTIPLE:0) ); > + } > > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to " > freebsd-multimedia-unsubscribe@freebsd.org" > >