aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Rpms for Mandrake 10 and above...  (Read 7557 times)

wardevil

  • Sr. Member
  • ****
  • Karma: -1
  • Offline Offline
  • Posts: 402
Rpms for Mandrake 10 and above...
« 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.....
« Last Edit: April 15, 2006, 08:48:38 PM by wardevil »
Logged
Linux user nº289016 at Linux counter

vdb

  • Full Member
  • ***
  • Karma: 1
  • Offline Offline
  • Posts: 215
Re: Rpms for Mandrake 10 and above...
« Reply #1 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?
Logged
A waste is a terrible thing to mind.

OldFrog

  • Sr. Member
  • ****
  • Karma: 31
  • Offline Offline
  • Posts: 385
Re: Rpms for Mandrake 10 and above...
« Reply #2 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.
« Last Edit: March 20, 2006, 08:32:19 PM by OldFrog »
Logged
Computer Science is no more about computers than astronomy is about telescopes (Edsger W. Dijkstra)

wardevil

  • Sr. Member
  • ****
  • Karma: -1
  • Offline Offline
  • Posts: 402
Re: Rpms for Mandrake 10 and above...
« Reply #3 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....
Logged
Linux user nº289016 at Linux counter

vdb

  • Full Member
  • ***
  • Karma: 1
  • Offline Offline
  • Posts: 215
Re: Rpms for Mandrake 10 and above...
« Reply #4 on: March 20, 2006, 06:43:48 PM »

Thanks, I'll go try it out as soon as I have some spare time  :)
Logged
A waste is a terrible thing to mind.

Strider_fr

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
Re: Rpms for Mandrake 10 and above...
« Reply #5 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?
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Rpms for Mandrake 10 and above...
« Reply #6 on: April 04, 2006, 03:03:56 PM »

how about you remove the old wxgtku rpm first, before you try to install smth??
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

OldFrog

  • Sr. Member
  • ****
  • Karma: 31
  • Offline Offline
  • Posts: 385
Re: Rpms for Mandrake 10 and above...
« Reply #7 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)
Logged
Computer Science is no more about computers than astronomy is about telescopes (Edsger W. Dijkstra)

wardevil

  • Sr. Member
  • ****
  • Karma: -1
  • Offline Offline
  • Posts: 402
Re: Rpms for Mandrake 10 and above...
« Reply #8 on: April 05, 2006, 12:04:22 AM »

LOL
Nice answer!
 :D
Cheers...
Logged
Linux user nº289016 at Linux counter