Package Details: burn-cd 1.8.0-2

Package Base: burn-cd
Description: Burn-CD is a handy frontend for the well-known cd/dvd writing packages cdrkit & dvd+rw-tools.
Upstream URL: http://burn-cd.sourceforge.net/
Category: multimedia
Licenses: GPL
Submitter: danfis
Maintainer: danfis
Last Packager: None
Votes: 22
First Submitted: 2008-06-02 13:24
Last Updated: 2014-04-27 07:50

Latest Comments

Comment by megadriver

2011-02-03 09:17

Is this still being looked after? I'm willing to adopt if it's not.

Comment by megadriver

2010-10-20 14:09

Python 3 is the default 'python' for Arch Linux now.

In the burn-cd script, the first line:

#!/usr/bin/python -O

should be changed to:

#!/usr/bin/python2 -O

to ensure it still works as expected.

Also, the 'python' dependency should be changed to 'python2'.