aboutsummaryrefslogtreecommitdiffstats
path: root/community/vlc
Commit message (Collapse)AuthorAgeFilesLines
* community/vlc: fix build on aarch64Natanael Copa2018-03-072-26/+45
| | | | | | | Add the missing asm.S instead of patch that only makes sure the missing file is included in next release tarball. This is a temp worakround til next release.
* community/vlc: fix build on aarch64 due to missing file asm.SJakub Jirutka2018-03-042-0/+28
|
* community/vlc: upgrade to 3.0.1Jakub Jirutka2018-03-043-74/+5
|
* community/vlc: disable fribidi for now pending upstream fixWilliam Pitcock2018-02-071-1/+0
|
* community/vlc: rebuild against fribidi 1.0.1William Pitcock2018-02-071-1/+1
|
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-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/
* Revert "community/vlc: allow test failures on s390x for now"Jakub Jirutka2017-12-261-6/+1
| | | | | | This reverts commit 3dd270398144a732c9bcfd3ff3f23d6baf938a50. The failing test has been disabled.
* community/vlc: disable test that fails on s390xNatanael Copa2017-12-262-0/+15
| | | | reported upstream: https://trac.videolan.org/vlc/ticket/19339
* community/vlc: allow test failures on s390x for nowJakub Jirutka2017-12-261-1/+6
| | | | | | | | | | | | | | | | | | | | | PASS: test_block PASS: test_dictionary PASS: test_i18n_atof ../autotools/test-driver: line 107: 4887 Aborted "$@" > $log_file 2>&1 FAIL: test_interrupt PASS: test_md5 PASS: test_picture_pool ... ============================================================================ Testsuite summary for vlc 3.0.0-rc2 ============================================================================ # TOTAL: 14 # PASS: 12 # SKIP: 1 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0
* community/vlc: fix test on s390x and x86Natanael Copa2017-12-213-1/+51
| | | | | | | | fix a bug in chroma copy test which affect big endian systems https://mailman.videolan.org/pipermail/vlc-devel/2017-December/117062.html Work around a bug that apparently only affects x86 and s390x. https://trac.videolan.org/vlc/ticket/19321
* community/vlc: upgrade to 3.0.0_rc2Natanael Copa2017-12-205-674/+82
|
* community/vlc: upgrade to 2.2.8Natanael Copa2017-12-191-3/+3
|
* community/vlc: rebuild against libva 2.0Natanael Copa2017-12-191-1/+1
|
* community/vlc: add checkNatanael Copa2017-11-072-0/+21
|
* community/vlc: rebuild against live-media 2017.10.28Roberto Oliveira2017-11-071-1/+1
|
* community/vlc: upgrade to 2.2.6Natanael Copa2017-06-121-3/+3
|
* community/vlc: build with ffmpeg 3 and fix build with gcc6Natanael Copa2017-04-143-12/+597
|
* community/vlc: move from mainNatanael Copa2017-04-147-0/+480