Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 882565

Summary: [GURU] media-video/syncplay-1.6.9 has a CLI only mode, it could use IUSE="gui" or "qt5".
Product: GURU Reporter: Anna <navi>
Component: Package issuesAssignee: Nicola Smaniotto <smaniotto.nicola>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: syncplay-1.6.9.ebuild patch with gui USE flag.

Description Anna 2022-11-23 02:22:13 UTC
Created attachment 835993 [details, diff]
syncplay-1.6.9.ebuild patch with gui USE flag.

Syncplay can be started in a cli mode by either passing `--no-gui` or simply starting it without QtPy dependencies installed.

Having the QtPy dependency under a flag would allow users to not pull Qt if not needed.

I've made a simple patch to try to implement this.
Comment 1 Larry the Git Cow gentoo-dev 2022-12-01 03:59:15 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=19534635c198644ab0d4956d0fc2f63e9607c77d

commit 19534635c198644ab0d4956d0fc2f63e9607c77d
Author:     Anna <anna@navirc.com>
AuthorDate: 2022-11-29 14:00:42 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola@gmail.com>
CommitDate: 2022-11-29 14:06:44 +0000

    media-video/syncplay: allow the removal of qt5 gui
    
    Author: Anna <anna@navirc.com>
    Closes: https://bugs.gentoo.org/882565
    Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>

 media-video/syncplay/syncplay-1.6.9.ebuild | 25 +++++++++++++++++--------
 1 file changed, 17 insertions(+), 8 deletions(-)