ports/contrib (3.7): libmad: fix source url, delete unused pkgconf file
commit bbfb16a9c1141bea6950e5861a84e0cd81fee269 Author: John McQuah <jmcquah@disroot.org> Date: Sun Jan 22 21:51:12 2023 -0500 libmad: fix source url, delete unused pkgconf file diff --git a/libmad/.signature b/libmad/.signature index 4c8645b80..a4a137a5b 100644 --- a/libmad/.signature +++ b/libmad/.signature @@ -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 diff --git a/libmad/Pkgfile b/libmad/Pkgfile index ac5d078bf..be0413866 100644 --- a/libmad/Pkgfile +++ b/libmad/Pkgfile @@ -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.g...) +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 \ diff --git a/libmad/mad.pc b/libmad/mad.pc deleted file mode 100644 index 1331ce325..000000000 --- a/libmad/mad.pc +++ /dev/null @@ -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}
participants (1)
-
crux@crux.nu