<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/testing/vdr, branch master</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>community/vdr: move from testing</title>
<updated>2019-05-12T18:45:42+00:00</updated>
<author>
<name>Stefan Reiff</name>
<email>kroko87@hotmail.com</email>
</author>
<published>2019-05-12T18:38:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=f4e6ce7f7d97814be2dcee35472176fff98b288c'/>
<id>f4e6ce7f7d97814be2dcee35472176fff98b288c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/vdr: update/add plugins and add configs</title>
<updated>2019-05-12T18:45:42+00:00</updated>
<author>
<name>Stefan Reiff</name>
<email>kroko87@hotmail.com</email>
</author>
<published>2019-05-12T18:38:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=47965644c390b1be1117769b1e08b31858267e9a'/>
<id>47965644c390b1be1117769b1e08b31858267e9a</id>
<content type='text'>
update femon and vnsiserver plugin
add epgsearch, dvbapi, svdrpservice and vdrmanager plugin
re-enable skincurses plugin
add init script
add configs for vdr and all plugins
add vdr user and group on install
fix build with debug symbols (include-missing-limits.patch)
fix streamdev Makefile
apply available upstream patches (at the moment 33)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
update femon and vnsiserver plugin
add epgsearch, dvbapi, svdrpservice and vdrmanager plugin
re-enable skincurses plugin
add init script
add configs for vdr and all plugins
add vdr user and group on install
fix build with debug symbols (include-missing-limits.patch)
fix streamdev Makefile
apply available upstream patches (at the moment 33)
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/vdr: upgrade to 2.4.0. Removed softhddevice plugin since does not build against ffmpeg4</title>
<updated>2019-04-17T10:15:30+00:00</updated>
<author>
<name>Francesco Colista</name>
<email>fcolista@alpinelinux.org</email>
</author>
<published>2019-04-17T10:15:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=0201209c322fe420c7f1502cef775b65d0eb3008'/>
<id>0201209c322fe420c7f1502cef775b65d0eb3008</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/vdr: rebuild against fribidi 1.0.1</title>
<updated>2018-02-07T06:55:41+00:00</updated>
<author>
<name>William Pitcock</name>
<email>nenolod@dereferenced.org</email>
</author>
<published>2018-02-07T06:55:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=1538a5cffda3577c46d4b80fce96bee0ec806b13'/>
<id>1538a5cffda3577c46d4b80fce96bee0ec806b13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[various]: unify names of licenses according to SPDX</title>
<updated>2017-12-30T20:05:50+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-12-30T18:04:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=63f5e7d295659a855709901ce22a3e5f40fce455'/>
<id>63f5e7d295659a855709901ce22a3e5f40fce455</id>
<content type='text'>
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/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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/
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/vdr: revise plugin versions.</title>
<updated>2017-12-25T13:44:32+00:00</updated>
<author>
<name>Taner Tas</name>
<email>taner76@gmail.com</email>
</author>
<published>2017-12-23T00:23:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=88341e2492a939e969784cfee74efabee7355d70'/>
<id>88341e2492a939e969784cfee74efabee7355d70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/vdr: fix build on ppc64le</title>
<updated>2017-07-25T20:41:24+00:00</updated>
<author>
<name>Roberto Oliveira</name>
<email>robertoguimaraes8@gmail.com</email>
</author>
<published>2017-07-25T20:31:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=c9d8942ccf4825fd734b5f37157a49fc4f0b4339'/>
<id>c9d8942ccf4825fd734b5f37157a49fc4f0b4339</id>
<content type='text'>
vdr package uses some macros like HOST_NAME_MAX, NAME_MAX, which are defined
in limits.h and needs to be explicitly included on ppc64le.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vdr package uses some macros like HOST_NAME_MAX, NAME_MAX, which are defined
in limits.h and needs to be explicitly included on ppc64le.
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/vdr: fix dependencies</title>
<updated>2017-07-24T10:40:53+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2017-07-24T10:35:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=7e7f7def1b6b2f35d09b12b3e2738f2ffa7f02e4'/>
<id>7e7f7def1b6b2f35d09b12b3e2738f2ffa7f02e4</id>
<content type='text'>
let abuild figure out dynamic libs and set explicit version for vdr
dependency
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
let abuild figure out dynamic libs and set explicit version for vdr
dependency
</pre>
</div>
</content>
</entry>
<entry>
<title>unmaintained/vdr/APKBUILD -&gt; testing/vdr:</title>
<updated>2017-07-24T10:40:53+00:00</updated>
<author>
<name>Taner Tas</name>
<email>taner76@gmail.com</email>
</author>
<published>2017-07-11T07:00:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=5a98b04cc37938b42fc9de0da61eef3792e8c001'/>
<id>5a98b04cc37938b42fc9de0da61eef3792e8c001</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/[multiple]: move unmaintained packages</title>
<updated>2016-08-25T13:26:24+00:00</updated>
<author>
<name>Carlo Landmeter</name>
<email>clandmeter@gmail.com</email>
</author>
<published>2016-08-25T13:26:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=b6af1e02efe594039707cd882517663d5370f375'/>
<id>b6af1e02efe594039707cd882517663d5370f375</id>
<content type='text'>
This moves all packages from testing to unmaintained which have not been
updated for atleast 6 months. If you are affected by this commit please follow
this proceddure:

* make sure your packages build on all architectures
* move your pacakge(s) back to testing
* if you want to keep this package and can maintain it (or find somebody to
  maintain it for you) for a minimum of 6 months ask it to be moved to community
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This moves all packages from testing to unmaintained which have not been
updated for atleast 6 months. If you are affected by this commit please follow
this proceddure:

* make sure your packages build on all architectures
* move your pacakge(s) back to testing
* if you want to keep this package and can maintain it (or find somebody to
  maintain it for you) for a minimum of 6 months ask it to be moved to community
</pre>
</div>
</content>
</entry>
</feed>
