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

Lukas Jirkovsky stativ at nymeria.archlinux.org
Wed Apr 9 10:03:57 UTC 2014


    Date: Wednesday, April 9, 2014 @ 12:03:56
  Author: stativ
Revision: 108997

upgpkg: luxrender 1.3.1-7

add dependency on libpng, FS#39764

Modified:
  luxrender/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-09 09:53:18 UTC (rev 108996)
+++ PKGBUILD	2014-04-09 10:03:56 UTC (rev 108997)
@@ -5,12 +5,12 @@
 pkgname=luxrender
 pkgver=1.3.1
 _pkgver=d0b0e20c47cc
-pkgrel=6
+pkgrel=7
 pkgdesc="Rendering system for physically correct, unbiased image synthesis"
 arch=('i686' 'x86_64')
 url="http://www.luxrender.net/"
 license=('GPL')
-depends=('boost-libs' 'freeimage' 'openexr' 'libcl' 'libgl' 'fftw')
+depends=('boost-libs' 'freeimage' 'openexr' 'libpng' 'libcl' 'libgl' 'fftw')
 optdepends=('luxblend25: Blender exporter' 'qt4: Qt GUI' \
             'python: Python interface (pylux)'
             'nvidia-utils: OpenCL support for nVidia GPUs' \




More information about the arch-commits mailing list