Update to 0.19.15 to support ffmpeg 3.0
Submitted by: gor_clogic.com.ua (Oleg Gushchenkov) Differential Revision: D6807
This commit is contained in:
parent
0adb21770b
commit
48270905c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416717
3 changed files with 9 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= musicpd
|
||||
PORTVERSION= 0.19.10
|
||||
PORTVERSION= 0.19.15
|
||||
CATEGORIES= audio ipv6
|
||||
MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/
|
||||
DISTNAME= mpd-${PORTVERSION}
|
||||
|
@ -11,13 +11,13 @@ COMMENT= Remote-controllable music daemon
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \
|
||||
libicudata.so:devel/icu
|
||||
|
||||
USES= gmake pkgconfig compiler:c++11-lib tar:xz
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= glib20
|
||||
|
||||
LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \
|
||||
libicudata.so:devel/icu
|
||||
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
CONFIGURE_ARGS+=--disable-alsa --disable-systemd-daemon --disable-roar
|
||||
CFLAGS+= -I${PREFIX}/include
|
||||
|
@ -198,7 +198,7 @@ post-patch:
|
|||
${WRKSRC}/doc/mpdconf.example) - 1); \
|
||||
finish=$$(for n in $$(${JOT} 10 $$start); do \
|
||||
[ "$$(${SED} -n $${n}p ${WRKSRC}/doc/mpdconf.example)" = \
|
||||
"#}" ] && echo $$n || true; done); \
|
||||
"#}" ] && ${ECHO_CMD} $$n || true; done); \
|
||||
${REINPLACE_CMD} -e "$${start},$${finish}s,^#,," \
|
||||
${WRKSRC}/doc/mpdconf.example
|
||||
# Fix man pages for executable names
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (mpd-0.19.10.tar.xz) = c386eb3d22f98dc993b5ae3c272f969aa7763713483c6800040ebf1791b15851
|
||||
SIZE (mpd-0.19.10.tar.xz) = 701668
|
||||
TIMESTAMP = 1465643698
|
||||
SHA256 (mpd-0.19.15.tar.xz) = 0cb9a223894b038ce966ce6d651d9b3ea3bdc7d7b9bec8d1e9e7e091cbc29b8b
|
||||
SIZE (mpd-0.19.15.tar.xz) = 704000
|
||||
|
|
|
@ -22,7 +22,7 @@ be stored in the /var/mpd/music directory.
|
|||
NOTE: The musicpd server is pretty useless without a client.
|
||||
You might want to install one of the following ports too:
|
||||
|
||||
Command line: musicpc, ncmpc (Curses)
|
||||
Command line: musicpc, ncmpc (Curses), ncmpcpp (Curses)
|
||||
GNOME / GTK: glurp, gmpc
|
||||
KDE / Qt: quimup, qmpdlient
|
||||
Web: phpmp
|
||||
|
|
Loading…
Reference in a new issue