mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 0.12.2
PR: 111488 Submitted by: Mark Daniel Reidel <ports@mark.reidel.info> (maintainer)
This commit is contained in:
parent
bbc2308f18
commit
eedbe6cd78
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190235
2 changed files with 18 additions and 7 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= musicpd
|
||||
PORTVERSION= 0.12.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.12.2
|
||||
CATEGORIES= audio ipv6
|
||||
MASTER_SITES= http://musicpd.org/uploads/files/
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -31,12 +30,19 @@ OPTIONS= FLAC "Support for FLAC Audio" on \
|
|||
MOD "Support for MOD Audio" off \
|
||||
ICONV "Support for international characters" on \
|
||||
ID3TAG "Support for id3v1 tag encoding" off \
|
||||
IPV6 "Support for IPV6" on
|
||||
IPV6 "Support for IPV6" on \
|
||||
AO "Support for libao" off
|
||||
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --disable-pulse \
|
||||
--disable-shout \
|
||||
--mandir=${MANPREFIX}/man
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.ifdef(WITHOUT_FLAC)
|
||||
CONFIGURE_ARGS+=--disable-flac
|
||||
CONFIGURE_ARGS+=--disable-flac \
|
||||
--disable-oggflac
|
||||
.else
|
||||
LIB_DEPENDS+= FLAC.7:${PORTSDIR}/audio/flac
|
||||
.endif
|
||||
|
@ -85,6 +91,11 @@ CONFIGURE_ARGS+=--enable-mpd-id3tag
|
|||
CONFIGURE_ARGS+=--disable-ipv6
|
||||
.endif
|
||||
|
||||
.ifdef(WITH_AO)
|
||||
CONFIGURE_ARGS+=--enable-ao
|
||||
LIB_DEPENDS+= ao.3:${PORTSDIR}/audio/libao
|
||||
.endif
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (mpd-0.12.1.tar.bz2) = c980cf373fafacdab6734f2ebfb13cbd
|
||||
SHA256 (mpd-0.12.1.tar.bz2) = eefac7e55f86716f1f5fbc1f33688cfc8f1c8cde12b1d76b18f17144ea5285ba
|
||||
SIZE (mpd-0.12.1.tar.bz2) = 397761
|
||||
MD5 (mpd-0.12.2.tar.bz2) = 22f1240afdfac5c32056c2a0f3b3a02f
|
||||
SHA256 (mpd-0.12.2.tar.bz2) = 45b62783595ccd6c24f49be9c366eac4273b1378fb6add89dd978518362090a5
|
||||
SIZE (mpd-0.12.2.tar.bz2) = 396894
|
||||
|
|
Loading…
Add table
Reference in a new issue