[arch-commits] Commit in freemat/trunk (PKGBUILD build-fix.patch)

Balló György bgyorgy at nymeria.archlinux.org
Wed Oct 2 21:36:52 UTC 2013


    Date: Wednesday, October 2, 2013 @ 23:36:52
  Author: bgyorgy
Revision: 97997

upgpkg: freemat 4.2-3

Reduce dependencies

Modified:
  freemat/trunk/PKGBUILD
Deleted:
  freemat/trunk/build-fix.patch

-----------------+
 PKGBUILD        |   13 +++++--------
 build-fix.patch |   11 -----------
 2 files changed, 5 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-02 15:41:17 UTC (rev 97996)
+++ PKGBUILD	2013-10-02 21:36:52 UTC (rev 97997)
@@ -4,18 +4,16 @@
 
 pkgname=freemat
 pkgver=4.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A free environment for rapid engineering, scientific prototyping and data processing"
 arch=('i686' 'x86_64')
 url="http://freemat.sourceforge.net"
 license=('GPL')
-depends=('qt4' 'ffcall' 'fftw' 'portaudio' 'libffi' 'glu' 'qtwebkit' 'arpack')
-makedepends=('lapack' 'umfpack' 'blas' 'libmatio' 'cmake' 'python2' 'mesa')
+depends=('arpack' 'fftw' 'glu' 'portaudio' 'qtwebkit')
+makedepends=('cmake' 'python2' 'suitesparse')
 install=freemat.install
-source=(http://downloads.sourceforge.net/project/freemat/FreeMat4/FreeMat-$pkgver-Source.tar.gz
-	build-fix.patch)
-md5sums=('ace147e49273ae935d363da8e2a56d4d'
-         '2d11a28aa2a7df89c4618ed1c4be5973')
+source=(http://downloads.sourceforge.net/project/freemat/FreeMat4/FreeMat-$pkgver-Source.tar.gz)
+md5sums=('ace147e49273ae935d363da8e2a56d4d')
 
 build() {
   cd $srcdir/FreeMat-$pkgver-Source
@@ -24,7 +22,6 @@
   rm -f CMakeCache.txt
   find . -type f -name '*.moc.cpp' -exec rm -f {} \;
   find . -type f -name 'add.so' -exec rm -f {} \;
-  patch -p1 <$srcdir/build-fix.patch
   echo >libs/libMatC/CJitFuncClang.hpp
   echo >libs/libMatC/CJitFuncClang.cpp
 

Deleted: build-fix.patch
===================================================================
--- build-fix.patch	2013-10-02 15:41:17 UTC (rev 97996)
+++ build-fix.patch	2013-10-02 21:36:52 UTC (rev 97997)
@@ -1,11 +0,0 @@
-diff -wbBur FreeMat-4.1-Source/libs/libGraphics/GLRenderEngine.cpp FreeMat-4.1-Source.my/libs/libGraphics/GLRenderEngine.cpp
---- FreeMat-4.1-Source/libs/libGraphics/GLRenderEngine.cpp	2011-11-27 04:27:43.000000000 +0400
-+++ FreeMat-4.1-Source.my/libs/libGraphics/GLRenderEngine.cpp	2012-01-20 19:07:48.000000000 +0400
-@@ -20,6 +20,7 @@
- #include <qimage.h>
- #include <qpainter.h>
- #include <QtOpenGL>
-+#include <GL/glu.h>
- #include <math.h>
- #include "IEEEFP.hpp"
- 




More information about the arch-commits mailing list