On 2018-10-23 21:06, Markus Heinz wrote:
Someone created a port for the wrapper which I slightly modified:
# Description: PulseAudio emulation for ALSA. # URL: https://github.com/i-rinat/apulse # Maintainer: # Depends on: glib alsa-lib cmake
name=apulse version=0.1.12 release=1 source=(https://github.com/i-rinat/$name/archive/v$version.tar.gz)
build() { cd $name-$version
cmake . \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release
make make DESTDIR=$PKG install }
Maybe it should be included in opt?
Regards
Markus Heinz
It doesn't need to reside in opt. Since it's not a build-time dep and pulseaudio already is in opt it can live just fine in contrib. If anybody want to maintain it feel free to let us know: https://crux.nu/Main/HowToContribute