Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 165114 - media-video/mplayer - allow using commas in list options
Summary: media-video/mplayer - allow using commas in list options
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Media-video project
URL: http://bugzilla.mplayerhq.hu/show_bug...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-03 12:05 UTC by Eugene Pavlovsky
Modified: 2007-03-23 01:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
this patch fixes the bug (mplayer-1.0rc1-understand_escaped_commas.patch,1.79 KB, patch)
2007-02-03 12:06 UTC, Eugene Pavlovsky
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Pavlovsky 2007-02-03 12:05:25 UTC
Here's a patch against MPlayer-1.0rc1 to fix this bug http://bugzilla.mplayerhq.hu/show_bug.cgi?id=378
With the current version of mplayer, it's not possible to output files (-ao pcm:file=filename) containing commas, because mplayer's option parser strips the commas away. This patch makes it possible to produce files with commas by escaping (backslashing) the commas in the filename. I've submitted the patch to the MPlayer bugzilla, but they often respond very slowly.

Reproducible: Always

Steps to Reproduce:
Comment 1 Eugene Pavlovsky 2007-02-03 12:06:14 UTC
Created attachment 109002 [details, diff]
this patch fixes the bug

I hope this patch can be included in portage for the time being.
Comment 2 Luca Barbato gentoo-dev 2007-02-06 11:02:57 UTC
send the patch in the mailing list please.
Comment 3 Eugene Pavlovsky 2007-02-06 12:42:26 UTC
Which one? Already sent to mplayer's dev list.
Comment 4 Steve Dibb (RETIRED) gentoo-dev 2007-03-23 01:23:38 UTC
upstream issue, looks like it was fixed in their svn, should apply in our latest release as well