From 69e60d0dffbf7cc5ad218fc5e635929ebe39b276 Mon Sep 17 00:00:00 2001 From: ohnoes_ohnoes Date: Mon, 11 May 2026 14:50:35 -0300 Subject: libflac: updated to 1.5.0 --- repos/extra/libflac/abuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 repos/extra/libflac/abuild (limited to 'repos/extra/libflac/abuild') diff --git a/repos/extra/libflac/abuild b/repos/extra/libflac/abuild new file mode 100644 index 00000000..7b8d1f40 --- /dev/null +++ b/repos/extra/libflac/abuild @@ -0,0 +1,19 @@ +name=libflac +version=1.5.0 +release=1 +source=https://ftp.osuosl.org/pub/xiph/releases/flac/flac-$version.tar.xz + +build() { + cmake -B build \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_C_FLAGS_RELEASE="$CFLAGS" \ + -DCMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \ + -DBUILD_SHARED_LIBS=ON \ + -DBUILD_EXAMPLES=OFF \ + -DBUILD_TESTING=OFF \ + -Wno-dev + cmake --build build + DESTDIR=$PKG cmake --install build +} -- cgit v1.2.3