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

Antonio Rojas arojas at archlinux.org
Sun Feb 26 10:15:58 UTC 2017


    Date: Sunday, February 26, 2017 @ 10:15:57
  Author: arojas
Revision: 289560

Enable audio support

Modified:
  octave/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-26 09:29:27 UTC (rev 289559)
+++ PKGBUILD	2017-02-26 10:15:57 UTC (rev 289560)
@@ -5,7 +5,7 @@
 
 pkgname=octave
 pkgver=4.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A high-level language, primarily intended for numerical computations."
 arch=('i686' 'x86_64')
 url="http://www.octave.org"
@@ -12,9 +12,10 @@
 license=('GPL')
 depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 'glu' 'ghostscript'
  	   'suitesparse' 'gl2ps' 'qscintilla-qt5' 'libsndfile')
-makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 'qt5-tools')
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 'qt5-tools' 'portaudio')
 optdepends=('texinfo: for help-support in octave'
-            'gnuplot: alternative plotting')
+            'gnuplot: alternative plotting'
+            'portaudio: audio support')
 source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.gz{,.sig})
 options=('!emptydirs')
 validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton



More information about the arch-commits mailing list