Download and Install libebml version 0.7.7 on Mac OS X
Thursday the 28th of August, 2008

    libebml  most recent diff


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



      # $Id: Portfile 32611 2008-01-09 07:41:42Z pguyot kallisys.net $

      PortSystem 1.0
      Name: libebml
      Version: 0.7.7
      Category: textproc
      Maintainers: pguyot kallisys.net
      Description: EBML (Extensible Binary Meta Language), sort of binary version of XML.
      Long Description: EBML (Extensible Binary Meta Language), a binary derivative of XML. EBML enables the Matroska Development Team to gain significant advantages in terms of future format extensibility, without breaking file support in old parsers.
      Homepage: http://www.matroska.org/
      Platform: darwin
      master_sites http://dl.matroska.org/downloads/${name}/
      checksums md5 7c8456a50fd82c1c9755917d0182c49e sha1 e79f98968c8566c95637616c4419697e0adbecca rmd160 d42ec6606a16cc9b38cff501e14929853136fa0b
      use_bzip2 yes

      post-extract {
      system "cd ${worksrcpath}/make && cp -R linux darwin"
      }

      configure {}

      build.dir ${worksrcpath}/make/darwin
      build.args prefix=${prefix}

      # We need -p for install because ld will ask for ranlib if the modification date changes.
      destroot.args INSTALL_OPTS_LIB='-m 644 -p'
      destroot.destdir prefix=${destroot}${prefix}

      # livecheck.
      livecheck.check regex
      livecheck.url http://www.bunkus.org/videotools/mkvtoolnix/source.html
      livecheck.regex ${name} (\[0-9.\]+)

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

     Where to find more information:

    Darwin Ports



    image test