Package Details: auto-editor 26.1.0-1

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
Submitter: ston
Maintainer: brenekh
Last Packager: brenekh
Votes: 0
Popularity: 0.000000
First Submitted: 2022-11-03 11:31 (UTC)
Last Updated: 2024-12-03 14:48 (UTC)

Latest Comments

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.