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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Wed Apr 2 09:36:16 UTC 2014


    Date: Wednesday, April 2, 2014 @ 11:36:15
  Author: svenstaro
Revision: 108722

upgpkg: freeimage 3.16.0-2

Fix FS#39708

Modified:
  freeimage/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-02 03:12:36 UTC (rev 108721)
+++ PKGBUILD	2014-04-02 09:36:15 UTC (rev 108722)
@@ -6,7 +6,7 @@
 
 pkgname=freeimage
 pkgver=3.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Library project for developers who would like to support popular graphics image formats"
 arch=('i686' 'x86_64')
 license=('GPL' 'custom:FIPL')
@@ -33,5 +33,8 @@
   cd ${srcdir}/FreeImagefip
   make -f Makefile.fip DESTDIR=${pkgdir} install
 
+  ln -s libfreeimageplus-${pkgver}.so ${pkgdir}/usr/lib/libfreeimageplus.so
+  ln -s libfreeimageplus-${pkgver}.so ${pkgdir}/usr/lib/libfreeimageplus.so.3
+
   install -D -m644 ${srcdir}/FreeImage/license-fi.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }




More information about the arch-commits mailing list