[Bug 215680] multimedia/qt5-phonon4-vlc
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Dec 31 06:56:02 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215680
Bug ID: 215680
Summary: multimedia/qt5-phonon4-vlc
Product: Ports & Packages
Version: Latest
Hardware: i386
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: kde at FreeBSD.org
Reporter: manny at computer.org
Assignee: kde at FreeBSD.org
Flags: maintainer-feedback?(kde at FreeBSD.org)
Created attachment 178413
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=178413&action=edit
Patch to add Q_OS_FREEBSD to bypass bad argument passed to vlc
A message appears when multimedia/minitube starts:
"Phonon's VLC backend failed to start. This usually means a problem with your
VLC installation, please report a bug with your distribution."
When starting minitube from the terminal the following messages appear in the
terminal:
"vlc: unknown option or missing mandatory argument `--no-one-instance'
Try `vlc --help' for more information.
PHONON-VLC [FATAL__] libVLC: could not initialize
PHONON-VLC [FATAL__] Phonon::VLC::vlcInit: Failed to initialize VLC"
It seems that VLC does not accept the argument '--no-one-instance' in FreeBSD.
I patched libvlc.cpp (attached) to add Q_OS_FREEBSD alongside Q_OS_MAC in order
to not try to pass the above mentioned argument to VLC.
I rebuilt with the patch in "files" and it works well now.
---
uname -a
FreeBSD x40 10.3-STABLE FreeBSD 10.3-STABLE #1 r305368: Sun Sep 4 09:45:56 EDT
2016 root at x40:/usr/obj/usr/src/sys/MYKE i386
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list