# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id: Portfile 126163 2014-10-04 20:36:36Z devans@macports.org $ PortSystem 1.0 name totem-pl-parser version 3.10.3 set branch [join [lrange [split ${version} .] 0 1] .] categories gnome license LGPL-2+ maintainers devans openmaintainer description Gnome Playlist parser long_description \ totem-pl-parser is a simple GObject-based library to parse \ a host of playlist formats, as well as save those homepage https://wiki.gnome.org/Apps/Videos platforms darwin master_sites gnome:sources/${name}/${branch}/ use_xz yes checksums rmd160 316f5c385f1147fbf81275e9df89f9a23080de6c \ sha256 14512c76c7f375d8bb9e9a220afbac20be2d2eb82abee9a8986d264079a0c72f depends_build port:pkgconfig \ port:intltool \ port:gnome-common depends_lib port:libsoup \ port:libarchive \ port:libgcrypt \ port:libquvi \ port:libxml2 \ port:gmime \ port:gobject-introspection patchfiles patch-plparse-plparser.symbols.diff # update m4/intltool.m4 and autoreconf pre-configure { copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4 } use_autoreconf yes autoreconf.args -fvi configure.args --enable-introspection=yes \ --enable-libarchive \ --enable-libgcrypt \ --enable-quvi \ --disable-silent-rules livecheck.type gnome