LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-06-2016, 07:14 AM   #1
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Trying to install Normalize for K3b


I've installed K3b into my laptop, and I am looking in the settings seeing software that is not installed on my system. Therefore I am trying to install as much of this missing libs/software that it says is not there.

I am on installing Normalize right now, I downloaded it from source (becase sometimes you just got a do that, this is Linux rememeber (added for all of them that shy away from operatiing Linux the way it can be))

in my ./configure I end up with this at the end.

Q: Does this or should this say true instead? if yes, then what libs*-devel packages do I need to install to get it to say true.

if no, then I'll finish with: make sudo make install

Code:
config.status: creating po/Makefile

Configuration:
    audiofile library:         false
    mpeg audio support:        false
    xmms volume adjust plugin: false
I'm getting the same output for cdrdao
[MOD: This one is Fixed: found binaries on sourceforge.net ]
Code:
Configuration:
    audiofile library:         false
    mpeg audio support:        false
    xmms volume adjust plugin: false
audiofile installed
Code:
[^] audiofile-0.3.6_1  C library for reading and writing audio files
[^] audiofile-devel-0.3.6_1 C library for reading and writing audio files - development files
[mike@voided normalize-0.7.7]$
MOD:

I am finding out this has to do with an obsolet file called audiofile-config, and XMMS to is doing the same thing with a file called glib-config

I found this:

/xmms-config-glib-%3D-1-2-2-not-installed-error

but I cannot make heads or tails out of it, it is not working per instructions, then I tried modifying how to get it to work and I still cannot.

I'm trying to set this up for a friends PC/Laptop

if I can get it to work with one then I should be able to get it to work with the other one by the same means. so this is turning into a XMMS and a Normalize question as they both are calling for this *-config file

this file I named glib-config:
contents is
Code:
[xxx@voided ~]$ cat glib-config
/usr/include/glib-2.0
Code:
[mike@voided xmms-1.2.11]$ ./configure GLIB_CONFIG=/home/mike/glib-config
<Ending resultes are this>

checking for glib-config... /home/mike/glib-config
checking for GLIB - version >= 1.2.2... /home/mike/glib-config: line 1: /usr/include/glib-2.0: Is a directory
/home/mike/glib-config: line 1: /usr/include/glib-2.0: Is a directory
/home/mike/glib-config: line 1: /usr/include/glib-2.0: Is a directory
/home/mike/glib-config: line 1: /usr/include/glib-2.0: Is a directory
/home/mike/glib-config: line 1: /usr/include/glib-2.0: Is a directory
no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB was incorrectly installed
*** or that you have moved GLIB since it was installed. In the latter case, you
*** may want to edit the glib-config script: /home/mike/glib-config
configure: error: *** GLIB >= 1.2.2 not installed - please install first ***
[mike@voided xmms-1.2.11]$

Last edited by BW-userx; 04-06-2016 at 08:40 AM.
 
Old 04-11-2016, 09:10 AM   #2
jayjwa
Member
 
Registered: Jul 2003
Location: NY
Distribution: Slackware, Termux
Posts: 774

Rep: Reputation: 243Reputation: 243Reputation: 243
glib doesn't use "glib-config" anymore. Nor does audiofile, both which use pkg-config. XMMS, is, as far as I know, finished, since it uses old GTK and such. However, I was able to build Normalize-0.7.7 on a modern system:

Code:
Configuration:
    audiofile library:         true
    mpeg audio support:        true
    xmms volume adjust plugin: false

with:

audiofile-0.3.6
libmad-0.15.1b
Evidently it didn't use glib or gtk, as mine are well beyond what it asks for. Maybe remove glib-config and XMMS altogether? I wrote a simple wrapper script that uses pkg-config for new audiofile that will work.

Code:
#!/bin/sh
##
## Use pkgconfig to emulate the now obsolete 
## file "audiofile-config"
## 

case $1 in
	--version)
	#pkg-config audiofile --modversion
	# Note that some packages want an old version. You can
	# do that here:
	echo 0.2.2
	;;

	--cflags)
	pkg-config audiofile --cflags
	;;

	--libs)
	pkg-config audiofile --libs
	;;
	*)
	echo "audiofile-config wrapper for pkg-config audiofile"
	echo "to replace obsolete audiofile-config file."
	echo " Use one of --version, --cflags, or --libs"
	exit 1
esac
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Using Perl to normalize data in a file tmikahan Programming 8 10-18-2014 08:42 AM
Tovid Normalize, how it works? MaGicMaX Linux - Software 3 12-06-2009 10:05 PM
Normalize OGG Library erikwebb Linux - Software 0 07-14-2005 10:54 PM
Normalize mp3 collection johntramp Linux - Software 4 05-06-2004 06:55 AM
What is the best way to normalize & compress voice audio files? andrewstr Linux - Software 0 02-12-2004 03:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:43 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration