K3b: Difference between revisions
No edit summary |
|||
Line 27: | Line 27: | ||
<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>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>Upload the tarball to the server ([http://sourceforge.net/projects/k3b Sourceforge]),</li> | ||
<li>Write release announcement and publish it on [http://k3b.org k3b.org].</li> | <li>Write release announcement and publish it on [http://k3b.org k3b.org].</li> | ||
<li>Update K3b status on software sites. Following sites needs an update: | |||
* [http://sourceforge.net/projects/k3b Sourceforge] | |||
* [http://freshmeat.net/projects/k3b Freshmeat] | |||
* [http://kde-apps.org/content/show.php/K3b?content=9875 KDE-Apps.org] | |||
</li> | |||
</ol> | </ol> |
Revision as of 19:18, 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 (Sourceforge),
- Write release announcement and publish it on k3b.org.
- Update K3b status on software sites. Following sites needs an update:
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