libmad: -> 0.16.3

This commit is contained in:
Tim Biermann 2023-02-16 18:00:08 +01:00
parent 1a56b35834
commit d5620502cd
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32vAkuJdQKBKUVD4Ytk2eQz9rreYosJAAQjYNI6ifzChqtQrjRgCzPk9u4jYLWjMIxodo27LC9JGDwMd/qBdBws=
SHA256 (Pkgfile) = ef5dda6167916ab376cb1df54075279b9741118f41159f0dc3454c32eab17af2
RWSagIOpLGJF3xWHYx7J93dOHjLnvrpjEwm3mPCAd9EU+VIN0OzygC5G9oo/eMPT0q2Aiy/tdKbLRlE+2b3cd8lKJPmcZWbVgQI=
SHA256 (Pkgfile) = 09d6b854f13ef244eb4cc59957da88db4bfaa43bc38018635973b23843b97448
SHA256 (.footprint) = b51aee5bbeac3c686a29f9d5973bdab21f2dfc8610228ffe5b462d152e8565af
SHA256 (libmad-0.16.3.tar.gz) = 228bc0ea47d22ee70c087e7289e2c620829204972c9fe6ea8951ecf6c39d8966
SHA256 (libmad-0.16.3.tar.gz) = 83ca48db60f480ae22234bae08e6ad651adec2667a68ad2df6fd61e6a50a32c7

View File

@ -1,7 +1,7 @@
# Description: High-quality MPEG Audio Decoder library.
# URL: http://codeberg.org/tenacityteam/libmad
# URL: https://codeberg.org/tenacityteam/libmad
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on:
# Depends on:
name=libmad
version=0.16.3
@ -10,13 +10,13 @@ source=(https://codeberg.org/tenacityteam/$name/archive/$version.tar.gz)
renames=($name-$version.tar.gz)
build() {
cmake -S $name -B build \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_INSTALL_LIBDIR=lib \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
-Wno-dev
cmake -S $name-$version -B build \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_INSTALL_LIBDIR=lib \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
-Wno-dev
cmake --build build
DESTDIR=$PKG cmake --install build