Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
xMule 1.4.0 já saiu! Ebuild pra quem quiser
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3  Next  
Reply to topic    Gentoo Forums Forum Index Portuguese
View previous topic :: View next topic  
Author Message
v
n00b
n00b


Joined: 26 Feb 2003
Posts: 23
Location: Porto, Portugal

PostPosted: Mon Jun 02, 2003 7:17 am    Post subject: Reply with quote

Afinal aquele patch já não é necessário :oops:

Ebuild corrigido:
Code:
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2

DESCRIPTION="The multiplatform fork of the eMule client"
HOMEPAGE="http://xmule.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
DEPEND=">=x11-libs/wxGTK-2.4
   >=sys-libs/zlib-1.1.4"
S=${WORKDIR}/${P}
IUSE=""

# no parallel builds
MAKEOPTS="${MAKEOPTS} -j1"

src_unpack() {
   unpack ${A}
}

src_compile() {
   econf "--with-wx-config=/usr/bin/wx-config"|| die
   emake || die
}

src_install() {
   einstall || die
}
Back to top
View user's profile Send private message
To
Veteran
Veteran


Joined: 12 Apr 2003
Posts: 1145
Location: Coimbra, Portugal

PostPosted: Mon Jun 02, 2003 7:47 am    Post subject: Reply with quote

Com isto tudo fiquei ah nora:) Comigo funcionou logo à primeira, mas se o primeiro ebuild tinha akele prob, que é que se passou?


_________________

------------------------------------------------
Linux Gandalf 3.2.35-grsec
Gentoo Base System version 2.2
------------------------------------------------
Back to top
View user's profile Send private message
v
n00b
n00b


Joined: 26 Feb 2003
Posts: 23
Location: Porto, Portugal

PostPosted: Mon Jun 02, 2003 8:08 am    Post subject: Reply with quote

Aquele problema não impete o ebuild de funcionar porque esta versão do xmule não precisa do patch. Apenas enviava um warning a dizer que não encontrou o patch e seguia normalmente. Por isso é que eu nem reparei nesse pequeno erro.
Back to top
View user's profile Send private message
lmpinto
Tux's lil' helper
Tux's lil' helper


Joined: 12 Feb 2003
Posts: 94
Location: somewhere near a computer and a beer.

PostPosted: Mon Jun 02, 2003 10:51 am    Post subject: Reply with quote

v wrote:
O ipfilter.dat ja funcioncionava pelo menos na versao 1.2.0.1
Já confirmei que funciona mesmo e melhor que com iptables. Quando eu usava o iptables pra fltrar o trafego internacional o lmule freezava...


Não estarias a usar DROP em vez de REJECT?
Back to top
View user's profile Send private message
humpback
Retired Dev
Retired Dev


Joined: 19 Oct 2002
Posts: 394
Location: Coimbra - Portugal

PostPosted: Mon Jun 02, 2003 12:37 pm    Post subject: Reply with quote

lmpinto wrote:

Não estarias a usar DROP em vez de REJECT?

Pelo que consegui perceber da minha utilização do xmule é que o tal ipfilter.dat indica com que classes é que o xmule pode trocar ficheiros, e não com que servidores se pode ligar... Dessa forma se uma pessoa faz a filtragem com a FW de linux nunca vai conseguir ligar aos servidores do mule.

ja tenho o cliente a correr a uns dias com o ipfilter.dat e ainda nao consegui sacar nada :( Devo ter gostos estranhos :)
_________________
Gustavo Felisberto
Humpback @ #gentoo-pt
------------
It's most certainly GNU/Linux, not Linux. Read more at
http://www.gnu.org/gnu/why-gnu-linux.html .
-------------
Back to top
View user's profile Send private message
To
Veteran
Veteran


Joined: 12 Apr 2003
Posts: 1145
Location: Coimbra, Portugal

PostPosted: Mon Jun 02, 2003 1:12 pm    Post subject: Reply with quote

humpback wrote:
ja tenho o cliente a correr a uns dias com o ipfilter.dat e ainda nao consegui sacar nada :( Devo ter gostos estranhos :)


Percisas de mais sources pelos vistos... Liga-te a novos servers para receberes, podes usar por ex estes ( se ainda nao os tiveres ):

sado.kicks-ass.net Porta: 4661
tejo.kicks-ass.net Porta: 4661


_________________

------------------------------------------------
Linux Gandalf 3.2.35-grsec
Gentoo Base System version 2.2
------------------------------------------------
Back to top
View user's profile Send private message
sKewlBoy
Guru
Guru


Joined: 03 Nov 2002
Posts: 406
Location: Portugal

PostPosted: Mon Jun 02, 2003 8:14 pm    Post subject: Reply with quote

humpback, eu estou ligado há 3 dias ao sado (indicado acima) com o ipfilter (sem modificacoes) e tenho 800 mgs sacados. Não é muito, mas ao instalar o xmule fiquei sem a user-hash que tinha, logo, perdi os meus upload-credits todos :/
Back to top
View user's profile Send private message
v
n00b
n00b


