42 Commits

Author SHA1 Message Date
Sören Tempel
198e5582ef community/mpv: rebuild against ffmpeg 4.1.1-r0 2019-02-16 10:50:42 +01:00
Drew DeVault
8b9b0cc1b0 community/mpv: upgrade to 0.29.1
Also enables the Wayland backend
2018-11-07 16:46:16 +00:00
Sören Tempel
17638cf8c3 community/mpv: fix build with abuild rootbld
Requires `net` since it downloads a waf tarball. It would be preferable
to use a packaged version of waf, unfortunately waf isn't packaged
currently, thus we enable `net` for now.
2018-09-24 22:24:46 +02:00
Sören Tempel
18a2f3afb1 community/mpv: don't build with rsound support
This has been broken for a long time, no one noticed it. Thus I am
assuming that no one uses this. Additionally, other distribution built
mpv without rsound support as well and rsound upstream has been dead for
an eternity.
2018-09-24 22:24:46 +02:00
Timo Teräs
298a6a061f community/mpv: rebuild against x264-20180304 and x265-2.7 2018-04-09 12:53:32 +00:00
dai9ah
f9bcb53b49 community/mpv: upgrade to 0.27.2 2018-02-15 18:48:56 +01:00
Leonardo Arena
cb35795acc community/mpv: security fix CVE-2018-6360 2018-02-07 14:59:12 +00:00
Jakub Jirutka
4718ece072 community/mpv: modernize abuild 2017-12-31 20:27:13 +01: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
Natanael Copa
e413d29164 community/mpv: rebuild against libva2 2017-12-19 14:10:31 +00:00
Jakub Jirutka
4ee7c35b7d community/*: fix homepage url and source from http:// to https://
Most of these updates is based on data from https://repology.org/,
detection based on permanent redirect from http:// to https://.

$source urls are updated when they contain $url as substring.
2017-11-19 14:16:58 +01:00
Sören Tempel
23026ec23a community/mpv: rebuild against ffmpeg-3.4 2017-10-25 15:48:39 +02:00
Sören Tempel
6b6c21719d main/mpv: upgrade to 0.27.0 2017-09-14 23:29:25 +02:00
Sören Tempel
723313ffd8 community/mpv: upgrade to 0.26.0 2017-07-29 14:01:29 +02:00
Natanael Copa
3655f7307b community/mpv: rebuild against ffmpeg 3.3 2017-07-06 11:52:20 +02:00
tmpt
8cf0b5f52f community/mpv: upgrade to 0.25.0 2017-05-12 20:51:07 +02:00
Timo Teräs
39d6e6b09c Revert "community/mpv: upgrade to 0.25.0"
This reverts commit d444481fafb88c33fe4c1151362306bb5faeec1f.
Fixes #7262
2017-05-02 21:07:06 +03:00
Ivan Tham
d444481faf community/mpv: upgrade to 0.25.0
Remove --enable-xrandr and --enable-xss since it became mandatory:
https://git.srsfckn.biz/mpv/commit/wscript?id=927afa311d4a89b022305508acbf4e7325fe3928
2017-05-02 09:33:30 +00:00
Sören Tempel
a0f1f4edc3 community/mpv: rebuild against ffmpeg-3.2.4-r1
Fixes #6885
2017-02-20 18:20:57 +01:00
Sören Tempel
9bf573913e community/mpv: upgrade to 0.24.0 2017-02-12 19:54:27 +01:00
Jakub Skrzypnik
4f30f14252 community/mpv: update to 0.23 2017-01-08 14:06:29 +01:00
Jakub Jirutka
210f5cde90 community/mpv: rebuild against libass-0.13.6 2017-01-07 19:52:45 +01:00
Sören Tempel
de49efbf3a community/mpv: upgrade to 0.22.0 2016-12-22 23:28:12 +01:00
Timo Teräs
a2e061d509 community/[various]: dont set arch in split function 2016-11-02 11:51:56 +02:00
Jakub Jirutka
d6529c8d14 [various] rename dependency python to python2 2016-10-26 19:47:58 +02:00
Sören Tempel
73433bea16 community/mpv: upgrade to 0.21.0 2016-10-23 16:58:19 +02:00
Daniel Sabogal
918d479d7a community/mpv: upgrade to 0.20.0 2016-08-28 02:50:39 +00:00
Daniel Sabogal
1f50c8c12f community/mpv: upgrade to 0.19.0 2016-08-15 18:29:06 +00:00
liqa
30265c656c community/mpv: upgrade to 0.18.1 2016-07-11 14:43:58 +02:00
Bartłomiej Piotrowski
ac098db860 community/mpv: rebuild against ffmpeg 3.3.1 2016-07-04 13:06:15 +02:00
Jakub Jirutka
a155a435f2 community/mpv: improve abuild and rebuild 2016-07-01 19:54:40 +02:00
Natanael Copa
0945898ac1 community/mpv: upgrade to 0.17.0 2016-04-14 10:50:58 +00:00
Natanael Copa
8f6215b654 community/mpv: enable xrandr support 2016-04-14 10:50:58 +00:00
Natanael Copa
5523bcb006 community/mpv: rebuild against ffmpeg-3.0 2016-03-31 12:48:15 +00:00
Natanael Copa
30d2174fe8 community/mpv: upgrade to 0.16.0 2016-03-07 07:49:41 +00:00
Sören Tempel
8b13d4adfa community/mpv: upgrade to 0.15.0 2016-01-30 00:04:26 +01:00
Francesco Colista
53755310bf community/mpv: upgrade to 0.14.0. Fixes #4951 2015-12-15 21:23:40 +00:00
Sören Tempel
ec6a8f09c8 community/mpv: compile with rsound support
This adds RSound support to mpv using librsound. This allows you to
use the audio output from another computer on your network. This feature
is similar to PluseAudios TCP module.

Sending this to patchwork instead of committing it myself because it is
rather uncommon to compile mpv with rsound support by default, however,
it doesn't hurt and I find this feature very useful.
2015-11-24 14:37:51 +00:00
Sören Tempel
8acff5b7f4 community/mpv: upgrade to 0.13.0 2015-11-20 02:06:13 +01:00
Sören Tempel
3cf4efb781 community/mpv: examples are already installed to /usr/share/mpv/doc
Simplify move them to an examples/ subdirectory instead of installing
them twice.
2015-10-30 17:42:26 +01:00
Sören Tempel
79ac0ddc8d community/mpv: upgrade to 0.12.0 2015-10-30 17:14:06 +01:00
Natanael Copa
78f7993799 community/mpv: move from main 2015-10-30 12:46:31 +00:00