]# yum install audacity --enablerepo=*\rpmforge
Was this not going to be fixed for dep resolution. I'm not on the rpmforge list and remember this issue from a while ago.
14:02:18 : Error in Dependency Resolution 14:02:18 : Missing Dependency: libwx_gtk2u_adv-2.6.so.0 is needed by package audacity Missing Dependency: libwx_gtk2u_xrc-2.6.so.0 is needed by package audacity Missing Dependency: libwx_gtk2u_html-2.6.so.0(WXU_2.6) is needed by package audacity Missing Dependency: libwx_gtk2u_html-2.6.so.0 is needed by package audacity Missing Dependency: libwx_baseu_net-2.6.so.0(WXU_2.6) is needed by package audacity Missing Dependency: libwx_baseu-2.6.so.0 is needed by package audacity Missing Dependency: libwx_gtk2u_qa-2.6.so.0 is needed by package audacity Missing Dependency: libwx_gtk2u_core-2.6.so.0(WXU_2.6) is needed by package audacity Missing Dependency: libwx_gtk2u_core-2.6.so.0(WXU_2.6.2) is needed by package audacity Missing Dependency: libwx_baseu-2.6.so.0(WXU_2.6) is needed by package audacity Missing Dependency: libwx_baseu_net-2.6.so.0 is needed by package audacity Missing Dependency: libwx_gtk2u_core-2.6.so.0 is needed by package audacity Missing Dependency: libwx_baseu_xml-2.6.so.0 is needed by package audacity
On Fri, Dec 26, 2008 at 11:08 AM, JohnS jses27@gmail.com wrote:
]# yum install audacity --enablerepo=*\rpmforge
Was this not going to be fixed for dep resolution. I'm not on the rpmforge list and remember this issue from a while ago.
We just had this discussion earlier this week - see http://lists.centos.org/pipermail/centos/2008-December/069878.html for the thread (and, next time, take a look in the archives if you're not going to read the list... :-).
BTW, for those interested, the solution I found, with much help from Akemi, works on both 32 and 64 bit platforms.
mhr
On Fri, 2008-12-26 at 11:53 -0800, MHR wrote:
On Fri, Dec 26, 2008 at 11:08 AM, JohnS jses27@gmail.com wrote:
]# yum install audacity --enablerepo=*\rpmforge
Was this not going to be fixed for dep resolution. I'm not on the rpmforge list and remember this issue from a while ago.
We just had this discussion earlier this week - see http://lists.centos.org/pipermail/centos/2008-December/069878.html for the thread (and, next time, take a look in the archives if you're not going to read the list... :-).
Mark, actually i do read the list. It's that mid life crisis thing i guess. I thought it was discussed but could not remember. Did search the list archive but I seached for xmms-midi. I need something to convert *.midi files to *.mp3. Found out audacity would do that but no install. I found a xmms-midi plugin on pbone but it seems to be trashed. XMMS will load the midi file and either play it all or half the midi file and then want play the next midi file.
This is for a client of mine and I need a way to play or rip midi files. Giong to try this way first and see how it turns out. http://www.centos.org/modules/newbb/viewtopic.php?viewmode=flat&topic_id...
BTW, for those interested, the solution I found, with much help from Akemi, works on both 32 and 64 bit platforms.
And this is the same way you done this?
johnStanley
On Fri, Dec 26, 2008 at 12:35 PM, JohnS jses27@gmail.com wrote:
And this is the same way you done this?
johnStanley
I used the method described in the forum to install audacity-nonfree (except that for the 32 bit version, there were a couple of libraries I needed to add - libsample<something> and its -devel, which are yum installable from the base).
I was using audacity to normalize a slew of mp3s I'd downloaded so they wouldnt be so dynamically different from others in the same playlist. I've never tried to use it to convert a MIDI file to an MP3, but if it can read and play the MIDI file, it will allow you to export it to WAV, MP3, OGG or <I forget> format.
BTW, the audacity-nonfree is free, but it includes the LAME encoder for MP# exports, which the base audacity did/does _not_ include.
Here are the libraries I installed on my 32-bit work desktop (YMMV):
compat-wxGTK26-2.6.4-2.el5.ccrma libsamplerate-devel-0.1.2-1.2.el5.rf libsamplerate-0.1.2-1.2.el5.rf audacity-nonfree-1.3.2-0.4.beta.lvn6
Good luck.
mhr
On Fri, 2008-12-26 at 13:14 -0800, MHR wrote:
On Fri, Dec 26, 2008 at 12:35 PM, JohnS jses27@gmail.com wrote:
And this is the same way you done this?
johnStanley
I used the method described in the forum to install audacity-nonfree (except that for the 32 bit version, there were a couple of libraries I needed to add - libsample<something> and its -devel, which are yum installable from the base).
I was using audacity to normalize a slew of mp3s I'd downloaded so they wouldnt be so dynamically different from others in the same playlist. I've never tried to use it to convert a MIDI file to an MP3, but if it can read and play the MIDI file, it will allow you to export it to WAV, MP3, OGG or <I forget> format.
BTW, the audacity-nonfree is free, but it includes the LAME encoder for MP# exports, which the base audacity did/does _not_ include.
Here are the libraries I installed on my 32-bit work desktop (YMMV):
compat-wxGTK26-2.6.4-2.el5.ccrma libsamplerate-devel-0.1.2-1.2.el5.rf libsamplerate-0.1.2-1.2.el5.rf audacity-nonfree-1.3.2-0.4.beta.lvn6
Thanks for the help Mark. so far I have all packages needed except wxGTK rather big for a dialup connection. Will get it later tonight at work.
yum install libsamplerate --enablerepo=*\rpmforge yum install libsamplerate-devel --enablerepo=*\rpmforge rpm -Uvh soundtouch-1.3.1-6.el5.ccrma.i386.rpm ccrma rpm -Uvh wxCompat ccrma rpm -i --nodeps audacity-1.3.5-0.5.beta.el5.ccrma.i386.rpm yum install wxGTK.i386 --enablerepo=*\rpmforge
If the audacity from crma is not free? Then I will check out the livna one. I'm thing I should not need the devel libs either.
thanks for the help
JohnStanley