To get worked it after all updates you need to:
1. lib32-glibc 2.19-5
2. lib32-libpulse 3.0-1
3. libpulse 3.0-3
4. pulseaudio 3.0-3
To compile old pulseaudio with new json-c you need add before configure:
export LIBJSON_CFLAGS="-I/usr/include/json-c"
export LIBJSON_LIBS="-ljson-c"
And skype2 - working fine (:
Search Criteria
Package Details: skype2 2.2.0.35-6
Package Actions
| Package Base: | skype2 |
|---|---|
| Description: | P2P software for high-quality voice communication |
| Upstream URL: | http://www.skype.com/ |
| Category: | system |
| Licenses: | |
| Conflicts: | |
| Provides: | |
| Replaces: | |
| Submitter: | Paaskehare |
| Maintainer: | None |
| Last Packager: | sir_lucjan |
| Votes: | 18 |
| First Submitted: | 2012-06-15 19:31 |
| Last Updated: | 2014-05-29 17:26 |
Dependencies (10)
- hicolor-icon-theme
- lib32-alsa-lib
- lib32-libxcursor
- lib32-libxss
- lib32-libxv
- lib32-qt4
- xdg-utils
- lib32-libcanberra (optional) – XDG sound support
- lib32-libpulse (optional) – PulseAudio support
- lib32-v4l-utils (optional) – webcam support
Required by (0)
Sources
Latest Comments
Comment by Bkmz
Comment by sir_lucjan
@SchnWalter
Skype 4.2.0.13 is here:
https://www.archlinux.org/packages/?sort=-last_update&q=skype&maintainer=&flagged=
Comment by SchnWalter
Here's a diff (I also renamed the package to skype4):
--- skype2/PKGBUILD 2013-07-09 10:09:30.000000000 +0300
+++ skype4/PKGBUILD 2014-04-23 13:05:22.523769091 +0300
@@ -1,9 +1,9 @@
# Contributor: Piotr Gorski <prgorski88@gmail.com>
# Maintainer: Piotr Gorski <prgorski88@gmail.com>
-pkgname=skype2
-pkgver=2.2.0.35
-pkgrel=5
+pkgname=skype4
+pkgver=4.2.0.13
+pkgrel=6
arch=(i686 x86_64)
pkgdesc="P2P software for high-quality voice communication"
url="http://www.skype.com/"
@@ -29,7 +29,7 @@
fi
source=(http://download.skype.com/linux/skype-$pkgver.tar.bz2 PERMISSION)
-md5sums=('b60a19345ee7b3522b5fe4047150aaf8'
+md5sums=('b4d1dcc5290be92225b400ea877db874'
'26e1772379d4d4df9471b6ed660a6d97')
package() {
Comment by DexterLB
Segfaults are caused by a regression in glibc. There's an easy workaround.
https://bbs.archlinux.org/viewtopic.php?pid=1262346#p1262346
Comment by beroal
same here
Comment by xenoterracide
all I'm getting are segfaults on 64-bit
Comment by Tblue
Here's a patch: http://pastebin.com/z0JeAE5C
Comment by DexterLB
Please change the qt depend to "qt4"
Also, shouldn't this package conflict "skype"?
Anonymous comment
PKGBUILD needs to be changed to depend on qt4/lib32-qt4
Comment by PieterDeBruijn
Ok, good to know! Thank you for the information.
So for the latest version enable multilib repository and run:
sudo pacman -S skype
Comment by Paaskehare
Version 4 is in the multilib repo, and as such there's no need for a skype4 package in AUR.
This package is for people who don't like the new skype version and wants to keep the old one.
Comment by PieterDeBruijn
Version 4 is here: http://www.skype.com/intl/en/get-skype/on-your-computer/linux/
Would be great if the AUR repos would updated too, so we can enjoy the new Skype client. Thank you in advance!
Comment by Paaskehare
Sorry about that. Should be working properly now
Comment by kargerm
==> Starting package()...
PKGBUILD: line 36: cd: src/skype2-2.2.0.35: No such file or directory
==> ERROR: A failure occurred in package().
Aborting...
==> ERROR: Makepkg was unable to build skype2.
You should put instead:
cd "$srcdir/skype-$pkgver"