Re: Linux Skype 4.0.0.8 on FreeBSD is works!

2013-06-16 Thread Matthias Apitz
El día Thursday, June 13, 2013 a las 10:14:19PM +0300, Artyom Mirgorodskiy 
escribió:

 I would like to share my experience of running Skype 4.0.0.8.
 1) We need the following libraries from emulators/linux_base-c6:

...

If you go to http://www.skype.com/en/download-skype/skype-for-computer/
to download the Linux version, there is 4.2 for the following Linuxes:

optionChoose your distribution/option
value=ubuntu32Ubuntu 10.04 32-bit/option
value=ubuntu64Ubuntu 12.04 (multiarch)/option
value=debian32Debian 7.0 (multiarch)/option
value=fedora32Fedora 16 32bit/option
value=suse32OpenSUSE 12.1 32bit/option
value=dynamicDynamic/option

Which one fits best for your approach? And how you have installed the
RPM?

Thanks

matthias
-- 
Matthias Apitz   |  /\ ASCII Ribbon Campaign: www.asciiribbon.org
E-mail: g...@unixarea.de |  \ / - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |   X  - No proprietary attachments
phone: +49-170-4527211   |  / \ - Respect for open standards
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: Linux Skype 4.0.0.8 on FreeBSD is works!

2013-06-16 Thread Boris Samorodov
16.06.2013 20:53, Matthias Apitz пишет:

 Which one fits best for your approach? And how you have installed the
 RPM?

Please, take a look at the FreeBSD Handbook:
11.2.3. Installing a Linux® RPM Based Application

HTH
-- 
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org

Re: Linux Skype 4.0.0.8 on FreeBSD is works!

2013-06-16 Thread Matthias Apitz
El día Sunday, June 16, 2013 a las 10:01:41PM +0400, Boris Samorodov escribió:

 16.06.2013 20:53, Matthias Apitz пишет:
 
  Which one fits best for your approach? And how you have installed the
  RPM?
 
 Please, take a look at the FreeBSD Handbook:
 11.2.3. Installing a Linux® RPM Based Application

Hi Boris,

I was aware of this; the question was rather which of the 4-5 RPM's fits
and if we can just un-tar the RPM in /compat/linux, because it looks
like it has all just below ./...

$ tar tvf skype-4.2.0.11-fedora.i586.rpm | more
-rw-r--r--  1 0  0 453  7 may 01:41 ./etc/dbus-1/system.d/skype.conf
-rw-r--r--  1 0  0  18  7 may 01:41 ./etc/prelink.conf.d/skype.conf
-rwxr-xr-x  1 0  030705152  7 may 01:41 ./usr/bin/skype
-rw-r--r--  1 0  0 223  7 may 01:41 
./usr/share/applications/skype.desktop
...

i.e. relativ with /compat/linux as ROOT dir; I'm still thinking in
putting the linux_base-c6 shared libs into 

/compat/linux/lib-c6
/compat/linux/usr/lib-c6

so they do not clash with f10 libs, and direct skype via LD_LIBRARY_PATH
to look there; any comments on this?

thx

matthias


 
 HTH
 -- 
 WBR, Boris Samorodov (bsam)
 FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
 ___
 freebsd-emulation@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
 To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org

-- 
Sent from my FreeBSD netbook

Matthias Apitz, g...@unixarea.de, http://www.unixarea.de/ f: +49-170-4527211
UNIX since V7 on PDP-11, UNIX on mainframe since ESER 1055 (IBM /370)   
  
UNIX on x86 since SVR4.2 UnixWare 2.1.2, FreeBSD since 2.2.5
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org

Re: Linux Skype 4.0.0.8 on FreeBSD is works!

2013-06-16 Thread Buganini
How about IM (eg. ibus), is it working with skype 4?

Thanks


