Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 882565 - [GURU] media-video/syncplay-1.6.9 has a CLI only mode, it could use IUSE="gui" or "qt5".
Summary: [GURU] media-video/syncplay-1.6.9 has a CLI only mode, it could use IUSE="gui...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Nicola Smaniotto
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-23 02:22 UTC by Anna
Modified: 2022-12-01 03:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
syncplay-1.6.9.ebuild patch with gui USE flag. (syncplay-1.6.9.ebuild.diff,1.57 KB, patch)
2022-11-23 02:22 UTC, Anna
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(-)