sane: updated to version 1.3.0, new dependency autoconf-archive
This commit is contained in:
parent
9f94fdae5b
commit
b48759d855
@ -40,6 +40,7 @@ drwxr-xr-x root/root etc/sane.d/dll.d/
|
||||
-rw-r--r-- root/root etc/sane.d/kvs1025.conf
|
||||
-rw-r--r-- root/root etc/sane.d/leo.conf
|
||||
-rw-r--r-- root/root etc/sane.d/lexmark.conf
|
||||
-rw-r--r-- root/root etc/sane.d/lexmark_x2600.conf
|
||||
-rw-r--r-- root/root etc/sane.d/ma1509.conf
|
||||
-rw-r--r-- root/root etc/sane.d/magicolor.conf
|
||||
-rw-r--r-- root/root etc/sane.d/matsushita.conf
|
||||
@ -279,6 +280,10 @@ lrwxrwxrwx root/root usr/lib/sane/libsane-leo.so.1 -> libsane-leo.so.1.2.1
|
||||
lrwxrwxrwx root/root usr/lib/sane/libsane-lexmark.so -> libsane-lexmark.so.1.2.1
|
||||
lrwxrwxrwx root/root usr/lib/sane/libsane-lexmark.so.1 -> libsane-lexmark.so.1.2.1
|
||||
-rwxr-xr-x root/root usr/lib/sane/libsane-lexmark.so.1.2.1
|
||||
-rwxr-xr-x root/root usr/lib/sane/libsane-lexmark_x2600.la
|
||||
lrwxrwxrwx root/root usr/lib/sane/libsane-lexmark_x2600.so -> libsane-lexmark_x2600.so.1.2.1
|
||||
lrwxrwxrwx root/root usr/lib/sane/libsane-lexmark_x2600.so.1 -> libsane-lexmark_x2600.so.1.2.1
|
||||
-rwxr-xr-x root/root usr/lib/sane/libsane-lexmark_x2600.so.1.2.1
|
||||
-rwxr-xr-x root/root usr/lib/sane/libsane-ma1509.la
|
||||
lrwxrwxrwx root/root usr/lib/sane/libsane-ma1509.so -> libsane-ma1509.so.1.2.1
|
||||
lrwxrwxrwx root/root usr/lib/sane/libsane-ma1509.so.1 -> libsane-ma1509.so.1.2.1
|
||||
@ -493,6 +498,7 @@ drwxr-xr-x root/root usr/share/man/man5/
|
||||
-rw-r--r-- root/root usr/share/man/man5/sane-kvs40xx.5.gz
|
||||
-rw-r--r-- root/root usr/share/man/man5/sane-leo.5.gz
|
||||
-rw-r--r-- root/root usr/share/man/man5/sane-lexmark.5.gz
|
||||
-rw-r--r-- root/root usr/share/man/man5/sane-lexmark_x2600.5.gz
|
||||
-rw-r--r-- root/root usr/share/man/man5/sane-ma1509.5.gz
|
||||
-rw-r--r-- root/root usr/share/man/man5/sane-magicolor.5.gz
|
||||
-rw-r--r-- root/root usr/share/man/man5/sane-matsushita.5.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/bciMJ9/usmkcg39GI4dyw6rp5x/H5xWJJ3uzyoEXiScpURLMyFixsOm3qRJS1QQ13lN/j/jkcI03ugspJyUWQE=
|
||||
SHA256 (Pkgfile) = 9c23beda5d4611ed0449b345a1e783b8fd8c4f9ed1ffa9ce63221074fd27d728
|
||||
SHA256 (.footprint) = 87257d08c6c0ab3e517be8bc890503f5f2dd15998a9741d9273de435732e290c
|
||||
SHA256 (sane-backends-1.2.1.tar.gz) = f832395efcb90bb5ea8acd367a820c393dda7e0dd578b16f48928b8f5bdd0524
|
||||
RWSE3ohX2g5d/Y92uGIQuELc/lOL6cELV1sb4ikyHt18zYXTuzgwJe6TmBMe53lB5n3jGJp8jAGy4JKUypaPq0wML1AV34xe7Qs=
|
||||
SHA256 (Pkgfile) = a060fd474863a98b26786e3330ada20a2b58cd42fbe7e6302482646c8c1068e5
|
||||
SHA256 (.footprint) = 437fca86df083734d1d87c14d5187e4270616930244e3c11a884aebd48a92660
|
||||
SHA256 (sane-backends-1.3.0.tar.bz2) = 6d0f9d793ec0aeb74332c435555feb98e8e46f497a7b809a7c11e1ce0daa9a37
|
||||
|
11
sane/Pkgfile
11
sane/Pkgfile
@ -1,16 +1,19 @@
|
||||
# Description: Scanner Access Now Easy - Scanner driver for Linux
|
||||
# URL: http://www.sane-project.org/
|
||||
# Maintainer: Juergen Daubert, jue at crux dot nu
|
||||
# Depends on: libusb libtiff libpng xz
|
||||
# Depends on: autoconf-archive libusb libtiff libpng xz
|
||||
|
||||
name=sane
|
||||
version=1.2.1
|
||||
version=1.3.0
|
||||
release=1
|
||||
source=(https://gitlab.com/sane-project/backends/uploads/110fc43336d0fb5e514f1fdc7360dd87/sane-backends-$version.tar.gz)
|
||||
#source=(https://gitlab.com/sane-project/backends/uploads/110fc43336d0fb5e514f1fdc7360dd87/sane-backends-$version.tar.gz)
|
||||
source=(https://gitlab.com/sane-project/backends/-/archive/$version/backends-$version.tar.bz2)
|
||||
renames=($name-backends-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-backends-$version
|
||||
cd backends-$version
|
||||
|
||||
./autogen.sh
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--localstatedir=/var \
|
||||
|
Loading…
x
Reference in New Issue
Block a user