On 04/08/2009 07:57 PM, Xyne wrote:
On Thu, 9 Apr 2009 01:21:25 +0200
Andrea Scarpino<and...@archlinux.org>  wrote:

2009/4/9 Florian Pritz<f...@gmx.at>:
Vsound [1] doesn't seem to be in the community database (pacman can't
find it). Could someone take a look at this?
$ sudo pacman -S vsound
Password:
resolving dependencies...
looking for inter-conflicts...

Targets (1): vsound-0.6-1

Total Download Size:    0.01 MB
Total Installed Size:   0.03 MB

Proceed with installation? [Y/n]
:: Retrieving packages from community...
  vsound-0.6-1               6.9K   47.8K/s 00:00:00
[######################] 100%
checking package integrity...
(1/1) checking for file conflicts
[######################] 100%
(1/1) installing vsound
[######################] 100%

--
Andrea `BaSh` Scarpino
Arch Linux Developer
Are you on i686? I'm on x86_64 and vsound is not in community. I forced
a db refresh to be sure and tried "pacman -Ss vsound" too.

Xyne
Yep, vsound is only for i686:


# $Id: PKGBUILD,v 1.4 2009/02/07 06:52:27 abhidg Exp $
# Maintainer: Jeff Mickey <j...@codemac.net>

pkgname=vsound
pkgver=0.6
pkgrel=1
pkgdesc="A virtual audio loopback cable"
url="http://www.vsound.org";
license=("LGPL")
arch=('i686')
depends=('glibc')
options=('!libtool')
source=(http://www.vsound.org/$pkgname-$pkgver.tar.gz)
md5sums=('0460c93ecab58d7864dd6d245a2dea18')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
}

Reply via email to