Bug 239955

Summary: sox should use system libgsm instead of its local copy
Product: [Fedora] Fedora Reporter: Dominik 'Rathann' Mierzejewski <dominik>
Component: soxAssignee: Jiri Moskovcak <jmoskovc>
Status: CLOSED RAWHIDE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 6CC: dfediuck
Target Milestone: ---Flags: wtogami: fedora-cvs+
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-07-16 13:22:09 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Dominik 'Rathann' Mierzejewski 2007-05-13 11:56:23 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.10) Gecko/20070313 Fedora/1.5.0.10-5.fc6 Firefox/1.5.0.10

Description of problem:
sox comes with a local copy of libgsm and links it in statically. Now that libgsm is available as a separate package (see bug 239770), it'd be nice if sox used it.

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

How reproducible:
Always


Steps to Reproduce:
1. Build sox with --enable-gsm


Actual Results:
Internal gsm lib is used.

Expected Results:
System gsm lib should be used.

Additional info:

Comment 1 Jiri Moskovcak 2007-07-09 12:55:45 UTC
Package Change Request
======================
Package Name: sox
Updated Fedora Owners: jmoskovc

Comment 2 Jiri Moskovcak 2007-07-16 13:22:09 UTC
Version 13.0.0-2 uses system gsm lib.