# -*- 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 # $Id$ PortSystem 1.0 name libdc1394 version 2.2.0 categories devel license LGPL-2.1+ platforms darwin maintainers nomaintainer description Library for Firewire IIDC Cameras long_description libdc1394 is a library that provides a complete \ high level application programming interface (API) \ for developers who wish to control IEEE 1394 based \ cameras that conform to the 1394-based Digital \ Camera Specifications (also known as the IIDC or \ DCAM Specifications). homepage http://damien.douxchamps.net/ieee1394/libdc1394/ master_sites sourceforge checksums sha1 7e831258a65e7e111a9d52d8062aec6d28a1e4c4 \ rmd160 41a8bc28824a58bcdfdbd3226adf4b0c88555574 depends_build port:pkgconfig depends_lib path:lib/pkgconfig/libusb-1.0.pc:libusb \ port:libsdl patchfiles patch-01-macosx-status.diff post-patch { reinplace "s:-lIOKit:-framework IOKit:" \ ${worksrcpath}/configure \ ${worksrcpath}/dc1394/macosx/Makefile.am \ ${worksrcpath}/dc1394/macosx/Makefile.in } configure.args --disable-examples \ --disable-sdltest livecheck.type regex livecheck.url http://sourceforge.net/projects/libdc1394/files/libdc1394-2/ livecheck.regex "(\\d+(?:\\.\\d+)*)${extract.suffix}"