[kde-freebsd] [Bug 208598] multimedia/qt5-multimedia: ALSA QAudioInput::suspend() doesn't suspend

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Apr 14 19:18:37 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208598

--- Comment #3 from Raphael Kubo da Costa <rakuco at FreeBSD.org> ---
The process is actually very simple; don't be put off by that bug report, that
usually happens when people send patches through their bug tracker because they
cannot accept those due to their use of a Contributor License Agreement (all
patches must be sent through Gerrit).

I can summarize the whole process in a few steps (most of it is just your usual
Gerrit setup workflow):
1. Create an account in Qt's bug tracker (http://bugreports.qt.io)
2. Log into Gerrit with the same credentials and set up your name, SSH key  etc
(http://codereview.qt-project.org/#settings,contact)
3. Accept Qt's CLA.
4. git clone git://code.qt.io/qt/qtmultimedia.git
5. cd qtmultimedia
6. git remote add gerrit
ssh://username@codereview.qt-project.org:29418/qt/qtmultimedia.git
7. scp -P 29418 username at codereview.qt-project.org:hooks/commit-msg .git/hooks
8. git fetch gerrit
9. git checkout -b my-work-branch
10. hack hack hack, commit
11. git push gerrit my-work-branch:refs/for/5.6
12. Go to the URL that's shown to you
13. CC relevant people. You can also CC me there.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list