[Lunar-commits] <moonbase> sane-backends: Adding a patch and BUILD to fix a make failure due to current
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sat Sep 3 00:34:28 CEST 2011
commit f39ff18a005803ef0b639c8e7fe50a4f3751cfbc
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Fri Sep 2 18:34:28 2011 -0400
sane-backends: Adding a patch and BUILD to fix a make failure due to current
version of v4l-utils. Used patch provided by;https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=693029
---
graphics/sane-backends/BUILD | 7 +++++++
graphics/sane-backends/DETAILS | 9 ++++++---
2 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/graphics/sane-backends/BUILD b/graphics/sane-backends/BUILD
new file mode 100644
index 0000000..40e59ee
--- /dev/null
+++ b/graphics/sane-backends/BUILD
@@ -0,0 +1,7 @@
+(
+
+ patch_it $SOURCE2 1 &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/graphics/sane-backends/DETAILS b/graphics/sane-backends/DETAILS
index 7d5b78c..c8aeed2 100644
--- a/graphics/sane-backends/DETAILS
+++ b/graphics/sane-backends/DETAILS
@@ -1,13 +1,16 @@
MODULE=sane-backends
VERSION=1.0.22
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=ftp://ftp.sane-project.org/pub/sane/$MODULE-$VERSION
- SOURCE_URL[1]=ftp://ftp2.sane-project.org/pub/sane/$MODULE-$VERSION
+ SOURCE2=sane-backends-v4l-header-deconflict.patch
+ SOURCE_URL[0]=ftp://ftp2.sane-project.org/pub/sane/$MODULE-$VERSION
+ SOURCE_URL[1]=ftp://ftp.sane-project.org/pub/sane/$MODULE-$VERSION
SOURCE_URL[2]=ftp://ftp3.sane-project.org/pub/sane/$MODULE-$VERSION
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:dc04d6e6fd18791d8002c3fdb23e89fef3327135
+ SOURCE2_VFY=sha1:722b9f46fc6dde8708e9dfca1c75cebfa26dcd01
WEB_SITE=http://www.sane-project.org
ENTERED=20020412
- UPDATED=20110214
+ UPDATED=20110902
MAINTAINER=kc8apf at kc8apf.net
SHORT="Universal scanner interface"
More information about the Lunar-commits
mailing list