mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Update to 2.0.0. Add another MASTER_SITE, and add libao support.
This commit is contained in:
parent
8f7adbf1d6
commit
17a13f66c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158980
@ -6,9 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= cmus
|
||||
PORTVERSION= 1.6.8
|
||||
PORTVERSION= 2.0.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://onion.dynserv.net/~timo/files/
|
||||
MASTER_SITES= http://onion.dynserv.net/~timo/files/ \
|
||||
http://mirror.greaterscope.net/cmus/
|
||||
|
||||
MAINTAINER= adamw@FreeBSD.org
|
||||
COMMENT= Console-based music player with really cool features
|
||||
@ -40,6 +41,9 @@ WITH_TREMOR= yes
|
||||
.if exists(${LOCALBASE}/lib/libmpcdec.so)
|
||||
WITH_MUSEPACK= yes
|
||||
.endif
|
||||
.if exists(${LOCALBASE}/lib/libao.so)
|
||||
WITH_LIBAO= yes
|
||||
.endif
|
||||
.if exists(${LOCALBASE}/lib/libartsc.so)
|
||||
WITH_ARTS= yes
|
||||
.endif
|
||||
@ -77,6 +81,14 @@ PLIST_SUB+= MPC="@comment "
|
||||
PREMSG+= Define WITH_MUSEPACK=yes to enable musepack support.\n
|
||||
.endif
|
||||
|
||||
.if defined(WITH_LIBAO)
|
||||
LIB_DEPENDS+= ao:${PORTSDIR}/audio/libao
|
||||
PLIST_SUB+= AO=""
|
||||
.else
|
||||
PLIST_SUB+= AO="@comment "
|
||||
PREMSG+= Define WITH_LIBAO=yes to enable the libao output library.\n
|
||||
.endif
|
||||
|
||||
.if defined(WITH_ARTS)
|
||||
LIB_DEPENDS+= artsc:${PORTSDIR}/audio/arts
|
||||
PLIST_SUB+= ARTS=""
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (cmus-1.6.8.tar.bz2) = 385f73b17d2a4d107d0fa05281f7958e
|
||||
SHA256 (cmus-1.6.8.tar.bz2) = e9594de4c0cc2ed845923f5b65d09834eab82a88555dcf4011985033ba211629
|
||||
SIZE (cmus-1.6.8.tar.bz2) = 142420
|
||||
MD5 (cmus-2.0.0.tar.bz2) = 181704377e17dc3d8ca9e69e7a004c14
|
||||
SHA256 (cmus-2.0.0.tar.bz2) = 88d85c68a143fba4fcffc9f148d1c0a818b6f9030da49528b8abd83c11cecb5c
|
||||
SIZE (cmus-2.0.0.tar.bz2) = 143942
|
||||
|
@ -6,10 +6,15 @@ lib/cmus/ip/mad.so
|
||||
%%MPC%%lib/cmus/ip/mpc.so
|
||||
%%VORBIS%%lib/cmus/ip/vorbis.so
|
||||
lib/cmus/ip/wav.so
|
||||
%%AO%%lib/cmus/op/ao.so
|
||||
%%ARTS%%lib/cmus/op/arts.so
|
||||
lib/cmus/op/oss.so
|
||||
%%DATADIR%%/keybindings
|
||||
%%DOCSDIR%%/cmus.html
|
||||
%%DATADIR%%/cyan.theme
|
||||
%%DATADIR%%/cyan.theme.bak
|
||||
%%DATADIR%%/default.theme
|
||||
%%DATADIR%%/default.theme.bak
|
||||
%%DATADIR%%/rc
|
||||
%%DATADIR%%/rc.bak
|
||||
%%DOCSDIR%%/examples/cmus-status-display
|
||||
@dirrm %%DOCSDIR%%/examples
|
||||
@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user