Libdts version 0.0.2 - How to Download and Install on Mac OS X
Sunday the 21st of March, 2010

    version 0.0.2

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
      The libdts Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: libdts
      Version: 0.0.2
      Revision: 1
      Category: audio
      Platform: darwin
      Maintainers: nomaintainer
      Description: libdts has been replaced by libdca
      Long Description: ${description}
      Homepage: http://www.videolan.org/dtsdec.html
      Master Sites: http://debian.unnet.nl/pub/videolan/libdts/${version}

      depends_lib port:libdca

      distfiles

      build { }
      destroot {
      xinstall -d ${destroot}${prefix}/share/doc/${name}
      system "echo ${long_description} > ${destroot}${prefix}/share/doc/${name}/README.txt"
      }

      use_configure no
      universal_variant no

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.