From owner-freebsd-multimedia@FreeBSD.ORG Fri Mar 27 10:37:19 2015 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E3DDA866; Fri, 27 Mar 2015 10:37:19 +0000 (UTC) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "relay.issp.ac.ru", Issuer "relay.issp.ac.ru" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 649EFB79; Fri, 27 Mar 2015 10:37:18 +0000 (UTC) Received: from mercury.issp.ac.ru [77.236.34.155:35709] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id t2RAbO1u092377 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-GCM-SHA384 (256 bits), verified NO) Fri, 27 Mar 2015 13:37:25 +0300 (MSK) X-Authentication-Warning: mail.issp.ac.ru: Host mercury.issp.ac.ru [77.236.34.155] claimed to be mercury.ph.man.ac.uk From: Max Brazhnikov To: Juergen Lock Subject: Re: [kde-freebsd] Phonon-vlc crashing Date: Fri, 27 Mar 2015 10:37:01 +0000 Message-ID: <1520354.Xokst3Fcuj@mercury.ph.man.ac.uk> User-Agent: KMail/4.14.3 (FreeBSD/10.1-STABLE; KDE/4.14.3; amd64; ; ) In-Reply-To: <20150325211604.GA41638@enceladus10.kn-bremen.de> References: <2457539.8gMhrCuPtU@dragon.local> <20150325192639.GA39273@enceladus10.kn-bremen.de> <20150325211604.GA41638@enceladus10.kn-bremen.de> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: kde-freebsd@kde.org, Schaich Alonso , David Naylor , multimedia@freebsd.org, Juergen Lock X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Mar 2015 10:37:20 -0000 On Wed, 25 Mar 2015 22:16:04 +0100 Juergen Lock wrote: > On Wed, Mar 25, 2015 at 08:26:39PM +0100, Juergen Lock wrote: > > On Wed, Mar 25, 2015 at 09:19:24AM +0000, Max Brazhnikov wrote: > > > On Tue, 24 Mar 2015 00:47:30 +0100 Schaich Alonso wrote: > > > > On Mon, 23 Mar 2015 20:38:09 +0200 > > > > David Naylor wrote: > > > > > > > > > Hi, > > > > > > > > > > I always seem to be complaining about Phonon :-(. My latest issue has been crashes in phonon-vlc (phonon-gstreamer still doesn't work). > > > > > > > > > > > > > Hi, > > > > > > > > while it seemed not to have been useful to someone else contacting the > > > > mailing list yesterday, I found either > > > > > > > > * uninstalling multimedia/phonon-vlc and reinstalling > > > > x11/kde4-workspace with gstreamer instead of vlc OPTION set, > > > > > > multimedia/phonon-gstreamer doen't work with KDE due to other problem > > > (mixing GStreamer 0.10 and 1.x). I'm working on qtwebkit23 to replace > > > qt4-webkit, which is the last GStreamer 0.10 consumer, but it'll take some > > > time. > > > > > > > > > > > or > > > > > > > > * reinstalling multimedia/vlc without it's QT5 ports OPTION > > > > workarounds the issue for me. > > > > > > This is not an option for package users. multimedia/phonon-vlc needs !Qt5 > > > version of VLC. Perhaps we need a slave port for Qt 4 VLC if multimedia@ team > > > have reasons to stick to Qt 5. > > > > > I was just taking the default that the vlc 2.2 build picked up > > (qt5), thinking that support for anything else (qt4) is deprecated > > by vlc upstream and would sooner or later bitrot anyway. > > > > But if there's a reason to have a vlc-qt4 slave port while that > > still works I'm of course not against it... > > > Does this work for you? > > https://people.freebsd.org/~nox/tmp/vlc-qt4slaveport-001.patch It works only you have no locally installed qt5-x11extras. Otherwise vlc-qt4 picks up Qt5 headers and results in linking to both Qt4 and Qt5 libraries. Max