Add libao for flycast-sa.
This commit is contained in:
parent
113fff6509
commit
c76f3032c4
2 changed files with 14 additions and 1 deletions
13
packages/audio/libao/package.mk
Normal file
13
packages/audio/libao/package.mk
Normal file
|
@ -0,0 +1,13 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
# Copyright (C) 2023-present Fewtarius
|
||||
|
||||
PKG_NAME="libao"
|
||||
PKG_VERSION="1.2.0"
|
||||
PKG_LICENSE="GPLv2"
|
||||
PKG_SITE="https://xiph.org/ao/"
|
||||
PKG_URL="http://downloads.xiph.org/releases/ao/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain alsa-lib pulseaudio"
|
||||
PKG_LONGDESC="Libao is a cross-platform audio library that allows programs to output
|
||||
audio using a simple API on a wide variety of platforms."
|
||||
PKG_BUILD_FLAGS="+pic"
|
||||
|
|
@ -8,7 +8,7 @@ PKG_VERSION="e6bc36e1100d610dc08172bded3d5946f21d9f33"
|
|||
PKG_LICENSE="GPLv2"
|
||||
PKG_SITE="https://github.com/flyinghead/flycast"
|
||||
PKG_URL="${PKG_SITE}.git"
|
||||
PKG_DEPENDS_TARGET="toolchain alsa SDL2 libzip zip curl"
|
||||
PKG_DEPENDS_TARGET="toolchain alsa SDL2 libzip zip curl lua54 libao"
|
||||
PKG_LONGDESC="Flycast is a multiplatform Sega Dreamcast, Naomi and Atomiswave emulator"
|
||||
PKG_TOOLCHAIN="cmake"
|
||||
PKG_PATCH_DIRS+="${DEVICE}"
|
||||
|
|
Loading…
Reference in a new issue