Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-01 | Fix compilation on gcc-14 | Christoph Gysin | |
2017-12-11 | Update maintainer info | Jeremy Audet | |
2017-11-09 | Always use curly braces in variable names | Jeremy Audet | |
For example, write `${foo}` instead of `$foo`. | |||
2016-05-03 | Provide a minimum ffmpeg version | Jeremy Audet | |
According to the libgroove readme, ffmpeg >= 3.0 is required. State so in the `depends` array. | |||
2016-05-03 | Update dependencies | Jeremy Audet | |
As of libgroove version 5 (currently unreleased), sdl2 is no longer a dependency, with libsoundio being required instead. | |||
2016-02-18 | Make .gitignore target files more precisely | Jeremy Audet | |
A git ignore pattern such as `foo/` will ignore a directory named "foo" wherever it appears in a repository. In contrast, a pattern such as `/foo/` will ignore only a directory named "foo" in the root of the repository. | |||
2016-02-18 | remove ccache from options | Christoph Gysin | |
2015-10-24 | don't build unused stuff | Christoph Gysin | |
2015-10-03 | add gitignore | Christoph Gysin | |
2015-10-03 | separate CMake options, one per line | Christoph Gysin | |
2015-10-03 | simplify sed statement | Christoph Gysin | |
2015-10-03 | fix creating build dir | Christoph Gysin | |
- create build dir in build() step - don't fail if build dir exists | |||
2015-10-03 | add missing dependency to libsoundio | Christoph Gysin | |
2015-07-06 | Initial commit (version 4.3.0.1.gd56306e) | Jeremy Audet | |