@friday13: I'm not quite sure what I'm looking at here. You seem to be building with Python 3.11, which hasn't been in the repositories since April 2024.
Search Criteria
Package Details: auto-editor 29.2.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/auto-editor.git (read-only, click to copy) |
---|---|
Package Base: | auto-editor |
Description: | A command line application for automatically editing video and audio. |
Upstream URL: | https://auto-editor.com/ |
Licenses: | Unlicense |
Conflicts: | auto-editor-bin |
Provides: | auto-editor |
Submitter: | ston |
Maintainer: | brenekh |
Last Packager: | brenekh |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-11-03 11:31 (UTC) |
Last Updated: | 2025-10-11 15:44 (UTC) |
Dependencies (14)
- dav1d (dav1d-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-amd-fullAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- lame (lame-svnAUR, lame-altivecAUR)
- libvpx (libvpx-full-gitAUR, libvpx-gitAUR)
- opus (opus-gitAUR)
- svt-av1 (svt-av1-gitAUR, svt-av1-bluesword-gitAUR, svt-av1-psy-gitAUR, svt-av1-essential-gitAUR)
- x264 (x264-tmod-gitAUR, x264-gitAUR)
- x265 (x265-mod-patman-gitAUR, x265-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- nim (nim-gitAUR, choosenimAUR, choosenim-binAUR) (make)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR) (optional) – automatically open completed files with xdg-open
- yt-dlp (yt-dlp-gitAUR) (optional) – download and use URLs as inputs
Required by (0)
Sources (1)
Latest Comments
brenekh commented on 2025-09-18 22:48 (UTC)
friday13 commented on 2025-09-07 19:13 (UTC)
==> Starting build()... * Getting build dependencies for wheel... Traceback (most recent call last): File "/home/friday13/.pyenv/versions/3.11.13/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py", line 389, in <module> main() File "/home/friday13/.pyenv/versions/3.11.13/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py", line 373, in main json_out["return_val"] = hook(**hook_input["kwargs"]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/friday13/.pyenv/versions/3.11.13/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py", line 143, in get_requires_for_build_wheel return hook(config_settings) ^^^^^^^^^^^^^^^^^^^^^ File "/home/friday13/.pyenv/versions/3.11.13/lib/python3.11/site-packages/setuptools/build_meta.py", line 331, in get_requires_for_build_wheel return self._get_build_requires(config_settings, requirements=[]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/friday13/.pyenv/versions/3.11.13/lib/python3.11/site-packages/setuptools/build_meta.py", line 301, in _get_build_requires self.run_setup() File "/home/friday13/.pyenv/versions/3.11.13/lib/python3.11/site-packages/setuptools/build_meta.py", line 512, in run_setup super().run_setup(setup_script=setup_script) File "/home/friday13/.pyenv/versions/3.11.13/lib/python3.11/site-packages/setuptools/build_meta.py", line 317, in run_setup exec(code, locals()) File "<string>", line 10, in <module> ModuleNotFoundError: No module named 'Cython'
escape0707 commented on 2024-08-22 06:49 (UTC)
Please also include python-setuptools
in makedepends
according to this: https://wiki.archlinux.org/title/Python_package_guidelines#setuptools_or_distutils
Build fails otherwise:
==> Starting build()... * Getting build dependencies for wheel... Traceback (most recent call last): File "/usr/lib/python3.12/site-packages/pyproject_hooks/_impl.py", line 402, in _call_hook raise BackendUnavailable( pyproject_hooks._impl.BackendUnavailable: Cannot import 'setuptools.build_meta' ERROR Backend 'setuptools.build_meta:__legacy__' is not available. ==> ERROR: A failure occurred in build(). Aborting... error: failed to build 'auto-editor-25.0.1-2': error: packages failed to build: auto-editor-25.0.1-2
escape0707 commented on 2024-08-21 07:59 (UTC) (edited on 2024-08-21 08:01 (UTC) by escape0707)
Error upon updating:
adding 'auto_editor-25.0.1.dist-info/METADATA' adding 'auto_editor-25.0.1.dist-info/WHEEL' adding 'auto_editor-25.0.1.dist-info/entry_points.txt' adding 'auto_editor-25.0.1.dist-info/top_level.txt' adding 'auto_editor-25.0.1.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built auto_editor-25.0.1.tar.gz and auto_editor-25.0.1-py3-none-any.whl ==> Entering fakeroot environment... ==> Starting package()... Processing ./dist/auto_editor-25.0.1-py3-none-any.whl Installing collected packages: auto-editor Attempting uninstall: auto-editor Found existing installation: auto-editor 24.27.1 Uninstalling auto-editor-24.27.1: ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: '/usr/bin/aedesc' Consider using the `--user` option or check the permissions. ==> ERROR: A failure occurred in package(). Aborting... error: failed to build 'auto-editor-25.0.1-1': error: packages failed to build: auto-editor-25.0.1-1
Please update package installation method accordingly: Python_package_guidelines#Standards_based_(PEP_517)
python -m installer --destdir="$pkgdir" dist/*.whl
PeterWang-dev commented on 2024-07-05 07:51 (UTC)
diff --git a/PKGBUILD b/PKGBUILD index 326fc4a..f0d8ae9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc="A command line application for automatically editing video and audio." url="https://auto-editor.com/" arch=('any') license=("Unlicense") -depends=('python' 'python-numpy' 'python-pyav') +depends=('python' 'python-numpy' 'python-av') optdepends=('yt-dlp: download and use URLs as inputs') makedepends=('python-setuptools' 'python-build' 'python-pip') source=("$pkgname-$pkgver.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/${_pkgver}.tar.gz")
python-pyav
should be replaced by python-av
as its AUR package doesn't compile. Further more, upstream GitHub repository mentioned that pyav has been merged to av, and there's no reason to use pyav anymore.
After replace python-pyav
with python-av
, package compiles normally.
ston commented on 2022-11-14 12:25 (UTC)
Dear aur users, I'm sorry, but I'm no longer using archlinux and need someone to help maintain this pkgbuild, I'll drop this package.
Pinned Comments