can you switch to devedeNG ?
Search Criteria
Package Details: devede-git v3.23.0.4.g757d20a-1
Package Actions
| Package Base: | devede-git |
|---|---|
| Description: | A program to create VideoDVDs and CDs |
| Upstream URL: | http://www.rastersoft.com/programas/devede.html |
| Category: | multimedia |
| Licenses: | |
| Submitter: | fmoralesc |
| Maintainer: | fmoralesc |
| Last Packager: | None |
| Votes: | 9 |
| First Submitted: | 2011-06-04 14:03 |
| Last Updated: | 2013-04-19 18:08 |
Dependencies (8)
Required by (0)
Sources
Latest Comments
Comment by nTia89
Comment by ghthor
The fix for 1) is
- for file in *.py; do
+ for file in devede *.py; do
Comment by graysky
Two problems...
1) You need to change the first line from:
#!/usr/bin/env python
to
#!/usr/bin/env python2
2) Fix the _gitroot
_gitroot="git://github.com/rastersoft/Devede.git"
Comment by fmoralesc
Updated.
Comment by nvllsvm
Requires dbus-python.