"audio-convert" does not search/use mpcenc or mpcdec for musepack files
Bug #545544 reported by
NicoBarbarian
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
audio-convert (Ubuntu) |
New
|
Medium
|
Unassigned |
Bug Description
Ubuntu version: Ubuntu 9.10
nautilus-
When selecting mpc file in nautilus and launching audio convert nautilus script, a message warned me that my system does not provide musepack-tools.
I've installed the last version of musepack-tools from which provides mpcenc and mpcdec executables instead of mppenc and mppdec.
I've made a correction which is quite ugly, but works.
Related branches
lp://staging/~e7appew/ubuntu/wily/audio-convert/nmu
Ready for review
for merging
into
lp://staging/ubuntu/wily/audio-convert
- Marc Deslauriers: Needs Fixing
-
Diff: 776 lines (+397/-228)16 files modifiedaudio-convert (+1/-1)
debian/changelog (+11/-0)
debian/compat (+1/-1)
debian/control (+8/-6)
debian/copyright (+33/-27)
debian/nautilus-script-audio-convert.install (+2/-0)
debian/patches/01_fix_unicode.patch (+98/-109)
debian/patches/02_fix_monkey_audio_detection.patch (+28/-0)
debian/patches/03_fix_musepack_conv.patch (+53/-0)
debian/patches/04_fix_id3_transfer.patch (+122/-0)
debian/patches/series (+4/-0)
debian/postinst (+0/-38)
debian/prerm (+0/-37)
debian/rules (+34/-8)
debian/source/format (+1/-0)
debian/watch (+1/-1)
Changed in audio-convert (Ubuntu): | |
importance: | Undecided → Medium |
To post a comment you must log in.
I maintain an extended version of this script at https:/ /launchpad. net/audio- convert. The original author seems to have vanished.
If you would test that version as well and let me know (file a bug report there) I would be grateful.
Also if you have any idea how to package the new script so that bug fixes can be fed into the repository I'd love to know. I tried reading some of the guides and tutorials but concluded that life was too short to work through them for such a trivial application.