mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
audio/cmus: update to 2.5.1
- Remove tab from WWW PR: 192173 Submitted by: maintainer
This commit is contained in:
parent
a388d66ab4
commit
cc33447320
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363209
@ -2,23 +2,27 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cmus
|
||||
PORTVERSION= 2.5.0
|
||||
PORTREVISION= 5
|
||||
PORTVERSION= 2.5.1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/${PORTNAME}
|
||||
DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
||||
|
||||
MAINTAINER= h.skuhra@gmail.com
|
||||
COMMENT= Console-based music player with really cool features
|
||||
|
||||
USES= tar:bzip2 gmake pkgconfig iconv ncurses
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ${PORTNAME}
|
||||
GH_TAGNAME= v${PORTVERSION}
|
||||
GH_COMMIT= 371fb58
|
||||
|
||||
USES= gmake pkgconfig iconv ncurses
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= HOSTCC=${CC}
|
||||
CONFIGURE_ARGS+=prefix=${PREFIX} mandir=${MANPREFIX}/man \
|
||||
exampledir=${EXAMPLESDIR} \
|
||||
CONFIG_ALSA=n CONFIG_ARTS=n CONFIG_ROAR=n
|
||||
|
||||
OPTIONS_DEFINE= AAC AO CDDB CDIO CUE DISCID FLAC MAD MIKMOD \
|
||||
OPTIONS_DEFINE= AAC AO CDDB CDIO CUE DISCID FFMPEG FLAC MAD MIKMOD \
|
||||
MODPLUG MP4 MUSEPACK PULSEAUDIO TREMOR VORBIS WAVPACK
|
||||
OPTIONS_DEFAULT=FLAC MAD VORBIS
|
||||
DISCID_DESC= DISCID support
|
||||
@ -111,15 +115,15 @@ CONFIGURE_ARGS+=CONFIG_WAVPACK=n
|
||||
PLIST_SUB+= WAVPACK="@comment "
|
||||
.endif
|
||||
|
||||
#.if ${PORT_OPTIONS:MFFMPEG}
|
||||
#BUILD_DEPENDS+= ffmpeg>=2:${PORTSDIR}/multimedia/ffmpeg
|
||||
#RUN_DEPENDS+= ffmpeg>=2:${PORTSDIR}/multimedia/ffmpeg
|
||||
#CONFIGURE_ARGS+=CONFIG_FFMPEG=y
|
||||
#PLIST_SUB+= FFMPEG=""
|
||||
#.else
|
||||
.if ${PORT_OPTIONS:MFFMPEG}
|
||||
BUILD_DEPENDS+= ffmpeg>=2:${PORTSDIR}/multimedia/ffmpeg
|
||||
RUN_DEPENDS+= ffmpeg>=2:${PORTSDIR}/multimedia/ffmpeg
|
||||
CONFIGURE_ARGS+=CONFIG_FFMPEG=y
|
||||
PLIST_SUB+= FFMPEG=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=CONFIG_FFMPEG=n
|
||||
PLIST_SUB+= FFMPEG="@comment "
|
||||
#.endif
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MAO}
|
||||
LIB_DEPENDS+= libao.so:${PORTSDIR}/audio/libao
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (cmus-v2.5.0.tar.bz2) = 2021fab64088898d62d1439525ec345e219f58d91a9e933dc85e84eda21c8ddf
|
||||
SIZE (cmus-v2.5.0.tar.bz2) = 224675
|
||||
SHA256 (cmus-2.5.1.tar.gz) = 14742afc223d8bec2f9fad14b175b58aa686da06b3beaff73dc9e8cbe4d4ceb7
|
||||
SIZE (cmus-2.5.1.tar.gz) = 276353
|
||||
|
@ -2,4 +2,4 @@ cmus is a small ncurses based music player. It supports various output methods
|
||||
by output-plugins. It has got completely configurable keybindings and it can be
|
||||
controlled from the outside via cmus-remote(1).
|
||||
|
||||
WWW: http://cmus.sourceforge.net
|
||||
WWW: http://cmus.sourceforge.net
|
||||
|
Loading…
Reference in New Issue
Block a user