Cfourcc version 0.1.2 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    cfourcc  most recent diff


    version 0.1.2

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


      # -*- 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 cfourcc Portfile 36131 2008-04-19 04:01:41Z jmr macports.org $

      PortSystem 1.0

      Name: cfourcc
      Version: 0.1.2
      Category: multimedia
      Maintainers: avc-cvut.cz:petr.vacek
      Description: change avi fourcc codes
      Long Description: Command-line utility for changing FOURCC codes in AVI files
      Homepage: http://sarovar.org/projects/gfourcc/
      Platform: darwin
      Master Sites: http://sarovar.org/frs/download.php/551/
      Checksums: md5 50e68cd5e0ea96574cab7e36595b9ad9 sha1 3af3a67986342ea29dc65c2106aff89e2cea58aa
      worksrcdir cfourcc
      use_configure no
      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/bin
      xinstall -m 755 ${worksrcpath}/cfourcc ${destroot}${prefix}/bin
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath} AUTHORS BUGS COPYING ChangeLog README TIPS TODO codeclist.txt ${destroot}${prefix}/share/doc/${name}
      }

    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/cfourcc
      % sudo port install cfourcc
      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 cfourcc
      ---> Verifying checksum for cfourcc
      ---> Extracting cfourcc
      ---> Configuring cfourcc
      ---> Building cfourcc with target all
      ---> Staging cfourcc into destroot
      ---> Installing cfourcc
    - 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 cfourcc with these commands:
      %  man cfourcc
      % apropos cfourcc
      % which cfourcc
      % locate cfourcc

     Where to find more information:

    Darwin Ports



    Lightbox this page.