[MacPorts] #17415: ffmpeg port update r15943
#17415: ffmpeg port update r15943 ----------------------------------------+----------------------------------- Reporter: andrea.damore@… | Owner: acho@… Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.7.0 Keywords: ffmpeg port update | Port: ffmpeg ----------------------------------------+----------------------------------- I updated the ffmpeg port to have alac encoding support in m4a files, I dropped the default variants as liba52 is not supported anymore by configure script, ffmpeg has its own library now. Fixing this ticket could probably close #17310 too. I didn't crete patchfile, just change revision to 13, the svn revision variables to {{{ set svn_rev 15943 set swscale_svn_rev 27970 }}} and the libwscale in fetch phase to {{{ system "svn co -r${swscale_svn_rev} svn://svn.mplayerhq.hu/mplayer/trunk/libswscale ${distpath}/${svn_rev}/trunk/libswscale" }}} -- Ticket URL: <http://trac.macports.org/ticket/17415> MacPorts <http://www.macports.org/> Ports system for Mac OS
#17415: ffmpeg port update r15943 ----------------------------------------+----------------------------------- Reporter: andrea.damore@… | Owner: acho@… Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.7.0 Keywords: ffmpeg port update | Port: ffmpeg ----------------------------------------+----------------------------------- Description changed by andrea.damore@…: Old description:
I updated the ffmpeg port to have alac encoding support in m4a files, I dropped the default variants as liba52 is not supported anymore by configure script, ffmpeg has its own library now. Fixing this ticket could probably close #17310 too.
I didn't crete patchfile, just change revision to 13, the svn revision variables to {{{ set svn_rev 15943 set swscale_svn_rev 27970 }}} and the libwscale in fetch phase to {{{ system "svn co -r${swscale_svn_rev} svn://svn.mplayerhq.hu/mplayer/trunk/libswscale ${distpath}/${svn_rev}/trunk/libswscale" }}}
New description: I updated the ffmpeg port to have alac encoding support in m4a files, I dropped the default variants as liba52 is not supported anymore by configure script, ffmpeg has its own library now. Fixing this ticket could probably close #17310 too. I didn't create patchfile, you should just change * revision to 13 * svn revision variables to: {{{ set svn_rev 15943 set swscale_svn_rev 27970 }}} * and the libwscale line in fetch phase to: {{{ system "svn co -r${swscale_svn_rev} svn://svn.mplayerhq.hu/mplayer/trunk/libswscale ${distpath}/${svn_rev}/trunk/libswscale" }}} -- -- Ticket URL: <http://trac.macports.org/ticket/17415#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#17415: ffmpeg port update r15943 ----------------------------------------+----------------------------------- Reporter: andrea.damore@… | Owner: acho@… Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.7.0 Keywords: port update | Port: ffmpeg ----------------------------------------+----------------------------------- Changes (by devans@…): * keywords: ffmpeg port update => port update Comment: Leaving as is for now as updating to this svn revision breaks the previous API (libavcodec version 51) used by many other applications. SVN revision 15261 is the last revision that is API compatible. See [http://www.ffmpeg.org/] for warning dated 9/9/2008. This should be revisited when the dependent applications have been identified and verified compatible with the newer API. -- Ticket URL: <http://trac.macports.org/ticket/17415#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#17415: ffmpeg port update r15943 ----------------------------------------+----------------------------------- Reporter: andrea.damore@… | Owner: devans@… Type: enhancement | Status: assigned Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.7.0 Keywords: port update | Port: ffmpeg ----------------------------------------+----------------------------------- Changes (by devans@…): * owner: acho@… => devans@… * status: new => assigned -- Ticket URL: <http://trac.macports.org/ticket/17415#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#17415: ffmpeg port update r15943 -----------------------------------------+---------------------------------- Reporter: andrea.damore@… | Owner: devans@… Type: enhancement | Status: closed Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.7.0 Resolution: fixed | Keywords: port update Port: ffmpeg | -----------------------------------------+---------------------------------- Changes (by devans@…): * status: assigned => closed * resolution: => fixed Comment: Have committed a new port ffmpeg-devel in r46033 which implements the suggestions above. This port reflects ongoing API/ABI changes in ffmpeg trunk. Lots of new codecs but for the adventurous only as the new API is not backwardly compatible (and probably not stable yet either). Sorry this has taken so long. -- Ticket URL: <http://trac.macports.org/ticket/17415#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts