Package Details: shotcut-git 25.03.29+r6598+g86552b847-1

Git Clone URL: https://aur.archlinux.org/shotcut-git.git (read-only, click to copy)
Package Base: shotcut-git
Description: Cross-platform Qt based Video Editor - Git latest
Upstream URL: https://www.shotcut.org
Licenses: GPL3
Conflicts: shotcut, shotcut-bin
Provides: shotcut
Submitter: Zuf
Maintainer: witt.9099
Last Packager: witt.9099
Votes: 9
Popularity: 0.000000
First Submitted: 2012-12-16 17:54 (UTC)
Last Updated: 2025-03-30 14:34 (UTC)

Latest Comments

1 2 3 Next › Last »

cysp74 commented on 2026-05-21 08:21 (UTC)

Hi,

PKGBUILD need to be updated, as shotcut requires qt websockets now.


diff --git a/PKGBUILD b/PKGBUILD
index 1b07d37..ab4b0e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@

 pkgname=shotcut-git
 pkgdesc='Cross-platform Qt based Video Editor - Git latest'
-pkgver=25.03.29+r6598+g86552b847
+pkgver=26.4.30+r7143+g43651d673
 pkgrel=1
 arch=('x86_64')
 url='https://www.shotcut.org'
 license=('GPL3')
 depends=('qt6-base' 'qt6-declarative' 'qt6-imageformats' 'qt6-multimedia' 'qt6-translations'
-         'mlt' 'movit' 'ffmpeg' 'libx264' 'libvpx' 'lame' 'frei0r-plugins' 'ladspa' 'qt6-charts')
+         'mlt' 'movit' 'ffmpeg' 'libx264' 'libvpx' 'lame' 'frei0r-plugins' 'ladspa' 'qt6-charts' 'qt6-websockets')
 optdepends=('swh-plugins: Several audio filters')
 provides=("shotcut")
 conflicts=('shotcut' 'shotcut-bin')

Best, HG

envolution commented on 2025-01-07 02:00 (UTC)

@witt.9099 if you mean to avoid outputting compilation messages, you can do that yourself. I think most people expect packages to compile with stdout You can do it directly like this makepkg -si>/dev/null

witt.9099 commented on 2025-01-07 01:47 (UTC)

Is it OK to use cmake --build build --verbose > /dev/null to discard logs?

kekjuice commented on 2024-06-13 05:17 (UTC)

Hi, would like to see this package updated. Thank you.

maderios commented on 2020-10-21 14:40 (UTC) (edited on 2020-10-21 14:46 (UTC) by maderios)

I get error

error: patch failed: src/jobs/meltjob.cpp:50 error: src/jobs/meltjob.cpp: patch does not apply

haawda commented on 2018-04-30 21:16 (UTC)

There is a menu for switching the language of the interface to something other than english, but it is not working.

woffs commented on 2017-08-01 15:48 (UTC) (edited on 2017-08-07 08:11 (UTC) by woffs)

Both 17.06 and git HEAD on i686 are starting up / failing with Error: This program requires OpenGL version 2.0 with the framebuffer object extension. Apparently this is since the last major mesa update in archlinux. Anyone else with the same problem? UPDATE: Solved by https://wiki.archlinux.org/index.php/Intel_graphics#OpenGL_2.1_with_i915_driver

nfnty commented on 2017-04-09 17:05 (UTC)

@sweeper Have you reported upstream?

sweeper commented on 2017-04-09 12:18 (UTC)

Build is currently failing: /usr/lib/qt/bin/qmake CONFIG-=c++11 PREFIX=/usr/ -o Makefile mvcp.pro make[1]: /usr/lib/qt/bin/qmake: Command not found make[1]: *** [Makefile:234: Makefile] Error 127 this seems to be to do with changes in the structure of the QT packages, it should be using /usr/bin/qmake, etc. grepping the source shows that moc is also being referenced in /usr/lib/qt/bin

nfnty commented on 2017-03-03 15:02 (UTC)

@jc-aur Huh? The version here is only updated when the build process is changed. It's up to the user to keep up with upstream changes.