Download and Install mjpegtools version 1.6.2 on Mac OS X
Tuesday the 2nd of December, 2008

    mjpegtools  most recent diff


    version 1.6.2

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



      # $Id: Portfile 34125 2008-02-14 19:20:15Z gui_dos macports.org $

      PortSystem 1.0

      Name: mjpegtools
      Version: 1.6.2
      revision 2
      Category: multimedia
      Maintainers: filippo.natali gmail.com
      Platform: darwin
      Description: Set of tools to record/playback/edit videos in MPEG format
      Long Description: Programs for MJPEG recording and playback and simple cut-and-paste editing and MPEG compression of audio and video.

      Homepage: http://mjpeg.sourceforge.net/
      master_sites sourceforge:mjpeg

      checksums md5 01c0120b0182de67f182ef99ad855daa

      depends_build port:libtool
      depends_lib lib:libpng:libpng lib:libjpeg:jpeg

      patch.pre_args -p1

      configure.args --mandir=${prefix}/share/man --disable-glibtest --disable-gtktest --disable-sdltest --infodir=${prefix}/share/info

      configure.cppflags-append "-L${prefix}/lib"
      configure.cflags-append "-L${prefix}/lib"

      build.args LIBTOOL=${prefix}/bin/glibtool ASFLAGS="-f macho"

      platform darwin 7 {
      configure.compiler gcc-3.3
      }

      platform darwin 8 {
      patchfiles mjpegtools.patch
      }

      platform darwin 9 {
      patchfiles mjpegtools.patch
      }

      platform i386 {
      configure.args-append --disable-simd-accel
      }

      platform powerpc {
      configure.args-append --enable-simd-accel
      }

      Variant: gtk {
      configure.args-delete --disable-glibtest --disable-gtktest
      depends_lib-append lib:libgtk.1:gtk1
      }

      Variant: sdl {
      configure.args-delete --disable-sdltest
      depends_lib-append lib:libSDL:libsdl
      }

      Variant: libdv {
      depends_lib-append lib:libdv:libdv
      }

      Variant: pal requires libdv {
      configure.args-append --with-dv-yv12
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.