Package Details: auto-editor 24.29.1-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-07-19 03:48 (UTC)

Dependencies (7)

Required by (0)

Sources (1)

Latest Comments

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.