normalize port tweaks:

- https homepage, sync wantlib
- install a symlink from "normalize-audio", some software (e.g.
gpodder's normalize plugin) looks for the long name (also available
via a configure flag, but that would remove the existing short name
"normalize")
This commit is contained in:
sthen
2024-12-28 17:11:29 +00:00
parent bbec857ac8
commit f8bc77fe67
2 changed files with 7 additions and 3 deletions
+6 -3
View File
@@ -1,17 +1,17 @@
COMMENT= audio file volume normalizer
DISTNAME= normalize-0.7.7
REVISION= 7
CATEGORIES= audio
REVISION= 8
SITES= ${SITE_SAVANNAH:=normalize/}
HOMEPAGE= http://normalize.nongnu.org/
HOMEPAGE= https://normalize.nongnu.org/
# GPLv2+
PERMIT_PACKAGE= Yes
WANTLIB= c iconv intl m mad>=2 audiofile FLAC ogg
WANTLIB= c iconv intl m mad>=2 audiofile FLAC ogg pthread
LIB_DEPENDS= audio/libmad \
devel/gettext,-runtime \
@@ -27,4 +27,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/config
post-install:
ln -s normalize ${PREFIX}/bin/normalize-audio
.include <bsd.port.mk>
+1
View File
@@ -1,4 +1,5 @@
@bin bin/normalize
bin/normalize-audio
bin/normalize-mp3
bin/normalize-ogg
@man man/man1/normalize-mp3.1