summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2020-04-14Require qt5-multimedia only for building and Qt-GUITim Schumacher
2020-04-13Move qt5-multimedia dependency to the normal dependenciesTim Schumacher
2020-01-09Add ffmpeg dependencyTim Schumacher
2020-01-08Move the ffmpeg flag to the correct placeTim Schumacher
2019-12-20Enable the ffmpeg audio decoderTim Schumacher
2019-08-09Workaround build errors on GCC 9Tim Schumacher
2018-09-29Disable Discord integration againTim Schumacher
Disable the Discord integration because the symlink /usr/lib64 conflicts with the file /usr/lib64/libdiscord-rpc.a which it is trying to install.
2018-09-27Various improvements in the build systemTim Schumacher
- Don't manually download the submodules. The list is tedious to maintain, and just overengineered with no real benefit. - Enable the new Discord integration. - The path for the built executable has changed, so update those paths.
2018-07-11Change of package ownershipTim Schumacher
2018-07-11Fix the remaining package issuesTim Schumacher
- Added qt5-multimedia as build-dependency - Changed the "git submodule update" calls to "git submodule update --init --recursive"
2017-12-06Replace inih with its new upstream.Emmanuel Gil Peyrot
See https://github.com/citra-emu/citra/pull/3178
2017-07-18Remove json from externals, see ↵Emmanuel Gil Peyrot
https://github.com/citra-emu/citra/commit/87dea94e143fe55bc3c0bb77ff0b7b318d78e2b0
2017-07-16Add newer dependencies.Emmanuel Gil Peyrot
2016-09-20Add newer dependencies, and enable tests.Emmanuel Gil Peyrot
2016-09-13Add sdl2 as a dependency of citra-qt, for audio support.Emmanuel Gil Peyrot
2016-05-15Rename the soundtouch repository to ext-soundtouch, as per upstream.Emmanuel Gil Peyrot
2016-04-28Add the new soundtouch subvolume, and remove citra.install to use hooks instead.Emmanuel Gil Peyrot
2016-03-16The citra binary now depends on sdl2 instead of glfw, also update the other ↵Emmanuel Gil Peyrot
dependencies.
2015-09-13Don’t duplicate the glfw binary in both packages.Emmanuel Gil Peyrot
This fixes a regression introduced by Citra PR #910 (https://github.com/citra-emu/citra/pull/910) which made both packages of this split non-installable together.
2015-06-09Initial commit.Emmanuel Gil Peyrot