libmad: fix source url, delete unused pkgconf file

This commit is contained in:
John McQuah 2023-01-22 21:51:12 -05:00
parent 03182778f6
commit bbfb16a9c1
3 changed files with 8 additions and 18 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF399Ewn+is4omO9E3RU2i8sNG/cdwI+LHjm3bx8PsPDzLpPy32Ye/6l1CUgmW0LG7vtgoV0Cnk5P9I6EZ0fndhwA=
SHA256 (Pkgfile) = fe0a90420b0caaa6dcd849db3e85c5e0797c704eb3ca41077c4ee508080e48c6
RWSagIOpLGJF32vAkuJdQKBKUVD4Ytk2eQz9rreYosJAAQjYNI6ifzChqtQrjRgCzPk9u4jYLWjMIxodo27LC9JGDwMd/qBdBws=
SHA256 (Pkgfile) = ef5dda6167916ab376cb1df54075279b9741118f41159f0dc3454c32eab17af2
SHA256 (.footprint) = b51aee5bbeac3c686a29f9d5973bdab21f2dfc8610228ffe5b462d152e8565af
SHA256 (libmad-0.16.3.tar.gz) = 83ca48db60f480ae22234bae08e6ad651adec2667a68ad2df6fd61e6a50a32c7
SHA256 (libmad-0.16.3.tar.gz) = 228bc0ea47d22ee70c087e7289e2c620829204972c9fe6ea8951ecf6c39d8966

View File

@ -1,15 +1,16 @@
# Description: High-quality MPEG Audio Decoder library.
# URL: http://www.underbit.com/products/mad/
# URL: http://codeberg.org/tenacityteam/libmad
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: cmake
# Depends on:
name=libmad
version=0.16.3
release=1
source=(https://github.com/tenacityteam/libmad/archive/$version/$name-$version.tar.gz)
source=(https://codeberg.org/tenacityteam/$name/archive/$version.tar.gz)
renames=($name-$version.tar.gz)
build() {
cmake -S $name-$version -B build \
cmake -S $name -B build \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_INSTALL_LIBDIR=lib \
-D CMAKE_BUILD_TYPE=Release \

View File

@ -1,11 +0,0 @@
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: mad
Description: MPEG Audio Decoder
Requires:
Version: #version#
Libs: -L${libdir} -lmad -lm
Cflags: -I${includedir}