1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name grilo-plugins |
---|
7 | version 0.2.9 |
---|
8 | license LGPL-2.1 |
---|
9 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
10 | description Framework for discovering and browsing media - Plugins. |
---|
11 | long_description Grilo is a framework for browsing and searching media \ |
---|
12 | content from various sources using a single API. |
---|
13 | |
---|
14 | maintainers gmail.com:juanrgar openmaintainer |
---|
15 | categories gnome |
---|
16 | platforms darwin |
---|
17 | homepage https://wiki.gnome.org/Grilo |
---|
18 | master_sites gnome:sources/${name}/${branch}/ |
---|
19 | |
---|
20 | use_xz yes |
---|
21 | |
---|
22 | checksums rmd160 76338353548e4bdaa0c29e5eca873f0cc49cabca \ |
---|
23 | sha256 902b839bd1cdc27613d9e44af2afe00d1ef3b7471ae72c66c622560007e1023e |
---|
24 | |
---|
25 | depends_build port:pkgconfig \ |
---|
26 | port:intltool |
---|
27 | |
---|
28 | depends_lib port:glib2 \ |
---|
29 | port:libxml2 \ |
---|
30 | port:grilo \ |
---|
31 | port:gnome-online-accounts \ |
---|
32 | port:totem-pl-parser \ |
---|
33 | port:gssdp \ |
---|
34 | port:gupnp \ |
---|
35 | port:gupnp-av \ |
---|
36 | port:libgdata \ |
---|
37 | port:liboauth \ |
---|
38 | port:sqlite3 \ |
---|
39 | port:gmime \ |
---|
40 | port:libgcrypt \ |
---|
41 | port:libdmapsharing \ |
---|
42 | port:json-glib |
---|
43 | |
---|
44 | # --enable-tracker Enable Tracker plugin (default: auto) |
---|
45 | |
---|
46 | configure.args --disable-silent-rules \ |
---|
47 | --enable-compile-warnings=no \ |
---|
48 | --disable-debug \ |
---|
49 | --enable-goa \ |
---|
50 | --enable-filesystem \ |
---|
51 | --enable-optical-media \ |
---|
52 | --enable-jamendo \ |
---|
53 | --enable-lastfm-albumart \ |
---|
54 | --enable-upnp \ |
---|
55 | --enable-youtube \ |
---|
56 | --enable-flickr \ |
---|
57 | --enable-podcasts \ |
---|
58 | --enable-bookmarks \ |
---|
59 | --enable-shoutcast \ |
---|
60 | --enable-apple-trailers \ |
---|
61 | --enable-magnatune \ |
---|
62 | --enable-metadata-store \ |
---|
63 | --enable-vimeo \ |
---|
64 | --enable-gravatar \ |
---|
65 | # --enable-tracker \ |
---|
66 | --disable-tracker \ |
---|
67 | --enable-bliptv \ |
---|
68 | --enable-raitv \ |
---|
69 | --enable-localmetadata \ |
---|
70 | --enable-dmap \ |
---|
71 | --enable-tmdb |
---|
72 | |
---|
73 | livecheck.type gnome |
---|
74 | |
---|