Download and Install smpeg version 0.4.4 on Mac OS X
Thursday the 3rd of July, 2008

    smpeg  most recent diff


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



      # $Id: Portfile 36733 2008-05-13 13:39:04Z mww macports.org $

      PortSystem 1.0

      Name: smpeg
      Version: 0.4.4
      revision 6
      Category: multimedia
      Maintainers: mww
      Platform: darwin
      Description: a general purpose MPEG video/audio player/library
      Long Description: smpeg is a general purpose MPEG video/audio player and library programmed by Loki entertainment and others

      Homepage: http://www.lokigames.com/development/smpeg.php3
      master_sites ftp://ftp.lokigames.com/pub/open-source/smpeg/ macports macports:lt:lt freebsd
      distfiles-append ltconfig13:lt ltmain13:lt
      extract.only ${distname}${extract.suffix}

      checksums ${distname}${extract.suffix} md5 59c76ac704088ef5539210190c4e1fe3 ltconfig13 md5 ea53f42a550c9f9e653758a8ed91574e ltmain13 md5 e094ae92724c4015dbab97de151c2525

      depends_lib port:libsdl

      patchfiles patch-smpeg.h.diff patch-glmovie-tile.c.diff patch-glmovie.c.diff patch-Makefile.in.diff
      post-patch {
      file copy -force ${distpath}/ltconfig13 ${worksrcpath}/ltconfig
      file copy -force ${distpath}/ltmain13 ${worksrcpath}/ltmain.sh
      }

      configure.args --without-x --disable-gtktest --disable-gtk-player --disable-static --disable-sdltest --mandir=${prefix}/share/man --enable-shared=no

      configure.cc g++
      platform darwin 7 { configure.cc /usr/bin/g++-3.3 }
      platform darwin 8 { configure.cc /usr/bin/g++-4.0 }
      platform darwin 9 { configure.cc /usr/bin/g++-4.0 }

      set libname libsmpeg.${version}.dylib
      set ln "ln -s ${libname}"
      post-destroot {
      xinstall -m 644 ${worksrcpath}/${libname} ${destroot}${prefix}/lib
      system "cd ${destroot}${prefix}/lib && ${ln} libsmpeg.dylib && ${ln} libsmpeg.0.dylib && ${ln} libsmpeg.0.4.dylib"
      reinplace "s|library_names=\'\'|library_names=\'${libname}\'|g" ${destroot}${prefix}/lib/libsmpeg.la
      }

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

     Where to find more information:

    Darwin Ports



    image test