vidcutter: rebuild for Python 3.9, drop noarch
This commit is contained in:
parent
9712bc8a90
commit
1ca2d4e722
1 changed files with 6 additions and 4 deletions
|
@ -1,11 +1,9 @@
|
|||
# Template file for 'vidcutter'
|
||||
pkgname=vidcutter
|
||||
version=6.0.0
|
||||
revision=3
|
||||
archs=noarch
|
||||
revision=4
|
||||
build_style=python3-module
|
||||
pycompile_module="vidcutter"
|
||||
hostmakedepends="python3-setuptools"
|
||||
hostmakedepends="python3-setuptools python3-Cython"
|
||||
makedepends="mpv-devel python3-devel"
|
||||
depends="desktop-file-utils hicolor-icon-theme ffmpeg mpv mediainfo
|
||||
python3-PyOpenGL python3-PyQt5 python3-setuptools"
|
||||
|
@ -15,3 +13,7 @@ license="GPL-3.0-or-later"
|
|||
homepage="https://github.com/ozmartian/vidcutter"
|
||||
distfiles="https://github.com/ozmartian/vidcutter/archive/${version}.tar.gz"
|
||||
checksum=c09be7eceaf42ff7211fe3b8125279c4fec7f7d251d272b61d579e426bd4e2c2
|
||||
|
||||
pre_build() {
|
||||
rm -f vidcutter/libs/pympv/mpv.c
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue