#25431: VLC: update to 1.1.3 -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: mnick@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: VLC -------------------------------------+-------------------------------------- Comment(by raimue@…): These patches make VLC 1.1.3 compile successfully, but it does not work at runtime for neither `${prefix}/bin/vlc` nor `${applications_dir}/VLC.app/Contents/MacOS/VLC`. {{{ [0x10030fce0] main libvlc error: No modules were found, refusing to start. Check that you properly gave a module path with --plugin-path. }}} Running with `-vvv` reveals more information. Apparently it is looking for `${prefix}/plugins` instead of `${prefix}/lib/vlc/plugins`. The problem seems to be that the variable `psz_vlcpath` initialized in `system_Init()` in `/src/misc/darwin_specific.c` is set to the wrong value. Also the symlink `/Applications/MacPorts/VLC.app/Contents/MacOS/plugins` seems to be wrong. -- Ticket URL: <http://trac.macports.org/ticket/25431#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS