[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
53/86: gnu: Add libdc1394.
From: |
guix-commits |
Subject: |
53/86: gnu: Add libdc1394. |
Date: |
Sun, 5 Jul 2020 16:17:05 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 42fd9adf03dda918b9272d85845704a15071bc69
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Jun 29 03:05:39 2020 -0400
gnu: Add libdc1394.
* gnu/packages/gstreamer.scm (libdc1394): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/gstreamer.scm | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index b06dcbd..57593c8 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -44,6 +44,7 @@
#:use-module (gnu packages curl)
#:use-module (gnu packages compression)
#:use-module (gnu packages docbook)
+ #:use-module (gnu packages documentation)
#:use-module (gnu packages elf)
#:use-module (gnu packages flex)
#:use-module (gnu packages freedesktop)
@@ -83,6 +84,40 @@
#:use-module (gnu packages assembly)
#:use-module (gnu packages xml))
+(define-public libdc1394
+ (package
+ (name "libdc1394")
+ (version "2.2.6")
+ (source (origin
+ (method url-fetch)
+ (uri
+ (string-append "https://sourceforge.net/projects/" name
"/files/"
+ name "-2" "/" version "/" name "-" version
".tar.gz"))
+ (sha256
+ (base32
"1v8gq54n1pg8izn7s15yylwjf8r1l1dmzbm2yvf6pv2fmb4mz41b"))))
+ (build-system gnu-build-system)
+ (native-inputs
+ `(("doxygen" ,doxygen)
+ ("perl" ,perl)
+ ("pkg-config" ,pkg-config)))
+ (inputs
+ `(("glu" ,glu)
+ ("libraw1394" ,libraw1394)
+ ("libusb" ,libusb)
+ ("libxv" ,libxv)
+ ("linux-headers" ,linux-libre-headers)
+ ("mesa" ,mesa)
+ ("sdl" ,sdl)
+ ("v4l" ,v4l-utils)))
+ (synopsis "1394-Based Digital Camera Control Library")
+ (description "LibDC1394 is a library that provides functionality to control
+any camera that conforms to the 1394-Based Digital Camera Specification written
+by the 1394 Trade Association. It utilizes the lowlevel functionality provided
+by libraw1394 to communicate with the camera. It also uses the video1394
kernel
+module for the DMA capture of the video flow.")
+ (home-page "https://damien.douxchamps.net/ieee1394/libdc1394/")
+ (license license:lgpl2.0+)))
+
(define-public ccextractor
(package
(name "ccextractor")
- 74/86: gnu: Add mediasdk., (continued)
- 74/86: gnu: Add mediasdk., guix-commits, 2020/07/05
- 80/86: gnu: Add zxing-cpp., guix-commits, 2020/07/05
- 86/86: gnu: Add libcloudproviders., guix-commits, 2020/07/05
- 72/86: gnu: Add lksctp-tools., guix-commits, 2020/07/05
- 24/86: gnu: enchant-1.6: Update package definition., guix-commits, 2020/07/05
- 27/86: gnu: fcitx: Update package definition., guix-commits, 2020/07/05
- 36/86: gnu: Add mutest., guix-commits, 2020/07/05
- 47/86: gnu: Add libvisual-plugins., guix-commits, 2020/07/05
- 42/86: gnu: glib-with-documentation: Update package definition., guix-commits, 2020/07/05
- 57/86: gnu: Add flux., guix-commits, 2020/07/05
- 53/86: gnu: Add libdc1394.,
guix-commits <=
- 65/86: gnu: Add libmms., guix-commits, 2020/07/05
- 70/86: gnu: Add libopenmpt., guix-commits, 2020/07/05
- 77/86: gnu: Add vo-aacenc., guix-commits, 2020/07/05
- 81/86: gnu: Add iqa., guix-commits, 2020/07/05
- 43/86: gnu: glib-networking: Update to 2.64.3., guix-commits, 2020/07/05
- 49/86: gnu: gst-plugins-good: Update package definition., guix-commits, 2020/07/05
- 17/86: gnu: clutter-gtk: Update package definition., guix-commits, 2020/07/05
- 73/86: gnu: Add srt., guix-commits, 2020/07/05
- 75/86: gnu: Add svt-hevc., guix-commits, 2020/07/05
- 76/86: gnu: Add transcode., guix-commits, 2020/07/05