summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2017-12-11Update maintainer infoJeremy Audet
2017-11-09Always use curly braces in variable namesJeremy Audet
For example, write `${foo}` instead of `$foo`.
2016-05-03Provide a minimum ffmpeg versionJeremy Audet
According to the libgroove readme, ffmpeg >= 3.0 is required. State so in the `depends` array.
2016-05-03Update dependenciesJeremy Audet
As of libgroove version 5 (currently unreleased), sdl2 is no longer a dependency, with libsoundio being required instead.
2016-02-18remove ccache from optionsChristoph Gysin
2015-10-24don't build unused stuffChristoph Gysin
2015-10-03separate CMake options, one per lineChristoph Gysin
2015-10-03simplify sed statementChristoph Gysin
2015-10-03fix creating build dirChristoph Gysin
- create build dir in build() step - don't fail if build dir exists
2015-10-03add missing dependency to libsoundioChristoph Gysin
2015-07-06Initial commit (version 4.3.0.1.gd56306e)Jeremy Audet