mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
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:
@@ -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,4 +1,5 @@
|
||||
@bin bin/normalize
|
||||
bin/normalize-audio
|
||||
bin/normalize-mp3
|
||||
bin/normalize-ogg
|
||||
@man man/man1/normalize-mp3.1
|
||||
|
||||
Reference in New Issue
Block a user