shotcut: update to 22.12.21.
This commit is contained in:
parent
79b5103f81
commit
97baa2d068
|
@ -1,29 +1,21 @@
|
||||||
# Template file for 'shotcut'
|
# Template file for 'shotcut'
|
||||||
pkgname=shotcut
|
pkgname=shotcut
|
||||||
version=22.01.30
|
version=22.12.21
|
||||||
revision=1
|
revision=1
|
||||||
build_style=qmake
|
build_style=cmake
|
||||||
configure_args="SHOTCUT_VERSION=VOID-$version DEFINES+=SHOTCUT_NOUPGRADE"
|
configure_args="-DSHOTCUT_VERSION=${version}"
|
||||||
hostmakedepends="pkg-config qt5-tools qt5-qmake qt5-host-tools"
|
hostmakedepends="pkg-config qt5-tools-devel"
|
||||||
makedepends="gstreamer1-devel lame-devel libvpx-devel mlt7-devel mlt7-python3
|
makedepends="gstreamer1-devel lame-devel libvpx-devel mlt7-devel mlt7-python3
|
||||||
qt5-declarative-devel qt5-graphicaleffects qt5-multimedia-devel
|
qt5-declarative-devel qt5-graphicaleffects qt5-multimedia-devel
|
||||||
qt5-quickcontrols2-devel qt5-websockets-devel qt5-x11extras-devel
|
qt5-quickcontrols2-devel qt5-websockets-devel qt5-x11extras-devel x264-devel
|
||||||
x264-devel"
|
qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds"
|
||||||
depends="frei0r-plugins qt5-graphicaleffects qt5-quickcontrols"
|
depends="ffmpeg frei0r-plugins qt5-graphicaleffects qt5-quickcontrols"
|
||||||
short_desc="Free, open source, cross-platform video editor"
|
short_desc="Free, open source, cross-platform video editor"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.shotcut.org"
|
homepage="https://www.shotcut.org"
|
||||||
|
changelog="https://github.com/mltframework/shotcut/releases"
|
||||||
distfiles="https://github.com/mltframework/shotcut/archive/v${version}.tar.gz"
|
distfiles="https://github.com/mltframework/shotcut/archive/v${version}.tar.gz"
|
||||||
checksum=cdb86384c9cd30cd6548a0252d2fb45dfae6d92cc7c8c231705d0cf0ee98437b
|
checksum=1b9a4f87b16a9751f9cb41588f22af4c00f085105d82cf21d095d9f3c280bc86
|
||||||
|
|
||||||
CXXFLAGS="-DHAVE_LOCALE_H=1"
|
CXXFLAGS="-DHAVE_LOCALE_H=1 -DSHOTCUT_NOUPGRADE"
|
||||||
|
|
||||||
post_configure() {
|
|
||||||
# Hack to make sure that the build_style does not override the
|
|
||||||
# value of LINK when calling the translations Makefile
|
|
||||||
cd translations
|
|
||||||
qmake-qt5 PREFIX=/usr
|
|
||||||
cd ${wrksrc}
|
|
||||||
vsed -i -e 's/^LINK/override LINK/g' translations/Makefile
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue