1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name gstreamermm |
---|
7 | version 0.10.9.1 |
---|
8 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
9 | categories gnome |
---|
10 | platforms darwin |
---|
11 | maintainers gmail.com:arcnorj |
---|
12 | description gstreamermm provides C++ bindings for the GStreamer streaming multimedia library |
---|
13 | long_description With gstreamermm it is possible to develop applications that work with multimedia in C++. |
---|
14 | homepage http://developer.gnome.org/gstreamermm/0.10/ |
---|
15 | master_sites gnome:sources/${name}/${branch}/ |
---|
16 | use_bzip2 yes |
---|
17 | |
---|
18 | checksums md5 cf04c3ca916d28fc30682be04cf80dc2 \ |
---|
19 | sha1 e7ccf17a354789b228614d0e49e98a1f3230a276 \ |
---|
20 | rmd160 c41a8069e46612a183159347e6a4b21f1874da8a |
---|
21 | |
---|
22 | depends_lib port:gstreamer \ |
---|
23 | port:cairomm-devel \ |
---|
24 | port:glibmm \ |
---|
25 | port:pangomm \ |
---|
26 | port:libxmlxx2 \ |
---|
27 | port:bzip2 |
---|
28 | |
---|
29 | livecheck.type regex |
---|
30 | livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ |
---|
31 | livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)} |
---|