mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-07-07 13:34:08 +02:00
Compare commits
2 Commits
javascript-team
...
v4l
| Author | SHA1 | Date | |
|---|---|---|---|
| 63683bf9b6 | |||
| 3d47d96ce9 |
@@ -370,7 +370,7 @@ This package includes the following programs:
|
||||
libjpeg-turbo
|
||||
perl
|
||||
python
|
||||
v4l-utils-minimal))
|
||||
v4l-utils))
|
||||
(propagated-inputs
|
||||
;; These are in 'requires' field of .pc files.
|
||||
(list glib gtk+))
|
||||
|
||||
@@ -129,7 +129,7 @@
|
||||
libxv
|
||||
mesa
|
||||
sdl
|
||||
v4l-utils-minimal))
|
||||
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
|
||||
@@ -721,7 +721,7 @@ for the GStreamer multimedia library.")
|
||||
speex
|
||||
taglib
|
||||
twolame
|
||||
v4l-utils-minimal
|
||||
v4l-utils
|
||||
wavpack
|
||||
zlib))
|
||||
(propagated-inputs
|
||||
@@ -942,7 +942,7 @@ model to base your own plug-in on, here it is.")
|
||||
tinyalsa
|
||||
transcode
|
||||
usrsctp
|
||||
v4l-utils-minimal
|
||||
v4l-utils
|
||||
vo-aacenc
|
||||
vo-amrwbenc
|
||||
vulkan-headers
|
||||
|
||||
+3
-10
@@ -4174,11 +4174,7 @@ tools, XML authoring components, and an extensible plug-in based API.")
|
||||
(native-inputs
|
||||
(list perl pkg-config))
|
||||
(inputs
|
||||
(list alsa-lib
|
||||
glu
|
||||
libjpeg-turbo
|
||||
libx11
|
||||
qtbase-5
|
||||
(list libjpeg-turbo
|
||||
eudev))
|
||||
(synopsis "Realtime video capture utilities for Linux")
|
||||
(description "The v4l-utils provide a series of libraries and utilities to
|
||||
@@ -4187,11 +4183,8 @@ be used for realtime video capture via Linux-specific APIs.")
|
||||
;; libv4l2 is LGPL2.1+, while utilities are GPL2 only.
|
||||
(license (list license:lgpl2.1+ license:gpl2))))
|
||||
|
||||
(define-public v4l-utils-minimal
|
||||
(package/inherit v4l-utils
|
||||
(name "v4l-utils-minimal")
|
||||
(inputs (modify-inputs (package-inputs v4l-utils)
|
||||
(delete "qtbase" "glu" "libx11")))))
|
||||
;; 2026-03-20
|
||||
(define-deprecated-package v4l-utils-minimal v4l-utils)
|
||||
|
||||
(define-public obs
|
||||
(package
|
||||
|
||||
Reference in New Issue
Block a user