You are not logged in.
this is extremely unstable program but it is still a start, I am highly interested in its development so I bugged Wonder (TU) in #archlinux IRC room for the PKGBUILDS and now I have it all running.
Thanks for all help!
Please be aware it is highly pre pre alpha software the developer is a GSOC student and he has done an incredible job.
Here is the blog of the development
http://gkiagia.wordpress.com/
Here is the AUR PKGBUILD
http://aur.archlinux.org/packages.php?ID=29336
Please correct the PKGBUILDS if there are errors and I would like to see if people are indeed able to use it.
Do not forget to install all gstreamear0.10-plugins
Please use a JUNK jabber ID as the program currently doesn't store passwords securely
Cheers!
Venky
Last edited by venky80 (2009-08-16 21:11:39)
Acer Aspire V5-573P Antergos KDE
Offline
Hello Venky80!
1. # $Id$ -> unneccesary
2. # Contributor: Mladen Pejakovic <pejakm@gmail.com> -> # Maintainer Venky80 < venkythegeek at gmail com >
3. #optdepends=('telepathy-accounts-kcm') -> You can remove it
4. cd $startdir/src -> $srcdir
5. make DESTDIR=$startdir/pkg install || return 1 -> make DESTDIR=$pkgdir install || return 1
6. "Do not forget to install all gstreamear0.10-plugins " - > You can take for a dependency like opt if it's optional.
Offline
Best fill in these too:
source=()
md5sums=()
Offline
Hello Venky80!
1. # $Id$ -> unneccesary
2. # Contributor: Mladen Pejakovic <pejakm@gmail.com> -> # Maintainer Venky80 < venkythegeek at gmail com >
3. #optdepends=('telepathy-accounts-kcm') -> You can remove it
4. cd $startdir/src -> $srcdir
5. make DESTDIR=$startdir/pkg install || return 1 -> make DESTDIR=$pkgdir install || return 1
6. "Do not forget to install all gstreamear0.10-plugins " - > You can take for a dependency like opt if it's optional.
please comment on these two packages too
http://aur.archlinux.org/packages.php?ID=29335
http://aur.archlinux.org/packages.php?ID=29333
i can individually do makepkg and install them but when i dont have anything anf do yaourt -Sy kcall-svn it fails
Acer Aspire V5-573P Antergos KDE
Offline
I don't think it would be problem for you, if it doesn't work with yaourt. Yaourt is not the official way, if wget + makepkg -si, it's enough I think.
Offline