[arch-commits] Commit in iscan/trunk (PKGBUILD)

Fabio Castelli muflone at archlinux.org
Sat Jun 6 15:32:02 UTC 2015


    Date: Saturday, June 6, 2015 @ 17:32:01
  Author: muflone
Revision: 134903

upgpkg: iscan 2.30.1-8
fixes for gcc 5.1

Modified:
  iscan/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-06 13:37:10 UTC (rev 134902)
+++ PKGBUILD	2015-06-06 15:32:01 UTC (rev 134903)
@@ -6,12 +6,12 @@
 
 pkgname=iscan
 pkgver=2.30.1
-pkgrel=7
+pkgrel=8
 pkgdesc="EPSON Image Scan! front-end for scanners and all-in-ones"
 arch=('i686' 'x86_64')
 url="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
 license=('GPL2' 'custom:AVASYSPL')
-depends=('gtk2' 'sane')
+depends=('gtk2' 'sane' 'libstdc++5')
 makedepends=('gettext' 'gimp')
 optdepends=('iscan-data: Image Scan! data files required for some devices')
 source=("https://download3.ebz.epson.net/dsc/f/03/00/03/61/59/a3f8b8d60e8702a1c5bf3977d018cc2336e308a8/${pkgname}_${pkgver}-1.tar.gz"
@@ -27,6 +27,8 @@
   cd "${pkgname}-${pkgver}"
   # patch for building iscan against libpng15 by giovanni
   patch -Np0 -i "../libpng15.patch"
+  # add fix for CXX ABI different than 1002
+  ln -s libesmod-x86_64.c2.so non-free/libesmod-x86_64.so
 }
 
 build() {



More information about the arch-commits mailing list