summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
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-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-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