vidcutter: added python3-opengl as a dependency

This commit is contained in:
Francesco Marinucci 2018-11-25 17:03:00 +01:00
parent 861a9b27de
commit ce45f35681

View File

@ -1,11 +1,11 @@
pkgname=vidcutter pkgname=vidcutter
pkgver=6.0.0 pkgver=6.0.0
pkgrel=1 pkgrel=2
pkgdesc="FFmpeg based video cutter & joiner with a modern PyQt5 GUI" pkgdesc="FFmpeg based video cutter & joiner with a modern PyQt5 GUI"
arch=('x86_64') arch=('x86_64')
license=('GPL3') license=('GPL3')
url="http://vidcutter.ozmartians.com" 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') makedepends=('git' 'python3-setuptools')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/ozmartian/${pkgname}/archive/${pkgver}.tar.gz) source=(${pkgname}-${pkgver}.tar.gz::https://github.com/ozmartian/${pkgname}/archive/${pkgver}.tar.gz)
sha256sums=('c09be7eceaf42ff7211fe3b8125279c4fec7f7d251d272b61d579e426bd4e2c2') sha256sums=('c09be7eceaf42ff7211fe3b8125279c4fec7f7d251d272b61d579e426bd4e2c2')