Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [various]: unify names of licenses according to SPDX | Jakub Jirutka | 2017-12-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/ | ||||
* | main/omxplayer: fix rpath | Timo Teräs | 2017-11-23 | 2 | -3/+3 |
| | |||||
* | main/omxplayer: fix type | Timo Teräs | 2017-11-21 | 1 | -1/+1 |
| | |||||
* | main/omxplayer: fix install | Timo Teräs | 2017-11-21 | 2 | -23/+5 |
| | |||||
* | main/omxplayer: fix build and modernize | Timo Teräs | 2017-11-21 | 1 | -4/+4 |
| | |||||
* | main/omxplayer: remove omxplayer man page | Timo Teräs | 2017-11-21 | 2 | -10/+9 |
| | | | | it requires online service to generate, which no longer works | ||||
* | main/omxplayer: fix dbus include paths | Timo Teräs | 2017-11-21 | 2 | -4/+7 |
| | |||||
* | main/omxplayer: upgrade to snapshot of 2016-10-17 | Timo Teräs | 2017-11-21 | 2 | -30/+18 |
| | |||||
* | main/omxplayer: bump pkgrel due to dbus-dev upgrade | Francesco Colista | 2017-01-19 | 1 | -1/+1 |
| | |||||
* | main/omxplayer: upgrade to snapshot of 2016-10-04 | Timo Teräs | 2016-11-11 | 1 | -5/+5 |
| | |||||
* | main/omxplayer: fix ldflags/libs | Timo Teräs | 2016-08-08 | 2 | -11/+23 |
| | |||||
* | main/omxplayer: update snapshot to 2016-08-03 | Timo Teräs | 2016-08-05 | 3 | -1596/+11 |
| | | | | | | - dbus fix upstreamed - alsa support upstreamed - uses now ffmpeg for rescaling instead of speexdsp | ||||
* | main/omxplayer: upgrade to 20160513, add dbus fix | Timo Teräs | 2016-05-16 | 4 | -29/+133 |
| | |||||
* | main/omxplayer: update alsa player patch | Timo Teräs | 2016-02-26 | 2 | -80/+97 |
| | | | | | - add support for live resampling using speexdsp - fix few bugs | ||||
* | main/omxplayer: upgrade to snapshot of 2016-02-06 + alsa rewrite | Timo Teräs | 2016-02-11 | 3 | -6384/+1313 |
| | | | | | alsa support is rewritten properly. the new code is smaller, faster and more correct. seeking and pause works correct now too. | ||||
* | main/omxplayer: upgrade snapshot to 2016-01-26 | Timo Teräs | 2016-01-27 | 2 | -25/+6 |
| | |||||
* | main/omxplayer: cherry-pick fix for issue 411 | Timo Teräs | 2016-01-25 | 2 | -1/+20 |
| | |||||
* | main/omxplayer: add dbus fix | Timo Teräs | 2015-12-21 | 2 | -1/+18 |
| | |||||
* | main/omxplayer: upgrade snapshot to 20151205, and issue 297 patch | Timo Teräs | 2015-12-18 | 2 | -24/+85 |
| | |||||
* | main/omxplayer: add tentative support for alsa | Timo Teräs | 2015-12-07 | 2 | -2/+6514 |
| | | | | | | | | | | | For playing videos with audio output via add-on board. Tentative version and subject for changes. This is basically the code from: https://github.com/stupid-boy/xbmc/commits/OMX_ALSA but it has been rebased, fitted to omxplayer and modified slightly to compile with omxplayer default compiler flags. | ||||
* | main/omxplayer: fix default font | Timo Teräs | 2015-10-19 | 2 | -7/+7 |
| | |||||
* | main/omxplayer: upgrade to 2015.09.11 | Timo Teräs | 2015-10-08 | 1 | -6/+6 |
| | |||||
* | main/*: replace all sbin/runscript with sbin/openrc-run | Natanael Copa | 2015-04-28 | 2 | -5/+5 |
| | |||||
* | main/omxplayer: add a workaround for issue 297, make -dbg work | Timo Teräs | 2015-01-09 | 2 | -2/+23 |
| | |||||
* | main/omxplayer: enable -dbg, add sleep time to conf.d | Timo Teräs | 2015-01-01 | 3 | -9/+10 |
| | |||||
* | main/omxplayer: fix linux-headers dependency | Timo Teräs | 2014-12-23 | 1 | -1/+2 |
| | |||||
* | main/omxplayer: upgrade to 2014-12-03 snapshot, quote play URL | Timo Teräs | 2014-12-23 | 2 | -9/+9 |
| | |||||
* | main/omxplayer: upgrade to 2014-11-27, add init.d script | Timo Teräs | 2014-11-28 | 3 | -8/+58 |
| | |||||
* | main/omxplayer: move from testing, refresh snapshot | Timo Teräs | 2014-11-21 | 4 | -0/+131 |