xref: /buildroot/package/libsndfile/libsndfile.mk
  • Home
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • current directory
1################################################################################
2#
3# libsndfile
4#
5################################################################################
6
7LIBSNDFILE_VERSION = 1.2.2
8LIBSNDFILE_SOURCE = libsndfile-$(LIBSNDFILE_VERSION).tar.xz
9LIBSNDFILE_SITE = https://github.com/libsndfile/libsndfile/releases/download/$(LIBSNDFILE_VERSION)
10LIBSNDFILE_INSTALL_STAGING = YES
11LIBSNDFILE_LICENSE = LGPL-2.1+
12LIBSNDFILE_LICENSE_FILES = COPYING
13LIBSNDFILE_CPE_ID_VALID = YES
14LIBSNDFILE_DEPENDENCIES = host-pkgconf
15
16LIBSNDFILE_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
17LIBSNDFILE_CONF_OPTS = \
18	--disable-sqlite \
19	--disable-alsa \
20	--disable-full-suite
21
22ifeq ($(BR2_PACKAGE_FLAC)$(BR2_PACKAGE_LIBVORBIS)$(BR2_PACKAGE_OPUS),yyy)
23LIBSNDFILE_DEPENDENCIES += flac host-pkgconf libvorbis opus
24LIBSNDFILE_CONF_OPTS += --enable-external-libs
25else
26LIBSNDFILE_CONF_OPTS += --disable-external-libs
27endif
28
29$(eval $(autotools-package))
30

Last Index update Fri Aug 22 08:59:00 CST 2025