[packages] sane-backends: update to 1.0.22 (#9706), thanks simnet

* add working Debian mirror
 * build without SNMP support
 * refresh patches


git-svn-id: svn://svn.openwrt.org/openwrt/packages@27634 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
swalker 2011-07-17 09:45:40 +00:00
parent ea7b34c9b2
commit b55a485d06
4 changed files with 11 additions and 11 deletions

View File

@ -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. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@ -8,12 +8,13 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=sane-backends PKG_NAME:=sane-backends
PKG_VERSION:=1.0.20 PKG_VERSION:=1.0.22
PKG_RELEASE:=3 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=ftp://ftp.sane-project.org/pub/sane/$(PKG_NAME)-$(PKG_VERSION)/ PKG_SOURCE_URL:=ftp://ftp.sane-project.org/pub/sane/$(PKG_NAME)-$(PKG_VERSION) \
PKG_MD5SUM:=a0cfdfdebca2feb4f2ba5d3418b15a42 https://alioth.debian.org/frs/download.php/3503
PKG_MD5SUM:=fadf56a60f4776bfb24491f66b617cf5
PKG_FIXUP:=libtool PKG_FIXUP:=libtool
PKG_INSTALL:=1 PKG_INSTALL:=1
@ -79,6 +80,7 @@ CONFIGURE_ARGS+= \
--disable-latex \ --disable-latex \
--without-gphoto2 \ --without-gphoto2 \
--disable-debug \ --disable-debug \
--without-snmp
define Build/Configure define Build/Configure
mkdir -p $(PKG_BUILD_DIR)/backend/.libs mkdir -p $(PKG_BUILD_DIR)/backend/.libs

View File

@ -1,6 +1,6 @@
--- a/Makefile.in --- a/Makefile.in
+++ b/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_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@ top_srcdir = @top_srcdir@

View File

@ -1,8 +1,6 @@
diff --git a/configure b/configure
index cc79209..5f22d58 100755
--- a/configure --- a/configure
+++ b/configure +++ b/configure
@@ -5019,9 +5019,6 @@ else @@ -5070,9 +5070,6 @@ else
fi fi

View File

@ -1,5 +1,5 @@
--- ./backend/qcam.c.orig 2009-12-01 06:11:04.000000000 +0000 --- a/backend/qcam.c
+++ ./backend/qcam.c 2009-12-01 15:12:40.000000000 +0000 +++ b/backend/qcam.c
@@ -105,6 +105,17 @@ @@ -105,6 +105,17 @@
#include "qcam.h" #include "qcam.h"