Ticket #29442: Portfile

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