Commit Graph

1700 Commits

Author SHA1 Message Date
Henrik Pihl
e809df548d app-editors/kitscenarist: simplify build
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Henrik Pihl <ahvenas@gmail.com>
2020-08-03 20:28:53 +03:00
Henrik Pihl
34a5f09a7d sys-apps/rogdrv: remove already defined variables
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Henrik Pihl <ahvenas@gmail.com>
2020-08-03 19:47:46 +03:00
Henrik Pihl
bdab1c751c sys-apps/rogdrv: fix package
dev-python/cython-hidapi dep changed to dev-python/hidapi
handle python deps correctly

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Henrik Pihl <ahvenas@gmail.com>
2020-08-03 19:06:24 +03:00
Andrew Ammerlaan
ef2fa977b1 sys-apps/rogdrv: fix missing dep
also added PYTHON_USEDEP flags
python-evdev does not have py3_9
so that had to go from PYTHON_COMPAT

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2020-08-03 17:07:03 +02:00
Andrew Ammerlaan
fcff0c19f6 dev-python/hidapi: add missing dep
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2020-08-03 16:50:58 +02:00
Andrew Ammerlaan
e27970880b app-editors/kitscenarist: removed proxy-maint proj
also, there is no need to explicitly set prepare and preinst
phases as the eclass exports these and it is inherited last
so it cannot be overwritten by other eclasses

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2020-08-03 16:21:19 +02:00
Henrik Pihl
1b6705b67f sys-apps/rogdrv: new package
Signed-off-by: Henrik Pihl <ahvenas@gmail.com>
2020-08-03 14:53:35 +03:00
Henrik Pihl
71c9571977 sys-apps/qjournalctl: new package
GUI for journalctl.

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Henrik Pihl <ahvenas@gmail.com>
2020-08-03 14:04:13 +03:00
Henrik Pihl
0ba7b97354 app-editors/kitscenarist: new package
Application to write screenplays.

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Henrik Pihl <ahvenas@gmail.com>
2020-08-03 13:38:30 +03:00
Andreas Zuber
89c40d06d3 games-util/gamehub: new package
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Zuber <a.zuber@gmx.ch>
2020-08-02 18:20:47 +02:00
Kurt Kanzenbach
c24ed6999f dev-libs/open62541: Drop old
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
2020-08-01 19:18:12 +02:00
Kurt Kanzenbach
558391f81e dev-libs/open62541: Bump version to v1.1.2
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
2020-08-01 19:16:13 +02:00
Andrew Ammerlaan
3f8ac57d59 dev-python/uvicorn: version bump
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2020-07-31 19:57:55 +02:00
Andreas Zuber
37ea770d0b games-util/legendary: use single python target.
The ebuild should install the application only for one supported python
implementation and not for multiple ones at the same time.

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Zuber <a.zuber@gmx.ch>
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Closes: https://github.com/gentoo/guru/pull/17
2020-07-31 13:26:48 +02:00
Andrew Ammerlaan
4b4682b4a9 media-tv/droidcam: revision bump
Changes based on the PR by @henrikp

See also: https://github.com/gentoo/gentoo/pull/16736

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2020-07-30 18:16:21 +02:00
Denis Reva
db95234aa4 sys-kernel/dkms: bumped to 2.8.3
Official changelog:
This release fixes the inability to actually build anything: #127
Revert "build_module: do not build if result will be obsolete"
Don't use UID to check for root user, but use instead id -u
 that returns the effective user
