Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f7a2b5cbe2eae0f4c8166dcd9ef772ff919dc4a8

commit f7a2b5cbe2eae0f4c8166dcd9ef772ff919dc4a8
Author: Slown <[email protected]>
Date:   Wed Nov 2 14:39:27 2016 +0100

openimageio-1.7.8-1-x86_64

* version bump
* remove patch

diff --git a/source/xlib-extra/openimageio/FrugalBuild 
b/source/xlib-extra/openimageio/FrugalBuild
index 7cad214..cb7ed84 100644
--- a/source/xlib-extra/openimageio/FrugalBuild
+++ b/source/xlib-extra/openimageio/FrugalBuild
@@ -2,30 +2,23 @@
# Maintainer: Melko <[email protected]>

pkgname=openimageio
-pkgver=1.7.7
-pkgrel=5
+pkgver=1.7.8
+pkgrel=1
pkgdesc="A library for reading and writing images, including classes, 
utilities, and applications."
url="http://www.openimageio.org/";
depends=('libboost>=1.61.0' 'opencv>=3.1.0-9' 'glew>=1.13.0-4' 
'ilmbase>=2.2.0-6' 'openssl')
makedepends=('boost>=1.61.0')
groups=('xlib-extra')
archs=('i686' 'x86_64')
-_F_cmake_confopts="    -DCMAKE_INSTALL_PREFIX=/usr -DUSE_OPENSSL=ON \
+_F_cmake_confopts="-DCMAKE_INSTALL_PREFIX=/usr -DUSE_OPENSSL=ON \
-DUSE_PYTHON=ON -DPYLIB_INSTALL_DIR='lib/python2.7/site-packages' \
-DOIIO_BUILD_TESTS=OFF -DOIIO_BUILD_TOOLS=ON"
Finclude cmake python
_F_archive_name="Release"
_F_archive_grepv="beta\|RC\|dev"
up2date="Flasttar https://github.com/OpenImageIO/oiio/releases";
-source=("https://github.com/OpenImageIO/oiio/archive/$_F_archive_name-$pkgver.tar.gz";
 \
-       openimageio-fix-i686.patch)
-sha1sums=('61438bae3f35fc198a8b0e77ae85547a8b921b02' \
-          '8c001552d1d54b9b554df7bc0765b6f9bd792ab9')
+source=("https://github.com/OpenImageIO/oiio/archive/$_F_archive_name-$pkgver.tar.gz";)
+sha1sums=('1632518e44887beddef159d88342485df9a2454a')
_F_cd_path="oiio-Release-$pkgver"

-build() {
-       CMake_build
-       make || Fdie
-}
-
# optimization OK
diff --git a/source/xlib-extra/openimageio/openimageio-fix-i686.patch 
b/source/xlib-extra/openimageio/openimageio-fix-i686.patch
deleted file mode 100644
index 7d6a49c..0000000
--- a/source/xlib-extra/openimageio/openimageio-fix-i686.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- oiio-Release-1.7.7/src/libtexture/texturesys.cpp   2016-10-21 
21:09:37.966088932 +0100
-+++ oiio-Release-1.7.7/src/libtexture/texturesys.cpp   2016-10-21 
21:19:40.340289951 +0100
-@@ -2477,6 +2477,13 @@
-         } else {
-             wx = evalBSplineWeights (float4(sfrac));
-             wy = evalBSplineWeights (float4(tfrac));
-+#if defined(__i386__) && !defined(__x86_64__)
-+            // gcc on some 32 bit platforms complains here about these being
-+            // uninitialized, so initialize them. Don't waste the cycles
-+            // for 64 bit platforms that don't seem to have that error.
-+            dwx = float4::Zero();
-+            dwy = float4::Zero();
-+#endif
-         }
-
-         // figure out lerp weights so we can turn the filter into a sequence 
of lerp's
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to