mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
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). WWW: http://damien.douxchamps.net/ieee1394/libdc1394/ PR: 133929 Submitted by: Gea-Suan Lin <gslin at gslin dot org>
This commit is contained in:
parent
2b6a5a9456
commit
beb74403b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232577
@ -122,6 +122,7 @@
|
||||
SUBDIR += kplayer
|
||||
SUBDIR += ksubeditor
|
||||
SUBDIR += ldvd
|
||||
SUBDIR += libdc1394
|
||||
SUBDIR += libdca
|
||||
SUBDIR += libdv
|
||||
SUBDIR += libdvbpsi
|
||||
|
23
multimedia/libdc1394/Makefile
Normal file
23
multimedia/libdc1394/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: libdc1394
|
||||
# Date created: 2009-04-23
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libdc1394
|
||||
PORTVERSION= 2.1.0
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= 1394-based DC Control Library
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gnomehack
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAN1= dc1394_reset_bus.1 \
|
||||
dc1394_vloopback.1
|
||||
|
||||
.include <bsd.port.mk>
|
3
multimedia/libdc1394/distinfo
Normal file
3
multimedia/libdc1394/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (libdc1394-2.1.0.tar.gz) = 51909785c8c3da6881dd983c98c0c6d6
|
||||
SHA256 (libdc1394-2.1.0.tar.gz) = 7175fd261aeb8f7ad991f6da38a1818a59ce6a14a70d4b8d754965aca6f77278
|
||||
SIZE (libdc1394-2.1.0.tar.gz) = 579429
|
6
multimedia/libdc1394/pkg-descr
Normal file
6
multimedia/libdc1394/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
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).
|
||||
|
||||
WWW: http://damien.douxchamps.net/ieee1394/libdc1394/
|
29
multimedia/libdc1394/pkg-plist
Normal file
29
multimedia/libdc1394/pkg-plist
Normal file
@ -0,0 +1,29 @@
|
||||
bin/dc1394_reset_bus
|
||||
include/dc1394/camera.h
|
||||
include/dc1394/capture.h
|
||||
include/dc1394/control.h
|
||||
include/dc1394/conversions.h
|
||||
include/dc1394/dc1394.h
|
||||
include/dc1394/format7.h
|
||||
include/dc1394/iso.h
|
||||
include/dc1394/log.h
|
||||
include/dc1394/register.h
|
||||
include/dc1394/types.h
|
||||
include/dc1394/utils.h
|
||||
include/dc1394/vendor/avt.h
|
||||
include/dc1394/vendor/basler.h
|
||||
include/dc1394/vendor/basler_sff.h
|
||||
include/dc1394/vendor/pixelink.h
|
||||
include/dc1394/video.h
|
||||
lib/libdc1394.a
|
||||
lib/libdc1394.la
|
||||
lib/libdc1394.so
|
||||
lib/libdc1394.so.23
|
||||
libdata/pkgconfig/libdc1394-2.pc
|
||||
@dirrmtry lib/pkgconfig
|
||||
@dirrmtry include/dc1394/vendor
|
||||
@dirrmtry include/dc1394/usb
|
||||
@dirrmtry include/dc1394/macosx
|
||||
@dirrmtry include/dc1394/linux
|
||||
@dirrmtry include/dc1394/juju
|
||||
@dirrmtry include/dc1394
|
Loading…
Reference in New Issue
Block a user