Is this still being looked after? I'm willing to adopt if it's not.
Search Criteria
Package Details: burn-cd 1.8.0-2
Package Actions
| 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: | |
| Submitter: | danfis |
| Maintainer: | danfis |
| Last Packager: | None |
| Votes: | 22 |
| First Submitted: | 2008-06-02 13:24 |
| Last Updated: | 2014-04-27 07:50 |
Dependencies (3)
Required by (0)
Sources
Latest Comments
Comment by megadriver
Comment by megadriver
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'.