Search Criteria
Package Details: shotcut-bin 25.12.31-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/shotcut-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | shotcut-bin |
| Description: | A free, open source(GPLv3), cross-platform (Qt), video editor. |
| Upstream URL: | https://www.shotcut.org/ |
| Licenses: | GPL3 |
| Conflicts: | shotcut, shotcut-git |
| Provides: | shotcut, shotcut-bin |
| Submitter: | witt.9099 |
| Maintainer: | witt.9099 |
| Last Packager: | witt.9099 |
| Votes: | 1 |
| Popularity: | 0.048186 |
| First Submitted: | 2025-01-07 13:31 (UTC) |
| Last Updated: | 2026-01-06 06:22 (UTC) |
Dependencies (15)
- desktop-file-utils (desktop-file-utils-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-libfdk_aacAUR, ffmpeg-decklinkAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR)
- frei0r-plugins (frei0r-plugins-gitAUR)
- ladspa
- lame (lame-svnAUR, lame-altivecAUR)
- libvpx (libvpx-full-gitAUR, libvpx-gitAUR)
- libx264 (x264-tmod-gitAUR, x264-gitAUR, x264)
- mlt (mlt-gitAUR)
- movit (movit-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-scrollfixAUR, qt6-base-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-base-headlessAUR)
- qt6-charts
- qt6-declarative (qt6-declarative-gitAUR)
- qt6-imageformats
- qt6-multimedia
- qt6-translations
Latest Comments
ravens commented on 2026-01-04 19:20 (UTC)
Bump to 25.12.31
diff --git a/.SRCINFO b/.SRCINFO index 79e0b98..830f4ba 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = shotcut-bin pkgdesc = A free, open source(GPLv3), cross-platform (Qt), video editor. - pkgver = 25.08.16 + pkgver = 25.12.31 pkgrel = 1 url = https://www.shotcut.org/ arch = x86_64 @@ -24,7 +24,7 @@ pkgbase = shotcut-bin provides = shotcut-bin conflicts = shotcut conflicts = shotcut-git - source = shotcut-bin-25.08.16.txz::https://github.com/mltframework/shotcut/releases/download/v25.08.16/shotcut-linux-x86_64-250816.txz - sha256sums = 7a5689adc9a764b7495d09e85e2e9657c8531a08785fb04dce641f8bc6fdeda3 + source = shotcut-bin-25.12.31.txz::'https://github.com/mltframework/shotcut/releases/download/v25.12.31/shotcut-linux-x86_64-25.12.31.txz' + sha256sums = 31a6d88cf2afc8399d522f1bcc70b5b7eeaa0d661ae199e98a3996e2e3bca700
pkgname = shotcut-bin diff --git a/PKGBUILD b/PKGBUILD index dc33dc3..208e80a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: witt <1989161762 at qq dot com>
pkgname=shotcut-bin -pkgver=25.08.16 +pkgver=25.12.31 pkgrel=1 pkgdesc="A free, open source(GPLv3), cross-platform (Qt), video editor." arch=(x86_64) @@ -11,13 +11,14 @@ depends=('qt6-base' 'qt6-declarative' 'qt6-imageformats' 'qt6-multimedia' 'qt6-t 'mlt' 'movit' 'ffmpeg' 'libx264' 'libvpx' 'lame' 'frei0r-plugins' 'ladspa' 'qt6-charts' 'desktop-file-utils') provides=('shotcut' 'shotcut-bin') conflicts=("shotcut" "shotcut-git") -source=("${pkgname}-${pkgver}.txz::https://github.com/mltframework/shotcut/releases/download/v${pkgver}/shotcut-linux-x86_64-${pkgver//./}.txz") -sha256sums=('7a5689adc9a764b7495d09e85e2e9657c8531a08785fb04dce641f8bc6fdeda3') +source=("${pkgname}-${pkgver}.txz::https://github.com/mltframework/shotcut/releases/download/v${pkgver}/shotcut-linux-x86_64-${pkgver}.txz") +#source = ("shotcut-bin-25.12.31.txz::https://github.com/mltframework/shotcut/releases/download/v25.12.31/shotcut-linux-x86_64-25.12.31.txz") +sha256sums=('31a6d88cf2afc8399d522f1bcc70b5b7eeaa0d661ae199e98a3996e2e3bca700')
package() { # bundle install -d "${pkgdir}/opt/shotcut" - cp -a "${srcdir}/Shotcut/Shotcut.app/" "$pkgdir/opt/shotcut/" + cp -a "${srcdir}/Shotcut.app/" "$pkgdir/opt/shotcut/"
# desktop file install -d "$pkgdir/usr/share/applications"