2013/6/17 Matthias Apitz g...@unixarea.de

 El día Sunday, June 16, 2013 a las 10:01:41PM +0400, Boris Samorodov
 escribió:

  16.06.2013 20:53, Matthias Apitz пишет:
 
   Which one fits best for your approach? And how you have installed the
   RPM?
 
  Please, take a look at the FreeBSD Handbook:
  11.2.3. Installing a Linux® RPM Based Application

 Hi Boris,

 I was aware of this; the question was rather which of the 4-5 RPM's fits
 and if we can just un-tar the RPM in /compat/linux, because it looks
 like it has all just below ./...

 $ tar tvf skype-4.2.0.11-fedora.i586.rpm | more
 -rw-r--r--  1 0  0 453  7 may 01:41
 ./etc/dbus-1/system.d/skype.conf
 -rw-r--r--  1 0  0  18  7 may 01:41
 ./etc/prelink.conf.d/skype.conf
 -rwxr-xr-x  1 0  030705152  7 may 01:41 ./usr/bin/skype
 -rw-r--r--  1 0  0 223  7 may 01:41
 ./usr/share/applications/skype.desktop
 ...

 i.e. relativ with /compat/linux as ROOT dir; I'm still thinking in
 putting the linux_base-c6 shared libs into

 /compat/linux/lib-c6
 /compat/linux/usr/lib-c6

 so they do not clash with f10 libs, and direct skype via LD_LIBRARY_PATH
 to look there; any comments on this?

 thx

 matthias


 
  HTH
  --
  WBR, Boris Samorodov (bsam)
  FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
  ___
  freebsd-emulation@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
  To unsubscribe, send any mail to 
 freebsd-emulation-unsubscr...@freebsd.org

 --
 Sent from my FreeBSD netbook

 Matthias Apitz, g...@unixarea.de, http://www.unixarea.de/ f:
 +49-170-4527211
 UNIX since V7 on PDP-11, UNIX on mainframe since ESER 1055 (IBM /370)
 UNIX on x86 since SVR4.2 UnixWare 2.1.2, FreeBSD since 2.2.5
 ___
 freebsd-emulation@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
 To unsubscribe, send any mail to 
 freebsd-emulation-unsubscr...@freebsd.org

___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org

Re: Linux Skype 4.0.0.8 on FreeBSD is works!

2013-06-16 Thread Artyom Mirgorodskiy
I tested last available static version - 
http://download.skype.com/linux/skype_static-4.0.0.8.tar.bz2

On Sunday 16 June 2013 18:53:33 Matthias Apitz wrote:
 El día Thursday, June 13, 2013 a las 10:14:19PM +0300, Artyom Mirgorodskiy 
 escribió:
 
  I would like to share my experience of running Skype 4.0.0.8.
  1) We need the following libraries from emulators/linux_base-c6:
 
 ...
 
 If you go to http://www.skype.com/en/download-skype/skype-for-computer/
 to download the Linux version, there is 4.2 for the following Linuxes:
 
 optionChoose your distribution/option
 value=ubuntu32Ubuntu 10.04 32-bit/option
 value=ubuntu64Ubuntu 12.04 (multiarch)/option
 value=debian32Debian 7.0 (multiarch)/option
 value=fedora32Fedora 16 32bit/option
 value=suse32OpenSUSE 12.1 32bit/option
 value=dynamicDynamic/option
 
 Which one fits best for your approach? And how you have installed the
 RPM?
 
 Thanks
 
   matthias
 
-- 
Artyom Mirgorodskiy
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: Linux Skype 4.0.0.8 on FreeBSD is works!

2013-06-16 Thread Piotr Kubaj
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I've got Skype 4.2.0.11 (the latest version) running on Linux. There
is Away status and I don't see any other lost functionality that is in
2.x.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.20 (FreeBSD)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBAgAGBQJRvkm/AAoJEC9nKukRsfY+m6gP/24JqtnP7Gn6iczWcRPcbshm
AV4T1epzPNQbQ7A9Q1K9dWtjBl8AeVgd5OGWPBhKftN/Mczn6I0YfGZtq2i4hklQ
F0ZeLYENy0ZXSIVW4KGzkdAX3c3o7/NwwI8WZ850IDli2iMh7VYfJpsbIo8evapp
iujlNNDjplTzk3yoGjlcBEHAWrnr47iatHd5qbOUZ9m/7L9bj0oC5uMsZ5fVPhhd
O+PF/CKXpKUTAAqj7iwfDLV7pmvIn/pBBz1gDwOMTxKzzWave1uWpiBscDnru8tq
9uEI/hbttaqt5vLGlpqEfA5qRB6XpspFKFO0nEO+gnL6tgb+kDTU27t0eaTg+Ydf
V4Tl+kS7xbWFlM9irnbtla4vsaLU/yd2dAI3Gl3m3WxIquTm1uPjasXn3QpCeeNJ
HawKTWCbCFQaHmPdYSkvR1X47oQ15iBW6NviFhqZ5dJyqF3E+M/zyoD/T4QD3l8J
9i90p6AXc9xZNG0MjUvFKIjJFK79dySU5aW6kfT6Vwytz8/3SUznFt8WkKRDMbt1
JRGer+ne2qikHxUYpQVilIe4ulfE0L1m7M3e1F96+vIaFu+zl4x14pbila3nouNc
TlJ7wOeguvQ1QfqFDVD/tJpNusoGUQAxO6Brx01GzO9IcMdSft/JzUAtH12rsfR4
Ty6VRSCK0jSkRdw7e78K
=F6PI
-END PGP SIGNATURE-
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org