# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0

name                mp3splt-gtk
version             0.9.2
revision            0
checksums           rmd160  14cf17ceb82847f68182319f1e844790485d4bca \
                    sha256  2084cc942b5d1aa6ff74848a41d05cb37876cbc74dfdc341ceb424c763887650 \
                    size    1070580

categories          audio
license             GPL-2+
maintainers         {ryandesign @ryandesign} openmaintainer

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:project/mp3splt/${name}/${version}

depends_build       port:pkgconfig

depends_lib         port:gnome-doc-utils \
                    port:gstreamer1 \
                    path:lib/pkgconfig/gtk+-3.0.pc:gtk3 \
                    port:libmp3splt

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

livecheck.url       ${homepage}mp3splt_page/downloads.php
livecheck.regex     /${name}-(\[0-9a-z.\]+)${extract.suffix}
