Hi all,
For those of you wanting skype.rpm for F20: 1) Install the rpm building environment as shown here: http://fedoraproject.org/wiki/How_to_create_an_RPM_package#SPEC_example
# yum install @development-tools # yum install fedora-packager # /usr/sbin/useradd makerpm # usermod -a -G mock makerpm # passwd makerpm $ rpmdev-setuptree
2) Go to http://www.skype.com/ro/download-skype/skype-for-computer/ and chose "Dynamic" and download skype-4.3.0.37.tar.bz2 to ~/rpmbuild/SOURCES directory
3) In the ~/rpmbuild/SOURCES make the file skype.desktop with this content:
[Desktop Entry] Name=Skype Comment=Skype Internet Telephony Exec=env PULSE_LATENCY_MSEC=60 skype %U Icon=skype.png Terminal=false Type=Application Encoding=UTF-8 Categories=Network;Application; MimeType=x-scheme-handler/skype; X-KDE-Protocols=skype
4) In ~/rpmbuild/SPECS make skype.spec with this content:
# skype.spec for skype-4.3.0.37 (x32) # # Build with: rpmbuild -ba --target=i686 skype.spec # # Original skype.spec for 4.2.0.11 # https://github.com/mopsfelder/skype-rpm/blob/master/skype.spec
#%global debug_package %{nil}
Name: skype Version: 4.3.0.37 Release: 1%{?dist} Summary: Skype is a free Internet telephony from Microsoft
License: Commercial URL: http://www.skype.com/products/skype/linux/ Source0: %{name}-%{version}.tar.bz2
Requires: alsa-lib Requires: glibc Requires: libgcc Requires: libpng Requires: libX11 Requires: libXext Requires: libXScrnSaver Requires: libXv Requires: libstdc++ Requires: qt >= 4.6 Requires: qt-x11 Requires: qtwebkit
#ExcludeArch: x86_64 #AutoReqProv: no
%description Skype is a free Internet telephony from Microsoft.
%prep %setup -q
%build
%install rm -rf %{buildroot} %{__mkdir_p} %{buildroot} %{__mkdir_p} %{buildroot}%{_bindir} %{__mkdir_p} %{buildroot}%{_datadir}/applications %{__mkdir_p} %{buildroot}%{_datadir}/%{name} %{__mkdir_p} %{buildroot}%{_sysconfdir}/dbus-1/system.d
%{__cp} %{name} %{buildroot}%{_bindir} %{__cp} %{name}.conf %{buildroot}%{_sysconfdir}/dbus-1/system.d %{__cp} %{name}.desktop %{buildroot}%{_datadir}/applications
# Resources for DIR in avatars lang sounds; do %{__cp} -r $DIR %{buildroot}%{_datadir}/%{name} done
# Icons for SIZE in 16 24 32 48 64 96 128 256; do %{__mkdir_p} %{buildroot}%{_datadir}/icons/hicolor/${SIZE}x ${SIZE}/apps %{__cp} icons/SkypeBlue_${SIZE}x${SIZE}.png \ %{buildroot}%{_datadir}/icons/hicolor/${SIZE}x ${SIZE}/apps/%{name}.png done
%files %defattr(0755,root,root,0755) %{_bindir}/%{name} %defattr(0644,root,root,0755) %{_sysconfdir}/dbus-1/system.d/%{name}.conf %{_datadir}/applications/%{name}.desktop %{_datadir}/%{name}/avatars/* %{_datadir}/%{name}/lang/* %{_datadir}/%{name}/sounds/* %{_datadir}/icons/* %dir %{_datadir}/%{name}/avatars %dir %{_datadir}/%{name}/lang %dir %{_datadir}/%{name}/sounds %dir %{_datadir}/%{name} %doc LICENSE README third-party_attributions.txt
%changelog * Fri Jun 20 2014 Cristian Sava cristis53@gmail.com 4.3.0.37-1 - Version 4.3.0.37 (i686) for Fedora 20
* Thu Feb 26 2014 Cristian Sava cristis53@gmail.com 4.2.0.13-1 - Version 4.2.0.13 (i686) for Fedora 20
* Wed Jul 31 2013 Murilo Opsfelder Araujo mopsfelder@gmail.com 4.2.0.11-1 - Initial version
5) Go to ~rpmbuild/SPECS and build your skype using rpmbuild -ba --target=i686 skype.spec
You will get skype-4.3.0.37-1.fc20.i686.rpm in ~/rpmbuild/RPMS/i686 directory
6) Install it with sudo yum update skype-4.3.0.37-1.fc20.i686.rpm
That's all! Good luck!
C. Sava
For those who do not wait: https://jitsi.org/
poma
On Fri, 20 Jun 2014 13:52:39 +0200 poma pomidorabelisima@gmail.com wrote:
For those who do not wait: https://jitsi.org/
Thanks! So, I have never used jitsi. Can I use it to communicate with these confused souls using skype?
Ranjan
poma
-- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
On Fri, June 20, 2014 7:58 am, Ranjan Maitra wrote:
On Fri, 20 Jun 2014 13:52:39 +0200 poma pomidorabelisima@gmail.com wrote:
For those who do not wait: https://jitsi.org/
Just tried it. The demo crashed Chrome on my Chromebook immediately. I'll try it on a Ubuntu laptop later.
Thanks! So, I have never used jitsi. Can I use it to communicate with these confused souls using skype?
Ranjan
poma
-- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
-- Important Notice: This mailbox is ignored: e-mails are set to be deleted on receipt. Please respond to the mailing list if appropriate. For those needing to send personal or professional e-mail, please use appropriate addresses.
FREE 3D MARINE AQUARIUM SCREENSAVER - Watch dolphins, sharks & orcas on your desktop! Check it out at http://www.inbox.com/marineaquarium
-- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
On 20.06.2014 14:05, jack wallen wrote:
Just tried it. The demo crashed Chrome on my Chromebook immediately. I'll try it on a Ubuntu laptop later.
WTF!? :)
# yum-config-manager --add-repo https://download.jitsi.org/jitsi/nightly/rpm/jitsi.repo # yum install jitsi
poma
poma pomidorabelisima@gmail.com writes:
On 20.06.2014 14:05, jack wallen wrote:
Just tried it. The demo crashed Chrome on my Chromebook immediately. I'll try it on a Ubuntu laptop later.
WTF!? :)
# yum-config-manager --add-repo https://download.jitsi.org/jitsi/nightly/rpm/jitsi.repo # yum install jitsi
Shouldn't there be a package for it in the Fedora repos?
On 20.06.2014 21:09, lee wrote:
poma pomidorabelisima@gmail.com writes:
On 20.06.2014 14:05, jack wallen wrote:
Just tried it. The demo crashed Chrome on my Chromebook immediately. I'll try it on a Ubuntu laptop later.
WTF!? :)
# yum-config-manager --add-repo https://download.jitsi.org/jitsi/nightly/rpm/jitsi.repo # yum install jitsi
Shouldn't there be a package for it in the Fedora repos?
Why would Fedora doubled all possible packages. There are too many packagers for existing ones?
poma
poma pomidorabelisima@gmail.com writes:
# yum-config-manager --add-repo https://download.jitsi.org/jitsi/nightly/rpm/jitsi.repo # yum install jitsi
Shouldn't there be a package for it in the Fedora repos?
Why would Fedora doubled all possible packages.
Why would ppl install random untrusted packages which might work or screw up their system or create security issues rather than switch to a distribution that includes the packages they are interested in?
On 21.06.2014 10:57, lee wrote:
poma pomidorabelisima@gmail.com writes:
# yum-config-manager --add-repo https://download.jitsi.org/jitsi/nightly/rpm/jitsi.repo # yum install jitsi
Shouldn't there be a package for it in the Fedora repos?
Why would Fedora doubled all possible packages.
Why would ppl install random untrusted packages which might work or screw up their system or create security issues rather than switch to a distribution that includes the packages they are interested in?
Good to know how grateful you are for someone else's hard work.
poma
On Sat, Jun 21, 2014 at 15:11:48 +0200, poma pomidorabelisima@gmail.com wrote:
Good to know how grateful you are for someone else's hard work.
Please be excellent to other people. This kind of comment doesn't further the discussion.
On 21.06.2014 18:39, Bruno Wolff III wrote:
On Sat, Jun 21, 2014 at 15:11:48 +0200, poma pomidorabelisima@gmail.com wrote:
Good to know how grateful you are for someone else's hard work.
Please be excellent to other people. This kind of comment doesn't further the discussion.
Please be excellent to other people. This kind of comment doesn't further the discussion. By the way Bruno, are you really that bored? :)
poma
poma pomidorabelisima@gmail.com writes:
On 21.06.2014 10:57, lee wrote:
poma pomidorabelisima@gmail.com writes:
# yum-config-manager --add-repo https://download.jitsi.org/jitsi/nightly/rpm/jitsi.repo # yum install jitsi
Shouldn't there be a package for it in the Fedora repos?
Why would Fedora doubled all possible packages.
Why would ppl install random untrusted packages which might work or screw up their system or create security issues rather than switch to a distribution that includes the packages they are interested in?
Good to know how grateful you are for someone else's hard work.
What does the measure of anyones' gratefulness have to do with the risks that may arise from installing arbitrary packages?
On 21.06.2014 21:29, lee wrote:
poma pomidorabelisima@gmail.com writes:
On 21.06.2014 10:57, lee wrote:
poma pomidorabelisima@gmail.com writes:
# yum-config-manager --add-repo https://download.jitsi.org/jitsi/nightly/rpm/jitsi.repo # yum install jitsi
Shouldn't there be a package for it in the Fedora repos?
Why would Fedora doubled all possible packages.
Why would ppl install random untrusted packages which might work or screw up their system or create security issues rather than switch to a distribution that includes the packages they are interested in?
Good to know how grateful you are for someone else's hard work.
What does the measure of anyones' gratefulness have to do with the risks that may arise from installing arbitrary packages?
You call packages builded by Jitsi folks "random untrusted packages which might work or screw up their system or create security issues". That was a "little" too much, even from you, lee. If by chance you did not understand what you wrote, better not to comment.
poma
poma pomidorabelisima@gmail.com writes:
On 21.06.2014 21:29, lee wrote:
poma pomidorabelisima@gmail.com writes:
On 21.06.2014 10:57, lee wrote:
poma pomidorabelisima@gmail.com writes:
> # yum-config-manager --add-repo https://download.jitsi.org/jitsi/nightly/rpm/jitsi.repo > # yum install jitsi
Shouldn't there be a package for it in the Fedora repos?
Why would Fedora doubled all possible packages.
Why would ppl install random untrusted packages which might work or screw up their system or create security issues rather than switch to a distribution that includes the packages they are interested in?
Good to know how grateful you are for someone else's hard work.
What does the measure of anyones' gratefulness have to do with the risks that may arise from installing arbitrary packages?
You call packages builded by Jitsi folks "random untrusted packages which might work or screw up their system or create security issues". That was a "little" too much, even from you, lee. If by chance you did not understand what you wrote, better not to comment.
Well, you're the one who doesn't understand. And you're totally besides the point with everything I've seen you saying so far.
Hi
On Fri, Jun 20, 2014 at 3:09 PM, lee wrote:
# yum-config-manager --add-repo
https://download.jitsi.org/jitsi/nightly/rpm/jitsi.repo
# yum install jitsi
Shouldn't there be a package for it in the Fedora repos?
It has a lot of bundled dependencies, atleast one of which had licensing issues (json license) for a long time. However it appears that there are workarounds now and it could be introduced in Fedora if anyone volunteers to do so.
Rahul
Rahul Sundaram metherid@gmail.com writes:
Hi
On Fri, Jun 20, 2014 at 3:09 PM, lee wrote:
# yum-config-manager --add-repo
https://download.jitsi.org/jitsi/nightly/rpm/jitsi.repo
# yum install jitsi
Shouldn't there be a package for it in the Fedora repos?
It has a lot of bundled dependencies, atleast one of which had licensing issues (json license) for a long time. However it appears that there are workarounds now and it could be introduced in Fedora if anyone volunteers to do so.
Oh that would be nice :) If it's actually a working alternative to skype, it would really fill a gap. None of the sip clients I tried over the years really worked, not even to mention anything involving a webcam.
On 20.06.2014 13:58, Ranjan Maitra wrote:
On Fri, 20 Jun 2014 13:52:39 +0200 poma pomidorabelisima@gmail.com wrote:
For those who do not wait: https://jitsi.org/
Thanks! So, I have never used jitsi. Can I use it to communicate with these confused souls using skype?
Ranjan
Jitsi certainly supports SIP. ;)
poma
On Fri, 20 Jun 2014 15:44:10 +0200 poma pomidorabelisima@gmail.com wrote:
On 20.06.2014 13:58, Ranjan Maitra wrote:
On Fri, 20 Jun 2014 13:52:39 +0200 poma pomidorabelisima@gmail.com wrote:
For those who do not wait: https://jitsi.org/
Thanks! So, I have never used jitsi. Can I use it to communicate with these confused souls using skype?
Ranjan
Jitsi certainly supports SIP. ;)
Sorry, poma: I don't know what SIP means. THis is you, but you have to be less cryptic for me to make sense!:-)
Ranjan
poma
-- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
On 20 June 2014 15:51, Ranjan Maitra maitra.mbox.ignored@inbox.com wrote:
Sorry, poma: I don't know what SIP means.
https://en.wikipedia.org/wiki/Session_Initiation_Protocol
It's a standard for making phone calls over the Internet, broadly.
On Fri, 20 Jun 2014 15:57:58 +0200 Liam Proven lproven@gmail.com wrote:
On 20 June 2014 15:51, Ranjan Maitra maitra.mbox.ignored@inbox.com wrote:
Sorry, poma: I don't know what SIP means.
https://en.wikipedia.org/wiki/Session_Initiation_Protocol
It's a standard for making phone calls over the Internet, broadly.
So can I use it with skype-users?
Ranjan
____________________________________________________________ FREE 3D EARTH SCREENSAVER - Watch the Earth right on your desktop! Check it out at http://www.inbox.com/earth
On 20.06.2014 16:34, Ranjan Maitra wrote:
On Fri, 20 Jun 2014 15:57:58 +0200 Liam Proven lproven@gmail.com wrote:
On 20 June 2014 15:51, Ranjan Maitra maitra.mbox.ignored@inbox.com wrote:
Sorry, poma: I don't know what SIP means.
https://en.wikipedia.org/wiki/Session_Initiation_Protocol
It's a standard for making phone calls over the Internet, broadly.
So can I use it with skype-users?
Ranjan
Use those two terms in the search, Ranjan! :) But the real question is, do you expect that this additional service is free of charge. I hope you understand the essence of proprietary software.
To be clear I'm not talking about Jitsi! :)
poma
Use those two terms in the search, Ranjan! :) But the real question is, do you expect that this additional service is free of charge.
No, I don't, but skype is free of charge for PC to PC? Or am I even more obsolete than even I thought I was?
Ranjan
____________________________________________________________ FREE 3D MARINE AQUARIUM SCREENSAVER - Watch dolphins, sharks & orcas on your desktop! Check it out at http://www.inbox.com/marineaquarium
On Fri, 20 Jun 2014 09:57:36 -0500 Ranjan Maitra maitra.mbox.ignored@inbox.com wrote:
Use those two terms in the search, Ranjan! :) But the real question is, do you expect that this additional service is free of charge.
No, I don't, but skype is free of charge for PC to PC?
Sorry that should have read: "isn't skype free of charge for PC to PC conversations?"
Or am I even
more obsolete than even I thought I was?
Ranjan
FREE 3D MARINE AQUARIUM SCREENSAVER - Watch dolphins, sharks & orcas on your desktop! Check it out at http://www.inbox.com/marineaquarium
-- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
On 20.06.2014 17:08, Ranjan Maitra wrote:
On Fri, 20 Jun 2014 09:57:36 -0500 Ranjan Maitra maitra.mbox.ignored@inbox.com wrote:
Use those two terms in the search, Ranjan! :) But the real question is, do you expect that this additional service is free of charge.
No, I don't, but skype is free of charge for PC to PC?
Sorry that should have read: "isn't skype free of charge for PC to PC conversations?"
I'm not talking about the original communication that is used but SIP as an optional service. :)
poma
On 06/20/2014 09:34 AM, Ranjan Maitra wrote:
On Fri, 20 Jun 2014 15:57:58 +0200 Liam Proven lproven@gmail.com wrote:
On 20 June 2014 15:51, Ranjan Maitra maitra.mbox.ignored@inbox.com wrote:
Sorry, poma: I don't know what SIP means.
https://en.wikipedia.org/wiki/Session_Initiation_Protocol
It's a standard for making phone calls over the Internet, broadly.
So can I use it with skype-users?
A bit of googling reveals that Skype users (at least, Skype for Business users, and not for free) can configure SIP gateways. However, I think the answer to your question is 'no'.
On 20.06.2014 16:48, Steven Stern wrote:
On 06/20/2014 09:34 AM, Ranjan Maitra wrote:
On Fri, 20 Jun 2014 15:57:58 +0200 Liam Proven lproven@gmail.com wrote:
On 20 June 2014 15:51, Ranjan Maitra maitra.mbox.ignored@inbox.com wrote:
Sorry, poma: I don't know what SIP means.
https://en.wikipedia.org/wiki/Session_Initiation_Protocol
It's a standard for making phone calls over the Internet, broadly.
So can I use it with skype-users?
A bit of googling reveals that Skype users (at least, Skype for Business users, and not for free) can configure SIP gateways. However, I think the answer to your question is 'no'.
Strengthen your Google-fu! :)
poma
On 20.06.2014 15:51, Ranjan Maitra wrote:
On Fri, 20 Jun 2014 15:44:10 +0200 poma pomidorabelisima@gmail.com wrote:
On 20.06.2014 13:58, Ranjan Maitra wrote:
On Fri, 20 Jun 2014 13:52:39 +0200 poma pomidorabelisima@gmail.com wrote:
For those who do not wait: https://jitsi.org/
Thanks! So, I have never used jitsi. Can I use it to communicate with these confused souls using skype?
Ranjan
Jitsi certainly supports SIP. ;)
Sorry, poma: I don't know what SIP means. THis is you, but you have to be less cryptic for me to make sense!:-)
Ranjan
Cryptic is the Zimmermann Real-time Transport Protocol, not me. :) SIP, as Liam already wrote, is a well known term in the world of VoIP. I just don't get it that you haven't used it so far. :)
poma
Cryptic is the Zimmermann Real-time Transport Protocol, not me. :) SIP, as Liam already wrote, is a well known term in the world of VoIP. I just don't get it that you haven't used it so far. :)
Well, I use commandline and no desktop, only a WM. So I guess you could say that I am obsolete.
So, I guess that I can't talk to my Skypies:-(
Ranjan
____________________________________________________________ FREE 3D MARINE AQUARIUM SCREENSAVER - Watch dolphins, sharks & orcas on your desktop! Check it out at http://www.inbox.com/marineaquarium
On 06/20/2014 10:55 AM, Ranjan Maitra wrote:
Well, I use commandline and no desktop, only a WM. So I guess you could say that I am obsolete.
So, I guess that I can't talk to my Skypies:-(
Ranjan
I have Skype 4.2 installed, fedora 20 amd_64, is there a problem??
I have Skype 4.2 installed, fedora 20 amd_64, is there a problem??
No. No problem: I just don't like the 3/686 rpms it needs! Besides, this would be the only non-OSS on my system and I would like to avoid that.
Ranjan
On 20.06.2014 16:55, Ranjan Maitra wrote:
Cryptic is the Zimmermann Real-time Transport Protocol, not me. :) SIP, as Liam already wrote, is a well known term in the world of VoIP. I just don't get it that you haven't used it so far. :)
Well, I use commandline and no desktop, only a WM. So I guess you could say that I am obsolete.
So, I guess that I can't talk to my Skypies:-(
Ranjan
Haha, you are not obsoleted. Don't get it how do you associate CLI with all these. :)
poma
On Fri, 20 Jun 2014 17:07:32 +0200 poma pomidorabelisima@gmail.com wrote:
On 20.06.2014 16:55, Ranjan Maitra wrote:
Cryptic is the Zimmermann Real-time Transport Protocol, not me. :) SIP, as Liam already wrote, is a well known term in the world of VoIP. I just don't get it that you haven't used it so far. :)
Well, I use commandline and no desktop, only a WM. So I guess you could say that I am obsolete.
So, I guess that I can't talk to my Skypies:-(
Ranjan
Haha, you are not obsoleted. Don't get it how do you associate CLI with all these. :)
"I just don't get it that you haven't used it so far. :)" -> obsolete -> CLI as evidence.
My thoughts connect in unusual ways....
Ranjan
poma
-- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
On 20.06.2014 17:23, Ranjan Maitra wrote:
On Fri, 20 Jun 2014 17:07:32 +0200 poma pomidorabelisima@gmail.com wrote:
On 20.06.2014 16:55, Ranjan Maitra wrote:
Cryptic is the Zimmermann Real-time Transport Protocol, not me. :) SIP, as Liam already wrote, is a well known term in the world of VoIP. I just don't get it that you haven't used it so far. :)
Well, I use commandline and no desktop, only a WM. So I guess you could say that I am obsolete.
So, I guess that I can't talk to my Skypies:-(
Ranjan
Haha, you are not obsoleted. Don't get it how do you associate CLI with all these. :)
"I just don't get it that you haven't used it so far. :)" -> obsolete -> CLI as evidence.
My thoughts connect in unusual ways....
Ranjan
:) OK, you can find it yourself, but point is if there is an interconnection service(SIP) in addition to the existing one, considering the company offers it, it simply can not be expected for free, inter alia. But why should we care for it, in the first place. The real problems are never of a technical nature. It can be argued that the real problem is actually an opportunistic minded users. :) But this is slightly heavier philosophical debate and is not suitable for hot summer days. Haha
poma
Ranjan Maitra wrote:
On Fri, 20 Jun 2014 15:44:10 +0200 poma pomidorabelisima@gmail.com wrote:
On 20.06.2014 13:58, Ranjan Maitra wrote:
On Fri, 20 Jun 2014 13:52:39 +0200 poma pomidorabelisima@gmail.com wrote:
For those who do not wait: https://jitsi.org/
Thanks! So, I have never used jitsi. Can I use it to communicate with these confused souls using skype?
Ranjan
Jitsi certainly supports SIP. ;)
Sorry, poma: I don't know what SIP means. THis is you, but you have to be less cryptic for me to make sense!:-)
Or you could broaden your understanding with Google or wikipedia...
On Tue, Jun 24, 2014 at 11:37 AM, Bill Davidsen davidsen@tmr.com wrote:
Ranjan Maitra wrote:
On Fri, 20 Jun 2014 15:44:10 +0200 poma pomidorabelisima@gmail.com wrote:
On 20.06.2014 13:58, Ranjan Maitra wrote:
On Fri, 20 Jun 2014 13:52:39 +0200 poma pomidorabelisima@gmail.com wrote:
For those who do not wait: https://jitsi.org/
Thanks! So, I have never used jitsi. Can I use it to communicate with
these
confused souls using skype?
Ranjan
Jitsi certainly supports SIP. ;)
Sorry, poma: I don't know what SIP means. THis is you, but you have to be less cryptic for me to make sense!:-)
Or you could broaden your understanding with Google or wikipedia...
Right!! Definition: SIP - Session Initiation Protocol - is a network communications protocol commonly employed for Voice over IP (VoIP) signaling. In VoIP networking ...
Il giorno ven, 20/06/2014 alle 13.52 +0200, poma ha scritto:
For those who do not wait: https://jitsi.org/
I have install Jitsi on my Fedora 20 + Gnome 3 from repo, but when I run it, if I click to [x] it's disappeared, and happened into windows list (or in overview mode) a task with name [JavaEmbeddedFrame], but if I click on it nothing happens.
To resolve I must to "pkill -9 java" and re run jitsi.
How to recall jitsi when is reduced to icon on tray?
Thanks
On 06/21/2014 03:49 PM, Dario Lesca wrote:
Il giorno ven, 20/06/2014 alle 13.52 +0200, poma ha scritto:
For those who do not wait: https://jitsi.org/
I have install Jitsi on my Fedora 20 + Gnome 3 from repo, but when I run it, if I click to [x] it's disappeared, and happened into windows list (or in overview mode) a task with name [JavaEmbeddedFrame], but if I click on it nothing happens.
To resolve I must to "pkill -9 java" and re run jitsi.
How to recall jitsi when is reduced to icon on tray?
Thanks
Clicking on [x] does not terminate the program but simply "hides" the GUI, by design.
To show the GUI window, look for the Jitsi icon in the system tray, right click, and select 'Show'.
To terminate the program, look for the Jitsi icon in the system tray, right click, and select 'Quit'.
The behaviour is similar to Pidgin.
On 22.06.2014 02:44, Dan Thurman wrote:
On 06/21/2014 03:49 PM, Dario Lesca wrote:
Il giorno ven, 20/06/2014 alle 13.52 +0200, poma ha scritto:
For those who do not wait: https://jitsi.org/
I have install Jitsi on my Fedora 20 + Gnome 3 from repo, but when I run it, if I click to [x] it's disappeared, and happened into windows list (or in overview mode) a task with name [JavaEmbeddedFrame], but if I click on it nothing happens.
To resolve I must to "pkill -9 java" and re run jitsi.
How to recall jitsi when is reduced to icon on tray?
Thanks
Clicking on [x] does not terminate the program but simply "hides" the GUI, by design.
To show the GUI window, look for the Jitsi icon in the system tray, right click, and select 'Show'.
To terminate the program, look for the Jitsi icon in the system tray, right click, and select 'Quit'.
The behaviour is similar to Pidgin.
Alt+F & Alt+Q
$ export _JAVA_OPTIONS='-Dswing.crossplatformlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel' $ jitsi
... until HTML5 UI appears. :)
poma
Il giorno dom, 22/06/2014 alle 07.03 +0200, poma ha scritto:
Alt+F & Alt+Q
Not work: I do not see any windows to do so.
$ export _JAVA_OPTIONS='-Dswing.crossplatformlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel' $ jitsi
Not work None happened: I get this messages:
[lesca@dodo ~]$ rm -rf .jitsi/ [lesca@dodo ~]$ export _JAVA_OPTIONS='-Dswing.crossplatformlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel' [lesca@dodo ~]$ LANG=C jitsi Picked up _JAVA_OPTIONS: -Dswing.crossplatformlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side ALSA lib pcm_dmix.c:961:(snd_pcm_dmix_open) The dmix plugin supports only playback stream 09:56:21.894 SEVERE: [39] impl.osdependent.jdic.SystrayServiceJdicImpl.checkInitialized().472 Systray not init
And when it's iconed, click or right click on the tray icon or in overview mode do nothings
... until HTML5 UI appears. :)
What does this mean?
Thanks.
On Mon, Jun 23, 2014 at 5:07 AM, Dario Lesca d.lesca@solinos.it wrote:
And when it's iconed, click or right click on the tray icon or in overview mode do nothings
... until HTML5 UI appears. :)
What does this mean?
Jitsi has got a users mailing list. I suggest you guys take your support questions there.
The developers are friendly.
http://lists.jitsi.org/mailman/listinfo/users
FC
On 23.06.2014 10:59, Fernando Cassia wrote:
On Mon, Jun 23, 2014 at 5:07 AM, Dario Lesca d.lesca@solinos.it wrote:
And when it's iconed, click or right click on the tray icon or in overview mode do nothings
... until HTML5 UI appears. :)
What does this mean?
Jitsi has got a users mailing list. I suggest you guys take your support questions there.
The developers are friendly.
http://lists.jitsi.org/mailman/listinfo/users
FC
And what mail list you suggest for those who's coming here to advertise $hype? :)
poma
On 23.06.2014 10:07, Dario Lesca wrote:
Il giorno dom, 22/06/2014 alle 07.03 +0200, poma ha scritto:
Alt+F & Alt+Q
Not work: I do not see any windows to do so.
WTF!? :)
$ export _JAVA_OPTIONS='-Dswing.crossplatformlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel' $ jitsi
Not work None happened: I get this messages:
[lesca@dodo ~]$ rm -rf .jitsi/ [lesca@dodo ~]$ export _JAVA_OPTIONS='-Dswing.crossplatformlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel' [lesca@dodo ~]$ LANG=C jitsi Picked up _JAVA_OPTIONS: -Dswing.crossplatformlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side ALSA lib pcm_dmix.c:961:(snd_pcm_dmix_open) The dmix plugin supports only playback stream 09:56:21.894 SEVERE: [39] impl.osdependent.jdic.SystrayServiceJdicImpl.checkInitialized().472 Systray not init
And when it's iconed, click or right click on the tray icon or in overview mode do nothings
"GTKLookAndFeel" is not related to your/g3 problem with the systray icon. It is a supplement for those who see the application window. :)
Here's a couple of references:
- System tray icon broken in gnome3 http://lists.jitsi.org/pipermail/users/2014-January/006289.html
- Java app system tray icons broken in GNOME Shell https://bugzilla.redhat.com/show_bug.cgi?id=1014448
- Systray Control Module https://jitsi.org/Development/SystrayControlModule
- Linux systray code outdated https://trac.jitsi.org/ticket/1224
However, Jitsi's systray icon works OK in Xfce's Notification Area http://docs.xfce.org/xfce/xfce4-panel/systray
- A new systray lib for Jitsi on Linux https://jitsi.org/GSOC/LinuxSystray
Perhaps you too can participate in GSOC '14. to resolve SCM.
... until HTML5 UI appears. :)
What does this mean?
An HTML5 user interface for Jitsi https://jitsi.org/GSOC/Swing2Html5
poma
Il giorno sab, 21/06/2014 alle 17.44 -0700, Dan Thurman ha scritto:
Clicking on [x] does not terminate the program but simply "hides" the GUI, by design.
I known
To show the GUI window, look for the Jitsi icon in the system tray, right click, and select 'Show'.
Not work. None happened
To terminate the program, look for the Jitsi icon in the system tray, right click, and select 'Quit'.
Not work. None happened
The behaviour is similar to Pidgin.
I use Pidgin, an it work.
Thanks
On 06/23/2014 12:59 AM, Dario Lesca wrote:
Il giorno sab, 21/06/2014 alle 17.44 -0700, Dan Thurman ha scritto:
Clicking on [x] does not terminate the program but simply "hides" the GUI, by design.
I known
To show the GUI window, look for the Jitsi icon in the system tray, right click, and select 'Show'.
Not work. None happened
To terminate the program, look for the Jitsi icon in the system tray, right click, and select 'Quit'.
Not work. None happened
The behaviour is similar to Pidgin.
I use Pidgin, an it work.
Thanks
Tested Jitsi on F18 & F19 and it works. Did not test Jitsi on F20+
FC20: no tray icon under Cinnamon, however I can connect to company's jabber. Unfortunately I cannot test SIP because our system using IAX protocol which is not supported rigth now :(
L:
On 23 June 2014 18:29, Dan Thurman dant@cdkkt.com wrote:
On 06/23/2014 12:59 AM, Dario Lesca wrote:
Il giorno sab, 21/06/2014 alle 17.44 -0700, Dan Thurman ha scritto:
Clicking on [x] does not terminate the program but simply "hides" the GUI, by design.
I known
To show the GUI window, look for the Jitsi icon in the system tray, right click, and select 'Show'.
Not work. None happened
To terminate the program, look for the Jitsi icon in the system tray, right click, and select 'Quit'.
Not work. None happened
The behaviour is similar to Pidgin.
I use Pidgin, an it work.
Thanks
Tested Jitsi on F18 & F19 and it works. Did not test Jitsi on F20+
-- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Fri, 20 Jun 2014 13:28:13 +0300 Cristian Sava csava@central.ucv.ro kirjoitti:
Hi all,
For those of you wanting skype.rpm for F20:
- Install the rpm building environment as shown here:
http://fedoraproject.org/wiki/How_to_create_an_RPM_package#SPEC_example
How do you do this without pulseaudio? To me, pulseaudio is crap... I have two souncards, one for skype and another for listening something else, is needed.. ALSA is enough, so how we make skype working without pulsecrap?
Tried this 4.3 for fedora 15 from skype site, it starts ok, but needs pulsecrap.
Somebody convince me, where and why I need pulse?
Jarmo
Fri, 20 Jun 2014 16:21:15 +0300 jarmo oh1mrr@nic.fi kirjoitti:
Tried this 4.3 for fedora 15 from skype site, it starts ok, but needs pulsecrap.
Mean fedora 16 naturally...
Sorry typo..
Jarmo
Hi
On Fri, Jun 20, 2014 at 9:21 AM, jarmo wrote:
How do you do this without pulseaudio? To me, pulseaudio is crap... I have two souncards, one for skype and another for listening something else, is needed.. ALSA is enough, so how we make skype working without pulsecrap?
You can't. ALSA support has been dropped in the latest Skype release. PulseAudio is a core requirement now.
Rahul
On 06/20/2014 01:45 PM, Rahul Sundaram wrote:
You can't. ALSA support has been dropped in the latest Skype release. PulseAudio is a core requirement now.
Rahul
I just found that out..
Dependencies Resolved
================================================================================ Package Arch Version Repository Size ================================================================================ Updating: skype i586 4.3.0.37-fc16 /skype-4.3.0.37-fedora.i586 42 M Installing for dependencies: alsa-plugins-pulseaudio i686 1.0.27-2.fc20 fedora 40 k
nope..
Hi
On Fri, Jun 20, 2014 at 2:31 PM, Paul Cartwright wrote:
I just found that out..
Dependencies Resolved
================================================================================ Package Arch Version Repository Size
================================================================================ Updating: skype i586 4.3.0.37-fc16 /skype-4.3.0.37-fedora.i586 42 M Installing for dependencies: alsa-plugins-pulseaudio i686 1.0.27-2.fc20 fedora 40 k
nope..
Well, the older versions will stop working at some point and you won't get any support for it. So unless you want to stop using Skype completely, you don't really have a choice.
Rahul
Fri, 20 Jun 2014 13:45:32 -0400 Rahul Sundaram metherid@gmail.com kirjoitti:
You can't. ALSA support has been dropped in the latest Skype release. PulseAudio is a core requirement now.
Rahul
So, two CRAP hooks together, windows and Pulse, yaks!
On Jun 21, 2014 8:37 AM, "jarmo" oh1mrr@nic.fi wrote:
Fri, 20 Jun 2014 13:45:32 -0400 Rahul Sundaram metherid@gmail.com kirjoitti:
You can't. ALSA support has been dropped in the latest Skype release. PulseAudio is a core requirement now.
Rahul
So, two CRAP hooks together, windows and Pulse, yaks!
I completely missed the PulseAudio hate bus but it is quite interesting how it still smells fresh after 10 years.
-Sudhir.
On Friday, June 20, 2014 01:28:13 PM Cristian Sava wrote:
Hi all,
For those of you wanting skype.rpm for F20:
- Install the rpm building environment as shown here:
http://fedoraproject.org/wiki/How_to_create_an_RPM_package#SPEC_example
# yum install @development-tools # yum install fedora-packager # /usr/sbin/useradd makerpm # usermod -a -G mock makerpm # passwd makerpm $ rpmdev-setuptree
and chose "Dynamic" and download skype-4.3.0.37.tar.bz2 to ~/rpmbuild/SOURCES directory
- In the ~/rpmbuild/SOURCES make the file skype.desktop with this
content:
[Desktop Entry] Name=Skype Comment=Skype Internet Telephony Exec=env PULSE_LATENCY_MSEC=60 skype %U Icon=skype.png Terminal=false Type=Application Encoding=UTF-8 Categories=Network;Application; MimeType=x-scheme-handler/skype; X-KDE-Protocols=skype
- In ~/rpmbuild/SPECS make skype.spec with this content:
# skype.spec for skype-4.3.0.37 (x32) # # Build with: rpmbuild -ba --target=i686 skype.spec # # Original skype.spec for 4.2.0.11 # https://github.com/mopsfelder/skype-rpm/blob/master/skype.spec
#%global debug_package %{nil}
Name: skype Version: 4.3.0.37 Release: 1%{?dist} Summary: Skype is a free Internet telephony from Microsoft
License: Commercial URL: http://www.skype.com/products/skype/linux/ Source0: %{name}-%{version}.tar.bz2
Requires: alsa-lib Requires: glibc Requires: libgcc Requires: libpng Requires: libX11 Requires: libXext Requires: libXScrnSaver Requires: libXv Requires: libstdc++ Requires: qt >= 4.6 Requires: qt-x11 Requires: qtwebkit
#ExcludeArch: x86_64 #AutoReqProv: no
%description Skype is a free Internet telephony from Microsoft.
%prep %setup -q
%build
%install rm -rf %{buildroot} %{__mkdir_p} %{buildroot} %{__mkdir_p} %{buildroot}%{_bindir} %{__mkdir_p} %{buildroot}%{_datadir}/applications %{__mkdir_p} %{buildroot}%{_datadir}/%{name} %{__mkdir_p} %{buildroot}%{_sysconfdir}/dbus-1/system.d
%{__cp} %{name} %{buildroot}%{_bindir} %{__cp} %{name}.conf %{buildroot}%{_sysconfdir}/dbus-1/system.d %{__cp} %{name}.desktop %{buildroot}%{_datadir}/applications
# Resources for DIR in avatars lang sounds; do %{__cp} -r $DIR %{buildroot}%{_datadir}/%{name} done
# Icons for SIZE in 16 24 32 48 64 96 128 256; do %{__mkdir_p} %{buildroot}%{_datadir}/icons/hicolor/${SIZE}x ${SIZE}/apps %{__cp} icons/SkypeBlue_${SIZE}x${SIZE}.png \ %{buildroot}%{_datadir}/icons/hicolor/${SIZE}x ${SIZE}/apps/%{name}.png done
%files %defattr(0755,root,root,0755) %{_bindir}/%{name} %defattr(0644,root,root,0755) %{_sysconfdir}/dbus-1/system.d/%{name}.conf %{_datadir}/applications/%{name}.desktop %{_datadir}/%{name}/avatars/* %{_datadir}/%{name}/lang/* %{_datadir}/%{name}/sounds/* %{_datadir}/icons/* %dir %{_datadir}/%{name}/avatars %dir %{_datadir}/%{name}/lang %dir %{_datadir}/%{name}/sounds %dir %{_datadir}/%{name} %doc LICENSE README third-party_attributions.txt
%changelog
- Fri Jun 20 2014 Cristian Sava cristis53@gmail.com 4.3.0.37-1
- Version 4.3.0.37 (i686) for Fedora 20
- Thu Feb 26 2014 Cristian Sava cristis53@gmail.com 4.2.0.13-1
- Version 4.2.0.13 (i686) for Fedora 20
- Wed Jul 31 2013 Murilo Opsfelder Araujo mopsfelder@gmail.com
4.2.0.11-1
- Initial version
- Go to ~rpmbuild/SPECS and build your skype using
rpmbuild -ba --target=i686 skype.spec
You will get skype-4.3.0.37-1.fc20.i686.rpm in ~/rpmbuild/RPMS/i686 directory
- Install it with
sudo yum update skype-4.3.0.37-1.fc20.i686.rpm
That's all! Good luck!
C. Sava
What is wrong with the official RPM?
sudo yum -y install libXv.i686 libXScrnSaver.i686 qt.i686 qt-x11.i686 pulseaudio-libs.i686 pulseaudio-libs-glib2.i686 alsa-plugins-pulseaudio.i686 qtwebkit.i686
sudo yum install skype-<version>-fedora.i586.rpm
works just fine.
On Fri, 2014-06-20 at 21:01 +0630, Sudhir Khanger wrote:
On Friday, June 20, 2014 01:28:13 PM Cristian Sava wrote:
Hi all,
For those of you wanting skype.rpm for F20:
- Install the rpm building environment as shown here:
http://fedoraproject.org/wiki/How_to_create_an_RPM_package#SPEC_example
# yum install @development-tools # yum install fedora-packager # /usr/sbin/useradd makerpm # usermod -a -G mock makerpm # passwd makerpm $ rpmdev-setuptree
and chose "Dynamic" and download skype-4.3.0.37.tar.bz2 to ~/rpmbuild/SOURCES directory
- In the ~/rpmbuild/SOURCES make the file skype.desktop with this
content:
[Desktop Entry] Name=Skype Comment=Skype Internet Telephony Exec=env PULSE_LATENCY_MSEC=60 skype %U Icon=skype.png Terminal=false Type=Application Encoding=UTF-8 Categories=Network;Application; MimeType=x-scheme-handler/skype; X-KDE-Protocols=skype
- In ~/rpmbuild/SPECS make skype.spec with this content:
# skype.spec for skype-4.3.0.37 (x32) # # Build with: rpmbuild -ba --target=i686 skype.spec # # Original skype.spec for 4.2.0.11 # https://github.com/mopsfelder/skype-rpm/blob/master/skype.spec
#%global debug_package %{nil}
Name: skype Version: 4.3.0.37 Release: 1%{?dist} Summary: Skype is a free Internet telephony from Microsoft
License: Commercial URL: http://www.skype.com/products/skype/linux/ Source0: %{name}-%{version}.tar.bz2
Requires: alsa-lib Requires: glibc Requires: libgcc Requires: libpng Requires: libX11 Requires: libXext Requires: libXScrnSaver Requires: libXv Requires: libstdc++ Requires: qt >= 4.6 Requires: qt-x11 Requires: qtwebkit
#ExcludeArch: x86_64 #AutoReqProv: no
%description Skype is a free Internet telephony from Microsoft.
%prep %setup -q
%build
%install rm -rf %{buildroot} %{__mkdir_p} %{buildroot} %{__mkdir_p} %{buildroot}%{_bindir} %{__mkdir_p} %{buildroot}%{_datadir}/applications %{__mkdir_p} %{buildroot}%{_datadir}/%{name} %{__mkdir_p} %{buildroot}%{_sysconfdir}/dbus-1/system.d
%{__cp} %{name} %{buildroot}%{_bindir} %{__cp} %{name}.conf %{buildroot}%{_sysconfdir}/dbus-1/system.d %{__cp} %{name}.desktop %{buildroot}%{_datadir}/applications
# Resources for DIR in avatars lang sounds; do %{__cp} -r $DIR %{buildroot}%{_datadir}/%{name} done
# Icons for SIZE in 16 24 32 48 64 96 128 256; do %{__mkdir_p} %{buildroot}%{_datadir}/icons/hicolor/${SIZE}x ${SIZE}/apps %{__cp} icons/SkypeBlue_${SIZE}x${SIZE}.png \ %{buildroot}%{_datadir}/icons/hicolor/${SIZE}x ${SIZE}/apps/%{name}.png done
%files %defattr(0755,root,root,0755) %{_bindir}/%{name} %defattr(0644,root,root,0755) %{_sysconfdir}/dbus-1/system.d/%{name}.conf %{_datadir}/applications/%{name}.desktop %{_datadir}/%{name}/avatars/* %{_datadir}/%{name}/lang/* %{_datadir}/%{name}/sounds/* %{_datadir}/icons/* %dir %{_datadir}/%{name}/avatars %dir %{_datadir}/%{name}/lang %dir %{_datadir}/%{name}/sounds %dir %{_datadir}/%{name} %doc LICENSE README third-party_attributions.txt
%changelog
- Fri Jun 20 2014 Cristian Sava cristis53@gmail.com 4.3.0.37-1
- Version 4.3.0.37 (i686) for Fedora 20
- Thu Feb 26 2014 Cristian Sava cristis53@gmail.com 4.2.0.13-1
- Version 4.2.0.13 (i686) for Fedora 20
- Wed Jul 31 2013 Murilo Opsfelder Araujo mopsfelder@gmail.com
4.2.0.11-1
- Initial version
- Go to ~rpmbuild/SPECS and build your skype using
rpmbuild -ba --target=i686 skype.spec
You will get skype-4.3.0.37-1.fc20.i686.rpm in ~/rpmbuild/RPMS/i686 directory
- Install it with
sudo yum update skype-4.3.0.37-1.fc20.i686.rpm
That's all! Good luck!
C. Sava
What is wrong with the official RPM?
sudo yum -y install libXv.i686 libXScrnSaver.i686 qt.i686 qt-x11.i686 pulseaudio-libs.i686 pulseaudio-libs-glib2.i686 alsa-plugins-pulseaudio.i686 qtwebkit.i686
sudo yum install skype-<version>-fedora.i586.rpm
works just fine.
Feel free to do like http://tecadmin.net/install-skype-centos-rhel-fedora/# http://linuxg.net/how-to-install-skype-4-3-on-fedora-20-and-fedora-19/ or any other way.
C. Sava
Well, I would like to see a fully open source and secure SIP app like skype.
On Tue, Jul 8, 2014 at 5:44 AM, Cristian Sava csava@central.ucv.ro wrote:
On Fri, 2014-06-20 at 21:01 +0630, Sudhir Khanger wrote:
On Friday, June 20, 2014 01:28:13 PM Cristian Sava wrote:
Hi all,
For those of you wanting skype.rpm for F20:
- Install the rpm building environment as shown here:
http://fedoraproject.org/wiki/How_to_create_an_RPM_package#SPEC_example
# yum install @development-tools # yum install fedora-packager # /usr/sbin/useradd makerpm # usermod -a -G mock makerpm # passwd makerpm $ rpmdev-setuptree
and chose "Dynamic" and download skype-4.3.0.37.tar.bz2 to ~/rpmbuild/SOURCES directory
- In the ~/rpmbuild/SOURCES make the file skype.desktop with this
content:
[Desktop Entry] Name=Skype Comment=Skype Internet Telephony Exec=env PULSE_LATENCY_MSEC=60 skype %U Icon=skype.png Terminal=false Type=Application Encoding=UTF-8 Categories=Network;Application; MimeType=x-scheme-handler/skype; X-KDE-Protocols=skype
- In ~/rpmbuild/SPECS make skype.spec with this content:
# skype.spec for skype-4.3.0.37 (x32) # # Build with: rpmbuild -ba --target=i686 skype.spec # # Original skype.spec for 4.2.0.11 # https://github.com/mopsfelder/skype-rpm/blob/master/skype.spec
#%global debug_package %{nil}
Name: skype Version: 4.3.0.37 Release: 1%{?dist} Summary: Skype is a free Internet telephony from Microsoft
License: Commercial URL: http://www.skype.com/products/skype/linux/ Source0: %{name}-%{version}.tar.bz2
Requires: alsa-lib Requires: glibc Requires: libgcc Requires: libpng Requires: libX11 Requires: libXext Requires: libXScrnSaver Requires: libXv Requires: libstdc++ Requires: qt >= 4.6 Requires: qt-x11 Requires: qtwebkit
#ExcludeArch: x86_64 #AutoReqProv: no
%description Skype is a free Internet telephony from Microsoft.
%prep %setup -q
%build
%install rm -rf %{buildroot} %{__mkdir_p} %{buildroot} %{__mkdir_p} %{buildroot}%{_bindir} %{__mkdir_p} %{buildroot}%{_datadir}/applications %{__mkdir_p} %{buildroot}%{_datadir}/%{name} %{__mkdir_p} %{buildroot}%{_sysconfdir}/dbus-1/system.d
%{__cp} %{name} %{buildroot}%{_bindir} %{__cp} %{name}.conf %{buildroot}%{_sysconfdir}/dbus-1/system.d %{__cp} %{name}.desktop %{buildroot}%{_datadir}/applications
# Resources for DIR in avatars lang sounds; do %{__cp} -r $DIR %{buildroot}%{_datadir}/%{name} done
# Icons for SIZE in 16 24 32 48 64 96 128 256; do %{__mkdir_p} %{buildroot}%{_datadir}/icons/hicolor/${SIZE}x ${SIZE}/apps %{__cp} icons/SkypeBlue_${SIZE}x${SIZE}.png \ %{buildroot}%{_datadir}/icons/hicolor/${SIZE}x ${SIZE}/apps/%{name}.png done
%files %defattr(0755,root,root,0755) %{_bindir}/%{name} %defattr(0644,root,root,0755) %{_sysconfdir}/dbus-1/system.d/%{name}.conf %{_datadir}/applications/%{name}.desktop %{_datadir}/%{name}/avatars/* %{_datadir}/%{name}/lang/* %{_datadir}/%{name}/sounds/* %{_datadir}/icons/* %dir %{_datadir}/%{name}/avatars %dir %{_datadir}/%{name}/lang %dir %{_datadir}/%{name}/sounds %dir %{_datadir}/%{name} %doc LICENSE README third-party_attributions.txt
%changelog
- Fri Jun 20 2014 Cristian Sava cristis53@gmail.com 4.3.0.37-1
- Version 4.3.0.37 (i686) for Fedora 20
- Thu Feb 26 2014 Cristian Sava cristis53@gmail.com 4.2.0.13-1
- Version 4.2.0.13 (i686) for Fedora 20
- Wed Jul 31 2013 Murilo Opsfelder Araujo mopsfelder@gmail.com
4.2.0.11-1
- Initial version
- Go to ~rpmbuild/SPECS and build your skype using
rpmbuild -ba --target=i686 skype.spec
You will get skype-4.3.0.37-1.fc20.i686.rpm in ~/rpmbuild/RPMS/i686 directory
- Install it with
sudo yum update skype-4.3.0.37-1.fc20.i686.rpm
That's all! Good luck!
C. Sava
What is wrong with the official RPM?
sudo yum -y install libXv.i686 libXScrnSaver.i686 qt.i686 qt-x11.i686 pulseaudio-libs.i686 pulseaudio-libs-glib2.i686
alsa-plugins-pulseaudio.i686
qtwebkit.i686
sudo yum install skype-<version>-fedora.i586.rpm
works just fine.
Feel free to do like http://tecadmin.net/install-skype-centos-rhel-fedora/# http://linuxg.net/how-to-install-skype-4-3-on-fedora-20-and-fedora-19/ or any other way.
C. Sava
-- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
On 07/08/2014 11:51 AM, JD issued this missive:
Well, I would like to see a fully open source and secure SIP app like skype.
Wow, JD. A simple google search would have revealed a lot on that front.
Some FOSS SIP servers: Asterisk, FreeSWITCH, Mysipsqitch, OpenSER, sipX
Some FOSS SIP clients: Ekiga, Linphone, Twinkle, Empathy, Blink, Jitsi, Kphone, PhoneGaim
AFAIK, none of the clients are compatible with the proprietary and closed Skype system. There is a Pidgin plugin you can use with Skype's IM mechanism should you want to use it (I do). Several of them can use an encryption mechanism. Skype is no more secure than any Internet- based app and, in fact, may be less so since it is proprietary and all communications goes through Microsoft's servers (and God only knows what they do with the info).
I've used both Ekiga and Empathy quite a bit with an Asterisk SIP server and they work quite well. I did use Twinkle, too, but that was long ago.
On Tue, Jul 8, 2014 at 5:44 AM, Cristian Sava <csava@central.ucv.ro mailto:csava@central.ucv.ro> wrote:
On Fri, 2014-06-20 at 21:01 +0630, Sudhir Khanger wrote: > On Friday, June 20, 2014 01:28:13 PM Cristian Sava wrote: > > Hi all, > > > > For those of you wanting skype.rpm for F20: > > 1) Install the rpm building environment as shown here: > > http://fedoraproject.org/wiki/How_to_create_an_RPM_package#SPEC_example > > > > # yum install @development-tools > > # yum install fedora-packager > > # /usr/sbin/useradd makerpm > > # usermod -a -G mock makerpm > > # passwd makerpm > > $ rpmdev-setuptree > > > > 2) Go to http://www.skype.com/ro/download-skype/skype-for-computer/ > > and chose "Dynamic" and download skype-4.3.0.37.tar.bz2 to > > ~/rpmbuild/SOURCES directory > > > > 3) In the ~/rpmbuild/SOURCES make the file skype.desktop with this > > content: > > > > [Desktop Entry] > > Name=Skype > > Comment=Skype Internet Telephony > > Exec=env PULSE_LATENCY_MSEC=60 skype %U > > Icon=skype.png > > Terminal=false > > Type=Application > > Encoding=UTF-8 > > Categories=Network;Application; > > MimeType=x-scheme-handler/skype; > > X-KDE-Protocols=skype > > > > 4) In ~/rpmbuild/SPECS make skype.spec with this content: > > > > # skype.spec for skype-4.3.0.37 (x32) > > # > > # Build with: rpmbuild -ba --target=i686 skype.spec > > # > > # Original skype.spec for 4.2.0.11 > > # https://github.com/mopsfelder/skype-rpm/blob/master/skype.spec > > > > #%global debug_package %{nil} > > > > Name: skype > > Version: 4.3.0.37 > > Release: 1%{?dist} > > Summary: Skype is a free Internet telephony from Microsoft > > > > License: Commercial > > URL: http://www.skype.com/products/skype/linux/ > > Source0: %{name}-%{version}.tar.bz2 > > > > Requires: alsa-lib > > Requires: glibc > > Requires: libgcc > > Requires: libpng > > Requires: libX11 > > Requires: libXext > > Requires: libXScrnSaver > > Requires: libXv > > Requires: libstdc++ > > Requires: qt >= 4.6 > > Requires: qt-x11 > > Requires: qtwebkit > > > > #ExcludeArch: x86_64 > > #AutoReqProv: no > > > > %description > > Skype is a free Internet telephony from Microsoft. > > > > %prep > > %setup -q > > > > %build > > > > %install > > rm -rf %{buildroot} > > %{__mkdir_p} %{buildroot} > > %{__mkdir_p} %{buildroot}%{_bindir} > > %{__mkdir_p} %{buildroot}%{_datadir}/applications > > %{__mkdir_p} %{buildroot}%{_datadir}/%{name} > > %{__mkdir_p} %{buildroot}%{_sysconfdir}/dbus-1/system.d > > > > %{__cp} %{name} %{buildroot}%{_bindir} > > %{__cp} %{name}.conf %{buildroot}%{_sysconfdir}/dbus-1/system.d > > %{__cp} %{name}.desktop %{buildroot}%{_datadir}/applications > > > > # Resources > > for DIR in avatars lang sounds; do > > %{__cp} -r $DIR %{buildroot}%{_datadir}/%{name} > > done > > > > # Icons > > for SIZE in 16 24 32 48 64 96 128 256; do > > %{__mkdir_p} %{buildroot}%{_datadir}/icons/hicolor/${SIZE}x > > ${SIZE}/apps > > %{__cp} icons/SkypeBlue_${SIZE}x${SIZE}.png \ > > %{buildroot}%{_datadir}/icons/hicolor/${SIZE}x > > ${SIZE}/apps/%{name}.png > > done > > > > %files > > %defattr(0755,root,root,0755) > > %{_bindir}/%{name} > > %defattr(0644,root,root,0755) > > %{_sysconfdir}/dbus-1/system.d/%{name}.conf > > %{_datadir}/applications/%{name}.desktop > > %{_datadir}/%{name}/avatars/* > > %{_datadir}/%{name}/lang/* > > %{_datadir}/%{name}/sounds/* > > %{_datadir}/icons/* > > %dir %{_datadir}/%{name}/avatars > > %dir %{_datadir}/%{name}/lang > > %dir %{_datadir}/%{name}/sounds > > %dir %{_datadir}/%{name} > > %doc LICENSE README third-party_attributions.txt > > > > %changelog > > * Fri Jun 20 2014 Cristian Sava <cristis53@gmail.com <mailto:cristis53@gmail.com>> 4.3.0.37-1 > > - Version 4.3.0.37 (i686) for Fedora 20 > > > > * Thu Feb 26 2014 Cristian Sava <cristis53@gmail.com <mailto:cristis53@gmail.com>> 4.2.0.13-1 > > - Version 4.2.0.13 (i686) for Fedora 20 > > > > * Wed Jul 31 2013 Murilo Opsfelder Araujo <mopsfelder@gmail.com <mailto:mopsfelder@gmail.com>> > > 4.2.0.11-1 > > - Initial version > > > > 5) Go to ~rpmbuild/SPECS and build your skype using > > rpmbuild -ba --target=i686 skype.spec > > > > You will get skype-4.3.0.37-1.fc20.i686.rpm in > > ~/rpmbuild/RPMS/i686 directory > > > > 6) Install it with > > sudo yum update skype-4.3.0.37-1.fc20.i686.rpm > > > > That's all! > > Good luck! > > > > C. Sava > > What is wrong with the official RPM? > > sudo yum -y install libXv.i686 libXScrnSaver.i686 qt.i686 qt-x11.i686 > pulseaudio-libs.i686 pulseaudio-libs-glib2.i686 alsa-plugins-pulseaudio.i686 > qtwebkit.i686 > > sudo yum install skype-<version>-fedora.i586.rpm > > works just fine. Feel free to do like http://tecadmin.net/install-skype-centos-rhel-fedora/# http://linuxg.net/how-to-install-skype-4-3-on-fedora-20-and-fedora-19/ or any other way. C. Sava -- users mailing list users@lists.fedoraproject.org <mailto:users@lists.fedoraproject.org> To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
On Tue, Jul 8, 2014 at 2:20 PM, Rick Stevens ricks@alldigital.com wrote:
On 07/08/2014 11:51 AM, JD issued this missive:
Well, I would like to see a fully open source and secure SIP app like skype.
Wow, JD. A simple google search would have revealed a lot on that front.
Some FOSS SIP servers: Asterisk, FreeSWITCH, Mysipsqitch, OpenSER, sipX
Some FOSS SIP clients: Ekiga, Linphone, Twinkle, Empathy, Blink, Jitsi, Kphone, PhoneGaim
AFAIK, none of the clients are compatible with the proprietary and closed Skype system. There is a Pidgin plugin you can use with Skype's IM mechanism should you want to use it (I do). Several of them can use an encryption mechanism. Skype is no more secure than any Internet- based app and, in fact, may be less so since it is proprietary and all communications goes through Microsoft's servers (and God only knows what they do with the info).
I've used both Ekiga and Empathy quite a bit with an Asterisk SIP server and they work quite well. I did use Twinkle, too, but that was long ago.
How was the audio quality? What about calls with video?
Most of my contacts are on skype, and I just do not see people switching to any of the servers you mention - ostensibly, because such servers and clients are not so well known., especially since most open source servers/clients are for the *nixes and *nuxes. Most people on windows would not switch to open systems like Linux - primarily because they are not so technically inclined, or do not wish to learn to navigate and maintain a different kind of system. People seem inclined towards what is familiar :)
Re: encryption - yes I agree. I would like to see 4kbit or higher keys/passwords used.
On 07/08/2014 01:33 PM, JD issued this missive:
On Tue, Jul 8, 2014 at 2:20 PM, Rick Stevens <ricks@alldigital.com mailto:ricks@alldigital.com> wrote:
On 07/08/2014 11:51 AM, JD issued this missive: Well, I would like to see a fully open source and secure SIP app like skype. Wow, JD. A simple google search would have revealed a lot on that front. Some FOSS SIP servers: Asterisk, FreeSWITCH, Mysipsqitch, OpenSER, sipX Some FOSS SIP clients: Ekiga, Linphone, Twinkle, Empathy, Blink, Jitsi, Kphone, PhoneGaim AFAIK, none of the clients are compatible with the proprietary and closed Skype system. There is a Pidgin plugin you can use with Skype's IM mechanism should you want to use it (I do). Several of them can use an encryption mechanism. Skype is no more secure than any Internet- based app and, in fact, may be less so since it is proprietary and all communications goes through Microsoft's servers (and God only knows what they do with the info). I've used both Ekiga and Empathy quite a bit with an Asterisk SIP server and they work quite well. I did use Twinkle, too, but that was long ago.
How was the audio quality?
The audio is comparable (depends on the codecs you use).
What about calls with video?
It depends on the SIP server (and client) as to whether video works or not. The only time I really used it was with Ekiga and the video was fine.
Most of my contacts are on skype, and I just do not see people switching to any of the servers you mention - ostensibly, because such servers and clients are not so well known., especially since most open source servers/clients are for the *nixes and *nuxes. Most people on windows would not switch to open systems like Linux - primarily because they are not so technically inclined, or do not wish to learn to navigate and maintain a different kind of system. People seem inclined towards what is familiar :)
The heavy lifting in Skype is done by Microsoft. They maintain the servers and such so, yeah, the administration is off your shoulders. They also have a model that permits you to use skype to call conventional land-lines. You can do that with SIP as well, but you have to come up with a way to pay for those land-line connections (unless you choose to be charitable and give access for free...not necessarily a good idea).
I've deployed a number of SIP platforms. Once they're set up, they work a treat and I've had very little to have to do to manage them other than the occasional user addition, mailbox change, voice prompt change, etc. It's very similar to an old-style PBX system as far as management is concerned, but generally a lot more flexible than a PBX.
Re: encryption - yes I agree. I would like to see 4kbit or higher keys/passwords used.
---------------------------------------------------------------------- - Rick Stevens, Systems Engineer, AllDigital ricks@alldigital.com - - AIM/Skype: therps2 ICQ: 22643734 Yahoo: origrps2 - - - - Blessed are the peacekeepers...for they shall be shot at - - from both sides. --A.M. Greeley - ----------------------------------------------------------------------