Add megasync license to licenses folder.
Remove wrong files added to overlay root from previous push.
Signed-off-by: Samuel Bernardo <samuelbernardo.mail@gmail.com>
2020-11-5 update
New feature and improvement
Enable VK_EXT_robustness2 for pre GFX9
Update Vulkan API version to 1.2.158
Issue fix
Vulkan apps fails in Wayland on upstream since Mesa 20.1
[GPA] Counter collection hangs RenderDoc
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Denis Reva <denis7774@gmail.com>
I remove myself from it's maintainance as pipewire isn't a dependency I'm willing to have on my system for now.
This commit is believed to work (based on meson.build changes and pfl-provided content of media-video/pipewire) but untested.
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
The following or similar error still takes place
under certain conditions on score screen:
File "... /rmahjong/client/states.py", line 558, in get_results
score = (int(self.message[wind + "_score"]))
ValueError: invalid literal for int() with base 10: '27100.0'
so restore part of patch to fix passing literal to int().
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Changes:
New feature and improvement
Update Vulkan API version to 1.2.156
Enable extension: VK_EXT_shader_image_atomic_int64
Issue fix
50% performance drop in 4k low for X-plane new update
System hangs while playing Wolfenstein II: The New
Colossus for 5-10 mins
[Regression in v-2020.Q1.2 AMDVLK on Polaris GPU] Some shadow
fails to be rendered
Second Extinction crashes during launch
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Denis Reva <denis7774@gmail.com>
The inittest2 dependence is unneccessary as python3 internal unittest is used.
Update patches to fix passing float into int("") in other way.
Update test.py patch to fix numerous 'ResourceWarning's.
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This is attempt python3 "final" porting the game
by means of additional patches to initial py3 port.
The game is playable for me at "single player + 3 bots".
Network game process is not tested.
Menu icon for desktop entry is fetched from Kmahjongg project.
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Despite I retired as maintainer, I decide to
update that package (why not? Only 5 minutes).
May be I continue maintaining faster in 2021
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Denis Reva <denis7774@gmail.com>
Note:
This package is maintainer-needed,
update to fix security vulnerability
https://nvd.nist.gov/vuln/detail/CVE-2020-15867
Ebuild updates:
Add RESTRICT="mirror" due to large number of downloading pkgs,
sort IUSE flags.
Move patched config to /etc/gogs/custom/conf/app.ini
to prevent warning about abcence of config on service start
and fallback to /etc/gogs/conf/app.ini (leave as example).
Known issue:
Despite of set db+path in custom/conf/app.ini and
in templates/install.tmpl and passsing right path to database
in html-page as
<input id="db_path" name="db_path" value="/var/lib/gogs/database/gogs.db">
on selecting the SQLite3 base the default path is still data/gogs.db
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
why on earth would the minecraft launcher
require CUPS? It makes no sense, but it
doesn't work without it so here we are
Closes: https://bugs.gentoo.org/750812
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>