summaryrefslogtreecommitdiff
path: root/main/jack/APKBUILD
AgeCommit message (Collapse)Author
2022-09-03main/jack: upgrade to 1.9.21psykose
2022-02-01main/jack: upgrade to 1.9.20Natanael Copa
2021-11-04main/jack: increase API versionBart Ribbers
This way it'll always be preferred by apk over pipewire-jack unless the user has explicitly told apk to install pipewire-jack
2021-11-01main/jack: update url, build parallelJ0WI
2021-07-22main/jack: upgrade to 1.9.19Leo
2021-05-02main/jack: upgrade to 1.9.18Leon Marz
2021-04-05main/jack: rebuild against python 3.9Natanael Copa
2021-01-20main/jack: upgrade to 1.9.17Leo
2020-11-05main/jack: upgrade to 1.9.16Leo
2020-10-15main/jack: upgrade to 1.9.15Leo
2019-12-10main/jack: fix typo in svnversion_regenerate.sh script hashbangAriadne Conill
2019-11-20main/jack: upgrade to 1.9.14Leo
2019-11-12main/jack: switch to python3Leo
2019-10-20main/jack: upgrade to 1.9.13Leo
Closes !454
2019-03-13main/jack: rebuild against readline 8Natanael Copa
2018-08-24main/jack: linux-headers build fixNatanael Copa
2018-08-24main/jack: upgrade to 1.9.12Natanael Copa
2017-12-30[various]: unify names of licenses according to SPDXJakub Jirutka
This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/
2017-06-05main/jack: rebuild against readline-7.0.003Leonardo Arena
2017-04-10main/jack: fix broken urlTuan M. Hoang
2017-01-19main/jack: bump pkgrel due to dbus-dev upgradeFrancesco Colista
2016-10-26[various] rename dependency python to python2Jakub Jirutka
2016-08-09main/jack: fix gcc6 buildCarlo Landmeter
2015-06-22main/jack: rebuild with gcc5 libstdc++ ABI changeNatanael Copa
2014-12-03main/jack: fix arm buildTimo Teräs
update execinfo patch to completely remove any attempts to do backtrace(). the code would insisted trying to use backtrace() on arm. imitating backtrace() is generally bad practice security wise. and this also fixes jack to produce core dumps.
2014-11-04main/jack: upgrade to 1.9.10Natanael Copa
2013-10-09main/jack: fix musl buildTimo Teräs
2013-07-19main/jack: upgrade to 1.9.9.5Natanael Copa
2012-10-04main/jack: moved from testingNatanael Copa