Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rebuild for libx265.so.176 | Leo | 2019-09-03 | 1 | -1/+1 |
| | |||||
* | community/vlc: upgrade to 3.0.8 | Leo | 2019-08-20 | 2 | -45/+5 |
| | |||||
* | community/vlc: fix CVE-2019-13602 | Leo | 2019-07-29 | 2 | -2/+46 |
| | | | | ref #10698 | ||||
* | community/vlc: enable gnutls support and optimizations | Taner Tas | 2019-07-09 | 1 | -4/+3 |
| | |||||
* | community/vlc: upgrade to 3.0.7.1 | J0WI | 2019-06-13 | 1 | -2/+2 |
| | |||||
* | community/vlc: security upgrade to 3.0.7 | J0WI | 2019-06-10 | 2 | -38/+4 |
| | | | Closes GH-8704 | ||||
* | community/vlc: rebuild against newer libdc1394 | Kevin Daudt | 2019-05-31 | 1 | -1/+1 |
| | |||||
* | community/vlc: rebuild for libdc1394 | Leo | 2019-05-30 | 1 | -14/+8 |
| | |||||
* | community/vlc: rebuild against libliveMedia.so.66 | Andy Postnikov | 2019-05-12 | 1 | -1/+1 |
| | |||||
* | community/vlc: rebuild against libx265.so.169 | prspkt | 2019-02-27 | 1 | -1/+1 |
| | |||||
* | community/vlc: fix build against libvpx-1.8 | Natanael Copa | 2019-02-27 | 2 | -3/+38 |
| | |||||
* | main/libvpx: upgrade to 1.8.0 | Tim Brust | 2019-02-26 | 1 | -1/+1 |
| | |||||
* | community/vlc: upgrade to 3.0.6 | Natanael Copa | 2019-01-11 | 1 | -2/+2 |
| | |||||
* | community/vlc: upgrade to 3.0.5 | Natanael Copa | 2019-01-08 | 1 | -3/+3 |
| | |||||
* | community/vlc: rebuild against libliveMedia.so.65 | Natanael Copa | 2018-12-21 | 1 | -1/+1 |
| | |||||
* | community/vlc: upgrade to 3.0.4 | Natanael Copa | 2018-11-07 | 1 | -3/+3 |
| | |||||
* | community/vlc: fix various linting issues | Drew DeVault | 2018-11-07 | 1 | -5/+3 |
| | |||||
* | community: (Bulk change) Update source urls to https using HTTPS Everywhere | J0WI | 2018-10-06 | 1 | -1/+1 |
| | |||||
* | community/vlc: fix running with default interface | Alex Raschi | 2018-09-03 | 1 | -1/+2 |
| | | | | fixes https://bugs.alpinelinux.org/issues/9108 | ||||
* | community/vlc: upgrade to 3.0.3 | prspkt | 2018-07-25 | 2 | -4/+16 |
| | |||||
* | community/vlc: disable on s390x | Natanael Copa | 2018-05-16 | 1 | -1/+1 |
| | | | | test suite fails | ||||
* | community/vlc: upgrade to 3.0.2 | Natanael Copa | 2018-05-15 | 2 | -50/+3 |
| | |||||
* | community/vlc: rebuild against x264-20180304 and x265-2.7 | Timo Teräs | 2018-04-09 | 1 | -1/+1 |
| | |||||
* | community/vlc: fix build on aarch64 | Natanael Copa | 2018-03-07 | 2 | -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.S | Jakub Jirutka | 2018-03-04 | 2 | -0/+28 |
| | |||||
* | community/vlc: upgrade to 3.0.1 | Jakub Jirutka | 2018-03-04 | 3 | -74/+5 |
| | |||||
* | community/vlc: disable fribidi for now pending upstream fix | William Pitcock | 2018-02-07 | 1 | -1/+0 |
| | |||||
* | community/vlc: rebuild against fribidi 1.0.1 | William Pitcock | 2018-02-07 | 1 | -1/+1 |
| | |||||
* | [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/ | ||||
* | Revert "community/vlc: allow test failures on s390x for now" | Jakub Jirutka | 2017-12-26 | 1 | -6/+1 |
| | | | | | | This reverts commit 3dd270398144a732c9bcfd3ff3f23d6baf938a50. The failing test has been disabled. | ||||
* | community/vlc: disable test that fails on s390x | Natanael Copa | 2017-12-26 | 2 | -0/+15 |
| | | | | reported upstream: https://trac.videolan.org/vlc/ticket/19339 | ||||
* | community/vlc: allow test failures on s390x for now | Jakub Jirutka | 2017-12-26 | 1 | -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 x86 | Natanael Copa | 2017-12-21 | 3 | -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_rc2 | Natanael Copa | 2017-12-20 | 5 | -674/+82 |
| | |||||
* | community/vlc: upgrade to 2.2.8 | Natanael Copa | 2017-12-19 | 1 | -3/+3 |
| | |||||
* | community/vlc: rebuild against libva 2.0 | Natanael Copa | 2017-12-19 | 1 | -1/+1 |
| | |||||
* | community/vlc: add check | Natanael Copa | 2017-11-07 | 2 | -0/+21 |
| | |||||
* | community/vlc: rebuild against live-media 2017.10.28 | Roberto Oliveira | 2017-11-07 | 1 | -1/+1 |
| | |||||
* | community/vlc: upgrade to 2.2.6 | Natanael Copa | 2017-06-12 | 1 | -3/+3 |
| | |||||
* | community/vlc: build with ffmpeg 3 and fix build with gcc6 | Natanael Copa | 2017-04-14 | 3 | -12/+597 |
| | |||||
* | community/vlc: move from main | Natanael Copa | 2017-04-14 | 7 | -0/+480 |