2010-05-18 23:11:47 +02:00
|
|
|
# $NetBSD: Makefile,v 1.24 2010/05/18 21:11:47 gls Exp $
|
2006-07-08 06:31:28 +02:00
|
|
|
#
|
|
|
|
|
2010-05-18 23:11:47 +02:00
|
|
|
DISTNAME= cmus-v2.3.2
|
Updated to version 2.3.0.
It's been a really long time since 2.2.0, previous cmus release - almost 3
years have passed. During this time, Timo Hirvonen, original cmus author, has
disappeared, cmus-unofficial fork was born, and, lately, cmus-unofficial
transformed back into cmus. Long story short - here is the new release!
Features highlight:
Gapless MP3 playback
Native PulseAudio output plugin
Faster metadata cache
Improved compilation handling
cmus-tutorial(7) man page
SHOUTcast icy-* headers support
Musepack SV8 support
Support for the new libmp4v2
And, of course, tons of bugs were fixed.
2010-03-03 00:06:43 +01:00
|
|
|
PKGNAME= ${DISTNAME:S/-v/-/}
|
2006-07-08 06:31:28 +02:00
|
|
|
CATEGORIES= audio
|
2010-05-18 23:11:47 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cmus/}
|
2006-07-08 06:31:28 +02:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2008-07-16 16:04:29 +02:00
|
|
|
MAINTAINER= ahoka@NetBSD.org
|
2008-05-10 16:56:33 +02:00
|
|
|
HOMEPAGE= http://cmus.sourceforge.net/
|
2010-03-01 03:58:26 +01:00
|
|
|
COMMENT= cmus is a small, fast and powerful text mode music player
|
2006-07-08 06:31:28 +02:00
|
|
|
|
2009-06-07 14:31:43 +02:00
|
|
|
CONFLICTS+= cmus-unofficial-[0-9]*
|
2008-05-10 16:56:33 +02:00
|
|
|
|
2010-03-01 03:58:26 +01:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+= prefix=${PREFIX}
|
|
|
|
CONFIGURE_ARGS+= CONFIG_ALSA=n
|
|
|
|
CONFIGURE_ARGS+= mandir=${PREFIX}/${PKGMANDIR}/
|
|
|
|
PLIST_VARS+= sunaudio oss
|
|
|
|
|
|
|
|
.include "../../mk/oss.buildlink3.mk"
|
|
|
|
.if ${OSS_TYPE} != "none"
|
|
|
|
PLIST.oss= yes
|
|
|
|
CONFIGURE_ARGS+= CONFIG_OSS=y
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= CONFIG_OSS=n
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "SunOS" || exists(/usr/include/sys/audioio.h)
|
|
|
|
CONFIGURE_ARGS+= CONFIG_SUN=y
|
|
|
|
PLIST.sunaudio= yes
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= CONFIG_SUN=n
|
|
|
|
.endif
|
|
|
|
|
2009-08-17 16:21:42 +02:00
|
|
|
.include "options.mk"
|
2010-03-01 03:58:26 +01:00
|
|
|
|
|
|
|
.include "../../mk/dlopen.buildlink3.mk"
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|