Re: [AGAIN] kde 3.4 packages anybody?

2005-04-01 Thread Rafael Rodríguez
So far, so good :)

Just installed them and work as smooth as expected...

many many thanks!!

Rafael Rodríguez

El Lunes, 28 de Marzo de 2005 12:38, Kalle Kivimaa escribió:
> Kalle Kivimaa <[EMAIL PROTECTED]> writes:
> > I'm currently compiling the stuff from source and will probably set up
> > a binary repository (probably unsigned packages, so use at your own
> > discretion). I'll let you know later where.
>
> OK, the packages are being uploaded to the following apt repository.
> Please wait a while for all the packages to get there, my upload speed
> from home isn't that hot.
>
> deb http://people.debian.org/~killer/amd64 ./
>
> I think I've included everything but in case I've missed something,
> just let me know and I'll add it.
>
> --
> * Sufficiently advanced magic is indistinguishable from technology (T.P)  *
> *   PGP public key available @ http://www.iki.fi/killer   *



Re: [AGAIN] kde 3.4 packages anybody?

2005-03-28 Thread Rafael Rodríguez
I'm afraid I won't be able to test them until next week, since my laptop
is out for technical service :(

Sorry!

Rafael Rodríguez

Kalle Kivimaa dijo:
> Kalle Kivimaa <[EMAIL PROTECTED]> writes:
>> I'm currently compiling the stuff from source and will probably set up
>> a binary repository (probably unsigned packages, so use at your own
>> discretion). I'll let you know later where.
>
> OK, the packages are being uploaded to the following apt repository.
> Please wait a while for all the packages to get there, my upload speed
> from home isn't that hot.
>
> deb http://people.debian.org/~killer/amd64 ./
>
> I think I've included everything but in case I've missed something,
> just let me know and I'll add it.
>
> --
> * Sufficiently advanced magic is indistinguishable from technology (T.P)
> *
> *   PGP public key available @ http://www.iki.fi/killer
> *
>
>



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [AGAIN] kde 3.4 packages anybody?

2005-03-28 Thread Kalle Kivimaa
Kalle Kivimaa <[EMAIL PROTECTED]> writes:
> I'm currently compiling the stuff from source and will probably set up
> a binary repository (probably unsigned packages, so use at your own
> discretion). I'll let you know later where.

OK, the packages are being uploaded to the following apt repository.
Please wait a while for all the packages to get there, my upload speed
from home isn't that hot.

deb http://people.debian.org/~killer/amd64 ./

I think I've included everything but in case I've missed something,
just let me know and I'll add it.

-- 
* Sufficiently advanced magic is indistinguishable from technology (T.P)  *
*   PGP public key available @ http://www.iki.fi/killer   *


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [AGAIN] kde 3.4 packages anybody?

2005-03-28 Thread Kalle Kivimaa
Chris Wakefield <[EMAIL PROTECTED]> writes:
> I am wondering why you are emphatic about the kde-3.4 sources on alioth to 
> build with?

That way you get _Debian_ binary packages with a minimum of hassle.
Basically all I did was this:

1. Add pkg-kde.alioth deb-src repository to sources.list
2. apt-get update
3. apt-get source kdelibs kdebase ...
4. apt-get build-dep kdelibs
5. cd kdelibs-3.4.0 ; dpkg-buildpackage -uc -us
6. dpkg -i *.deb
7. Repeat steps 4-6 for all metapackages

You need to fiddle with the build order a bit, though.

But, I've now compiled everything successfully, I'll just transfer the
stuff to people.debian.org and let you know the repository URL when
I'm done.

-- 
* Sufficiently advanced magic is indistinguishable from technology (T.P)  *
*   PGP public key available @ http://www.iki.fi/killer   *


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [AGAIN] kde 3.4 packages anybody?

2005-03-28 Thread Chris Wakefield
Hi Kalle.

I commented out those 2 lines, and it still won't compile for me.

I am wondering why you are emphatic about the kde-3.4 sources on alioth to 
build with?

I find konstruct to be very efficient..unless I can point konstruct at 
alioth .:^)

Anyways, we'll see how you do.

Thanks,
Chris W.



On March 27, 2005 11:17 pm, Kalle Kivimaa wrote:
> Chris Wakefield <[EMAIL PROTECTED]> writes:
> > I did manage to compile _most_ of kde3.4, however kdemultimedia would'nt
> > compile _no how_ for me.
>
> Yeah, there's a bug for the 64-bit machines in the source. I made a
> trivial fix for it and I hope that it works (at least it compiles).
> Comment out the two typedef's in lines 32 and 34 in
> mpeglib/lib/input/cdromAccess.cpp.
>
> > and, of course your binary repository url of course. 8?P
>
> Still compiling, wait until tonight (GMT) :)
>
> > My current problem, with my _mostly_ compiled kde3.4, is how to integrate
> > my compiled binaries into the standard debian file system.  If anyone
> > knows of a how-to I would love to study it.  This would be of great
> > interest to me.
>
> You want to take the pkg-kde project's source packages for Debian and
> build them (that's what I'm doing). You definitely do NOT want to
> start with the original KDE source tarballs.
>
> --
> * Sufficiently advanced magic is indistinguishable from technology (T.P)  *
> *   PGP public key available @ http://www.iki.fi/killer   *


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [AGAIN] kde 3.4 packages anybody?

