graphics/sane-backends: Update to 1.0.30
Changes: https://gitlab.com/sane-project/backends/-/tags/1.0.30
This commit is contained in:
parent
d00b3ccfa3
commit
e19e1a57f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=537022
3 changed files with 6 additions and 15 deletions
|
@ -2,9 +2,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sane-backends
|
||||
PORTVERSION= 1.0.29
|
||||
PORTVERSION= 1.0.30
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= https://gitlab.com/sane-project/backends/uploads/54f858b20a364fc35d820df935a86478/
|
||||
MASTER_SITES= https://gitlab.com/sane-project/backends/uploads/c3dd60c9e054b5dee1e7b01a7edc98b0/
|
||||
|
||||
MAINTAINER= tobik@FreeBSD.org
|
||||
COMMENT= API for access to scanners, digitals camera, frame grabbers etc
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1580719476
|
||||
SHA256 (sane-backends-1.0.29.tar.gz) = aa027b4e5f59849cd41b8c26d54584cf31fffd986049019be6ad4140e11ea8ed
|
||||
SIZE (sane-backends-1.0.29.tar.gz) = 7201950
|
||||
TIMESTAMP = 1589738297
|
||||
SHA256 (sane-backends-1.0.30.tar.gz) = 3f5d96a9c47f6124a46bb577c776bbc4896dd17b9203d8bfbc7fe8cbbcf279a3
|
||||
SIZE (sane-backends-1.0.30.tar.gz) = 7204519
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
--- backend/Makefile.in.orig 2020-02-03 08:54:00 UTC
|
||||
--- backend/Makefile.in.orig 2020-05-17 17:59:11 UTC
|
||||
+++ backend/Makefile.in
|
||||
@@ -1645,7 +1645,7 @@ AM_V_at = $(am__v_at_@AM_V@)
|
||||
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
|
||||
|
@ -9,15 +9,6 @@
|
|||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__maybe_remake_depfiles = depfiles
|
||||
am__depfiles_remade = ./$(DEPDIR)/libabaton_la-abaton.Plo \
|
||||
@@ -3270,7 +3270,7 @@ libsane_la_LDFLAGS = $(DIST_LIBS_LDFLAGS)
|
||||
libsane_la_LIBADD = $(COMMON_LIBS) $(PRELOADABLE_BACKENDS_ENABLED) libdll_preload.la sane_strstatus.lo ../sanei/sanei_init_debug.lo ../sanei/sanei_constrain_value.lo ../sanei/sanei_config.lo $(PRELOADABLE_BACKENDS_LIBS) $(DL_LIBS) $(XML_LIBS)
|
||||
|
||||
# WARNING: Automake is getting this wrong so have to do it ourselves.
|
||||
-libsane_la_DEPENDENCIES = $(COMMON_LIBS) $(PRELOADABLE_BACKENDS_ENABLED) libdll_preload.la sane_strstatus.lo ../sanei/sanei_init_debug.lo ../sanei/sanei_constrain_value.lo ../sanei/sanei_config.lo $(PRELOADABLE_BACKENDS_DEPS)
|
||||
+libsane_la_DEPENDENCIES = ../lib/liblib.la $(PRELOADABLE_BACKENDS_ENABLED) libdll_preload.la sane_strstatus.lo ../sanei/sanei_init_debug.lo ../sanei/sanei_constrain_value.lo ../sanei/sanei_config.lo $(PRELOADABLE_BACKENDS_DEPS)
|
||||
all: $(BUILT_SOURCES)
|
||||
$(MAKE) $(AM_MAKEFLAGS) all-am
|
||||
|
||||
@@ -7174,7 +7174,7 @@ install-becfg: becfg
|
||||
@# installed library in $(sanelibdir) to $(sanelibdir)/libsane.*.
|
||||
@# Having two libsane's can cause issues so get rid of it.
|
||||
|
|
Loading…
Reference in a new issue