Download and Install mp3splt version 2.1 on Mac OS X
Wednesday the 23rd of July, 2008

    mp3splt  most recent diff


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



      # $Id: Portfile 30219 2007-10-22 22:40:35Z jmpp macports.org $

      PortSystem 1.0
      Name: mp3splt
      Version: 2.1
      revision 1
      Category: audio
      Maintainers: nomaintainer
      Description: Utility for mp3 and ogg splitting without decoding
      Long Description: mp3splt is a free command-line utility that allows you to split mp3 and ogg files from a begin time to an end time, without need of decoding and reencoding. It's useful to split large mp3/ogg to make smaller files or to split entire albums to obtain original tracks.

      Platform: darwin

      Homepage: http://mp3splt.sourceforge.net/
      master_sites sourceforge
      distname ${name}-${version}-src
      worksrcdir ${name}-${version}

      checksums md5 3c703494ee75c670c87994faf33af7d8

      depends_lib port:libmad

      default_variants +ogg

      patchfiles patch-ogg.c patch-splt.h

      configure.args --mandir=${prefix}/share/man --disable-ogg

      post-destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog README ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath}/doc man.html ${destroot}${prefix}/share/doc/${name}/${name}.html
      }

      Variant: ogg description {Enable OGG support} {
      depends_lib-append port:libogg port:libvorbis
      configure.args-delete --disable-ogg
      }


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

     Where to find more information:

    Darwin Ports



    image test