diff --git a/pegasus-frontend-git/.SRCINFO b/pegasus-frontend-git/.SRCINFO index a596470..a2f161f 100644 --- a/pegasus-frontend-git/.SRCINFO +++ b/pegasus-frontend-git/.SRCINFO @@ -16,6 +16,8 @@ pkgbase = pegasus-frontend-git depends = qt5-svg depends = qt5-tools depends = sdl2 + depends = gst-libav + depends = gst-plugin-good optdepends = polkit provides = pegasus-frontend conflicts = pegasus-frontend @@ -29,4 +31,3 @@ pkgbase = pegasus-frontend-git md5sums = SKIP pkgname = pegasus-frontend-git - diff --git a/pegasus-frontend-git/PKGBUILD b/pegasus-frontend-git/PKGBUILD index 68ffaf0..f8cecf9 100644 --- a/pegasus-frontend-git/PKGBUILD +++ b/pegasus-frontend-git/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Severin Kaderli _pkgname=pegasus-frontend pkgname=${_pkgname}-git -pkgver=alpha14.r36.g49dd98b3 +pkgver=alpha16.r44.g8119fcec pkgrel=1 pkgdesc="A cross platform, customizable graphical frontend for launching emulators and managing your game collection." arch=('i686' 'x86_64') @@ -20,6 +20,8 @@ depends=( 'qt5-svg' 'qt5-tools' 'sdl2' + 'gst-libav' + 'gst-plugins-good' ) optdepends=( 'polkit' @@ -50,7 +52,7 @@ prepare() { git config submodule.lang.url "${srcdir}/pegasus-frontend-translations" git config submodule.src/themes/pegasus-theme-grid.url "${srcdir}/pegasus-theme-grid" git config submodule.thirdparty/SortFilterProxyModel.url "${srcdir}/SortFilterProxyModel" - git submodule update + git -c protocol.file.allow=always submodule update } build() {