Use /etc/dkms/no-autoinstall as flag file to disable autoinstall
Merge pull request #125 from vvvrrooomm/sign_tool_in_framework_conf
Merge pull request #122 from zx2c4-forks/obsoleteby
Add example sign_tool helper script
Move sign_tool from dkms.conf to framework.conf
build_module: do not build if result will be obsolete
Introduce 'dkms unbuild' command
Move rpm_safe_upgrade validation further up
Factor out a do_unbuild function
Correct check_module_args() error message
Add missing argument to have_one_kernel invocations
Add support for dkms uninstall ... --all
Remove open-coded helpers from {remove,uninstall}_module()
Explicitly check for --all with add/build/install actions
Split out check_all_is_banned()
Call check_root fot add/build commands
Merge pull request #44 from bitness/rpm_safe_upgrade-fix
Merge pull request #118 from mhjacks/add_install_d
Add script for newer Fedora to run existing postinst/prerm scripts
Merge pull request #115 from aymanbagabas/revert-original-module
Revert "Do not touch original modules in /kernel"
Merge pull request #112 from sjuxax/master
Stop sanity check from clobbering module_compressed_suffix.
Source the debconf module only if available on the system
Add some more verbosity to logs in case of BUILD_EXCLUSIVE
 directory See Debian bug:

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Denis Reva <denis7774@gmail.com>
2020-07-30 20:28:05 +05:00
Aisha Tammy
19fdfeaf81 www-apps/uwebsockets: update to 18.10.0
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
2020-07-29 08:44:37 -04:00
Aisha Tammy
727a54919e net-libs/usockets: drop old version
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
2020-07-29 08:44:33 -04:00
Aisha Tammy
76c4834856 net-libs/usockets: update to 0.5.0
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
2020-07-29 08:44:25 -04:00
Andrew Ammerlaan
ab2cb7fd3f media-tv/droidcam: expand elog messages
now includes iOS dl link
	(jeej it now supports iOS)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2020-07-29 13:59:19 +02:00
Andrew Ammerlaan
72f6c3a124 media-tv/droidcam: add readme.gentoo_print_elog
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2020-07-29 13:41:31 +02:00
Andrew Ammerlaan
1e9172d847 licenses/droidcam: droidcam now has GPL-2 license
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2020-07-29 13:30:57 +02:00
Andrew Ammerlaan
ef6b8af018 media-tv/droidcam: one final fix
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2020-07-29 13:28:53 +02:00
Andrew Ammerlaan
c5e77d6233 media-tv/droidcam: many fixes to the ebuild
- added missing deps
- bumped to a offical release version
	(jeej there are now releases)
- improved makefile patch
- added gtk use flag, it is now possible to
	only install the cli part of the program
- expanded config check, package now has audio support

