| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 10 Jan 2026 06:14:51 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100106123519
location: https://web.archive.org/web/20100106123519/https://ffmpeg-devel.darwinports.com/
server-timing: captures_list;dur=0.542927, exclusion.robots;dur=0.039333, exclusion.robots.policy;dur=0.029664, esindex;dur=0.009557, cdx.remote;dur=69.705074, LoadShardBlock;dur=129.796734, PetaboxLoader3.datanode;dur=98.346022, PetaboxLoader3.resolve;dur=16.964696
x-app-server: wwwb-app224-dc8
x-ts: 302
x-tr: 227
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app224; path=/
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 10 Jan 2026 06:14:52 GMT
content-type: text/html
x-archive-orig-date: Wed, 06 Jan 2010 12:21:11 GMT
x-archive-orig-server: Apache
x-archive-orig-vary: Accept-Encoding
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-1
memento-datetime: Wed, 06 Jan 2010 12:35:19 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: TLA-20100106122432-00429-ia360909-c/TLA-20100106123146-00499-ia360908.us.archive.org.warc.gz
server-timing: captures_list;dur=0.484513, exclusion.robots;dur=0.017744, exclusion.robots.policy;dur=0.008378, esindex;dur=0.009504, cdx.remote;dur=5.883595, LoadShardBlock;dur=95.242258, PetaboxLoader3.datanode;dur=107.433498, PetaboxLoader3.resolve;dur=104.971573, load_resource;dur=146.348084
x-app-server: wwwb-app224-dc8
x-ts: 200
x-tr: 319
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Ffmpeg-devel version ${svn_rev} - How to Download and Install on Mac OS X
|
|||||||||
Wednesday the 6th of January, 2010 |
|||||||||
ffmpeg-devel most recent diffversion ${svn_rev}
Scroll down toward the bottom of the page to get installation instructions for ffmpeg-devel. The raw portfile for ffmpeg-devel ${svn_rev} is located here: https://ffmpeg-devel.darwinports.com/dports/multimedia/ffmpeg-devel/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/ffmpeg-devel # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 The ffmpeg-devel Portfile 60613 2009-11-16 20:39:49Z jmr PortSystem 1.0 PortGroup xcodeversion 1.0 Name: ffmpeg-devel conflicts ffmpeg set svn_rev 19824 set swscale_rev 29665 Version: ${svn_rev} Category: multimedia Maintainers: devans openmaintainer Description: Digital VCR and streaming server (new unstable API/ABI libavcodec version 52) Long Description: FFmpeg is a complete solution to record, convert and stream audio and video. It includes libavcodec, the leading audio/video codec library. FFmpeg is currently undergoing major changes in its API/ABI in libavcodec version 52. This development release reflects those changes and may break applications coded to libavcodec version 51. For the last valid revision for libavcodec version 51 (r15261) please use port ffmpeg. Homepage: https://www.ffmpeg.org/ Master Sites: distfiles Patch Files: patch-libavfilter-avfilter.h.diff patch-libswscale-Makefile.diff patch-libswscale-swscale.h.diff worksrcdir trunk use_parallel_build yes depends_build bin:svn:subversion port:gmake depends_lib port:lame port:libvorbis port:libogg port:libtheora port:dirac port:schroedinger port:faac port:faad2 port:XviD port:x264 path:lib/pkgconfig/sdl.pc:libsdl port:bzip2 port:zlib build.cmd gmake pre-fetch { if {[file isdirectory ${distpath}/${svn_rev}]} { if {![file isdirectory ${distpath}/${svn_rev}/trunk/.svn] || ![file exists ${distpath}/${svn_rev}/trunk/.complete]} { file delete -force ${distpath}/${svn_rev} } } } fetch { if {![file isdirectory ${distpath}/${svn_rev}]} { file mkdir ${distpath}/${svn_rev} system "svn co -r${svn_rev} --ignore-externals svn://svn.ffmpeg.org/ffmpeg/trunk ${distpath}/${svn_rev}/trunk" system "svn co -r${swscale_rev} svn://svn.ffmpeg.org/mplayer/trunk/libswscale ${distpath}/${svn_rev}/trunk/libswscale" system "touch ${distpath}/${svn_rev}/trunk/.complete" } } # # enable auto configure of mmx and related Intel optimizations by default # requires Xcode 3.1 or better on Leopard # minimum_xcodeversions {9 3.1} extract { file copy ${distpath}/${svn_rev}/trunk ${worksrcpath} } Platform: darwin configure.cflags-append -DHAVE_LRINTF ${configure.cppflags} configure.args --enable-nonfree --enable-gpl --enable-postproc --enable-avfilter --enable-avfilter-lavf --enable-libmp3lame --enable-libvorbis --enable-libtheora --enable-libdirac --enable-libschroedinger --enable-libfaac --enable-libfaad --enable-libxvid --enable-libx264 --mandir=${prefix}/share/man --enable-shared --enable-pthreads --disable-indevs --cc=${configure.cc} #add --enable-libopenjpeg when problems with openjpeg.h are resolved if { $build_arch != "" } { configure.args-append --arch=${build_arch} } test.run yes # # configure isn't autoconf and they do use a dep cache # universal_variant no post-destroot { file mkdir ${destroot}${prefix}/share/doc/ffmpeg file copy ${worksrcpath}/doc/APIchanges ${destroot}${prefix}/share/doc/ffmpeg file copy ${worksrcpath}/doc/TODO ${destroot}${prefix}/share/doc/ffmpeg foreach f [glob ${worksrcpath}/doc/*.txt ${worksrcpath}/doc/*.html] { file copy $f ${destroot}${prefix}/share/doc/ffmpeg } } platform darwin 10 { # ticket #20938 -- disable for 32 bit intel only if { $build_arch == "i386" } { if { ![variant_isset no_gpl] } { configure.args-delete --enable-swscale } if { ![variant_isset no_mmx] } { configure.args-append --disable-mmx --disable-mmx2 --disable-sse --disable-ssse3 --disable-amd3dnow --disable-amd3dnowext } } } Variant: no_mmx description {disable all x86 asm optimizations} { configure.args-append --disable-mmx --disable-mmx2 --disable-sse --disable-ssse3 --disable-amd3dnow --disable-amd3dnowext } Variant: no_gpl description {disallow use of GPL code, license will be LGPL if +no_nonfree is selected} { configure.args-delete --enable-gpl configure.args-delete --enable-postproc configure.args-delete --enable-swscale configure.args-delete --enable-libfaad depends_lib-delete port:faad2 configure.args-delete --enable-libx264 depends_build-delete port:x264 configure.args-delete --enable-libxvid depends_lib-delete port:XviD } Variant: no_nonfree description {disallow use of nonfree code, libraries and binaries will be redistributable under GPL/LGPL} { configure.args-delete --enable-nonfree configure.args-delete --enable-libfaac depends_lib-delete port:faac } # # make speex a variant since it requires speex version 1.2 # which is currently only available via port speex-devel # remove variant and make default when 1.2 is available in speex # Variant: speex description {enable Speex decoding via libspeex} { configure.args-append --enable-libspeex depends_lib-append path:lib/libspeex.dylib:speex-devel } pre-configure { if {[variant_isset speex]} { if {![file exists ${prefix}/lib/libspeexdsp.dylib]} { error " ******* ******* Variant speex requires port speex-devel but ******* port speex is active. Please deactivate port speex ******* and install/activate port speex-devel then try ******* again. ******* " } } } # # jack indev support is currently broken # since Darwin doesn't support memory based POSIX semaphores # only named ones # Variant: jack description {Enable jack input device support (currently broken)} { configure.args-delete --disable-indevs depends_lib-append port:jack } post-activate { if {![variant_isset no_nonfree]} { ui_msg " ******* ******* This build of ${name} includes nonfree code as follows: ******* ******* libfaac ******* ******* The following libraries and binaries may not be redistributed: ******* ******* ffmpeg ******* libavcodec ******* libavdevice ******* libavfilter ******* libavformat ******* libavutil ******* ******* To remove this restriction use variant +no_nonfree ******* " } elseif {![variant_isset no_gpl]} { ui_msg " ******* ******* This build of ${name} includes GPLed code and ******* is therefore licensed under GPL. ******* ******* The following modules are GPLed: ******* ******* postproc ******* swscale ******* libfaad ******* libx264 ******* libxvid ******* ******* To include only LGPLed code use variant +no_gpl +no_nonfree ******* " } else { ui_msg " ******* ******* This build of ${name} includes no GPLed or nonfree ******* code and is therefore licensed under LGPL. ******* " } } # #disable livecheck # livecheck.type none If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page. Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:
% cd /opt/local/bin/portslocation/dports/ffmpeg-develYou will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to: - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using ffmpeg-devel with these commands: % man ffmpeg-devel Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]()
Order Snow Leopard MacOSX 10.6 for only $29!
Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
accounting
amusements aqua archivers audio benchmarks biology blinkenlights cad chat chinese comms compression cross crypto databases devel editors education electronics emacs emulators erlang finance fonts framework fuse games genealogy gis gnome gnustep graphics gtk haskell iphone irc japanese java kde kde4 lang macports math mercurial ml mono multimedia net network news ocaml office palm parallel perl php pim project python reporting rox ruby russian scheme science security shells spelling squeak sysutils tcl tex textproc tk unicode vnc win32 wsn www x11 x11-font x11-wm xfce zope
Current SVN DownloadsDarwin Ports Current :nightly SVN snapshot SSH Key Gen See also: GNU-Darwin Ports for GNU-only software |
|||||||
| |