Joined: 26 Feb 2003
Posts: 23
Location: Porto, Portugal

PostPosted: Tue Jun 03, 2003 6:22 pm    Post subject: Reply with quote

humpback wrote:
lmpinto wrote:

Não estarias a usar DROP em vez de REJECT?

Pelo que consegui perceber da minha utilização do xmule é que o tal ipfilter.dat indica com que classes é que o xmule pode trocar ficheiros, e não com que servidores se pode ligar... Dessa forma se uma pessoa faz a filtragem com a FW de linux nunca vai conseguir ligar aos servidores do mule.

ja tenho o cliente a correr a uns dias com o ipfilter.dat e ainda nao consegui sacar nada :( Devo ter gostos estranhos :)


Por acaso tinha mesmo DROP, só depois de nao usar o iptables para filtrar o trafego internacional é que passei a usar REJECT.


O ipfilter.dat não impede de comunicar com servidores internacionais, mas como o grosso do trafego vem dos utilizadores não vejo problemas nisso :)
Back to top
View user's profile Send private message
AlterEgo
Veteran
Veteran


Joined: 25 Apr 2002
Posts: 1619

PostPosted: Tue Jun 03, 2003 7:10 pm    Post subject: Reply with quote

Thanks v for the ebuild!
I don' t speak a word of Portugese, but it does work without it :)

By the way, try and translate this page into English using http://babelfish.altavista.com/
It's completely hilarious :)
Back to top
View user's profile Send private message
To
Veteran
Veteran


Joined: 12 Apr 2003
Posts: 1145
Location: Coimbra, Portugal

PostPosted: Wed Jun 04, 2003 12:50 pm    Post subject: Reply with quote

Hoje lá tive pachorra para meter o vnc server a funcionar e testar isto. Funciona às 1000 maravilhas:)

thanx v:)


_________________

------------------------------------------------
Linux Gandalf 3.2.35-grsec
Gentoo Base System version 2.2
------------------------------------------------
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Wed Jun 04, 2003 1:14 pm    Post subject: Reply with quote

T alvez seja o caso de postar pelo menos parte dessa thread em ingles, ja que o pessoal parece estar interessado


AlterEgo wrote:
Thanks v for the ebuild!
I don' t speak a word of Portugese, but it does work without it :)

By the way, try and translate this page into English using http://babelfish.altavista.com/
It's completely hilarious :)

_________________
"I'm just very selective about the reality I choose to accept." -- Calvin
Back to top
View user's profile Send private message
v
n00b
n00b


Joined: 26 Feb 2003
Posts: 23
Location: Porto, Portugal

PostPosted: Wed Jun 04, 2003 3:14 pm    Post subject: Reply with quote

Bloody Bastard wrote:
T alvez seja o caso de postar pelo menos parte dessa thread em ingles, ja que o pessoal parece estar interessado


AlterEgo wrote:
Thanks v for the ebuild!
I don' t speak a word of Portugese, but it does work without it :)

By the way, try and translate this page into English using http://babelfish.altavista.com/
It's completely hilarious :)


Ja havia este forum sobre isso, mas onde apenas diziam pra copiar o ebuild do lmule para o xmule.
Tambem funciona, mas este está mais correcto, postei no mesmo forum :)
Back to top
View user's profile Send private message
iJ
n00b
n00b


Joined: 25 Feb 2003
Posts: 13

PostPosted: Thu Jun 05, 2003 7:05 pm    Post subject: Reply with quote

há algum servidor Linux only? ;)
Back to top
View user's profile Send private message
v
n00b
n00b


Joined: 26 Feb 2003
Posts: 23
Location: Porto, Portugal

PostPosted: Fri Jun 06, 2003 12:58 pm    Post subject: Reply with quote

iJ wrote:
há algum servidor Linux only? ;)

Que queres dizer com servidor Linux only? um servidor só para conteúdos linux?

talvez exista alguma coisa assim internacional, pode-se sempre pensar em fazer um, mas não me parece que tenha interesse
Back to top
View user's profile Send private message
jbssm
n00b
n00b


Joined: 02 Jan 2003
Posts: 56
Location: Portugal

PostPosted: Sat Jun 07, 2003 1:05 pm    Post subject: Ola. Reply with quote

Ola.

Humm, não estou a enterder essa da ADSL ser melhor que a NETCABO para o eMule.

Então a ADSL ñ tem o mesmo limite de trafego internacional que tem a NETCABO ?

Se calhar ando mt mal infomado. :oops:
Back to top
View user's profile Send private message
RoadRunner
Bodhisattva
Bodhisattva


Joined: 12 Jun 2002
Posts: 490
Location: Coimbra, Portugal

PostPosted: Sat Jun 07, 2003 2:13 pm    Post subject: Reply with quote

