mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
- Update to 0.9.3
MPD changes include wave file support, bitrate output in status, and song lengths are now stored in the db. mpc and libmpdclient recieved a significant speed boost. PR: 58820 Submitted By: MAINTAINER
This commit is contained in:
parent
3745190bef
commit
a0f006f7d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93545
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= musicpd
|
||||
PORTVERSION= 0.9.2
|
||||
PORTVERSION= 0.9.3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -43,6 +43,18 @@ CONFIGURE_ARGS+=--disable-ogg
|
||||
LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis
|
||||
.endif
|
||||
|
||||
.ifdef(WITHOUT_WAV)
|
||||
CONFIGURE_ARGS+=--disable-audiofile
|
||||
.else
|
||||
LIB_DEPENDS+= ao.3:${PORTSDIR}/audio/libaudiofile
|
||||
.endif
|
||||
|
||||
.ifdef(WITHOUT_ICONV)
|
||||
CONFIGURE_ARGS+=--disable-iconv
|
||||
.else
|
||||
LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv
|
||||
.endif
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
@ -65,6 +77,8 @@ pre-everything::
|
||||
@${ECHO_CMD}
|
||||
@${ECHO_CMD} "WITHOUT_OGG Disable OGG-Vorbis-support"
|
||||
@${ECHO_CMD} "WITHOUT_FLAC Disable FLAC-support"
|
||||
@${ECHO_CMD} "WITHOUT_WAV Disable libao-support"
|
||||
@${ECHO_CMD} "WITHOUT_ICONV Disable international-chars-support"
|
||||
@${ECHO_CMD}
|
||||
|
||||
post-build:
|
||||
|
@ -1 +1 @@
|
||||
MD5 (mpd-0.9.2.tar.gz) = 32bedb3d393aed27f3c6b51f1042c459
|
||||
MD5 (mpd-0.9.3.tar.gz) = c27310fad56548fab37b24eec1ec6ce8
|
||||
|
Loading…
Reference in New Issue
Block a user