[MacPorts] #25431: VLC: update to 1.1.0
#25431: VLC: update to 1.1.0 -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: mnick@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: VLC -------------------------------------+-------------------------------------- VLC 1.1.0 is out so the port should probably be updated to that version. -- Ticket URL: <http://trac.macports.org/ticket/25431> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25431: VLC: update to 1.1.0 -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: mnick@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: VLC -------------------------------------+-------------------------------------- Comment(by nonstop.server@…): Request to update VLC to the latest version (1.1.1) instead.[[BR]] Sources of information:[[BR]] * [http://www.videolan.org/vlc/releases/1.1.1.html Release information for version 1.1.1] * [http://www.videolan.org/developers/vlc-branch/NEWS Change log for version 1.1.1] -- Ticket URL: <http://trac.macports.org/ticket/25431#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25431: VLC: update to 1.1.1 -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: mnick@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: VLC -------------------------------------+-------------------------------------- -- Ticket URL: <http://trac.macports.org/ticket/25431#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25431: VLC: update to 1.1.2 -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: mnick@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: VLC -------------------------------------+-------------------------------------- Comment(by ryandesign@…): 1.1.2 is out. -- Ticket URL: <http://trac.macports.org/ticket/25431#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#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 -------------------------------------+-------------------------------------- Changes (by raimue@…): * cc: raimue@… (added) Comment: 1.1.3 is out. -- Ticket URL: <http://trac.macports.org/ticket/25431#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#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
#25431: VLC: update to 1.1.4.1 -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: mnick@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: VLC -------------------------------------+-------------------------------------- Comment(by ryandesign@…): 1.1.4.1 is out, is a security fix, and is apparently the version version of 1.1.x to work on PowerPC. -- Ticket URL: <https://trac.macports.org/ticket/25431#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25431: VLC: update to 1.1.4.1 -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: mnick@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: VLC -------------------------------------+-------------------------------------- Comment(by nicola.conci@…): HI, I've been trying to patch the 1.0.6 with the current patches but I receive an error. I have copied all files except for the Portfile.diff into the files folder and run {{{ patch -p0 < /<path>/Portfile.diff sudo port -D . install ... ---> Applying patches to VLC Error: Target org.macports.patch returned: shell command failed Log for VLC is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_VLC/main.log Error: Status 1 encountered during processing. }}} Am I doing right? thank for helping. -- Ticket URL: <https://trac.macports.org/ticket/25431#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25431: VLC: update to 1.1.5 -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: mnick@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: VLC -------------------------------------+-------------------------------------- -- Ticket URL: <https://trac.macports.org/ticket/25431#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25431: VLC: update to 1.1.5 -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: mnick@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: VLC -------------------------------------+-------------------------------------- Comment(by skoczko@…): Hi Guys, any news on this one? There's been quite a few OS X specific changes and bugfixes since 1.0.6 e.g new CoreText based text renderer and various interface fixes not to mention the cross-platform codec fixes (matroska, webm, h264). -- Ticket URL: <https://trac.macports.org/ticket/25431#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25431: VLC: update to 1.1.5 -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: mnick@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: VLC -------------------------------------+-------------------------------------- Comment(by ryandesign@…): 1.1.7 is out; an update to this version has been submitted in #28281. -- Ticket URL: <https://trac.macports.org/ticket/25431#comment:11> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25431: VLC: update to 1.1.5 -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: mnick@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: VLC -------------------------------------+-------------------------------------- Comment(by nonstop.server@…): 1.1.12 is out, the complete change log is available [http://www.videolan.org/developers/vlc-branch/NEWS here]. -- Ticket URL: <https://trac.macports.org/ticket/25431#comment:13> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25431: VLC: update to 1.1.5 -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: mnick@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: VLC -------------------------------------+-------------------------------------- Comment(by nonstop.server@…): VLC seems to have been updated (port version: 1.0.6, new version: 1.1.13)[[BR]] 2011-12-20 VLC 1.1.13[[BR]] VideoLAN and the VLC development team present VLC 1.1.13, a bug and security fix release. This release was necessary due to [http://www.videolan.org/security/sa1108.html a security issue in the TiVo demuxer].[[BR]] [http://download.videolan.org/pub/videolan/vlc/1.1.13/vlc-1.1.13.tar.bz2 Source code] is available. -- Ticket URL: <https://trac.macports.org/ticket/25431#comment:14> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25431: VLC: update to 1.1.5 -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: mnick@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: VLC -------------------------------------+-------------------------------------- Comment(by nonstop.server@…): VLC seems to have been updated (port version: 1.0.6, new version: 2.0.0)[[BR]] Note that there has been a license agreement change for some libraries of VLC:[[BR]] * libVLC, libVLCcore and libcompat have switched from GPL to LGPLv2.1+. -- Ticket URL: <https://trac.macports.org/ticket/25431#comment:15> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25431: VLC: update to 1.1.5 -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: mnick@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: VLC -------------------------------------+-------------------------------------- Comment(by nonstop.server@…): Hi guys, is there an update planned in the near future for the VLC port? -- Ticket URL: <https://trac.macports.org/ticket/25431#comment:16> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25431: VLC: update to 1.1.5 -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: mnick@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: VLC -------------------------------------+-------------------------------------- Comment(by nonstop.server@…): VLC seems to have been updated (port version: 1.0.6, new version: 2.0.1)[[BR]] 2012-03-19 VLC 2.0.1[[BR]] Support for MxPEG files, new features in the Mac OS X interface are part of this release, in addition to faster decoding and fixes for hundred of bugs and regression, notably for HLS, MKV, RAR, Ogg, Bluray discs and many other things. This is also a [http://www.videolan.org/security security update]. More info on the [http://www.videolan.org/vlc/releases/2.0.1.html release notes ]. -- Ticket URL: <https://trac.macports.org/ticket/25431#comment:17> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25431: VLC: update to 1.1.5 --------------------------------------+------------------------------------- Reporter: ryandesign@… | Owner: mnick@… Type: update | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Resolution: duplicate | Keywords: Port: VLC | --------------------------------------+------------------------------------- Changes (by jeremyhu@…): * status: new => closed * resolution: => duplicate Comment: #28281 -- Ticket URL: <https://trac.macports.org/ticket/25431#comment:18> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts