summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2017-04-01 17:07:27 +1100
committerJP-Ellis2017-04-01 17:07:59 +1100
commit02651242ef981020261f014862d89c58e2b91c5b (patch)
treec496411efafcbf935ca9038c010e26d0e7ed7b4d
parent6f75052b8e2d89d68121aa7ca13b24a45095ddaf (diff)
downloadaur-02651242ef981020261f014862d89c58e2b91c5b.tar.gz
Update optional dependencies
Use `namcap` in order to see what dependencies might be needed. This should be a complete list of all dependencies. Signed-off-by: JP-Ellis <josh@jpellis.me>
-rw-r--r--.SRCINFO62
-rw-r--r--PKGBUILD65
2 files changed, 118 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ef8f34b9612..a87ded1d9f01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,68 @@
# Generated by mksrcinfo v8
-# Sat Mar 18 03:07:44 UTC 2017
+# Sat Apr 1 06:06:56 UTC 2017
pkgbase = mathematica
pkgdesc = A computational software program used in scientific, engineering, and mathematical fields and other areas of technical computing.
pkgver = 11.1.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.wolfram.com/mathematica/
arch = i686
arch = x86_64
license = proprietary
- depends = libxml2
- optdepends = mesa-demos: for "fully optimized graphics capabilities"
- optdepends = alsa-lib: for sound support
+ optdepends = alsa-lib
+ optdepends = atk
+ optdepends = cairo
+ optdepends = clucene
+ optdepends = cuda
+ optdepends = curl
+ optdepends = espeak
+ optdepends = ffmpeg
+ optdepends = fluidsynth
+ optdepends = fontconfig
+ optdepends = freetype2
+ optdepends = gdk-pixbuf2
+ optdepends = glib2
+ optdepends = glu
+ optdepends = gmime
+ optdepends = gmp
+ optdepends = gmp
+ optdepends = gtk2
+ optdepends = harfbuzz
+ optdepends = icu
+ optdepends = intel-mkl
+ optdepends = java-environment
+ optdepends = lame
+ optdepends = lcms2
+ optdepends = leptonica
+ optdepends = libbson
+ optdepends = libffi
+ optdepends = libjpeg-turbo
+ optdepends = libmad
+ optdepends = libmongoc
+ optdepends = libnet
+ optdepends = libogg
+ optdepends = libpng12
+ optdepends = libselinux
+ optdepends = libsm
+ optdepends = libssh2
+ optdepends = libutil-linux
+ optdepends = libwebp
+ optdepends = libx11
+ optdepends = libxml2
+ optdepends = libxslt
+ optdepends = libxtst
+ optdepends = libxxf86vm
+ optdepends = mesa-demos: for improved graphics output
+ optdepends = ncurses
+ optdepends = nvidia-utils
+ optdepends = opencv
+ optdepends = openmp
+ optdepends = openssl
+ optdepends = pango
+ optdepends = pixman
+ optdepends = portaudio
+ optdepends = r
+ optdepends = tesseract
+ optdepends = zlib
options = !strip
source = local://Mathematica_11.1.0_LINUX.sh
sha256sums = 3a866cc1b49dc06ec11f7d7288051916b7aa1959ae2f32f96dd1780ad228ca4d
diff --git a/PKGBUILD b/PKGBUILD
index 02347d89f0cc..f91fae769dfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,71 @@
pkgname=mathematica
pkgver=11.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A computational software program used in scientific, engineering, and mathematical fields and other areas of technical computing."
arch=('i686' 'x86_64')
url="http://www.wolfram.com/mathematica/"
license=('proprietary')
-depends=('libxml2')
-optdepends=('mesa-demos: for "fully optimized graphics capabilities"'
- 'alsa-lib: for sound support')
+optdepends=(
+ # The following list of dependencies was inferred from namcap's output. If
+ # you believe there is an error, please let me know. Also feel free to
+ # contribute description to dependencies if you know what they do.
+ 'alsa-lib'
+ 'atk'
+ 'cairo'
+ 'clucene'
+ 'cuda'
+ 'curl'
+ 'espeak'
+ 'ffmpeg'
+ 'fluidsynth'
+ 'fontconfig'
+ 'freetype2'
+ 'gdk-pixbuf2'
+ 'glib2'
+ 'glu'
+ 'gmime'
+ 'gmp'
+ 'gmp'
+ 'gtk2'
+ 'harfbuzz'
+ 'icu'
+ 'intel-mkl'
+ 'java-environment'
+ 'lame'
+ 'lcms2'
+ 'leptonica'
+ 'libbson'
+ 'libffi'
+ 'libjpeg-turbo'
+ 'libmad'
+ 'libmongoc'
+ 'libnet'
+ 'libogg'
+ 'libpng12'
+ 'libselinux'
+ 'libsm'
+ 'libssh2'
+ 'libutil-linux'
+ 'libwebp'
+ 'libx11'
+ 'libxml2'
+ 'libxslt'
+ 'libxtst'
+ 'libxxf86vm'
+ 'mesa-demos: for improved graphics output'
+ 'ncurses'
+ 'nvidia-utils'
+ 'opencv'
+ 'openmp'
+ 'openssl'
+ 'pango'
+ 'pixman'
+ 'portaudio'
+ 'r'
+ 'tesseract'
+ 'zlib'
+)
source=("local://Mathematica_${pkgver}_LINUX.sh")
sha256sums=('3a866cc1b49dc06ec11f7d7288051916b7aa1959ae2f32f96dd1780ad228ca4d')
options=("!strip")