Package Details: vidcutter-git 6.0.5.1-9

Git Clone URL: https://aur.archlinux.org/vidcutter-git.git (read-only, click to copy)
Package Base: vidcutter-git
Description: A modern and fast media cutter and joiner
Upstream URL: https://vidcutter.ozmartians.com
Licenses: GPL3
Conflicts: vidcutter
Provides: vidcutter
Submitter: ozmartian
Maintainer: ozmartian
Last Packager: ozmartian
Votes: 4
Popularity: 0.000007
First Submitted: 2016-12-29 15:06 (UTC)
Last Updated: 2023-01-01 11:47 (UTC)

Latest Comments

ozmartian commented on 2022-05-21 00:16 (UTC)

@ramatullah Have updated the package to use mpv instead of mpv-git in the interim so that stable version builds don't fail. Makes no difference to vidcutter's functionality.

Will switch back to mpv-git when mpv community/mpv is updated so that code changes work for all builds.

ramatullah commented on 2022-05-19 21:01 (UTC)

Just compiled vidcutter against mpv-git:

Traceback (most recent call last): File "/usr/bin/vidcutter", line 33, in <module> sys.exit(load_entry_point('vidcutter==6.0.5.1', 'gui_scripts', 'vidcutter')()) File "/usr/bin/vidcutter", line 25, in importlib_load_entry_point return next(matches).load() File "/usr/lib/python3.10/importlib/metadata/init.py", line 171, in load module = import_module(match.group('module')) File "/usr/lib/python3.10/importlib/init.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1050, in _gcd_import File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 688, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 883, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/usr/lib/python3.10/site-packages/vidcutter/main.py", line 41, in <module> from vidcutter.videocutter import VideoCutter File "/usr/lib/python3.10/site-packages/vidcutter/videocutter.py", line 57, in <module> from vidcutter.libs.mpvwidget import mpvWidget File "/usr/lib/python3.10/site-packages/vidcutter/libs/mpvwidget.py", line 63, in <module> import vidcutter.libs.mpv as mpv File "vidcutter/libs/pympv/mpv.pyx", line 46, in init vidcutter.libs.mpv ImportError: libmpv version is incorrect. Required 1.109 got 2.0.

I've first thought it is just a egg-info problem, but I couldn't find something like "libmpv==1.109"

ozmartian commented on 2020-12-03 14:16 (UTC)

this has been fixed since stable vidcutter is now in Arch core repos and this is now pulling from HEAD as it should have

thylacine222 commented on 2020-04-14 01:25 (UTC)

No, right now the source is

https://github.com/ozmartian/${pkgname%-git}/archive/${pkgver}.tar.gz

which points to the latest release, not HEAD.

thylacine222 commented on 2020-04-07 19:51 (UTC)

Don't see the purpose of this package, since it's just downloading the release from git, so it's not a dev version.