From 3ef56a63db31cd204577df52118956634dc46ed2 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 4 Feb 2012 21:02:57 +0000 Subject: [PATCH] [packages_10.03.2] sane-backends: merge r27239, r27634, r29278 SVN-Revision: 30153 --- utils/sane-backends/Makefile | 16 +++++++++------- .../patches/001-remove-unneeded.patch | 2 +- .../patches/010-dont-add-host-include-path.patch | 4 +--- .../patches/020-non-i386-qcam.patch | 4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/utils/sane-backends/Makefile b/utils/sane-backends/Makefile index 96fc586aaf..77eb073094 100644 --- a/utils/sane-backends/Makefile +++ b/utils/sane-backends/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sane-backends -PKG_VERSION:=1.0.20 -PKG_RELEASE:=3 +PKG_VERSION:=1.0.22 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=ftp://ftp.sane-project.org/pub/sane/$(PKG_NAME)-$(PKG_VERSION)/ -PKG_MD5SUM:=a0cfdfdebca2feb4f2ba5d3418b15a42 +PKG_SOURCE_URL:=ftp://ftp.sane-project.org/pub/sane/$(PKG_NAME)-$(PKG_VERSION) \ + https://alioth.debian.org/frs/download.php/3503 +PKG_MD5SUM:=fadf56a60f4776bfb24491f66b617cf5 PKG_FIXUP:=libtool PKG_INSTALL:=1 @@ -33,7 +34,7 @@ define Package/sane-backends $(call Package/sane-backends/Default) SECTION:=utils CATEGORY:=Utilities - DEPENDS:=+sane-libs +libtiff + DEPENDS:=+sane-libs TITLE+= (backends) endef @@ -46,7 +47,7 @@ define Package/sane-libs $(call Package/sane-backends/Default) SECTION:=libs CATEGORY:=Libraries - DEPENDS:=+libjpeg +libpthread +libusb + DEPENDS:=+libjpeg +libtiff +libusb TITLE+= (libraries) endef @@ -79,6 +80,7 @@ CONFIGURE_ARGS+= \ --disable-latex \ --without-gphoto2 \ --disable-debug \ + --without-snmp define Build/Configure mkdir -p $(PKG_BUILD_DIR)/backend/.libs diff --git a/utils/sane-backends/patches/001-remove-unneeded.patch b/utils/sane-backends/patches/001-remove-unneeded.patch index ec45a4e12e..3eeca3d630 100644 --- a/utils/sane-backends/patches/001-remove-unneeded.patch +++ b/utils/sane-backends/patches/001-remove-unneeded.patch @@ -1,6 +1,6 @@ --- a/Makefile.in +++ b/Makefile.in -@@ -244,7 +244,7 @@ target_alias = @target_alias@ +@@ -293,7 +293,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ diff --git a/utils/sane-backends/patches/010-dont-add-host-include-path.patch b/utils/sane-backends/patches/010-dont-add-host-include-path.patch index 327348d29f..c7caf2572a 100644 --- a/utils/sane-backends/patches/010-dont-add-host-include-path.patch +++ b/utils/sane-backends/patches/010-dont-add-host-include-path.patch @@ -1,8 +1,6 @@ -diff --git a/configure b/configure -index cc79209..5f22d58 100755 --- a/configure +++ b/configure -@@ -5019,9 +5019,6 @@ else +@@ -5070,9 +5070,6 @@ else fi diff --git a/utils/sane-backends/patches/020-non-i386-qcam.patch b/utils/sane-backends/patches/020-non-i386-qcam.patch index 2dbb7d87ed..aa64d43f4f 100644 --- a/utils/sane-backends/patches/020-non-i386-qcam.patch +++ b/utils/sane-backends/patches/020-non-i386-qcam.patch @@ -1,5 +1,5 @@ ---- ./backend/qcam.c.orig 2009-12-01 06:11:04.000000000 +0000 -+++ ./backend/qcam.c 2009-12-01 15:12:40.000000000 +0000 +--- a/backend/qcam.c ++++ b/backend/qcam.c @@ -105,6 +105,17 @@ #include "qcam.h" -- 2.30.2