Bug 473149 - xmms-config have wrong variable name
Summary: xmms-config have wrong variable name
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: xmms
Version: 10
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Paul F. Johnson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-11-26 19:53 UTC by GV
Modified: 2008-11-29 14:55 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-11-29 14:55:10 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description GV 2008-11-26 19:53:50 UTC
Description of problem:
# xmms-config --visualization-plugin-dir
Empty output

# pkg-config xmms --variable=visualization_plugin_dir
/usr/lib64/xmms/Visualization

Version-Release number of selected component (if applicable):


How reproducible:
NA

Steps to Reproduce:
1. NA
2.
3.
  
Actual results:
xmms-config --visualization-plugin-dir does not return anything.

Expected results:
/usr/lib64/xmms/Visualization

Additional info:
/usr/bin/xmms-config should contain:
if test "$echo_visualization_plugin_dir" = "yes"; then
    pkg-config xmms --variable=visualization_plugin_dir
fi

instead of
if test "$echo_visualization_plugin_dir" = "yes"; then
    pkg-config xmms --variable=visualization_plugin_dirr
fi

Please check the "xmms-1.2.11-multilib.patch" file.

Comment 1 Paul F. Johnson 2008-11-29 14:55:10 UTC
Fixed. Will get it into rawhide and f10 today


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