allegro5: enable pulseaudio support and fix audio in pipewire

This commit is contained in:
oreo639 2023-12-31 01:02:55 -08:00 committed by classabbyamp
parent fd38370ce0
commit 5206522706
1 changed files with 2 additions and 2 deletions

View File

@ -1,14 +1,14 @@
# Template file for 'allegro5'
pkgname=allegro5
version=5.2.7.0
revision=2
revision=3
build_style=cmake
configure_args="-DWANT_DOCS=1 -DWANT_PHYSFS=1"
hostmakedepends="pkg-config"
makedepends="zlib-devel alsa-lib-devel jack-devel libXpm-devel libXxf86vm-devel
libXxf86dga-devel libXcursor-devel libvorbis-devel libpng-devel glu-devel
libjpeg-turbo-devel libtheora-devel freetype-devel libflac-devel physfs-devel
libopenal-devel gtk+3-devel opus-devel opusfile-devel"
libopenal-devel gtk+3-devel opus-devel opusfile-devel pulseaudio-devel"
depends="virtual?libGL"
short_desc="Portable library mainly aimed at video game and multimedia programming"
maintainer="Orphaned <orphan@voidlinux.org>"