Last change
on this file was
153330,
checked in by devans@…, 19 months ago
|
totem-pl-parser: update to version 3.10.7.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.8 KB
|
Line | |
---|
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: Portfile 153330 2016-09-29 04:37:32Z devans@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup gobject_introspection 1.0 |
---|
6 | |
---|
7 | name totem-pl-parser |
---|
8 | version 3.10.7 |
---|
9 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
10 | categories gnome |
---|
11 | license LGPL-2+ |
---|
12 | maintainers devans openmaintainer |
---|
13 | description Gnome Playlist parser |
---|
14 | long_description totem-pl-parser is a simple GObject-based library to parse \ |
---|
15 | a host of playlist formats, as well as save those |
---|
16 | |
---|
17 | homepage https://wiki.gnome.org/Apps/Videos |
---|
18 | platforms darwin |
---|
19 | master_sites gnome:sources/${name}/${branch}/ |
---|
20 | |
---|
21 | use_xz yes |
---|
22 | |
---|
23 | checksums rmd160 77c737a7f4ad2450c71239ddc3709b34ddde496b \ |
---|
24 | sha256 9c8285bc3131faa309d5cba5a919d5166abc2b8cc5a0c850fe861be8b14e089c |
---|
25 | |
---|
26 | depends_build port:pkgconfig \ |
---|
27 | port:intltool \ |
---|
28 | port:gtk-doc \ |
---|
29 | port:gnome-common \ |
---|
30 | port:autoconf \ |
---|
31 | port:automake \ |
---|
32 | port:libtool |
---|
33 | |
---|
34 | depends_lib port:libsoup \ |
---|
35 | port:libarchive \ |
---|
36 | port:libgcrypt \ |
---|
37 | port:libquvi \ |
---|
38 | port:libxml2 \ |
---|
39 | port:gmime |
---|
40 | |
---|
41 | gobject_introspection yes |
---|
42 | |
---|
43 | patchfiles patch-plparse-plparser.symbols.diff |
---|
44 | |
---|
45 | # reconfigure using upstream autogen.sh for intltool 0.51 compatibility |
---|
46 | |
---|
47 | post-patch { |
---|
48 | xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath} |
---|
49 | } |
---|
50 | |
---|
51 | configure.cmd ./autogen.sh |
---|
52 | |
---|
53 | configure.args --enable-libarchive \ |
---|
54 | --enable-libgcrypt \ |
---|
55 | --enable-quvi \ |
---|
56 | --disable-silent-rules |
---|
57 | |
---|
58 | livecheck.type gnome |
---|
Note: See
TracBrowser
for help on using the repository browser.