Date: Wednesday, October 2, 2013 @ 23:37:00
  Author: bgyorgy
Revision: 97998

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

Added:
  freemat/repos/community-i686/ChangeLog
    (from rev 97997, freemat/trunk/ChangeLog)
  freemat/repos/community-i686/PKGBUILD
    (from rev 97997, freemat/trunk/PKGBUILD)
  freemat/repos/community-i686/freemat.install
    (from rev 97997, freemat/trunk/freemat.install)
  freemat/repos/community-x86_64/ChangeLog
    (from rev 97997, freemat/trunk/ChangeLog)
  freemat/repos/community-x86_64/PKGBUILD
    (from rev 97997, freemat/trunk/PKGBUILD)
  freemat/repos/community-x86_64/freemat.install
    (from rev 97997, freemat/trunk/freemat.install)
Deleted:
  freemat/repos/community-i686/ChangeLog
  freemat/repos/community-i686/PKGBUILD
  freemat/repos/community-i686/build-fix.patch
  freemat/repos/community-i686/freemat.install
  freemat/repos/community-x86_64/ChangeLog
  freemat/repos/community-x86_64/PKGBUILD
  freemat/repos/community-x86_64/build-fix.patch
  freemat/repos/community-x86_64/freemat.install

----------------------------------+
 /ChangeLog                       |    6 ++
 /PKGBUILD                        |   86 +++++++++++++++++++++++++++++++++++++
 /freemat.install                 |   14 ++++++
 community-i686/ChangeLog         |    3 -
 community-i686/PKGBUILD          |   46 -------------------
 community-i686/build-fix.patch   |   11 ----
 community-i686/freemat.install   |    7 ---
 community-x86_64/ChangeLog       |    3 -
 community-x86_64/PKGBUILD        |   46 -------------------
 community-x86_64/build-fix.patch |   11 ----
 community-x86_64/freemat.install |    7 ---
 11 files changed, 106 insertions(+), 134 deletions(-)

Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog    2013-10-02 21:36:52 UTC (rev 97997)
+++ community-i686/ChangeLog    2013-10-02 21:37:00 UTC (rev 97998)
@@ -1,3 +0,0 @@
-2007-06-27 tardo <ta...@nagi-fanboi.net>
-* Built for x86_64
-

Copied: freemat/repos/community-i686/ChangeLog (from rev 97997, 
freemat/trunk/ChangeLog)
===================================================================
--- community-i686/ChangeLog                            (rev 0)
+++ community-i686/ChangeLog    2013-10-02 21:37:00 UTC (rev 97998)
@@ -0,0 +1,3 @@
+2007-06-27 tardo <ta...@nagi-fanboi.net>
+* Built for x86_64
+

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2013-10-02 21:36:52 UTC (rev 97997)
+++ community-i686/PKGBUILD     2013-10-02 21:37:00 UTC (rev 97998)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
-# Contributor: William Rea <sillywi...@gmail.com>
-
-pkgname=freemat
-pkgver=4.2
-pkgrel=2
-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')
-install=freemat.install
-source=(http://downloads.sourceforge.net/project/freemat/FreeMat4/FreeMat-$pkgver-Source.tar.gz
-       build-fix.patch)
-md5sums=('ace147e49273ae935d363da8e2a56d4d'
-         '2d11a28aa2a7df89c4618ed1c4be5973')
-
-build() {
-  cd $srcdir/FreeMat-$pkgver-Source
-
-  unset LDFLAGS
-  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
-
-  cmake \
-       -DCMAKE_INSTALL_PREFIX=/usr \
-       -DUSE_LLVM=OFF \
-       -DFORCE_BUNDLED_UMFPACK=ON \
-       -DFFI_INCLUDE_DIR=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/ \
-       -DPYTHON_EXECUTABLE=/usr/bin/python2 \
-       .
-  make
-}
-package() {
-  cd $srcdir/FreeMat-$pkgver-Source
-
-  make DESTDIR=$pkgdir install -j1
-  sed -i "s|/FreeMat-.*/|/FreeMat-$pkgver/|g" $startdir/freemat.install
-  rm $pkgdir/usr/bin/blas.ini
-}