Depende do ISP e do tipo de contracto. Há isp's que te dão 4Gb(ou mais, depende) de tráfego indiferenciado por mês. Eu por exemplo vou mudar de netcabo para ADSL mas sem limite de tráfego. Já para não falar que ADSL sendo uma linha dedicada tinha obrigação de ser mais rápida em alturas de congestionamento, mas isto é só em teoria. Na prática é o que se vê =)
Back to top
View user's profile Send private message
sKewlBoy
Guru
Guru


Joined: 03 Nov 2002
Posts: 406
Location: Portugal

PostPosted: Sat Jun 07, 2003 5:56 pm    Post subject: Reply with quote

Devido às altas taxas de contenção de ADSL, nem na teoria devia ser mais rapido....
Back to top
View user's profile Send private message
darktux
Veteran
Veteran


Joined: 16 Nov 2002
Posts: 1086
Location: Coimbra, Portugal

PostPosted: Sat Jun 07, 2003 6:20 pm    Post subject: Reply with quote

sKewlBoy wrote:
Devido às altas taxas de contenção de ADSL, nem na teoria devia ser mais rapido....


ADSL na teoria É mais rápido..

Mas na realidade não é o que se verifica :roll: A slashdot até teve uma notícia kualker sobre isto à pouco tempo.
_________________
Lego my ego, and I'll lego your knowledge

www.tuxslare.org - My reborn website :P
Back to top
View user's profile Send private message
jbssm
n00b
n00b


Joined: 02 Jan 2003
Posts: 56
Location: Portugal

PostPosted: Sun Jun 08, 2003 2:42 pm    Post subject: Reply with quote

Já saiu o 1.5.0, acho q deve ser facil modificar o ebuild do 1.4.0 pq eles não mudaram nada a não ser "bug fixes".

Já agora uma pergunta:

É possivel iniciar o xMule da linha de comando num terminal (so uma especie de kernel) ?

É que para quem tem de mandar o window manager ao ar de vez em quando é chato ter de desligar também o xmule ... e perder o nosso lugar na fila dos downloads. :?
Back to top
View user's profile Send private message
sKewlBoy
Guru
Guru


Joined: 03 Nov 2002
Posts: 406
Location: Portugal

PostPosted: Sun Jun 08, 2003 4:59 pm    Post subject: Reply with quote

O xmule precisa do GTK para correr, mas se queres um core client, experimenta o mldonkey. Nao tem as diferencas do emule para o edonkey, mas da perfeitamente para sacar e tem um GUIs muito bons.
Back to top
View user's profile Send private message
To
Veteran
Veteran


Joined: 12 Apr 2003
Posts: 1145
Location: Coimbra, Portugal

PostPosted: Mon Jun 09, 2003 5:48 pm    Post subject: Reply with quote

Code:

*  net-p2p/xmule
      Latest version available: 1.5.0
      Latest version installed: 1.5.0
      Size of downloaded files: 1,646 kB
      Homepage:    http://xmule.sourceforge.net
      Description: GPL eDonkey clone that doesn't suck


Já cá canta;)


_________________

------------------------------------------------
Linux Gandalf 3.2.35-grsec
Gentoo Base System version 2.2
------------------------------------------------
Back to top
View user's profile Send private message
jbssm
n00b
n00b


Joined: 02 Jan 2003
Posts: 56
Location: Portugal

PostPosted: Mon Jun 09, 2003 9:01 pm    Post subject: Reply with quote

Porreiro, obrigado a quem quer que fosse que pôs isto na arvore do gentoo.

:D
Back to top
View user's profile Send private message
MetalGod
Bodhisattva
Bodhisattva


Joined: 10 Mar 2003
Posts: 816
Location: Portugal

PostPosted: Tue Jun 17, 2003 2:39 am    Post subject: xmule Reply with quote

xmule jah esta no portage
um pouco buggento mas prontos :?
_________________
ex: Gentoo Linux Developer: amd64 media-optical sound gnome
ex: Portuguese Moderator
------------------------------------------------------------------------------
God Doesn't Play Dice
Back to top
View user's profile Send private message
xef
Guru
Guru


Joined: 20 Jun 2003
Posts: 460
Location: Porto - Portugal

PostPosted: Fri Jun 20, 2003 4:20 pm    Post subject: xmule 1.4.1!!! Reply with quote

Saiu ontem o xmule 1.4.1, a ultima versão stable.
Recomendo esta versão ;)
É só mudar o nome do ebuild e fazer o habitual ebuild digest.
Back to top
View user's profile Send private message
lmpinto
Tux's lil' helper
Tux's lil' helper


Joined: 12 Feb 2003
Posts: 94
Location: somewhere near a computer and a beer.

PostPosted: Sat Jun 21, 2003 12:53 pm    Post subject: Re: xmule Reply with quote

MetalGOD wrote:
xmule jah esta no portage
um pouco buggento mas prontos :?


Só um pouco? :-) Para além de que o suporte de proxy's é muito, muito mau. O kazaa lite para windows tem uma coisa muito boa - especificar a porta de destino... Se o de linux tivesse isso podia desinstalar o wine :-)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portuguese All times are GMT
Goto page Previous  1, 2, 3  Next
Page 2 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum