[arch-commits] Commit in freeimage/repos (4 files)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Thu Mar 27 01:03:42 UTC 2014


    Date: Thursday, March 27, 2014 @ 02:03:41
  Author: svenstaro
Revision: 108346

archrelease: copy trunk to community-i686, community-x86_64

Added:
  freeimage/repos/community-i686/PKGBUILD
    (from rev 108345, freeimage/trunk/PKGBUILD)
  freeimage/repos/community-x86_64/PKGBUILD
    (from rev 108345, freeimage/trunk/PKGBUILD)
Deleted:
  freeimage/repos/community-i686/PKGBUILD
  freeimage/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   74 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   42 ------------------------
 community-x86_64/PKGBUILD |   42 ------------------------
 3 files changed, 74 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-03-27 01:03:32 UTC (rev 108345)
+++ community-i686/PKGBUILD	2014-03-27 01:03:41 UTC (rev 108346)
@@ -1,42 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-# Contributor: Mihai Militaru <mihai.militaru at gmx.com>
-# Contributor: scippio <scippio at berounet.cz>
-
-pkgname=freeimage
-pkgver=3.15.4
-pkgrel=1
-pkgdesc="Library project for developers who would like to support popular graphics image formats"
-arch=('i686' 'x86_64')
-license=('GPL' 'custom:FIPL')
-url="http://freeimage.sourceforge.net/"
-depends=('gcc-libs')
-makedepends=('dos2unix')
-source=("http://downloads.sourceforge.net/project/freeimage/Source%20Distribution/${pkgver}/FreeImage${pkgver//./}.zip")
-md5sums=('9f9a3b2c3c1b4fd24fe479e8aaee86b1')
-
-build() {
-  cp -r FreeImage FreeImagefip
-
-  export CFLAGS="$CFLAGS -fPIC -fexceptions -fvisibility=hidden -DNO_LCMS"
-  export CXXFLAGS="$CXXFLAGS -fPIC -fexceptions -fvisibility=hidden -DNO_LCMS"
-
-  cd FreeImage
-  sed -i "1 i #include <cstring>" Source/OpenEXR/IlmImf/ImfAutoArray.h
-  make
-
-  cd ${srcdir}/FreeImagefip
-  sed -i "1 i #include <cstring>" Source/OpenEXR/IlmImf/ImfAutoArray.h
-  make -f Makefile.fip 
-}
-
-package() {
-  cd FreeImage
-  make DESTDIR=${pkgdir} install
-
-  cd ${srcdir}/FreeImagefip
-  make -f Makefile.fip DESTDIR=${pkgdir} install
-
-  install -D -m644 ${srcdir}/FreeImage/license-fi.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: freeimage/repos/community-i686/PKGBUILD (from rev 108345, freeimage/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-03-27 01:03:41 UTC (rev 108346)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+# Contributor: Mihai Militaru <mihai.militaru at gmx.com>
+# Contributor: scippio <scippio at berounet.cz>
+
+pkgname=freeimage
+pkgver=3.16.0
+pkgrel=1
+pkgdesc="Library project for developers who would like to support popular graphics image formats"
+arch=('i686' 'x86_64')
+license=('GPL' 'custom:FIPL')
+url="http://freeimage.sourceforge.net/"
+depends=('gcc-libs')
+makedepends=('dos2unix')
+source=("http://downloads.sourceforge.net/project/freeimage/Source%20Distribution/${pkgver}/FreeImage${pkgver//./}.zip")
+md5sums=('1a2d1fff6204adbd479cc98818892fc1')
+
+build() {
+  cp -r FreeImage FreeImagefip
+
+  cd FreeImage
+  make
+
+  cd ${srcdir}/FreeImagefip
+  make -f Makefile.fip 
+}
+
+package() {
+  cd FreeImage
+  make DESTDIR=${pkgdir} install
+
+  cd ${srcdir}/FreeImagefip
+  make -f Makefile.fip DESTDIR=${pkgdir} install
+
+  install -D -m644 ${srcdir}/FreeImage/license-fi.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-03-27 01:03:32 UTC (rev 108345)
+++ community-x86_64/PKGBUILD	2014-03-27 01:03:41 UTC (rev 108346)
@@ -1,42 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-# Contributor: Mihai Militaru <mihai.militaru at gmx.com>
-# Contributor: scippio <scippio at berounet.cz>
-
-pkgname=freeimage
-pkgver=3.15.4
-pkgrel=1
-pkgdesc="Library project for developers who would like to support popular graphics image formats"
-arch=('i686' 'x86_64')
-license=('GPL' 'custom:FIPL')
-url="http://freeimage.sourceforge.net/"
-depends=('gcc-libs')
-makedepends=('dos2unix')
-source=("http://downloads.sourceforge.net/project/freeimage/Source%20Distribution/${pkgver}/FreeImage${pkgver//./}.zip")
-md5sums=('9f9a3b2c3c1b4fd24fe479e8aaee86b1')
-
-build() {
-  cp -r FreeImage FreeImagefip
-
-  export CFLAGS="$CFLAGS -fPIC -fexceptions -fvisibility=hidden -DNO_LCMS"
-  export CXXFLAGS="$CXXFLAGS -fPIC -fexceptions -fvisibility=hidden -DNO_LCMS"
-
-  cd FreeImage
-  sed -i "1 i #include <cstring>" Source/OpenEXR/IlmImf/ImfAutoArray.h
-  make
-
-  cd ${srcdir}/FreeImagefip
-  sed -i "1 i #include <cstring>" Source/OpenEXR/IlmImf/ImfAutoArray.h
-  make -f Makefile.fip 
-}
-
-package() {
-  cd FreeImage
-  make DESTDIR=${pkgdir} install
-
-  cd ${srcdir}/FreeImagefip
-  make -f Makefile.fip DESTDIR=${pkgdir} install
-
-  install -D -m644 ${srcdir}/FreeImage/license-fi.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: freeimage/repos/community-x86_64/PKGBUILD (from rev 108345, freeimage/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-03-27 01:03:41 UTC (rev 108346)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+# Contributor: Mihai Militaru <mihai.militaru at gmx.com>
+# Contributor: scippio <scippio at berounet.cz>
+
+pkgname=freeimage
+pkgver=3.16.0
+pkgrel=1
+pkgdesc="Library project for developers who would like to support popular graphics image formats"
+arch=('i686' 'x86_64')
+license=('GPL' 'custom:FIPL')
+url="http://freeimage.sourceforge.net/"
+depends=('gcc-libs')
+makedepends=('dos2unix')
+source=("http://downloads.sourceforge.net/project/freeimage/Source%20Distribution/${pkgver}/FreeImage${pkgver//./}.zip")
+md5sums=('1a2d1fff6204adbd479cc98818892fc1')
+
+build() {
+  cp -r FreeImage FreeImagefip
+
+  cd FreeImage
+  make
+
+  cd ${srcdir}/FreeImagefip
+  make -f Makefile.fip 
+}
+
+package() {
+  cd FreeImage
+  make DESTDIR=${pkgdir} install
+
+  cd ${srcdir}/FreeImagefip
+  make -f Makefile.fip DESTDIR=${pkgdir} install
+
+  install -D -m644 ${srcdir}/FreeImage/license-fi.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}




More information about the arch-commits mailing list