Copied: freemat/repos/community-i686/PKGBUILD (from rev 97997, 
freemat/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2013-10-02 21:37:00 UTC (rev 97998)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
+# Contributor: William Rea <sillywi...@gmail.com>
+
+pkgname=freemat
+pkgver=4.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=('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)
+md5sums=('ace147e49273ae935d363da8e2a56d4d')
+
+build() {
+  cd $srcdir/FreeMat-$pkgver-Source
+
+  unset LDFLAGS
+  rm -f CMakeCache.txt
+  find . -type f -name '*.moc.cpp' -exec rm -f {} \;
+  find . -type f -name 'add.so' -exec rm -f {} \;
+  echo >libs/libMatC/CJitFuncClang.hpp
+  echo >libs/libMatC/CJitFuncClang.cpp
+
+  cmake \
+       -DCMAKE_INSTALL_PREFIX=/usr \
+       -DUSE_LLVM=OFF \
+       -DFORCE_BUNDLED_UMFPACK=ON \
+       -DFFI_INCLUDE_DIR=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/ \
+       -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+       .
+  make
+}
+package() {
+  cd $srcdir/FreeMat-$pkgver-Source
+
+  make DESTDIR=$pkgdir install -j1
+  sed -i "s|/FreeMat-.*/|/FreeMat-$pkgver/|g" $startdir/freemat.install
+  rm $pkgdir/usr/bin/blas.ini
+}

Deleted: community-i686/build-fix.patch
===================================================================
--- community-i686/build-fix.patch      2013-10-02 21:36:52 UTC (rev 97997)
+++ community-i686/build-fix.patch      2013-10-02 21:37:00 UTC (rev 97998)
@@ -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"
- 

Deleted: community-i686/freemat.install
===================================================================
--- community-i686/freemat.install      2013-10-02 21:36:52 UTC (rev 97997)
+++ community-i686/freemat.install      2013-10-02 21:37:00 UTC (rev 97998)
@@ -1,7 +0,0 @@
-post_install() {
-  echo "-- Use FreeMat -i /usr/share/FreeMat-4.1/ to adjust docs location"
-}
-
-post_upgrade() {
-  echo "-- Use FreeMat -i /usr/share/FreeMat-4.1/ to adjust docs location"
-}

Copied: freemat/repos/community-i686/freemat.install (from rev 97997, 
freemat/trunk/freemat.install)
===================================================================
--- community-i686/freemat.install                              (rev 0)
+++ community-i686/freemat.install      2013-10-02 21:37:00 UTC (rev 97998)
@@ -0,0 +1,7 @@
+post_install() {
+  echo "-- Use FreeMat -i /usr/share/FreeMat-4.1/ to adjust docs location"
+}
+
+post_upgrade() {
+  echo "-- Use FreeMat -i /usr/share/FreeMat-4.1/ to adjust docs location"
+}

Deleted: community-x86_64/ChangeLog
===================================================================
--- community-x86_64/ChangeLog  2013-10-02 21:36:52 UTC (rev 97997)
+++ community-x86_64/ChangeLog  2013-10-02 21:37:00 UTC (rev 97998)
@@ -1,3 +0,0 @@
-2007-06-27 tardo <ta...@nagi-fanboi.net>
-* Built for x86_64
-

Copied: freemat/repos/community-x86_64/ChangeLog (from rev 97997, 
freemat/trunk/ChangeLog)
===================================================================
--- community-x86_64/ChangeLog                          (rev 0)
+++ community-x86_64/ChangeLog  2013-10-02 21:37:00 UTC (rev 97998)
@@ -0,0 +1,3 @@
+2007-06-27 tardo <ta...@nagi-fanboi.net>
+* Built for x86_64
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2013-10-02 21:36:52 UTC (rev 97997)
+++ community-x86_64/PKGBUILD   2013-10-02 21:37:00 UTC (rev 97998)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
-# Contributor: William Rea <sillywi...@gmail.com>
-
-pkgname=freemat
-pkgver=4.2
-pkgrel=2
-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')
-install=freemat.install
-source=(http://downloads.sourceforge.net/project/freemat/FreeMat4/FreeMat-$pkgver-Source.tar.gz
-       build-fix.patch)
-md5sums=('ace147e49273ae935d363da8e2a56d4d'
-         '2d11a28aa2a7df89c4618ed1c4be5973')
-
-build() {
-  cd $srcdir/FreeMat-$pkgver-Source
-
-  unset LDFLAGS
-  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
-
-  cmake \
-       -DCMAKE_INSTALL_PREFIX=/usr \
-       -DUSE_LLVM=OFF \
-       -DFORCE_BUNDLED_UMFPACK=ON \
-       -DFFI_INCLUDE_DIR=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/ \
-       -DPYTHON_EXECUTABLE=/usr/bin/python2 \
-       .
-  make
-}
-package() {
-  cd $srcdir/FreeMat-$pkgver-Source
-
-  make DESTDIR=$pkgdir install -j1
-  sed -i "s|/FreeMat-.*/|/FreeMat-$pkgver/|g" $startdir/freemat.install
-  rm $pkgdir/usr/bin/blas.ini
-}

Copied: freemat/repos/community-x86_64/PKGBUILD (from rev 97997, 
freemat/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2013-10-02 21:37:00 UTC (rev 97998)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
+# Contributor: William Rea <sillywi...@gmail.com>
+
+pkgname=freemat
+pkgver=4.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=('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)
+md5sums=('ace147e49273ae935d363da8e2a56d4d')
+
+build() {
+  cd $srcdir/FreeMat-$pkgver-Source
+
+  unset LDFLAGS
+  rm -f CMakeCache.txt
+  find . -type f -name '*.moc.cpp' -exec rm -f {} \;
+  find . -type f -name 'add.so' -exec rm -f {} \;
+  echo >libs/libMatC/CJitFuncClang.hpp
+  echo >libs/libMatC/CJitFuncClang.cpp
+
+  cmake \
+       -DCMAKE_INSTALL_PREFIX=/usr \
+       -DUSE_LLVM=OFF \
+       -DFORCE_BUNDLED_UMFPACK=ON \
+       -DFFI_INCLUDE_DIR=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/ \
+       -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+       .
+  make
+}
+package() {
+  cd $srcdir/FreeMat-$pkgver-Source
+
+  make DESTDIR=$pkgdir install -j1
+  sed -i "s|/FreeMat-.*/|/FreeMat-$pkgver/|g" $startdir/freemat.install
+  rm $pkgdir/usr/bin/blas.ini
+}

Deleted: community-x86_64/build-fix.patch
===================================================================
--- community-x86_64/build-fix.patch    2013-10-02 21:36:52 UTC (rev 97997)
+++ community-x86_64/build-fix.patch    2013-10-02 21:37:00 UTC (rev 97998)
@@ -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"
- 

Deleted: community-x86_64/freemat.install
===================================================================
--- community-x86_64/freemat.install    2013-10-02 21:36:52 UTC (rev 97997)
+++ community-x86_64/freemat.install    2013-10-02 21:37:00 UTC (rev 97998)
@@ -1,7 +0,0 @@
-post_install() {
-  echo "-- Use FreeMat -i /usr/share/FreeMat-4.1/ to adjust docs location"
-}
-
-post_upgrade() {
-  echo "-- Use FreeMat -i /usr/share/FreeMat-4.1/ to adjust docs location"
-}

Copied: freemat/repos/community-x86_64/freemat.install (from rev 97997, 
freemat/trunk/freemat.install)
===================================================================
--- community-x86_64/freemat.install                            (rev 0)
+++ community-x86_64/freemat.install    2013-10-02 21:37:00 UTC (rev 97998)
@@ -0,0 +1,7 @@
+post_install() {
+  echo "-- Use FreeMat -i /usr/share/FreeMat-4.1/ to adjust docs location"
+}
+
+post_upgrade() {
+  echo "-- Use FreeMat -i /usr/share/FreeMat-4.1/ to adjust docs location"
+}

Reply via email to