[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:
parent
ea7b34c9b2
commit
b55a485d06
@ -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:=1
|
||||
|
||||
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
|
||||
@ -79,6 +80,7 @@ CONFIGURE_ARGS+= \
|
||||
--disable-latex \
|
||||
--without-gphoto2 \
|
||||
--disable-debug \
|
||||
--without-snmp
|
||||
|
||||
define Build/Configure
|
||||
mkdir -p $(PKG_BUILD_DIR)/backend/.libs
|
||||
|
@ -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@
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user