From owner-freebsd-multimedia@FreeBSD.ORG Wed Mar 25 09:23:27 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 C60CCFDF; Wed, 25 Mar 2015 09:23:27 +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 461B3E54; Wed, 25 Mar 2015 09:23:26 +0000 (UTC) Received: from mercury.issp.ac.ru [77.236.34.155:23460] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id t2P9LXs0026311 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-GCM-SHA384 (256 bits), verified NO) Wed, 25 Mar 2015 12:21:33 +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: kde-freebsd@kde.org Subject: Re: [kde-freebsd] Phonon-vlc crashing Date: Wed, 25 Mar 2015 09:19:24 +0000 Message-ID: <3829723.0YpNRoTK6L@mercury.ph.man.ac.uk> User-Agent: KMail/4.14.3 (FreeBSD/10.1-STABLE; KDE/4.14.3; amd64; ; ) In-Reply-To: <20150324004730.c10ba6eefeace81ebbb40443@fastmail.fm> References: <2457539.8gMhrCuPtU@dragon.local> <20150324004730.c10ba6eefeace81ebbb40443@fastmail.fm> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="ISO-8859-1" Cc: Juergen Lock , Schaich Alonso , David Naylor , multimedia@freebsd.org 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: Wed, 25 Mar 2015 09:23:27 -0000 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. Max