Bug 1052855 - xmms mikmod plugin broken for libmikmod >= 3.2.0
Summary: xmms mikmod plugin broken for libmikmod >= 3.2.0
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: xmms
Version: rawhide
Hardware: All
OS: All
unspecified
medium
Target Milestone: ---
Assignee: Tom "spot" Callaway
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-01-14 08:54 UTC by Ozkan Sezer
Modified: 2014-02-22 00:54 UTC (History)
2 users (show)

Fixed In Version: xmms-1.2.11-20.20071117cvs.fc19
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-02-22 00:43:40 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
mikmod plugin fix for xmms (635 bytes, patch)
2014-01-14 08:54 UTC, Ozkan Sezer
no flags Details | Diff

Description Ozkan Sezer 2014-01-14 08:54:53 UTC
Created attachment 849813 [details]
mikmod plugin fix for xmms

Description of problem:
xmms mikmod plugin is broken for libmikmod >= 3.2.0 which, AFAIK has
been included in Fedora since Fedora9 or something. libmikmod >= 3.2.0
inserts a "char* CmdLineHelp" member into the MDRIVER structure, but
xmms' Input/mikmod/drv_xmms.c doesn't handle that. A patch is attached
here to fix that.

Version-Release number of selected component (if applicable):
All xmms-1.2.x in all Fedora releases since f9 including rawhide.

How reproducible:
Always.

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:
Here is a trivial patch to fix the issue: (also attached, in case
it gets mangled.) Tested by editing the xmms spec from rawhide and
rebuilding+running on x86_64.

diff -up xmms-1.2.11/Input/mikmod/drv_xmms.c~ xmms-1.2.11/Input/mikmod/drv_xmms.c
--- xmms-1.2.11/Input/mikmod/drv_xmms.c~	2003-05-20 00:22:06.000000000 +0300
+++ xmms-1.2.11/Input/mikmod/drv_xmms.c	2013-10-01 12:02:10.000000000 +0200
@@ -124,7 +124,15 @@ MDRIVER drv_xmms =
 	"xmms output driver v1.0",
 	0, 255,
 #if (LIBMIKMOD_VERSION > 0x030106)
+/* Alias string */
         "xmms",
+#endif
+#if (LIBMIKMOD_VERSION >= 0x030200)
+/* CmdLineHelp string */
+        NULL,
+#endif
+#if (LIBMIKMOD_VERSION > 0x030106)
+/* CommandLine proc */
         NULL,
 #endif
         xmms_IsThere,

Comment 1 Fedora Update System 2014-02-11 16:11:15 UTC
xmms-1.2.11-20.20071117cvs.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/xmms-1.2.11-20.20071117cvs.fc20

Comment 2 Fedora Update System 2014-02-11 16:11:36 UTC
xmms-1.2.11-20.20071117cvs.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/xmms-1.2.11-20.20071117cvs.fc19

Comment 3 Fedora Update System 2014-02-12 14:36:34 UTC
Package xmms-1.2.11-20.20071117cvs.fc19:
* should fix your issue,
* was pushed to the Fedora 19 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing xmms-1.2.11-20.20071117cvs.fc19'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-2335/xmms-1.2.11-20.20071117cvs.fc19
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2014-02-22 00:43:40 UTC
xmms-1.2.11-20.20071117cvs.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 5 Fedora Update System 2014-02-22 00:54:17 UTC
xmms-1.2.11-20.20071117cvs.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.