Happy new year list!
On 11/12/2014 12:25, Clemens Ladisch wrote:
> Valerio wrote:
>> I'm trying to use a Boss rc-300 as an usb audio interface. I did it
>> before onto an older kernel (3.2 I believe) using a patch found on gmame
>> comments (dunno if i can post links...) and as the submitter said
On Tue, 6 Jan 2015 16:53:25 +0100, Csányi Pál wrote:
> How can one build an empty dummy package for pulseaudio?
JFTR I guess you don't need an empty dummy package that fakes to
provide pulseaudio. If you don't use pulseaudio and something has got a
hard dependency to pulseaudio, a dummy package se
On Tue, 6 Jan 2015 16:53:25 +0100, Csányi Pál wrote:
> How can one build an empty dummy package for pulseaudio?
Create a new directory and then a file named:
PKGBUILD
With this contend:
pkgname=pulseaudio
pkgver=2014.01.06
pkgrel=1
pkgdesc="Dummy package"
arch=('any')
provides=('pulseaudio')
Af
2015-01-06 12:44 GMT+01:00 Ralf Mardorf :
> On Mon, 5 Jan 2015 18:38:33 +0100, Csányi Pál wrote:
>> Uninstall any pulse package except:
>> libao
>> libpulse
>> lib32-libpulse
>>
>> These can't be purged because of dependencies with other applications
>> ( like xulrunner, etc. ).
>
> I build an empt
On Mon, 5 Jan 2015 18:38:33 +0100, Csányi Pál wrote:
> Uninstall any pulse package except:
> libao
> libpulse
> lib32-libpulse
>
> These can't be purged because of dependencies with other applications
> ( like xulrunner, etc. ).
I build an empty dummy package for pulseaudio, the other packages
sh