Download and Install libdv version 1.0.0 on Mac OS X
Sunday the 27th of July, 2008

    libdv  most recent diff


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



      # $Id: Portfile 28543 2007-09-03 11:55:42Z mww macports.org $

      PortSystem 1.0
      Name: libdv
      Version: 1.0.0
      Category: multimedia
      Maintainers: filippo.natali gmail.com
      Platform: darwin
      Description: Quasar DV codec (libdv): software codec for DV video encoding format
      Long Description: The Quasar DV codec (libdv) is a software codec for DV video, the encoding format used by most digital camcorders, typically those that support the IEEE 1394 (a.k.a. FireWire or i.Link) interface. Libdv was developed according to the official standards for DV video: IEC 61834 and SMPTE 314M.

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

      checksums md5 f895162161cfa4bb4a94c070a7caa6c7

      depends_lib port:popt

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

      configure.ldflags-append "-flat_namespace -undefined suppress"

      platform darwin i386 {
      configure.args-append --disable-asm
      }

      Variant: gtk {
      configure.args-delete --disable-gtktest --disable-gtk
      depends_lib-append port:gtk1
      }

      Variant: sdl {
      configure.args-delete --disable-sdltest
      configure.args-append --enable-sdl
      depends_lib-append port:libsdl
      }

      Variant: pal {
      configure.args-append --with-pal-yuv
      }

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

     Where to find more information:

    Darwin Ports



    image test