Date: Sunday, November 27, 2022 @ 11:22:25
Author: artafinde
Revision: 1354110
archrelease: copy trunk to community-x86_64
Added:
shotcut/repos/community-x86_64/PKGBUILD
(from rev 1354109, shotcut/trunk/PKGBUILD)
Deleted:
shotcut/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-27 11:22:19 UTC (rev 1354109)
+++ PKGBUILD 2022-11-27 11:22:25 UTC (rev 1354110)
@@ -1,42 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <[email protected]>
-# Contributor: nfnty <[email protected]>
-
-pkgname=shotcut
-pkgdesc='Cross-platform Qt based Video Editor'
-pkgver=22.10.25
-pkgrel=1
-arch=('x86_64')
-url='https://www.shotcut.org'
-license=('GPL3')
-depends=('qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-multimedia'
- 'qt5-quickcontrols' 'qt5-quickcontrols2' 'qt5-websockets'
'qt5-x11extras'
- 'mlt' 'movit' 'ffmpeg' 'libx264' 'libvpx' 'lame' 'frei0r-plugins'
'ladspa')
-optdepends=('swh-plugins: Several audio filters')
-makedepends=('qt5-tools' 'cmake' 'ninja')
-options=('debug')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mltframework/shotcut/archive/v$pkgver.tar.gz")
-sha512sums=('d7b21274cecefdb85960c04b08bbe644c2e147d0dd82b0fa76972768a9cc7c7946ce39cd1ad0c5b80fcdcbfdbf16c15cb79885f977fa12ae5ce24559cd0e7d8d')
-
-build() {
- cd "${pkgname}-${pkgver}"
-
- # https://github.com/mltframework/shotcut/issues/1275
- export CXXFLAGS+=" -DSHOTCUT_NOUPGRADE"
-
- cmake \
- -Bbuild \
- -GNinja \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DSHOTCUT_VERSION=${pkgver}
- cmake --build build --verbose
-
- ninja -C build translations
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- DESTDIR="${pkgdir}" cmake --install build
-}
-
-# vim:set ft=sh sw=2 sts=2 et:
Copied: shotcut/repos/community-x86_64/PKGBUILD (from rev 1354109,
shotcut/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-27 11:22:25 UTC (rev 1354110)
@@ -0,0 +1,42 @@
+# Maintainer: Filipe Laíns (FFY00) <[email protected]>
+# Contributor: nfnty <[email protected]>
+
+pkgname=shotcut
+pkgdesc='Cross-platform Qt based Video Editor'
+pkgver=22.11.25
+pkgrel=1
+arch=('x86_64')
+url='https://www.shotcut.org'
+license=('GPL3')
+depends=('qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-multimedia'
+ 'qt5-quickcontrols' 'qt5-quickcontrols2' 'qt5-websockets'
'qt5-x11extras'
+ 'mlt' 'movit' 'ffmpeg' 'libx264' 'libvpx' 'lame' 'frei0r-plugins'
'ladspa')
+optdepends=('swh-plugins: Several audio filters')
+makedepends=('qt5-tools' 'cmake' 'ninja')
+options=('debug')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mltframework/shotcut/archive/v$pkgver.tar.gz")
+sha512sums=('e77c41761e1061b9049658527707b492a2acdab8a1ff0bf628d8eb8c6a8b4a4faaa0e6f39fe03d0a854e33eb55bdcbe59187bf23fadfb65b58ae1a3715d07ceb')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+
+ # https://github.com/mltframework/shotcut/issues/1275
+ export CXXFLAGS+=" -DSHOTCUT_NOUPGRADE"
+
+ cmake \
+ -Bbuild \
+ -GNinja \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DSHOTCUT_VERSION=${pkgver}
+ cmake --build build --verbose
+
+ ninja -C build translations
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ DESTDIR="${pkgdir}" cmake --install build
+}
+
+# vim:set ft=sh sw=2 sts=2 et: