aMule Forum

English => Distro-Specific Packages => Packages for older versions => Topic started by: wardevil on March 19, 2006, 03:20:54 AM

Title: Rpms for Mandrake 10 and above...
Post by: wardevil on March 19, 2006, 03:20:54 AM
For anyone who might need aMule for Mandrake 9.2,10.0,10.1,2005LE and 2006
Mandrake 9.2: http://savefile.com/projects/811107
Mandrake 10: http://savefile.com/projects/384433
Mandrake 10.1: http://savefile.com/projects/541935
Mandrake/Mandriva 10.2/2005LE: http://savefile.com/projects/768398
Mandriva 2006: http://savefile.com/projects/942829

If you want to install aMule daemon without X then you only need the wx-base and aMule-daemon package.
With X you will need wx-base and wx-gtk2 rpm along with aMule rpm
Standard aMule rpms contains aMule-monolithic,amule-daemon,aMule-gui,wxcas,cas,alc,alcc and finally webserver.


Post any problems anyone might have in here....

Happy aMuling....

Cheers.....
Title: Re: Rpms for Mandrake 10 and above...
Post by: vdb on March 19, 2006, 12:33:32 PM
Question to you on this: How did you get the RPM to put it in the internet menu on install? Could you, for my personal enlightenment, post the spec file you use?
Title: Re: Rpms for Mandrake 10 and above...
Post by: OldFrog on March 19, 2006, 07:30:06 PM
Mandriva (Mandrake) uses the Debian menu system,  not the .desktop usually used by redhat

See more here :
http://qa.mandriva.com/twiki/bin/view/Main/MenuSystem

......

The nice trick is when you update the mandriva menu using update-menus, all menus for all desktops are updated.
Title: Re: Rpms for Mandrake 10 and above...
Post by: wardevil on March 20, 2006, 01:01:16 AM
This is the lines responsable for the menus entries in my specs:
Code: [Select]
# Create LMDK menu structure
mkdir -p %buildroot/%_menudir/

kdedesktop2mdkmenu.pl %name "Internet/File Transfer" %buildroot/%_datadir/applications/amule.desktop %buildroot/%_menudir/%name

kdedesktop2mdkmenu.pl %name "Internet/File Transfer" %buildroot/%_datadir/applications/alc.desktop %buildroot/%_menudir/%name-alc

kdedesktop2mdkmenu.pl %name "Internet/File Transfer" %buildroot/%_datadir/applications/wxcas.desktop %buildroot/%_menudir/%name-wxcas

%post
%update_menus

%postun
%clean_menus

Simple no?  :rolleyes:

Cheers....
Title: Re: Rpms for Mandrake 10 and above...
Post by: vdb on March 20, 2006, 06:43:48 PM
Thanks, I'll go try it out as soon as I have some spare time  :)
Title: Re: Rpms for Mandrake 10 and above...
Post by: Strider_fr on April 04, 2006, 01:42:31 PM
Thanks for the RPMs.

However it doesn't work at home (I've Mandrake 2005 LE).

When I type this line:

[root@StriderLinux amule 2.1.1]# rpm -Uvh wx-base-unicode-2.6.3-rc2_mdk10.2.i586.rpm

I get this response:

Preparing...                ########################################### [100%]
        file /usr/lib/libwx_baseu-2.6.so.0 from install of wx-base-unicode-2.6.3-rc2_mdk10.2 conflicts with file from package libwxgtku2.6-2.6.0-3.rtr205
        file /usr/lib/libwx_baseu_net-2.6.so.0 from install of wx-base-unicode-2.6.3-rc2_mdk10.2 conflicts with file from package libwxgtku2.6-2.6.0-3.rtr205
        file /usr/lib/libwx_baseu_xml-2.6.so.0 from install of wx-base-unicode-2.6.3-rc2_mdk10.2 conflicts with file from package libwxgtku2.6-2.6.0-3.rtr205

So it seems there's a problem with libwxgtku library... where can I find a rpm for Mandrake please?
Title: Re: Rpms for Mandrake 10 and above...
Post by: stefanero on April 04, 2006, 03:03:56 PM
how about you remove the old wxgtku rpm first, before you try to install smth??
Title: Re: Rpms for Mandrake 10 and above...
Post by: OldFrog on April 04, 2006, 11:25:50 PM
Or you complete the command with

 rpm -Uvh wx-base-unicode-2.6.3-rc2_mdk10.2.i586.rpm --force --nodeps

(Ok, I know, it's absolutely dirty, but the only app I know using wxGtk in Mandriva standard repositories, other than aMule, is vlc. And, no, I'm not ashamed)
Title: Re: Rpms for Mandrake 10 and above...
Post by: wardevil on April 05, 2006, 12:04:22 AM
LOL
Nice answer!
 :D
Cheers...