29 Commits

Author SHA1 Message Date
Carlo Landmeter
431dea891b community/tvheadend: update initd to use supervise-daeon 2018-12-28 23:10:39 +00:00
Natanael Copa
954ef2311c community/tvheadend: build fix. disable -Werror
fixes build on ppc64le
2018-11-09 14:37:29 +00:00
Natanael Copa
ce32b4b821 community/tvheadend: rebuild against openssl 1.1 2018-11-07 16:46:16 +00:00
Drew DeVault
cd58cc10fd community/tvheadend: upgrade to 4.2.7 2018-11-07 16:46:16 +00:00
J0WI
0ed5524b74 community: (Bulk change) Update source urls to https using HTTPS Everywhere 2018-10-06 17:10:15 +00:00
Carlo Landmeter
4d7605a004 community/tvheadend: upgrade to 4.2.6 2018-06-25 22:06:50 +00:00
Natanael Copa
1773a5625e community/tvheadend: rebuild against libressl-2.7 2018-04-06 05:19:28 +00:00
Carlo Landmeter
da5bdc5b9e community/tvheadend: upgrade to 4.2.5 2018-02-24 12:46:29 +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
Carlo Landmeter
cdb56c9dc7 community/tvheadend: upgrade to 4.2.4 and add basic check 2017-11-14 09:05:10 +00:00
Natanael Copa
857fedb06f community/tvheadend: rebuild against libressl-2.6 2017-11-09 19:58:39 +00:00
Francesco Colista
b6189305eb community/tvheadend: upgrade to 4.2.3 2017-08-01 12:00:38 +00:00
Leonardo Arena
ec729ffcc5 community/tvheadend: rebuild against x265-2.4 2017-06-02 09:40:10 +00:00
Carlo Landmeter
eeda40de08 community/tvheadend: upgrade to 4.2.1
and remove testing/tvheadend-git
2017-04-22 14:59:19 +02:00
Natanael Copa
f89ed58fa5 community/tvheadend: rebuild against libressl 2.5 2017-04-18 21:34:21 +00: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
Natanael Copa
df76da2564 community/tvheadend: rebuild against libressl 2016-10-10 12:04:45 +00:00
Carlo Landmeter
403125843d community/tvheadend: build fix aarch64 2016-08-20 11:23:05 +00:00
Jakub Jirutka
29a24458d5 community/tvheadend: improve abuild 2016-08-16 15:18:19 +02:00
Carlo Landmeter
39a51d37b0 community/tvheadend: build fix gcc6 2016-08-16 15:11:51 +02:00
Przemyslaw Pawelczyk
12b331734c community/[various]: bump pkgrel for pre-install fixes 2016-04-25 07:10:48 +00:00
Przemyslaw Pawelczyk
da4e96aace Reorder arguments passed to addgroup/adduser in scripts.
Now all invocations have following order of arguments (if present):

    addgroup -S -g ... GROUP
    adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER
2016-04-25 06:56:47 +00:00
Przemyslaw Pawelczyk
a60b9f07de Improve consistency of scripts using adduser/addgroup.
Following rules have been applied:
- script starts with shebang !#/bin/sh followed by blank line,
- script ends with exit 0 prepended by blank line,
- only stderr of adduser, addgroup or passwd is redirected to /dev/null,
- getent passwd/group instances has been removed,
- manual checking of file and group existence has been removed,
- `|| true` instances has been removed.

Comments and line wrapping have been preserved.
2016-04-25 06:55:43 +00:00
Przemyslaw Pawelczyk
a593d306c9 Add -g option (GECOS/comment) to adduser in scripts.
This way we can avoid ugly default:

    Linux user,,,
2016-04-25 06:54:18 +00:00
Natanael Copa
057d32b26c community/tvheadend: build against ffmpeg2.8 2016-03-31 12:48:15 +00:00
Carlo Landmeter
d5ae11cf5c community/tvheadend: upgrade to 4.0.9 2016-03-14 14:37:58 +01:00
Carlo Landmeter
c5a5aad86a community/tvheadend: add hdhomerun support 2016-02-25 13:55:13 +01:00
Carlo Landmeter
7adf55b09e community/libhdhomerun: properly install headers and libs 2016-02-25 13:51:35 +01:00