mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
vidcutter: added python3-opengl as a dependency
This commit is contained in:
parent
861a9b27de
commit
ce45f35681
@ -1,11 +1,11 @@
|
||||
pkgname=vidcutter
|
||||
pkgver=6.0.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="FFmpeg based video cutter & joiner with a modern PyQt5 GUI"
|
||||
arch=('x86_64')
|
||||
license=('GPL3')
|
||||
url="http://vidcutter.ozmartians.com"
|
||||
depends=('python3-pyqt5' 'python3-sip' 'ffmpeg' 'mpv' 'mediainfo')
|
||||
depends=('python3-opengl' 'python3-pyqt5' 'python3-sip' 'ffmpeg' 'mpv' 'mediainfo')
|
||||
makedepends=('git' 'python3-setuptools')
|
||||
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/ozmartian/${pkgname}/archive/${pkgver}.tar.gz)
|
||||
sha256sums=('c09be7eceaf42ff7211fe3b8125279c4fec7f7d251d272b61d579e426bd4e2c2')
|
||||
|
Loading…
Reference in New Issue
Block a user