Package Details: videomass 5.0.6-1

Git Clone URL: https://aur.archlinux.org/videomass.git (read-only, click to copy)
Package Base: videomass
Description: A cross-platform GUI for FFmpeg and youtube-dl or yt-dlp
Upstream URL: http://jeanslack.github.io/Videomass/
Keywords: cut edition stream video
Licenses: GPL-3.0-only
Submitter: Popolon
Maintainer: Popolon
Last Packager: Popolon
Votes: 2
Popularity: 0.016986
First Submitted: 2022-12-19 22:40 (UTC)
Last Updated: 2024-03-26 09:23 (UTC)

Latest Comments

xiota commented on 2024-02-14 01:20 (UTC)

Packages using setup.py require python-setuptools. Without it, building in a clean chroot produces the following error:

==> Starting build()...
* Getting build dependencies for wheel...

Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/pyproject_hooks/_impl.py", line 321, in _call_hook
    raise BackendUnavailable(data.get('traceback', ''))
pyproject_hooks._impl.BackendUnavailable: Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py", line 77, in _build_backend
    obj = import_module(mod_path)
          ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1126, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1140, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'setuptools'

ERROR Backend 'setuptools.build_meta:__legacy__' is not available.
==> ERROR: A failure occurred in build().

Popolon commented on 2024-02-13 23:12 (UTC) (edited on 2024-02-13 23:13 (UTC) by Popolon)

  • pkgbase/pkgname/_module fusioned in pkgbase
  • more precise license GPL-3 => GPL-3.0-only
  • It doesn't use deprecated python-setuptools, added python-wheel.

xiota commented on 2024-02-13 14:00 (UTC) (edited on 2024-02-13 14:01 (UTC) by xiota)

Some changes needed:

  • Combine separate pkgbase/pkgname into single pkgname.
  • Update license string to GPL-3.0-only.
  • Add missing makedepends: python-setuptools and python-wheel