-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allegro5: enable pulseaudio support and fix audio in pipewire
- Loading branch information
1 parent
fd38370
commit 5206522
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>" | ||
|