Commits
Craig Treleaven authored 4e06803b73a
1 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 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup github 1.0 |
5 5 | PortGroup cxx11 1.1 |
6 6 | PortGroup cmake 1.0 |
7 7 | |
8 - | github.setup Pulse-Eight libcec 4.0.2 libcec- |
8 + | github.setup Pulse-Eight libcec 4.0.4 libcec- |
9 9 | |
10 10 | categories multimedia |
11 11 | license {GPL-2+ OpenSSLException} |
12 12 | maintainers {ctreleaven @ctreleaven} openmaintainer |
13 13 | description USB CEC Adapter communication Library |
14 14 | long_description libCEC, in combination with the right hardware, permits control of \ |
15 15 | other devices with the TV remote control via existing HDMI cabling |
16 16 | platforms darwin |
17 17 | homepage http://libcec.pulse-eight.com/ |
18 18 | |
19 - | checksums md5 a1a314b9451a381107d9921ab0ba429b \ |
20 - | sha1 def30d8c40537f5accdb2ad3e68823099af94645 \ |
21 - | rmd160 5aabb1c647244b070064f9dc3f16b7b64e997ca5 \ |
22 - | sha256 6a67dac0345e125011cc708070fbe6c018d68de94a9726ead34c0c2ab94e943e |
19 + | checksums md5 a5c9f91b386d2056f7b93f8d57ca5d74 \ |
20 + | sha1 e6e7bcfdffaf84d44b357df54fc23d5244d907a0 \ |
21 + | rmd160 2482629d5996081e735f3ba1910c6d710afe9889 \ |
22 + | sha256 7a5e03e851c13931a7edea1191ce77ec2d976b9640062586d0e687c2653a99ba \ |
23 + | size 345014 |
23 24 | |
24 25 | depends_build-append \ |
25 26 | port:pkgconfig \ |
26 27 | port:swig-python |
27 28 | |
28 29 | depends_lib port:ncurses \ |
29 30 | port:p8-platform \ |
30 - | port:python34 \ |
31 + | port:python37 \ |
31 32 | port:xorg-libX11 \ |
32 33 | port:xorg-libXrandr |
33 34 | |
34 35 | cmake.out_of_source yes |
35 36 | |
36 37 | configure.args-append -DHAVE_RANDR=On |
37 38 | |
38 39 | set docdir ${prefix}/share/doc/${name} |
39 40 | |
40 41 | post-destroot { |