[MacPorts] #25447: Update ffmpeg to 0.6
#25447: Update ffmpeg to 0.6 --------------------------------+------------------------------------------- Reporter: ocroquette@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: --------------------------------+------------------------------------------- This is the Portfile for ffmpeg 0.6 (only 0.5 is currently available in MacPorts). It was a straight-forward update. The patches don't seem to be necessary anymore, they can be deleted. -- Ticket URL: <http://trac.macports.org/ticket/25447> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25447: Update ffmpeg to 0.6 --------------------------------+------------------------------------------- Reporter: ocroquette@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: --------------------------------+------------------------------------------- Comment(by JensErikWeber@…): I did the same today, but then I watched the matches Germany-England and Argentia-Mexico. :-) I have no clue which is the right correction of the version number in patch-libswscale-swscale.h.diff, that were present in the old patch files, or if it's useful at all, so, I just changed patch- libswscale-swscale.h.diff in a way that only the major version number is changed from 0 to 1 like in the old patch file. and I kicked out the other 2 patches, because in the new distribution files these version numbers were the same like in the old patched ones. Please correct it if it's wrong. I deleted "--disable-vhook" as this configuration is not available in the new config file. Jens -- Ticket URL: <http://trac.macports.org/ticket/25447#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25447: Update ffmpeg to 0.6 --------------------------------+------------------------------------------- Reporter: ocroquette@… | Owner: devans@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: ffmpeg --------------------------------+------------------------------------------- Changes (by jmr@…): * owner: macports-tickets@… => devans@… * version: 1.9.1 => * port: => ffmpeg Comment: Please remember to fill in the Port field and cc the maintainer. -- Ticket URL: <http://trac.macports.org/ticket/25447#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25447: Update ffmpeg to 0.6 --------------------------------+------------------------------------------- Reporter: ocroquette@… | Owner: devans@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: ffmpeg --------------------------------+------------------------------------------- Comment(by manphiz@…): When ticket #25055 is solved, ffmpeg can be configured to build with libvpx support, aka vp8/webm. Proposed patch is attached, which adds a variant for vpx. -- Ticket URL: <http://trac.macports.org/ticket/25447#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25447: Update ffmpeg to 0.6 --------------------------------+------------------------------------------- Reporter: ocroquette@… | Owner: devans@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: ffmpeg --------------------------------+------------------------------------------- Comment(by myschizobuddy@…): When will this be final. -- Ticket URL: <http://trac.macports.org/ticket/25447#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25447: Update ffmpeg to 0.6 --------------------------------+------------------------------------------- Reporter: ocroquette@… | Owner: devans@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: ffmpeg --------------------------------+------------------------------------------- Comment(by dersh@…): This update is failing for me on a G5 with OS 10.5 But it does work on an Macbook Pro with 10.6. Here is the error that I get: {{{ ---> Fetching ffmpeg ---> Attempting to fetch ffmpeg-0.6.tar.bz2 from http://distfiles.macports.org/ffmpeg ---> Verifying checksum(s) for ffmpeg ---> Extracting ffmpeg ---> Applying patches to ffmpeg ---> Configuring ffmpeg ---> Building ffmpeg Error: Target org.macports.build returned: shell command failed Log for ffmpeg is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_ffmpeg/main.log Error: Unable to upgrade port: 1 To report a bug, see <http://guide.macports.org/#project.tickets> }}} I will also attach the log file. Thanks, --Adam -- Ticket URL: <http://trac.macports.org/ticket/25447#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25447: Update ffmpeg to 0.6 --------------------------------+------------------------------------------- Reporter: ocroquette@… | Owner: devans@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: ffmpeg --------------------------------+------------------------------------------- Comment(by dave.evans55@…): Replying to [comment:6 dersh@…]:
This update is failing for me on a G5 with OS 10.5 But it does work on an Macbook Pro with 10.6. Here is the error that I get:
The patch in #25803 fixes this problem with {{{ texi2html }}}. I applied the intention of the patch rather than applying the patch itself, as the line numbers were different. -- Ticket URL: <http://trac.macports.org/ticket/25447#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25447: Update ffmpeg to 0.6 --------------------------------+------------------------------------------- Reporter: ocroquette@… | Owner: devans@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: ffmpeg --------------------------------+------------------------------------------- Comment(by dersh@…): I don't understand. Does that mean that you have applied that patch so it should now build? Because I just tried again and it still doesn't build. Or are we waiting for someone to apply that patch to macports? Or are you saying that you applied it locally on your machine and it worked so I should try that? Sorry for the confusion. -- Ticket URL: <http://trac.macports.org/ticket/25447#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25447: Update ffmpeg to 0.6 --------------------------------+------------------------------------------- Reporter: ocroquette@… | Owner: devans@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: ffmpeg --------------------------------+------------------------------------------- Comment(by dave.evans55@…): Replying to [comment:9 dersh@…]:
I don't understand. Does that mean that you have applied that patch so it should now build? Because I just tried again and it still doesn't build. Or are we waiting for someone to apply that patch to macports? Or are you saying that you applied it locally on your machine and it worked so I should try that? Sorry for the confusion.
Sorry, I did not explain very well. I don't have Macports commit privileges so cannot affect what you download. What I did: 1. Synchronised my Portfiles with Macports 2. {{{sudo port upgrade ffmpeg}}} 3. It stopped with an error. I searched for bug reports and found #25803 4. I applied the patch by editing by hand to the Makefile in the build directory {{{ /opt/local/var/macports/build/*ffmpeg/work/ffmpeg-0.6/Makefile }}} I did not use the {{{patch}} program. The affected line is line 110. Remove the -monolithic and -number options. We are waiting for a commiter to apply the official patch. -- Ticket URL: <http://trac.macports.org/ticket/25447#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25447: Update ffmpeg to 0.6 --------------------------------+------------------------------------------- Reporter: ocroquette@… | Owner: devans@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: ffmpeg --------------------------------+------------------------------------------- Comment(by dersh@…): Thank you. That did the job. -- Ticket URL: <http://trac.macports.org/ticket/25447#comment:11> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25447: Update ffmpeg to 0.6 ---------------------------------+------------------------------------------ Reporter: ocroquette@… | Owner: devans@… Type: update | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: Port: ffmpeg | ---------------------------------+------------------------------------------ Changes (by raimue@…): * status: new => closed * resolution: => fixed Comment: Support for WebM with libvpx added in r70186. -- Ticket URL: <http://trac.macports.org/ticket/25447#comment:12> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts