Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 903179 - net-im/dino: RTP (video calls) currently disabled in ebuild
Summary: net-im/dino: RTP (video calls) currently disabled in ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-27 09:48 UTC by Neko
Modified: 2023-06-01 07:58 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Neko 2023-03-27 09:48:25 UTC
> 0.4.2.ebuild#n60

At this line calls are disabled message

I asked at the official dino repository and they said that the problem is in our repository. And it's really true, the calls are just rejected. It's really hard without calls.
Comment 1 Michael Vetter 2023-03-27 09:55:09 UTC
Yes that's disabled because
1) I don't own a webcam
2) I don't use calls in XMPP
3) I'm not interested in this feature

If you want this I think you could add it and test whether it works.
Comment 2 Neko 2023-03-27 10:19:25 UTC
(In reply to Michael Vetter from comment #1)
> Yes that's disabled because
> 1) I don't own a webcam
> 2) I don't use calls in XMPP
> 3) I'm not interested in this feature
> 
> If you want this I think you could add it and test whether it works.

What's the right way to update this package?
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-03-27 10:34:53 UTC
(In reply to Neko from comment #2)
> (In reply to Michael Vetter from comment #1)
> > Yes that's disabled because
> > 1) I don't own a webcam
> > 2) I don't use calls in XMPP
> > 3) I'm not interested in this feature
> > 
> > If you want this I think you could add it and test whether it works.
> 
> What's the right way to update this package?

First https://wiki.gentoo.org/wiki/Creating_an_ebuild_repository, adjust the ebuild to get it working, then you can submit a patch via github or bugzilla.
Comment 4 Larry the Git Cow gentoo-dev 2023-06-01 07:58:55 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=218bbbb6e36d07ff61b3848001bfba84cfef309a

commit 218bbbb6e36d07ff61b3848001bfba84cfef309a
Author:     Florian Schmaus <flow@gentoo.org>
AuthorDate: 2023-06-01 07:46:31 +0000
Commit:     Florian Schmaus <flow@gentoo.org>
CommitDate: 2023-06-01 07:58:46 +0000

    net-im/dino: add USE=rtp
    
    This required dropping the arm64 keyword for now.
    
    Thanks to Сергей for providing the initial patch.
    
    Closes: https://github.com/gentoo/gentoo/pull/30365
    Closes: https://bugs.gentoo.org/903179
    Signed-off-by: Florian Schmaus <flow@gentoo.org>

 net-im/dino/dino-0.4.2.ebuild | 12 ++++++++----
 net-im/dino/metadata.xml      |  1 +
 2 files changed, 9 insertions(+), 4 deletions(-)