Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Dec 2016 06:56:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 215680] multimedia/qt5-phonon4-vlc
Message-ID:  <bug-215680-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215680

            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@FreeBSD.org
          Reporter: manny@computer.org
          Assignee: kde@FreeBSD.org
             Flags: maintainer-feedback?(kde@FreeBSD.org)

Created attachment 178413
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D178413&action=
=3Dedit
Patch to add Q_OS_FREEBSD to bypass bad argument passed to vlc

A message appears when multimedia/minitube starts:=20

"Phonon's VLC backend failed to start. This usually means a problem with yo=
ur
VLC installation, please report a bug with your distribution."


When starting minitube from the terminal the following messages appear in t=
he
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 FreeB=
SD.

I patched libvlc.cpp (attached) to add Q_OS_FREEBSD alongside Q_OS_MAC in o=
rder
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@x40:/usr/obj/usr/src/sys/MYKE  i386

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215680-13>