PKGNAME=sdl-sound
PKGSEC=libs
PKGDEP="sdl12-compat libmikmod libvorbis flac speex smpeg"
PKGDES="Sound decoding support for the Simple Directmedia Layer (version 1.2)"

# FIXME:
#
# Makefile.am: error: required file './AUTHORS' not found
# Makefile.am: error: required file './ChangeLog' not found
# Makefile.am: error: required file './NEWS' not found
RECONF=0

# FIXME: --disable-physfs
#
# In file included from [...]/SDL_sound-1.0.3/playsound/physfsrwops.c:25:
# [...]/SDL_sound-1.0.3/playsound/physfsrwops.h:42:1: error: unknown type name ‘__EXPORT__’
#    42 | __EXPORT__ SDL_RWops *PHYSFSRWOPS_openRead(const char *fname);
#       | ^~~~~~~~~~
AUTOTOOLS_AFTER=(
    '--disable-static'
    '--disable-physfs'
)
