diff options
-rwxr-xr-x | .SRCINFO | 3 | ||||
-rwxr-xr-x | PKGBUILD | 7 |
2 files changed, 6 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = citra-canary-git pkgdesc = An experimental open-source Nintendo 3DS emulator/debugger written in C++ - pkgver = r7841.a89d23f81 + pkgver = r7845.cd3f1a084 pkgrel = 1 url = https://github.com/citra-emu/citra-canary/tree/master arch = i686 @@ -16,6 +16,7 @@ pkgbase = citra-canary-git depends = qt5-multimedia depends = qt5-tools depends = libxkbcommon-x11 + depends = libfdk-aac optdepends = qt5-wayland: for Wayland support source = citra::git+https://github.com/citra-emu/citra-canary#branch=master md5sums = SKIP @@ -2,13 +2,13 @@ _pkgname=citra pkgname=$_pkgname-canary-git -pkgver=r7841.a89d23f81 +pkgver=r7845.cd3f1a084 pkgrel=1 pkgdesc="An experimental open-source Nintendo 3DS emulator/debugger written in C++" arch=('i686' 'x86_64') url="https://github.com/citra-emu/citra-canary/tree/master" license=('GPL2') -depends=('shared-mime-info' 'desktop-file-utils' 'sdl2' 'qt5-base' 'qt5-multimedia' 'qt5-tools' 'libxkbcommon-x11') +depends=('shared-mime-info' 'desktop-file-utils' 'sdl2' 'qt5-base' 'qt5-multimedia' 'qt5-tools' 'libxkbcommon-x11' 'libfdk-aac') makedepends=('git' 'cmake' 'python') optdepends=('qt5-wayland: for Wayland support') source=("$_pkgname::git+https://github.com/citra-emu/citra-canary#branch=master") @@ -44,7 +44,8 @@ build() { -DCITRA_ENABLE_COMPATIBILITY_REPORTING=ON \ -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON \ -DUSE_DISCORD_PRESENCE=ON \ - -DENABLE_SCRIPTING=ON + -DENABLE_SCRIPTING=ON \ + -DENABLE_FFMPEG=ON make } |