summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-11-05Rebuild to fix issues with use of git submodulesDavid Runge
PKGBUILD: Fix use of `git submodule update`. Remove unnecessary quotes and curly braces. Pin upstream commit for 0.126.0 instead of relying on a tag (which may be moved).
2022-04-08Rebuild to simplify split packageDavid Runge
PKGBUILD: Simplify setup of the split package using helper function. Remove jack2 from provides (jack only provides libjack.so and libjackserver.so and itself).
2022-01-16Rebuild to remove replaces arrayDavid Runge
PKGBUILD: We do not want to automatically replace jack2.
2022-01-15Remove unused dependenciesDavid Runge
PKGBUILD: Remove all makedepends/depends that were only in use by libraries and executables now provided by jack-example-tools.
2022-01-15Upgrade to 0.126.0David Runge
PKGBUILD: Switch to PGP validated tags. Remove submodules for example-clients and tools as they are now provided by jack-example-tools. Add optional dependency on jack-example-tools for jack.
2022-01-08Rebuild to add pkgconfig variableDavid Runge
PKGBUILD: Rebuild to add upstreamed pkgconfig variable, that allows distinguishing different jack implementations.
2021-12-14Rebuild to include latest headersDavid Runge
PKGBUILD: Rebuild to include newer jack headers (they are queued for an upcoming release). Simplify quoting in file.
2021-12-14Add signature files to ignoreDavid Runge
.gitignore: Add .sig files to list of ignored files.
2021-10-29Rebuild to split out docsDavid Runge
PKGBUILD: Split out docs into jack-docs for smaller package size. Apply patch to allow compilation of certain client code when using cpp.
2021-07-26Move jack from [extra]David Runge
PKGBUILD: The jack upstream is no longer actively maintained and superseded by jack2. Add sed call to remove excessive overlinking due to libtool in build().