K3b: Difference between revisions

From KDE Community Wiki
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 classes
  • Porting audio player in CD audio project to QtMultimedia
  • Porting 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

  1. Get createtarball script:
    svn checkout svn://anonsvn.kde.org/home/kde/trunk/extragear/multimedia/k3b .
  2. Edit config.ini file and update information in [k3b] section.
  3. Run:
    ./create_tarball.rb -a k3b
  4. 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.
  5. 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.
  6. Upload the tarball to the server (Sourceforge),
  7. Write release announcement and publish it on k3b.org.
  8. 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