manim: update 0.6.0
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
_realname=manim
|
||||
pkgbase=mingw-w64-${_realname}
|
||||
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
|
||||
pkgver=0.4.0
|
||||
pkgver=0.6.0
|
||||
pkgrel=1
|
||||
pkgdesc="Animation engine for explanatory math videos (community edition) (mingw-w64)"
|
||||
arch=('any')
|
||||
@@ -12,28 +12,40 @@ url='https://www.manim.community'
|
||||
license=('MIT' 'custom')
|
||||
depends=(
|
||||
"${MINGW_PACKAGE_PREFIX}-python"
|
||||
"${MINGW_PACKAGE_PREFIX}-ffmpeg"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-cairo"
|
||||
"${MINGW_PACKAGE_PREFIX}-ffmpeg"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-click"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-click-default-group"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-colour"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-networkx"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-numpy"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-pillow"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-pygments"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-rich"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-scipy"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-tqdm"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-manimpango"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-pydub"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-pygments"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-rich"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-cairo"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-manimpango"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-networkx"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-decorator"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-watchdog"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-moderngl"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-moderngl-window"
|
||||
"${MINGW_PACKAGE_PREFIX}-mapbox-earcut"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-cloup"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-requests"
|
||||
)
|
||||
optdepends=("${MINGW_PACKAGE_PREFIX}-texlive-most: For LaTeX support")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/ManimCommunity/${_realname}/releases/download/v${pkgver}/${_realname}-${pkgver}.tar.gz")
|
||||
sha512sums=('302ca49b71e7e432fcdb97ba94de3ff59dd39f60a8fe0b883f45e54e674ebbcf6d10ef025ca7aebedfe5fa2d793ef6966e9d2bd9ea56c0bb226171a485a5e263')
|
||||
sha512sums=('f197926f39f48b363ba7e089fec9f05e684bca0efa22668dcf488fc523356aa333e93f1489bd899f370d10f7a71505376535f4eca422ed9cf6f5358f5a6805c5')
|
||||
|
||||
prepare() {
|
||||
rm -rf python-build-${CARCH} | true
|
||||
cp -r "${_realname}-${pkgver}" "python-build-${CARCH}"
|
||||
cd "python-build-${CARCH}"
|
||||
sed -i 's/rich>=6.0,<7.0/rich/' setup.py
|
||||
sed -i 's/decorator<5.0.0/decorator/' setup.py
|
||||
}
|
||||
|
||||
build() {
|
||||
|
||||
Reference in New Issue
Block a user