2005-03-27 Thread Kalle Kivimaa
Chris Wakefield <[EMAIL PROTECTED]> writes:
> I did manage to compile _most_ of kde3.4, however kdemultimedia would'nt 
> compile _no how_ for me.

Yeah, there's a bug for the 64-bit machines in the source. I made a
trivial fix for it and I hope that it works (at least it compiles).
Comment out the two typedef's in lines 32 and 34 in
mpeglib/lib/input/cdromAccess.cpp.

> and, of course your binary repository url of course. 8?P

Still compiling, wait until tonight (GMT) :)

> My current problem, with my _mostly_ compiled kde3.4, is how to integrate my 
> compiled binaries into the standard debian file system.  If anyone knows of a 
> how-to I would love to study it.  This would be of great interest to me.

You want to take the pkg-kde project's source packages for Debian and
build them (that's what I'm doing). You definitely do NOT want to
start with the original KDE source tarballs.

-- 
* Sufficiently advanced magic is indistinguishable from technology (T.P)  *
*   PGP public key available @ http://www.iki.fi/killer   *


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [AGAIN] kde 3.4 packages anybody?

2005-03-27 Thread Chris Wakefield
I did manage to compile _most_ of kde3.4, however kdemultimedia would'nt 
compile _no how_ for me.

I would be interested if you could  forward the output of dpkg -l to 
me, so I can figure out which packages I'm missing?

and, of course your binary repository url of course. 8?P

My current problem, with my _mostly_ compiled kde3.4, is how to integrate my 
compiled binaries into the standard debian file system.  If anyone knows of a 
how-to I would love to study it.  This would be of great interest to me.

Thanks,
Chris W.

On March 27, 2005 06:21 am, Kalle Kivimaa wrote:
> Zaq Rizer <[EMAIL PROTECTED]> writes:
> > Have you tried installing from source?
>
> I'm currently compiling the stuff from source and will probably set up
> a binary repository (probably unsigned packages, so use at your own
> discretion). I'll let you know later where.
>
> --
> * Sufficiently advanced magic is indistinguishable from technology (T.P)  *
> *   PGP public key available @ http://www.iki.fi/killer   *


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [AGAIN] kde 3.4 packages anybody?

2005-03-27 Thread Kalle Kivimaa
Zaq Rizer <[EMAIL PROTECTED]> writes:
> Have you tried installing from source?

I'm currently compiling the stuff from source and will probably set up
a binary repository (probably unsigned packages, so use at your own
discretion). I'll let you know later where.

-- 
* Sufficiently advanced magic is indistinguishable from technology (T.P)  *
*   PGP public key available @ http://www.iki.fi/killer   *


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [AGAIN] kde 3.4 packages anybody?

2005-03-27 Thread Juan A




I may think that unless debian accept the proposal of kept officially
the work in the 4 more used arquitectures we all will be living that
delays in gnome or kde.
I've been using ubuntu Hoary in a laptop some time now and it has gnome
2.10 already and it's really stable, and so there's kubuntu for the kde
lovers with kde 3.4 almost full done
http://www.ubuntulinux.org/wiki/KubuntuKDEStatus

So if you wanna live like a desktop user using debian you might want
give it a try, you know there's a amd64 port :), install hoary and then
apt-get install kubuntu-desktop :)

Juan A.

Zaq Rizer escribió:
Rafael
Rodríguez wrote:
  
  
  From wiki.debian.net:


KDE 3.4.0 will not enter sid until sarge is released.


Now i _DO_ worry for having an alternative repository.. anyone with
64-bit packages?


Regards,

Rafael Rodríguez

  
Have you tried installing from source?
  






Re: [AGAIN] kde 3.4 packages anybody?

2005-03-27 Thread Zaq Rizer
Rafael Rodríguez wrote:
From wiki.debian.net:
KDE 3.4.0 will not enter sid until sarge is released.
Now i _DO_ worry for having an alternative repository.. anyone with 64-bit 
packages?

Regards,
Rafael Rodríguez
 

Have you tried installing from source?
--
"Firefox is both more secure and more modern than IE [Internet Explorer], and it comes packed with user-friendly features the Microsoft browser can't touch." 
	-- Walt Mossberg, The Wall Street Journal.

Find out what all the fuss is about:  Get Mozilla Firefox.
http://www.getfirefox.com
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]