summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Mario Preksavec <mario@slackware.hr>2014-10-29 19:28:40 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-11-01 09:04:02 +0700
commit9cd50240c6035acd3f85d46ab1ff85a253e2ab1e (patch)
tree12c6cd4ccc58e47d3a314c329ae4c82ab3be1d36 /network
parent568a95dead11aa28648d95233d49b9f14f944365 (diff)
downloadslackbuilds-9cd50240c6035acd3f85d46ab1ff85a253e2ab1e.tar.gz
slackbuilds-9cd50240c6035acd3f85d46ab1ff85a253e2ab1e.tar.xz
network/skype: Added info about apulse and fixed some mistakes
Diffstat (limited to 'network')
-rw-r--r--network/skype/README.SLACKWARE46
1 files changed, 28 insertions, 18 deletions
diff --git a/network/skype/README.SLACKWARE b/network/skype/README.SLACKWARE
index 4c86c193b3..5df33e7bd1 100644
--- a/network/skype/README.SLACKWARE
+++ b/network/skype/README.SLACKWARE
@@ -1,16 +1,16 @@
Skype and camera issues
-----------------------
-It has been pointed out by a lot of users that skype has problems with
+It has been pointed out by a lot of users that Skype has problems with
some cameras, in most cases this leads to green screen or no video at
all. This happens because V4L API (legacy) has been dropped from newer
kernels, and pixel format decoding has been pushed to user space.
-Moreover, V4L2 does not support kernel space decoding. Since skype
+Moreover, V4L2 does not support kernel space decoding. Since Skype
supports only V4L, easiest way to get it working is to preload it with
-V4L compatibility library, and call skype like this:
+V4L compatibility library, and call Skype like this:
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so /usr/bin/skype
-If you are still having problems, try adding the following as aswell:
+If you are still having problems, try adding the following as well:
XLIB_SKIP_ARGB_VISUALS=1
@@ -21,17 +21,17 @@ directory:
cp /usr/doc/skype-4.3.0.37/skype-alternative.desktop \
~/.local/share/applications
-Skype and pulseaudio dependacies
---------------------------------
-With the introduction of skype 4.3 series, all built-in ALSA support
+Skype and pulseaudio dependencies
+---------------------------------
+With the introduction of Skype 4.3 series, all built-in ALSA support
has been completely removed. What this means is that we now have one
-more dependancy to deal with, and for 64bit Slackware users this makes
+more dependency to deal with, and for 64bit Slackware users this makes
things even more complex, because they have to build 32bit counterparts
and use convertpkg script to make them installable on their systems.
At the time of writing this, pulseaudio also requires json-c and speex
-dependancies, so if you are on a 32bit system, it should be enough to
+dependencies, so if you are on a 32bit system, it should be enough to
build these and installpkg them.
-For a 64bit setup, you will have to build all three dependancies, and
+For a 64bit setup, you will have to build all three dependencies, and
in the end you will end up with a total of six packages, three for each
platform. To do this, you will obviously need multilib packages from
Eric Hameleers, so make sure you check README that comes with them.
@@ -43,12 +43,22 @@ After 32bit packages are built, convert them like this:
And installpkg resulting packages as usual.
+Skype and pulseaudio dependencies (addendum)
+--------------------------------------------
+It turns out, all of the above can be skipped by using apulse to wrap
+around Skype binary. Naturally, for 64bit users this makes things a bit
+harder, and a 32bit apulse compat32 package is required instead. In any
+case, it's still a bit cleaner then having a whole pulseaudio installed
+and interfering with the rest of the system, and only to serve Skype.
+Find apulse SlackBuild at the usual awesome place, the slackbuilds.org
+Website. Thanks goes to Andrzej Telszewski for pointing it out!
+
Skype with a grain of salt
--------------------------
Running binary-only applications might give open source literate people
-a ceritain dose of unease. Even more so when this application runs at
+a certain dose of unease. Even more so when this application runs at
computer start up, has constant outbound network access, becomes a
-supernode when open ports from the internet are detected, effectively
+super node when open ports from the internet are detected, effectively
accepting random connections from other users on the internet. If you
are not scared enough already, think about access to your sound card,
camera, and precious files after reading the above!
@@ -60,18 +70,18 @@ written app (just look at that 64bit support) that is probably full of
horrible holes, intentional or not (really :^)
While safest thing, of course, is to avoid using it, and probably turn
off your computer for good, right before you put on that tin foil hat
-or burry your head in a hole somewhere, we wont be exploring those
+or bury your head in a hole somewhere, we wont be exploring those
options in this awesome README!
Instead, we will start from the obvious, firewall unused ports on your
computer, in most cases it's fine to close them all down. Next in line
are also obvious things, if you do not trust that little light on your
camera, unplug it when your haircut is not presentable to the world.
-Same goes for your mircrophone, and if it's an integrated one, take it
+Same goes for your microphone, and if it's an integrated one, take it
from the pro's in the police department that use adhesive tape to cover
it up :-)
-Now that manual labour is out the way, we come to a much more fun part,
+Now that manual labor is out the way, we come to a much more fun part,
protecting your precious files in $HOME. For this we take advantage of
-multi-user enviroment, and simply run skype under another user with
+multi-user environment, and simply run Skype under another user with
basic access. Without further ado, create another user and group with:
groupadd -g 666 spyke
@@ -81,7 +91,7 @@ Optionally give this user access to hardware:
usermod -G audio,video,pulse -a spyke
-If you previously had skype set-up that you wish to keep, move it with:
+If you previously had Skype set-up that you wish to keep, move it with:
cp -a $HOME/.Skype /home/spyke
chown -R spyke:spyke /home/spyke/.Skype
@@ -100,6 +110,6 @@ Finally, run it like this:
xhost +local: \
&& sudo -u spyke /usr/bin/skype
-Attention, due to lack of goofyness in this README, anagrams were used
+Attention, due to lack of goofiness in this README, anagrams were used
to fill that void. Together with some number crafting, level of Slack
has peaked, and the trumpets were blown.