Just wondering, if there is Audacity package which runs in centos 5 somewhere? Have googled, but not found any. Any help? Jarmo
On Fri, 2007-06-29 at 22:45 +0300, jarmo wrote:> Just wondering, if there is Audacity package which runs in centos 5 > somewhere? Have googled, but not found any. > Any help? >I quickly needed it just after centos 5 was released and no well known repositories had it at this time ... So i rebuilt it for my personal use and decided to share it (in a little home-made yum repository) with some friends who needed as well. Here it is : http://rpms.arrfab.net/centos/5/repodata/repoview/audacity-0-1.3.2-9.html I've compiled it for i386 only ... if you need the x86_64 , rebuild the srpm from FC6 but don't forget to replace Buildrequire wxGTK2-devel by wxGTK-devel in the spec file ... -- Fabian Arrotin <fabian.arrotin at arrfab.net> Solution ? echo '16i[q]sa[ln0=aln100%Pln100/snlbx]sbA0D4D465452snlbxq' | dc -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.centos.org/pipermail/centos/attachments/20070629/4dd53069/attachment.sig>
Fabian Arrotin kirjoitti viestiss??n (l?hetysaika perjantai, 29. kes?kuuta 2007 22:55):> I quickly needed it just after centos 5 was released and no well known > repositories had it at this time ... > So i rebuilt it for my personal use and decided to share it (in a little > home-made yum repository) with some friends who needed as well. > Here it is : > http://rpms.arrfab.net/centos/5/repodata/repoview/audacity-0-1.3.2-9.html > I've compiled it for i386 only ... if you need the x86_64 , rebuild the > srpm from FC6 but don't forget to replace Buildrequire wxGTK2-devel by > wxGTK-devel in the spec file ...Thank you very much! That was just what I needed... Working perfect. Jarmo
On 6/29/07, Fabian Arrotin <fabian.arrotin at arrfab.net> wrote:> On Fri, 2007-06-29 at 22:45 +0300, jarmo wrote: > > Just wondering, if there is Audacity package which runs in centos 5 > > somewhere? Have googled, but not found any. > > Any help? > > > > I quickly needed it just after centos 5 was released and no well known > repositories had it at this time ... > So i rebuilt it for my personal use and decided to share it (in a little > home-made yum repository) with some friends who needed as well. > Here it is : > http://rpms.arrfab.net/centos/5/repodata/repoview/audacity-0-1.3.2-9.html > I've compiled it for i386 only ... if you need the x86_64 , rebuild the > srpm from FC6 but don't forget to replace Buildrequire wxGTK2-devel by > wxGTK-devel in the spec file ... > -- > Fabian Arrotin <fabian.arrotin at arrfab.net>I have the x86_64 version of audacity if you really need it. But as Fabian said, you just have to make one change in .spec, so rebuilding from the FC6 src is not hard. Akemi