# -*- 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$ PortSystem 1.0 PortGroup compiler_blacklist_versions 1.0 name grilo-plugins version 0.2.14 license LGPL-2.1 set branch [join [lrange [split ${version} .] 0 1] .] description Framework for discovering and browsing media - Plugins. long_description Grilo is a framework for browsing and searching media \ content from various sources using a single API. maintainers juanrgar devans openmaintainer categories gnome platforms darwin homepage https://wiki.gnome.org/Grilo master_sites gnome:sources/${name}/${branch}/ use_xz yes checksums rmd160 8ec4a1f6afe2daeaa392133d3956cdf110d77d90 \ sha256 d0f18116675058c7e8c178b1fe26d6d73998a0452f85a73b1696df740c83d3ab depends_build port:pkgconfig \ port:intltool \ port:itstool \ port:yelp-tools \ port:gnome-common \ port:autoconf \ port:automake \ port:libtool depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \ port:libxml2 \ port:grilo \ port:gnome-online-accounts \ port:totem-pl-parser \ port:libgdata \ port:libmediaart \ port:liboauth \ port:sqlite3 \ port:gmime \ port:libgcrypt \ port:json-glib \ port:avahi # reconfigure using upstream autogen.sh for intltool 0.51 compatibility post-patch { xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath} } configure.cmd ./autogen.sh # blacklist compilers that do not support C11 # due to error: redefinition of typedef 'GUPnPService' # build fix for SL and earlier compiler.blacklist *gcc* {clang < 300} configure.args --disable-silent-rules \ --enable-compile-warnings=no \ --disable-debug \ --enable-goa \ --enable-filesystem \ --enable-optical-media \ --enable-jamendo \ --enable-lastfm-albumart \ --enable-youtube \ --enable-flickr \ --disable-pocket \ --enable-podcasts \ --disable-bookmarks \ --enable-shoutcast \ --enable-apple-trailers \ --enable-magnatune \ --enable-metadata-store \ --enable-vimeo \ --enable-gravatar \ --disable-tracker \ --enable-bliptv \ --enable-raitv \ --enable-localmetadata \ --disable-dmap \ --enable-tmdb \ --enable-freebox \ --disable-dleyna # --enable-pocket \ # requires goa-1.0 >= 3.11.4 # --enable-tracker \ # --enable-dmap \ # apparently there is a bug in libdmapsharing # --enable-bookmarks \ # requires gom # --enable-dleyna \ # requires python-dbusmock livecheck.type gnome