Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
12-02-2007, 11:38 PM
|
#1
|
|
Member
Registered: Jul 2007
Posts: 36
Rep:
|
problem trying to build audacity-1.3.4-beta
I'm trying to compile audacity-1.3.4 beta with libmad support enabled and audacity uses pkg-config to check the version of libmad installed, but the libmad tgz package from the install media doesnt contains the libmad package configuration file "mad.pc", what should be the right solution? its possible to generate the pkg-config file for libmad?, I think that I ran into a similar issue when trying to compile audacity 1.3.3 beta under FreeBSD 6.2-release
Last edited by dissociative; 12-02-2007 at 11:44 PM.
Reason: cleaned up some typo
|
|
|
|
12-03-2007, 05:42 AM
|
#2
|
|
ReliaFree Maintainer
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Slackware, Cross Linux from Scratch, Gentoo
Posts: 2,663
Rep: 
|
Change whatever you need to for your system.
Code:
cat > /usr/lib/pkgconfig/mad.pc << "EOF"
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: mad
Description: MPEG audio decoder
Requires:
Version: 0.15.1b
Libs: -L${libdir} -lmad
Cflags: -I${includedir}
EOF
|
|
|
|
12-03-2007, 01:25 PM
|
#3
|
|
Senior Member
Registered: Sep 2005
Distribution: Slackware
Posts: 1,439
Rep:
|
Are you using Slackware 12? I used the Slackbuild at http://slackbuilds.org/repository/12...edia/audacity/ and it worked without any problems. I had compiled 1.3.3.
libMAD support works for me.
|
|
|
|
12-07-2007, 02:21 PM
|
#4
|
|
Member
Registered: Jul 2007
Posts: 36
Original Poster
Rep:
|
Quote:
Originally Posted by shadowsnipes
|
I'm under Slackware-current, audacity 1.3.3 beta compiled fine but 1.3.4 did not.
|
|
|
|
12-07-2007, 03:41 PM
|
#5
|
|
Slackware Contributor
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 1,894
Rep: 
|
Quote:
Originally Posted by weibullguy
Change whatever you need to for your system.
Code:
cat > /usr/lib/pkgconfig/mad.pc << "EOF"
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: mad
Description: MPEG audio decoder
Requires:
Version: 0.15.1b
Libs: -L${libdir} -lmad
Cflags: -I${includedir}
EOF
|
Indeed. Someone should poke the audacity devs and nicely ask them not to require distribution-specific files. Until/unless libmad ships a pkgconfig file, that's exactly what the audacity devs are doing. Of course, I guess a poke should also be done to the libmad devs 
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 05:54 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|