<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/testing/anbox, branch master</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>testing/anbox: upgrade to 20200408, drop lxc dependency and fix init script</title>
<updated>2020-04-13T15:40:34+00:00</updated>
<author>
<name>Antoine Fontaine</name>
<email>antoine.fontaine@epfl.ch</email>
</author>
<published>2020-04-08T22:52:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=99308c8d8a9a9ac826d02e5b3cf7ca3566dbdbdc'/>
<id>99308c8d8a9a9ac826d02e5b3cf7ca3566dbdbdc</id>
<content type='text'>
drop lxc dependency, as apk detects the lxc-libs dep and the init
script creates the required directory itself.

fix the init script: when the container manager failed, the openRC
service wasn't able to start. It could not be started again because
anbox-bridge.sh errored out: it was unable to create an already
existing interface.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
drop lxc dependency, as apk detects the lxc-libs dep and the init
script creates the required directory itself.

fix the init script: when the container manager failed, the openRC
service wasn't able to start. It could not be started again because
anbox-bridge.sh errored out: it was unable to create an already
existing interface.
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/anbox: move android image location</title>
<updated>2020-04-03T07:57:49+00:00</updated>
<author>
<name>Antoine Fontaine</name>
<email>antoine.fontaine@epfl.ch</email>
</author>
<published>2020-03-12T09:28:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=aeaacb0142db14520618c92144af85224dd306cf'/>
<id>aeaacb0142db14520618c92144af85224dd306cf</id>
<content type='text'>
this allows removing /var/lib/anbox while anbox is stopped to do
a "factory reset"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this allows removing /var/lib/anbox while anbox is stopped to do
a "factory reset"
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/anbox: fix desktop file</title>
<updated>2020-04-03T07:57:49+00:00</updated>
<author>
<name>Antoine Fontaine</name>
<email>antoine.fontaine@epfl.ch</email>
</author>
<published>2020-03-11T21:02:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=0611d92cdf153182095faafc91f9834a1cd08dc1'/>
<id>0611d92cdf153182095faafc91f9834a1cd08dc1</id>
<content type='text'>
this allow plasma mobile and phosh to use the icon, and make the anbox-launch script fixes useful.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this allow plasma mobile and phosh to use the icon, and make the anbox-launch script fixes useful.
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/anbox: fix issues</title>
<updated>2020-03-11T01:05:29+00:00</updated>
<author>
<name>Antoine Fontaine</name>
<email>antoine.fontaine@epfl.ch</email>
</author>
<published>2020-03-11T00:17:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=db71e0d805feea2bfc6082ecf0155ec3b5b4a80c'/>
<id>db71e0d805feea2bfc6082ecf0155ec3b5b4a80c</id>
<content type='text'>
* give even more time to start, because Android is visibly quite
  long to start on a phone
* backport the input chmod patch, it unbreaks touch input on some
  devices
* ignore wayland env vars, as they aren't actually working
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* give even more time to start, because Android is visibly quite
  long to start on a phone
* backport the input chmod patch, it unbreaks touch input on some
  devices
* ignore wayland env vars, as they aren't actually working
</pre>
</div>
</content>
</entry>
<entry>
<title>various: bump pkgrel due to rewritten commits</title>
<updated>2020-03-08T12:44:13+00:00</updated>
<author>
<name>Kevin Daudt</name>
<email>kdaudt@alpinelinux.org</email>
</author>
<published>2020-03-08T12:44:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=ef31baf0665c581a04f5072019db91ea45fd4f93'/>
<id>ef31baf0665c581a04f5072019db91ea45fd4f93</id>
<content type='text'>
Due to an accidental force push, the commits for these packages were rewritten.
Make sure they are rebuilt so that the commit hash matches what's in aports.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to an accidental force push, the commits for these packages were rewritten.
Make sure they are rebuilt so that the commit hash matches what's in aports.
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/anbox: upgrade to 20200303 and fix issues</title>
<updated>2020-03-08T11:48:42+00:00</updated>
<author>
<name>Antoine Fontaine</name>
<email>antoine.fontaine@epfl.ch</email>
</author>
<published>2020-03-07T22:25:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=0e9c86d894d7530b079d2720ad795e4d9d79d3d3'/>
<id>0e9c86d894d7530b079d2720ad795e4d9d79d3d3</id>
<content type='text'>
This commit upgrades to 3rd march master, and address the following:

 * repair and enable unit tests.

 * add icon.

 * drop arm build patch as it was merged upstream.

 * drop armhf architecture as there is no android image anyway for
   this arch.

 * drop -networkmanager subpackage: it isn't needed anymore as the
   iptable script requirement are better known.

* remove files from a dependency that got installed to
  `/usr/include` and similar, as they don't belong to the package
  (it probably should be removed and split to another package altogether).

 * add root shell script.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit upgrades to 3rd march master, and address the following:

 * repair and enable unit tests.

 * add icon.

 * drop arm build patch as it was merged upstream.

 * drop armhf architecture as there is no android image anyway for
   this arch.

 * drop -networkmanager subpackage: it isn't needed anymore as the
   iptable script requirement are better known.

* remove files from a dependency that got installed to
  `/usr/include` and similar, as they don't belong to the package
  (it probably should be removed and split to another package altogether).

 * add root shell script.
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/*: make CMake and meson respect our C{,PP,XX}FLAGS</title>
<updated>2020-02-21T17:12:22+00:00</updated>
<author>
<name>Rasmus Thomsen</name>
<email>oss@cogitri.dev</email>
</author>
<published>2020-02-20T17:36:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=539c11eaf78c3222296d07f8ef36572563ffd918'/>
<id>539c11eaf78c3222296d07f8ef36572563ffd918</id>
<content type='text'>
See: https://lists.alpinelinux.org/~alpine/devel/%3C2896c13070c508a49cbaa72c8fb7f34ea947358b.camel%40cogitri.dev%3E
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See: https://lists.alpinelinux.org/~alpine/devel/%3C2896c13070c508a49cbaa72c8fb7f34ea947358b.camel%40cogitri.dev%3E
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/anbox: new aports</title>
<updated>2020-02-19T21:28:03+00:00</updated>
<author>
<name>Antoine Fontaine</name>
<email>antoine.fontaine@epfl.ch</email>
</author>
<published>2020-02-08T12:50:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=42cc40daa84687688a75e3e405c653b605513733'/>
<id>42cc40daa84687688a75e3e405c653b605513733</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
