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'
|
# Template file for 'vidcutter'
|
||||||
pkgname=vidcutter
|
pkgname=vidcutter
|
||||||
version=6.0.0
|
version=6.0.0
|
||||||
revision=3
|
revision=4
|
||||||
archs=noarch
|
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="vidcutter"
|
hostmakedepends="python3-setuptools python3-Cython"
|
||||||
hostmakedepends="python3-setuptools"
|
|
||||||
makedepends="mpv-devel python3-devel"
|
makedepends="mpv-devel python3-devel"
|
||||||
depends="desktop-file-utils hicolor-icon-theme ffmpeg mpv mediainfo
|
depends="desktop-file-utils hicolor-icon-theme ffmpeg mpv mediainfo
|
||||||
python3-PyOpenGL python3-PyQt5 python3-setuptools"
|
python3-PyOpenGL python3-PyQt5 python3-setuptools"
|
||||||
|
@ -15,3 +13,7 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/ozmartian/vidcutter"
|
homepage="https://github.com/ozmartian/vidcutter"
|
||||||
distfiles="https://github.com/ozmartian/vidcutter/archive/${version}.tar.gz"
|
distfiles="https://github.com/ozmartian/vidcutter/archive/${version}.tar.gz"
|
||||||
checksum=c09be7eceaf42ff7211fe3b8125279c4fec7f7d251d272b61d579e426bd4e2c2
|
checksum=c09be7eceaf42ff7211fe3b8125279c4fec7f7d251d272b61d579e426bd4e2c2
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
rm -f vidcutter/libs/pympv/mpv.c
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue