sane-backend: fix build, ver. bump to 1.0.25

This commit is contained in:
suvari
2016-04-01 17:34:37 +03:00
parent 4b397ceaef
commit b2e21fb79c
2 changed files with 5 additions and 16 deletions
+2 -4
View File
@@ -25,9 +25,9 @@ def setup():
--disable-latex \
--with-docdir=/usr/share/doc/%s \
--with-gphoto2" % get.srcNAME())
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
@@ -49,5 +49,3 @@ def install():
"brother\nbrother2\nbrother3")
shelltools.echo("%s/etc/sane.d/dll.conf" % get.installDIR(), "\n# Added for Xerox Phaser 3100 MFP\nXeroxPhaser3100\n")
+3 -12
View File
@@ -1,4 +1,3 @@
<?xml version="1.0"?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
@@ -15,7 +14,7 @@
<IsA>library</IsA>
<Summary>Scanner access software</Summary>
<Description>Scanner Access Now Easy (SANE) is a universal scanner interface. The SANE application programming interface provides standardized access to any raster image scanner hardware.</Description>
<Archive sha1sum="c10bcb30a1b092b2c2fe5a86d6a5efc29123ccf9" type="targz">ftp://ftp.archlinux.org/other/sane/sane-backends-1.0.24.tar.gz</Archive>
<Archive sha1sum="05824922d91571e1fc2f5cdd270745783d593754" type="targz">https://sources.archlinux.org/other/sane/sane-backends-1.0.25.tar.gz</Archive>
<BuildDependencies>
<Dependency>libieee1284-devel</Dependency>
<Dependency>libusb-compat-devel</Dependency>
@@ -30,19 +29,11 @@
<Dependency>net-snmp-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- fixes too small arrays in backend/niash.c -->
<Patch>fix-buffer-overflow.patch</Patch>
<Patch level="1">sane-backends-1.0.20-open-macro.patch</Patch>
<Patch level="1">sane-backends-1.0.23-sane-config-multilib.patch</Patch>
<Patch level="1">sane-backends-1.0.23-soname.patch</Patch>
<Patch level="1">sane-backends-1.0.21-epson-expression800.patch</Patch>
<Patch level="1">sane-backends-1.0.23-udev.patch</Patch>
<!-- Fix undefined 'foo = ++foo modulo bar' operations -->
<Patch level="1">suse/fix-mustek_pp_ccd300.c.patch</Patch>
<Patch level="1">archlinux/network.patch</Patch>
<Patch level="1">archlinux/segfault-avahi-fix-kodakio.patch</Patch>
</Patches>
</Source>
@@ -106,8 +97,8 @@
<History>
<Update release="1">
<Date>2014-02-15</Date>
<Version>1.0.24</Version>
<Date>2016-04-01</Date>
<Version>1.0.25</Version>
<Comment>First release</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>