You are not logged in.

#1 2005-09-23 18:51:50

Cotton
Member
From: Cornwall, UK
Registered: 2004-09-17
Posts: 568

[Request] openwengo (VoIP softphone)

Any chance of someone creating a PKGBUILD for openwengo:

http://www.openwengo.com/

Offline

#2 2005-09-23 20:23:20

WillySilly
Member
Registered: 2005-01-14
Posts: 268

Re: [Request] openwengo (VoIP softphone)

I was working on this pkgbuild a while ago. I'll work on it today and hopefully it'll work.

Offline

#3 2005-09-29 11:48:39

Cotton
Member
From: Cornwall, UK
Registered: 2004-09-17
Posts: 568

Re: [Request] openwengo (VoIP softphone)

Any progress?

Offline

#4 2005-10-25 18:20:25

AndyRTR
Developer
From: Magdeburg/Germany
Registered: 2005-10-07
Posts: 1,641

Re: [Request] openwengo (VoIP softphone)

I wanna test it. Any problems with the package?

Please post your PKGBUILD. Will you use the svn or rpm via rpmextract?

Offline

#5 2005-12-06 14:27:34

smoon
Member
Registered: 2005-08-22
Posts: 468
Website

Re: [Request] openwengo (VoIP softphone)

Here's one for you:

pkgname=wengophone
pkgver=0.958b
pkgrel=1
pkgdesc="An OpenSource VoIP softphone"
url="http://www.openwengo.com/"
depends=('qt')
source=(http://www.wengofiles.teaser-hosting.com/wengophone/rc/$pkgname-ubuntu.$pkgver.i386.deb)
md5sums=('f151e077fcf240e1c8f610a0220a8866')

build() {
  cd $startdir/src
  ar -x $pkgname-ubuntu.$pkgver.i386.deb

  cd $startdir/pkg
  tar xfz ../src/data.tar.gz

  cd $startdir/src
  rm data.tar.gz control.tar.gz debian-binary
}

Offline

#6 2006-01-26 20:31:05

AndyRTR
Developer
From: Magdeburg/Germany
Registered: 2005-10-07
Posts: 1,641

Re: [Request] openwengo (VoIP softphone)

Because the sourcecode is only available from cvs I want to ask for a source build pkg.

The binary pkg won't run on Arch64 but I've found a possible solution to get it build on x86_64.

http://www.openwengo.com/support/forum/ … c.php?t=33

Offline

#7 2006-01-28 20:21:22

smoon
Member
Registered: 2005-08-22
Posts: 468
Website

Re: [Request] openwengo (VoIP softphone)

AndyRTR wrote:

Because the sourcecode is only available from cvs I want to ask for a source build pkg.

The binary pkg won't run on Arch64 but I've found a possible solution to get it build on x86_64.

http://www.openwengo.com/support/forum/ … c.php?t=33

Ok, I've created a PKGBUILD which builds wengophone-ng from svn. Unfortunately AUR does spit a weird error at me when I try to upload it, but you can get it at http://nooms.de/up/wengophone-ng-svn.tar.gz.

Offline

#8 2006-01-28 20:28:32

WillySilly
Member
Registered: 2005-01-14
Posts: 268

Re: [Request] openwengo (VoIP softphone)

Whats the error?

Offline

#9 2006-01-28 23:46:24

smoon
Member
Registered: 2005-08-22
Posts: 468
Website

Re: [Request] openwengo (VoIP softphone)

WillySilly wrote:

Whats the error?

It says

AUR wrote:

Error trying to unpack upload - PKGBUILD does not exist.

But the archive I try to upload (http://nooms.de/up/wengophone-ng-svn.tar.gz) seems to be fine.

Offline

#10 2006-01-29 00:34:22

smoon
Member
Registered: 2005-08-22
Posts: 468
Website

Re: [Request] openwengo (VoIP softphone)

Ooops, I figured it out. I confused the package name somehow smile It's in AUR now: http://aur.archlinux.org/packages.php?d … =1&ID=3326

Offline

Board footer

Powered by FluxBB