Gst-ffmpeg version 0.10.9 - How to Download and Install on Mac OS X
Saturday the 20th of March, 2010

    gst-ffmpeg  most recent diff


    version 0.10.9

      View the most recent changes for the gst-ffmpeg port at: gst-ffmpeg.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for gst-ffmpeg.
      The raw portfile for gst-ffmpeg 0.10.9 is located here:
      http://gst-ffmpeg.darwinports.com/dports/gnome/gst-ffmpeg/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/gst-ffmpeg


      # -*- 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 gst-ffmpeg Portfile 58912 2009-10-07 04:49:52Z devans macports.org $

      PortSystem 1.0

      Name: gst-ffmpeg
      Version: 0.10.9
      Description: This is gst-ffmpeg, a set of plug-ins for GStreamer.
      Long Description: ${description}
      Maintainers: nomaintainer
      Category: gnome
      Platform: darwin
      Homepage: http://www.gnome.org/
      Master Sites: http://gstreamer.freedesktop.org/src/${name}/

      Checksums: md5 138f995ebcba966cbc3493d0550ec055 sha1 88b68958680d345ebb7b261dbabd12b5908869ef rmd160 07d0ac35a7896058b827992a07bd4f8501c0abc0

      Patch Files: patch-gst-libs_ext_ffmpeg_libavfilter_avfilter.h.diff patch-gst-libs_ext_ffmpeg_libswscale_swscale.h.diff patch-gst-libs-ext-ffmpeg-configure.diff

      depends_build port:gmake

      depends_lib port:gst-plugins-base

      universal_variant no
      use_bzip2 yes

      configure.args --mandir=${prefix}/share/man --with-ffmpeg-extra-configure="--cc=${configure.cc}"

      if {$build_arch != ""} {
      configure.args-append --with-ffmpeg-extra-configure="--arch=${build_arch}"
      }

      platform darwin 10 {
      # ticket #20938 -- disable mmx for 32 bit intel only
      if { $build_arch == "i386" } {
      configure.args-append --with-ffmpeg-extra-configure="--disable-swscale"
      configure.args-append --with-ffmpeg-extra-configure="--disable-mmx --disable-mmx2 --disable-sse --disable-ssse3 --disable-amd3dnow --disable-amd3dnowext"
      }
      }

      #
      # embedded ffmpeg code requires gmake 3.81 to build properly
      #

      build.cmd gmake

      livecheck.type regex
      livecheck.url http://gstreamer.freedesktop.org/src/${name}/
      livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"

    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/gst-ffmpeg
      % sudo port install gst-ffmpeg
      Password:
    You 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:

      ---> Fetching gst-ffmpeg
      ---> Verifying checksum for gst-ffmpeg
      ---> Extracting gst-ffmpeg
      ---> Configuring gst-ffmpeg
      ---> Building gst-ffmpeg with target all
      ---> Staging gst-ffmpeg into destroot
      ---> Installing gst-ffmpeg
    - 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 gst-ffmpeg with these commands:
      %  man gst-ffmpeg
      % apropos gst-ffmpeg
      % which gst-ffmpeg
      % locate gst-ffmpeg

     Where to find more information:

    Darwin Ports



    Lightbox this page.