32 Commits

Author SHA1 Message Date
prspkt
a5764f10b9
community/vlc: rebuild against libx265.so.169 2019-02-27 20:32:42 +02:00
Natanael Copa
4ecf0bf5a8 community/vlc: fix build against libvpx-1.8 2019-02-27 07:21:09 +00:00
Tim Brust
f227c87fc0 main/libvpx: upgrade to 1.8.0 2019-02-26 22:03:13 +00:00
Natanael Copa
0d6e71c43e community/vlc: upgrade to 3.0.6 2019-01-11 15:35:48 +00:00
Natanael Copa
87dc6dd8ad community/vlc: upgrade to 3.0.5 2019-01-08 08:46:19 +00:00
Natanael Copa
ea8c87d5b6 community/vlc: rebuild against libliveMedia.so.65 2018-12-21 18:19:36 +00:00
Natanael Copa
1473cde951 community/vlc: upgrade to 3.0.4 2018-11-07 16:46:17 +00:00
Drew DeVault
1d5d26c4ef community/vlc: fix various linting issues 2018-11-07 16:46:17 +00:00
J0WI
0ed5524b74 community: (Bulk change) Update source urls to https using HTTPS Everywhere 2018-10-06 17:10:15 +00:00
Alex Raschi
88ba3cd7ad community/vlc: fix running with default interface
fixes https://bugs.alpinelinux.org/issues/9108
2018-09-03 10:48:07 +00:00
prspkt
1a9a6334e9 community/vlc: upgrade to 3.0.3 2018-07-25 14:25:00 +00:00
Natanael Copa
6a389ec052 community/vlc: disable on s390x
test suite fails
2018-05-16 15:47:04 +00:00
Natanael Copa
c96ade24bf community/vlc: upgrade to 3.0.2 2018-05-15 13:16:08 +00:00
Timo Teräs
867165c919 community/vlc: rebuild against x264-20180304 and x265-2.7 2018-04-09 12:53:32 +00:00
Natanael Copa
cd6d900347 community/vlc: fix build on aarch64
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.
2018-03-07 21:45:48 +00:00
Jakub Jirutka
6af6f2db0e community/vlc: fix build on aarch64 due to missing file asm.S 2018-03-04 17:28:26 +01:00
Jakub Jirutka
f817cba92a community/vlc: upgrade to 3.0.1 2018-03-04 16:35:52 +01:00
William Pitcock
edd9cd9d57 community/vlc: disable fribidi for now pending upstream fix 2018-02-07 07:15:07 +00:00
William Pitcock
737b8be917 community/vlc: rebuild against fribidi 1.0.1 2018-02-07 06:55:02 +00:00
Jakub Jirutka
63f5e7d295 [various]: unify names of licenses according to SPDX
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-12-30 21:05:50 +01:00
Jakub Jirutka
dcbfc5c7ba Revert "community/vlc: allow test failures on s390x for now"
This reverts commit 3dd270398144a732c9bcfd3ff3f23d6baf938a50.

The failing test has been disabled.
2017-12-26 16:39:08 +01:00
Natanael Copa
898ac03dd8 community/vlc: disable test that fails on s390x
reported upstream: https://trac.videolan.org/vlc/ticket/19339
2017-12-26 11:30:45 +00:00
Jakub Jirutka
3dd2703981 community/vlc: allow test failures on s390x for now
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
2017-12-26 02:05:16 +01:00
Natanael Copa
3e7dea2bd2 community/vlc: fix test on s390x and x86
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
2017-12-21 21:08:42 +00:00
Natanael Copa
8421c776c5 community/vlc: upgrade to 3.0.0_rc2 2017-12-20 13:04:28 +00:00
Natanael Copa
cd0f8f754c community/vlc: upgrade to 2.2.8 2017-12-19 14:10:31 +00:00
Natanael Copa
19d8ccb2e3 community/vlc: rebuild against libva 2.0 2017-12-19 14:10:31 +00:00
Natanael Copa
f0ed0d2b02 community/vlc: add check 2017-11-07 09:27:39 +00:00
Roberto Oliveira
e57cac039c community/vlc: rebuild against live-media 2017.10.28 2017-11-07 09:27:39 +00:00
Natanael Copa
821c7b5378 community/vlc: upgrade to 2.2.6 2017-06-12 18:30:44 +00:00
Natanael Copa
5ff9aeafdd community/vlc: build with ffmpeg 3 and fix build with gcc6 2017-04-14 17:03:36 +00:00
Natanael Copa
3685753335 community/vlc: move from main 2017-04-14 14:47:00 +00:00