# $Id: Portfile 62560 2010-01-11 04:32:34Z macsforever2000@macports.org $

PortSystem          1.0

name                mp3splt-gtk
version             0.5.7a
revision            1
categories          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 is useful to split large mp3/ogg to make smaller files or \
    to split entire albums to obtain original tracks.

platforms           darwin

homepage            http://mp3splt.sourceforge.net/

master_sites        sourceforge
master_sites.mirror_subdir \
                    mp3splt
                    
checksums           md5 932eed8faf227e5f53dad3f3afba9bdf

depends_lib         port:gstreamer \
                    port:gtk2 \
                    port:libmp3splt \
                    port:gst-plugins-base

configure.args      --disable-audacious \
                    --enable-gstreamer