Many thanks to @henrikp
See also: https://github.com/gentoo/gentoo/pull/16736

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2020-07-29 13:21:50 +02:00
Daniel Novomesky
33c4d933a1 media-plugins/gimp-avif-plugin: new package
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Daniel Novomesky <dnovomesky@gmail.com>
2020-07-28 22:47:28 +02:00
Andrew Ammerlaan
86a2a34111 dev-python/uvicorn: version bump
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2020-07-28 16:32:13 +02:00
Andrew Ammerlaan
933043cf52 dev-python/python-mpv: version bump
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2020-07-28 16:32:13 +02:00
Andrew Ammerlaan
b0c308217e dev-python/hstspreload: version bump
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2020-07-28 16:32:12 +02:00
Andrew Ammerlaan
457164071c games-action/technic-launcher: version bump
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2020-07-28 16:32:12 +02:00
Andrew Ammerlaan
87d4dea6ce games-action/minecraft-launcher: version bump
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2020-07-28 16:32:06 +02:00
Huang Rui
41343462da app-emulation/nvidia-container-toolkit: bump to 1.2.1
update to latest version 1.2.1

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Huang Rui <vowstar@gmail.com>
2020-07-28 21:54:48 +08:00
Maciej Barć
3812f7154f net-misc/gallery-dl: use optfeature
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
2020-07-28 12:41:40 +02:00
Andrew Ammerlaan
17c40d87ae net-misc/gallery-dl: fix typo
also add DISTUTILS_USE_SETUPTOOLS to prevent warning
during prepare phase

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2020-07-28 11:11:59 +02:00
Maciej Barć
73213ffb5d net-misc/gallery-dl: restrict tests
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
2020-07-28 00:27:56 +02:00
Maciej Barć
5f72262e86 net-misc/gallery-dl: fix metadata
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
2020-07-27 23:46:38 +02:00
Maciej Barć
b937683d6f net-misc/gallery-dl: new package; add version 1.14.3 and 9999
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
2020-07-27 23:44:37 +02:00
Matthias Coppens
f56995185d gui-apps/wdisplays: Updated patch
This commit updates the patch for wdisplays-1.0 and updates the revision
number, since the patch solves a runtime issue.
This commit also cleans the ebuilds a bit.

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Matthias Coppens <coppens.matthias.abc@gmail.com>
2020-07-27 11:22:09 +02:00
Maciej Barć
0975524020 www-apps/code-server-bin: expand case of die on failed removal
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
2020-07-26 23:53:16 +02:00
Maciej Barć
3e02c80346 www-apps/code-server-bin: new package; add version 3.4.1
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
2020-07-26 23:26:46 +02:00
Huang Rui
9686aa65fe app-emulation/nvidia-container-toolkit: bump to 1.2.0
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Huang Rui <vowstar@gmail.com>
2020-07-25 11:57:48 +08:00
Huang Rui
eedb0248a2 app-emulation/nvidia-container-toolkit: update URL
nvidia changed github URL and release file,
fix compile error with latest download packages.

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Huang Rui <vowstar@gmail.com>
2020-07-25 11:56:56 +08:00
Huang Rui
1e92916576 app-emulation/nvidia-container-toolkit: update github info
The github URL changed

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Huang Rui <vowstar@gmail.com>
2020-07-25 11:34:41 +08:00
Huang Rui
10f8efb271 sys-libs/libnvidia-container: bump to version 1.2.0
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Huang Rui <vowstar@gmail.com>
2020-07-25 11:23:34 +08:00
Huang Rui
293c4b73df profiles: add updates/3Q-2020 and move libnvidia-container
move app-emulation/libnvidia-container to sys-libs/libnvidia-container

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Huang Rui <vowstar@gmail.com>
2020-07-25 10:16:41 +08:00
Huang Rui
aaee40196c sci-electronics/verilator: bump to 4.038
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Huang Rui <vowstar@gmail.com>
2020-07-24 10:18:38 +08:00
Denis Reva
3d3ef8d843 media-libs/amdvlk: new version 2020.3.2
2020-7-22 update

New feature and improvement
Prefer y-coordinate major swizzle modes for 3D color
	attachments on GFX10
Extend “defer reusing command stream chunk” concept to
	all scenario
Restrict pipelined cache flush optimization to only
	cases where it's definitely legal
Update api version to 1.2.146
Issue fix
Fixing shared metadata bug of gfx6
Don't disable alpha and color RB+ blend opts individually
	to fix some 999e5 format failures

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Denis Reva <denis7774@gmail.com>
2020-07-23 21:33:41 +05:00
Daniel Novomesky
b6d4a1a857 media-libs/libavif: update gdk-pixbuf cache after install
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Daniel Novomesky <dnovomesky@gmail.com>
2020-07-23 13:47:30 +02:00
Petrus Zhao
59248dae61 x11-misc/i3lock-color: verson bump to 2.12.5, drop old
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Petrus Zhao <petrus.zy.07@gmail.com>
2020-07-23 12:52:20 +08:00
Matthias Coppens
3a29af0c81 media-gfx/memethesis-cli: Added dependency
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Matthias Coppens <coppens.matthias.abc@gmail.com>
2020-07-22 17:50:26 +02:00
Daniel Novomesky
a6fffaf307 media-libs/libavif: removed gdk-pixbuf use flag
The gdk-pixbuf loader is causing crashes in this version

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Daniel Novomesky <dnovomesky@gmail.com>
2020-07-22 17:46:16 +02:00