Package Details: manim 0.19.0-1

Git Clone URL: https://aur.archlinux.org/manimce.git (read-only, click to copy)
Package Base: manimce
Description: Animation engine for explanatory math videos (community edition).
Upstream URL: https://github.com/ManimCommunity/manim
Keywords: animation graphics manim maths python
Licenses: custom, MIT
Conflicts: python-manimlib
Submitter: groctel
Maintainer: groctel (naveen521kk)
Last Packager: groctel
Votes: 12
Popularity: 0.038182
First Submitted: 2020-10-24 14:29 (UTC)
Last Updated: 2025-02-20 09:00 (UTC)

Latest Comments

1 2 3 Next › Last »

Irfan_hossain commented on 2025-02-28 06:45 (UTC) (edited on 2025-03-01 05:04 (UTC) by Irfan_hossain)

he manim is not installing without this dependencies present

python-pyaudio 
python-opengl 
python-setuptools 
python-flit->used for pyglet
python-av
python-bs4

micwoj92 commented on 2025-02-24 22:24 (UTC)

Needs additional python-poetry-core in makedeps and python-av python-beautifulsoup4 in deps.

micwoj92 commented on 2025-02-20 19:28 (UTC)

Please also bump pkgrel

groctel commented on 2025-02-20 09:04 (UTC)

@micwoj92: I have removed those dependencies. Thanks for the catch!

micwoj92 commented on 2025-02-19 22:09 (UTC)

Several deps are likely not needed:python-click-default-group, python-colour, python-google-api-core, python-requests, python-setuptools, python-backports.cached_property, python-glcontext.

groctel commented on 2024-05-03 15:20 (UTC)

PSA: The 0.18.1 update is broken due to two of manim's dependencies not building. You can apply these two patches to their corresponding dependencies' PKGBUILD files to fix the installation:

python-skia-pathops:

diff --git a/PKGBUILD b/PKGBUILD
index 58e18da..b5ac1e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,10 +12,10 @@ license=(BSD)
 depends=(python)
 makedepends=(python-pip)
 options=(!strip)
-_py=cp311
+_py=cp312
 _wheel="${_pkgname/-/_}-$pkgver-$_py-$_py-manylinux_2_17_$CARCH.manylinux2014_$CARCH.whl"
 source=("https://files.pythonhosted.org/packages/$_py/${_pkgname::1}/$_pkgname/$_wheel")
-sha256sums=('27861201a5eabcd50b1d4c94be9cd28749d9236cbbab797e5ca6a293b6c15178')
+sha256sums=('b7b6873b65b682f8cf94a3baf8fccf98219f689e09a08967075bda36da128d57')

 # If anybody wants to mess around with the Chromium tree and figure out how to
 # build skia from source on Arch I'm open to patches, but even after mucking

python-svgelements:

diff --git a/PKGBUILD b/PKGBUILD
index 752aaf3..fbc30da 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,10 +25,10 @@ build() {
     python -m build --wheel --no-isolation
 }

-check() {
-    cd "$_name-$pkgver"
-    python -m unittest -v
-}
+# check() {
+#     cd "$_name-$pkgver"
+#     python -m unittest -v
+# }

 package() {
     cd "$_name-$pkgver"

groctel commented on 2024-02-23 07:46 (UTC)

@xploien The only package that depends on cython is python-manimpango. I've ran an installation in a clean environment (see ~groctel/pkgbuilds) and I cannot reproduce your scenario.

Using sudo pacman -Si cython0 you should find that it provides cython and conflicts with the cython package. Could it be that one of your installed packages already depends on cython0?

I would need more information to determine the cause of the issue, but it looks like it's coming from your system not being clean. If you believe that there's an error in my testing environment, please open a ticket.

xploien commented on 2024-02-22 06:30 (UTC) (edited on 2024-02-22 06:35 (UTC) by xploien)

Just tried to install it today, and everything worked perfectly after installing cython package instead of cython0. Please correct the dependency list. Thanks for maintaining this package!

carlosal1015 commented on 2023-09-06 14:01 (UTC)

Hi, in this line shows that requires ^2.1.6 and we have python-watchdog 2.3.0-2. Why not use the official one if this is supported.