K3b: Difference between revisions
No edit summary |
|||
Line 14: | Line 14: | ||
==Release Procedure== | ==Release Procedure== | ||
<ol> | <ol> | ||
<li>Get <tt>[http://websvn.kde.org/trunk/KDE/kdesdk/scripts/createtarball createtarball]</tt> script | |||
<li>Get <tt>[http://websvn.kde.org/trunk/KDE/kdesdk/scripts/createtarball createtarball]</tt> script: | |||
<pre>svn checkout svn://anonsvn.kde.org/home/kde/trunk/extragear/multimedia/k3b .</pre></li> | <pre>svn checkout svn://anonsvn.kde.org/home/kde/trunk/extragear/multimedia/k3b .</pre></li> | ||
Line 21: | Line 22: | ||
<li>Run: | <li>Run: | ||
<pre>./create_tarball.rb -a k3b</pre></li> | <pre>./create_tarball.rb -a k3b</pre></li> | ||
<li>This script fetch the sources, translation and documentation from the repository and makes a package. On success the script should create source tarball, e.g. <tt>k3b-2.0.0.tar.bz2</tt>.</li> | |||
<li>Test the tarball. Uncompress and build it. In ideal case the compilation should be performed on vanilla environment (with default environment variables etc.). After compilation check if the application runs.</li> | |||
<li>Upload the tarball to the server.</li> | |||
<li>Write release announcement and publish it on [http://k3b.org k3b.org].</li> | |||
</ol> | </ol> | ||
Revision as of 19:12, 4 August 2010
Roadmap
K3b 2.0
K3b is about to be released: Announcement draft
K3b 2.1
Getting rid of KDE3Support classesPorting audio player in CD audio project to QtMultimediaPorting DCOP interfaces to D-BUS- Support of KDE Plasma’s global progress bar and removal of K3b’s own progress OSD
- Support for writing Flash Drive images
- Spanning data projects over more than one disk
- DVD subtitle grabbing
Release Procedure
- Get createtarball script:
svn checkout svn://anonsvn.kde.org/home/kde/trunk/extragear/multimedia/k3b .
- Edit config.ini file and update information in [k3b] section.
- Run:
./create_tarball.rb -a k3b
- This script fetch the sources, translation and documentation from the repository and makes a package. On success the script should create source tarball, e.g. k3b-2.0.0.tar.bz2.
- Test the tarball. Uncompress and build it. In ideal case the compilation should be performed on vanilla environment (with default environment variables etc.). After compilation check if the application runs.
- Upload the tarball to the server.
- Write release announcement and publish it on k3b.org.
Bug Tracker
K3b uses KDE Bugzilla to track bugs. Here you can find all bugs related to K3b.
Contact
If you have prepared a patch or just want to contact K3b developers please write to [email protected] mailing list. You can also catch them on #k3b on Freenode.
See Also
- K3b Techbase wiki – contains technical documentation and tutorial