Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / asymptote
Commits: 08c9b018 by Antonio Rojas at 2024-02-09T16:34:34+01:00 Disable offscreen rendering Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/asymptote/-/issues/1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,34 @@ +pkgbase = asymptote + pkgdesc = A vector graphics language (like metapost) + pkgver = 2.86 + pkgrel = 4 + url = http://asymptote.sourceforge.net/ + arch = x86_64 + license = GPL-3.0-only + makedepends = boost + makedepends = cmake + makedepends = doxygen + makedepends = ghostscript + makedepends = glm + makedepends = glu + makedepends = imagemagick + makedepends = python-pyqt5 + makedepends = texlive-binextra + makedepends = texlive-meta + makedepends = texlive-fontutils + makedepends = texlive-latexextra + makedepends = texlive-plaingeneric + depends = boost-libs + depends = fftw + depends = freeglut + depends = gc + depends = gsl + depends = libsigsegv + depends = texlive-basic + optdepends = python-pyqt5: for the xasy GUI + optdepends = python-cson: for the xasy GUI + optdepends = ghostscript: PDF output + source = https://github.com/vectorgraphics/asymptote/archive/2.86/asymptote-2.86.tar.gz + sha256sums = 3ebcc90beb67bf7f8575fb519cb9d5d3c6cfd77f97ee1f69d53af458563c8aaa + +pkgname = asymptote ===================================== PKGBUILD ===================================== @@ -5,13 +5,30 @@ pkgname=asymptote pkgver=2.86 -pkgrel=3 +pkgrel=4 pkgdesc='A vector graphics language (like metapost)' arch=(x86_64) url='http://asymptote.sourceforge.net/' -license=(GPL3) -depends=(texlive-basic gc freeglut gsl fftw libsigsegv boost-libs) -makedepends=(cmake ghostscript imagemagick texlive-latexextra texlive-plaingeneric texlive-binextra python-pyqt5 glu glm boost doxygen) +license=(GPL-3.0-only) +depends=(boost-libs + fftw + freeglut + gc + gsl + libsigsegv + texlive-basic) +makedepends=(boost + cmake + doxygen + ghostscript + glm + glu + imagemagick + python-pyqt5 + texlive-binextra texlive-meta + texlive-fontutils + texlive-latexextra + texlive-plaingeneric) optdepends=('python-pyqt5: for the xasy GUI' 'python-cson: for the xasy GUI' 'ghostscript: PDF output') @@ -29,8 +46,7 @@ build() { ./configure --enable-gc=/usr \ --prefix=/usr \ --with-latex=/usr/share/texmf/tex/latex \ - --with-context=/usr/share/texmf/tex/context \ - --enable-offscreen + --with-context=/usr/share/texmf/tex/context make all } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/asymptote/-/commit/08c9b0185d68f6141b9d9b9f6670ea5f7f408e66 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/asymptote/-/commit/08c9b0185d68f6141b9d9b9f6670ea5f7f408e66 You're receiving this email because of your account on gitlab.archlinux.org.