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

arodseth at nymeria.archlinux.org arodseth at nymeria.archlinux.org
Wed Jan 23 15:03:21 UTC 2013


    Date: Wednesday, January 23, 2013 @ 16:03:21
  Author: arodseth
Revision: 82719

fix for the boost upgrade todo

Modified:
  povray/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-23 14:11:15 UTC (rev 82718)
+++ PKGBUILD	2013-01-23 15:03:21 UTC (rev 82719)
@@ -7,11 +7,11 @@
 
 pkgname=povray
 pkgver=3.7.0.RC6
-pkgrel=4
-pkgdesc="Script based raytracer for creating 3D graphics"
+pkgrel=5
+pkgdesc='Script based raytracer for creating 3D graphics'
 arch=('x86_64' 'i686')
 license=('custom')
-url="http://povray.org/"
+url='http://povray.org/'
 depends=('libtiff' 'libpng' 'boost-libs')
 makedepends=('boost')
 backup=("etc/povray/${pkgver%.*.*}/povray.conf"
@@ -39,7 +39,6 @@
   ./bootstrap
   patch -p1 < ../povray3.7.0_rc3-user-conf.patch
   COMPILED_BY="Arch Linux" ./configure --prefix=/usr --sysconfdir=/etc
-  #  --disable-optimiz #--with-boost-thread=boost_thread-gcc-mt
   make CXXFLAGS+="-lboost_system"
   gzip povray.1
 }




More information about the arch-commits mailing list