summaryrefslogtreecommitdiffstats
path: root/graphics-libs
diff options
context:
space:
mode:
authorIsmael Luceno2021-07-20 23:26:22 +0200
committerIsmael Luceno2021-07-20 23:26:22 +0200
commit2fb70ccce584428eb6c77ca89abfac47e22732d8 (patch)
tree4ad62a6636117a9e4c841fde6b89349aeebb0cb8 /graphics-libs
parent5dc7247172a61c170d911eab986a26bada8b3ec8 (diff)
gegl: Update dep to libv4l2
Diffstat (limited to 'graphics-libs')
-rwxr-xr-xgraphics-libs/gegl/BUILD2
-rwxr-xr-xgraphics-libs/gegl/DEPENDS4
-rw-r--r--graphics-libs/gegl/HISTORY1
3 files changed, 5 insertions, 2 deletions
diff --git a/graphics-libs/gegl/BUILD b/graphics-libs/gegl/BUILD
new file mode 100755
index 0000000000..d3fd4f5182
--- /dev/null
+++ b/graphics-libs/gegl/BUILD
@@ -0,0 +1,2 @@
+OPTS+=' libv4l=disabled' &&
+default_build
diff --git a/graphics-libs/gegl/DEPENDS b/graphics-libs/gegl/DEPENDS
index bead1e47a9..f68af08c4d 100755
--- a/graphics-libs/gegl/DEPENDS
+++ b/graphics-libs/gegl/DEPENDS
@@ -75,8 +75,8 @@ optional_depends LIBAVCODEC \
"for ffmpeg support" &&
optional_depends v4l-utils \
- "libv4l=enabled" \
- "libv4l=disabled" \
+ "libv4l2=enabled" \
+ "libv4l2=disabled" \
"for video4linux support" &&
optional_depends gexiv2 \
diff --git a/graphics-libs/gegl/HISTORY b/graphics-libs/gegl/HISTORY
index deeaef03bf..6e20cd6a43 100644
--- a/graphics-libs/gegl/HISTORY
+++ b/graphics-libs/gegl/HISTORY
@@ -2,6 +2,7 @@
* DEPENDS: replaced exiv2 (deprecated) by gexiv2
made libpng and JPEG mandatory (upstream change)
added missing dependency on poppler
+ * BUILD, DEPENDS: Updated dep to libv4l2
2021-04-02 Florian Franzmann <bwlf@bandrate.org>
* DETAILS: version 0.4.30