summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 16:16:49 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 16:16:49 +0200
commitda39465289d1b6110261f75dfd82f14014e7a5f4 (patch)
tree74ce6be4b4520224ff854481f42e5dff9fab6a79 /extra
parent6b26c90101436d528eb2851ce707b1cd3c6df4fd (diff)
downloadnutyx-extra-da39465289d1b6110261f75dfd82f14014e7a5f4.tar.gz
nutyx-extra-da39465289d1b6110261f75dfd82f14014e7a5f4.tar.bz2
nutyx-extra-da39465289d1b6110261f75dfd82f14014e7a5f4.tar.xz
nutyx-extra-da39465289d1b6110261f75dfd82f14014e7a5f4.zip
Ajout de libdc1394#2.0.2-1
Diffstat (limited to 'extra')
-rw-r--r--extra/libdc1394/.footprint40
-rw-r--r--extra/libdc1394/.md5sum1
-rwxr-xr-xextra/libdc1394/Pkgfile17
3 files changed, 58 insertions, 0 deletions
diff --git a/extra/libdc1394/.footprint b/extra/libdc1394/.footprint
new file mode 100644
index 000000000..0bce504d0
--- /dev/null
+++ b/extra/libdc1394/.footprint
@@ -0,0 +1,40 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/dc1394_reset_bus
+-rwxr-xr-x root/root usr/bin/dc1394_vloopback
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/dc1394/
+-rw-r--r-- root/root usr/include/dc1394/camera.h
+-rw-r--r-- root/root usr/include/dc1394/capture.h
+-rw-r--r-- root/root usr/include/dc1394/control.h
+-rw-r--r-- root/root usr/include/dc1394/conversions.h
+-rw-r--r-- root/root usr/include/dc1394/dc1394.h
+-rw-r--r-- root/root usr/include/dc1394/format7.h
+-rw-r--r-- root/root usr/include/dc1394/iso.h
+drwxr-xr-x root/root usr/include/dc1394/linux/
+-rw-r--r-- root/root usr/include/dc1394/linux/capture.h
+-rw-r--r-- root/root usr/include/dc1394/linux/control.h
+-rw-r--r-- root/root usr/include/dc1394/log.h
+-rw-r--r-- root/root usr/include/dc1394/register.h
+-rw-r--r-- root/root usr/include/dc1394/types.h
+-rw-r--r-- root/root usr/include/dc1394/utils.h
+drwxr-xr-x root/root usr/include/dc1394/vendor/
+-rw-r--r-- root/root usr/include/dc1394/vendor/avt.h
+-rw-r--r-- root/root usr/include/dc1394/vendor/basler.h
+-rw-r--r-- root/root usr/include/dc1394/vendor/basler_sff.h
+-rw-r--r-- root/root usr/include/dc1394/vendor/pixelink.h
+-rw-r--r-- root/root usr/include/dc1394/video.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libdc1394.a
+-rwxr-xr-x root/root usr/lib/libdc1394.la
+lrwxrwxrwx root/root usr/lib/libdc1394.so -> libdc1394.so.22.1.0
+lrwxrwxrwx root/root usr/lib/libdc1394.so.22 -> libdc1394.so.22.1.0
+-rwxr-xr-x root/root usr/lib/libdc1394.so.22.1.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/libdc1394-2.pc
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/dc1394_reset_bus.1.gz
+-rw-r--r-- root/root usr/share/man/man1/dc1394_vloopback.1.gz
+drwxr-xr-x root/root usr/share/man/man3/
diff --git a/extra/libdc1394/.md5sum b/extra/libdc1394/.md5sum
new file mode 100644
index 000000000..ef6fb715a
--- /dev/null
+++ b/extra/libdc1394/.md5sum
@@ -0,0 +1 @@
+c2dc94e9568765f34f7a23b31b9c2f6d libdc1394-2.0.2.tar.gz
diff --git a/extra/libdc1394/Pkgfile b/extra/libdc1394/Pkgfile
new file mode 100755
index 000000000..0f01c3e1a
--- /dev/null
+++ b/extra/libdc1394/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Interface de haut niveau pour les appareils IEEE 1394
+# URL: http://sourceforge.net/project/libdc1394
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: libraw1394
+
+name=libdc1394
+version=2.0.2
+release=1
+source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}