|
@ -4,23 +4,32 @@ |
|
|
#
|
|
|
#
|
|
|
################################################################################
|
|
|
################################################################################
|
|
|
|
|
|
|
|
|
FLAC_VERSION = 1.3.4 |
|
|
FLAC_VERSION = 1.4.0 |
|
|
FLAC_DIR = flac-$(FLAC_VERSION) |
|
|
FLAC_DIR = flac-$(FLAC_VERSION) |
|
|
FLAC_SOURCE = flac-$(FLAC_VERSION).tar.xz |
|
|
FLAC_SOURCE = flac-$(FLAC_VERSION).tar.xz |
|
|
FLAC_SITE = https://ftp.osuosl.org/pub/xiph/releases/flac |
|
|
FLAC_SITE = https://ftp.osuosl.org/pub/xiph/releases/flac |
|
|
|
|
|
|
|
|
FLAC_AUTORECONF = YES |
|
|
|
|
|
|
|
|
|
|
|
FLAC_CONF_OPTS = \
|
|
|
FLAC_CONF_OPTS = \
|
|
|
--bindir=$(REMOVE_bindir) \
|
|
|
--bindir=$(REMOVE_bindir) \
|
|
|
--datarootdir=$(REMOVE_datarootdir) \
|
|
|
--datarootdir=$(REMOVE_datarootdir) \
|
|
|
--enable-shared \
|
|
|
--enable-shared \
|
|
|
--disable-static \
|
|
|
--disable-static \
|
|
|
--disable-cpplibs \
|
|
|
--disable-cpplibs \
|
|
|
--disable-xmms-plugin \
|
|
|
--disable-debug \
|
|
|
|
|
|
--disable-asm-optimizations \
|
|
|
|
|
|
--disable-sse \
|
|
|
--disable-altivec \
|
|
|
--disable-altivec \
|
|
|
|
|
|
--disable-vsx \
|
|
|
|
|
|
--disable-doxygen-docs \
|
|
|
|
|
|
--disable-thorough-tests \
|
|
|
|
|
|
--disable-exhaustive-tests \
|
|
|
|
|
|
--disable-valgrind-testing \
|
|
|
--disable-ogg \
|
|
|
--disable-ogg \
|
|
|
--disable-sse |
|
|
--disable-oggtest \
|
|
|
|
|
|
--disable-local-xmms-plugin \
|
|
|
|
|
|
--disable-xmms-plugin \
|
|
|
|
|
|
--disable-examples \
|
|
|
|
|
|
--disable-rpath |
|
|
|
|
|
|
|
|
flac: | $(TARGET_DIR) |
|
|
flac: | $(TARGET_DIR) |
|
|
$(call autotools-package) |
|
|
$(call autotools-package) |
|
|