[Lunar-commits] <moonbase-other> gegl: Adding a patch (modified) from https://bug654675.bugzilla-attachments.gnome.org/attachment.cgi?id=194608

Dennis Veatch dennisveatch at bellsouth.net
Fri Aug 8 21:21:39 CEST 2014


commit 1cd673ed3e519eb22cb78d3476ffffb88f71cdd5
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Fri, 08 Aug 2014 15:20:39 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/1cd673ed3e519eb22cb78d3476ffffb88f71cdd5

gegl: Adding a patch (modified) from https://bug654675.bugzilla-attachments.gnome.org/attachment.cgi?id=194608
so it will use v4l-utils.
---
  graphics/gegl/BUILD   | +6/-0     
  graphics/gegl/DETAILS | +4/-1     
  2 files changed, 10 insertions(+), 1 deletion(-)

--- a/graphics/gegl/BUILD
+++ b/graphics/gegl/BUILD
@@ -1,6 +1,12 @@
 
   patch_it $SOURCE2 0 &&
 
+  if in_depends $MODULE v4l-utils ; then
+    sedit "s:linux/videodev.h:libv4l1-videodev.h:g" configure.ac &&
+    autoconf &&
+    patch_it $SOURCE3 1
+  fi &&
+
   OPTS+=" --disable-docs"  &&
 
   default_build
--- a/graphics/gegl/DETAILS
+++ b/graphics/gegl/DETAILS
@@ -2,14 +2,17 @@
          VERSION=0.2.0
           SOURCE=$MODULE-$VERSION.tar.bz2
          SOURCE2=gegl-0.2.0-ffmpeg.patch
+         SOURCE3=gegl-0.2.0-v4l2.patch
    SOURCE_URL[0]=http://ftp.gimp.org/pub/gegl/${VERSION%.*}
    SOURCE_URL[1]=http://ftp.gtk.org/pub/gegl/${VERSION%.*}
      SOURCE2_URL=https://raw.github.com/PhantomX/slackbuilds/master/gegl/patches/
+     SOURCE3_URL=$PATCH_URL
       SOURCE_VFY=sha1:764cc66cb3c7b261b8fc18a6268a0e264a91d573
      SOURCE2_VFY=sha1:df76be47237e3665c6efcffe8030c09db8681f06
+     SOURCE3_VFY=sha1:0aadf5e71b412565f0d9c2930eed6d0c9b5ad603
         WEB_SITE=http://gegl.org
          ENTERED=20081016
-         UPDATED=20120503
+         UPDATED=20140808
            SHORT="Generic Graphics Library"
 
 cat << EOF




More information about the Lunar-commits mailing list