diff options
author | clsung <clsung@FreeBSD.org> | 2006-12-23 15:24:59 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-12-23 15:24:59 +0800 |
commit | 3a6838f074e3bffea171fc560c1749dbf6860e58 (patch) | |
tree | da6fa9e9707840ab958984393aa2bfa8b2f677db /audio | |
parent | c94b4e76999e1252b7cb461f349b1860ff249cae (diff) | |
download | freebsd-ports-gnome-3a6838f074e3bffea171fc560c1749dbf6860e58.tar.gz freebsd-ports-gnome-3a6838f074e3bffea171fc560c1749dbf6860e58.tar.zst freebsd-ports-gnome-3a6838f074e3bffea171fc560c1749dbf6860e58.zip |
- Update to 2.1.0
- Update pkg-descr
PR: ports/107120
Submitted by: maintainer (Simon Olofsson)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cmus/Makefile | 42 | ||||
-rw-r--r-- | audio/cmus/distinfo | 6 | ||||
-rw-r--r-- | audio/cmus/pkg-descr | 20 | ||||
-rw-r--r-- | audio/cmus/pkg-plist | 3 |
4 files changed, 45 insertions, 26 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile index 33ef586334a1..0c0d9f77b946 100644 --- a/audio/cmus/Makefile +++ b/audio/cmus/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cmus -PORTVERSION= 2.0.4 +PORTVERSION= 2.1.0 CATEGORIES= audio MASTER_SITES= http://onion.dynserv.net/~timo/files/ \ http://mirror.greaterscope.net/cmus/ @@ -26,9 +26,12 @@ CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ OPTIONS= FLAC "FLAC (Free Lossless Audio Codec) support" Off \ MAD "MPEG Audio Decoder (libmad) support" On \ MODPLUG "libmodplug (mod, x3m, ...) support" Off \ + MIKMOD "libmikmod (mod, x3m, ...) support" Off \ MUSEPACK "libmpcdec (Musepack .mpc) support" Off \ VORBIS "Ogg/Vorbis support" On \ TREMOR "Use Tremor as Ogg/Vorbis input plugin" Off \ + MP4 "MPEG-4 AAC support" Off \ + AAC "AAC support" Off \ LIBAO "Libao cross-platform audio library" Off \ ARTS "ARTS support" Off @@ -65,6 +68,14 @@ CONFIGURE_ARGS+=CONFIG_MODPLUG=n PLIST_SUB+= MODPLUG="@comment " .endif +.if defined(WITH_MIKMOD) +LIB_DEPENDS+= mikmod:${PORTSDIR}/audio/libmikmod +CONFIGURE_ARGS+=CONFIG_MIKMOD=y +PLIST_SUB+= MIKMOD="" +.else +PLIST_SUB+= MIKMOD="@comment " +.endif + .if defined(WITH_MUSEPACK) LIB_DEPENDS+= mpcdec:${PORTSDIR}/audio/libmpcdec CONFIGURE_ARGS+=CONFIG_MPC=y @@ -83,6 +94,30 @@ CONFIGURE_ARGS+=CONFIG_VORBIS=n PLIST_SUB+= VORBIS="@comment " .endif +.if defined(WITH_TREMOR) +LIB_DEPENDS+= vorbisidec:${PORTSDIR}/audio/libtremor +CONFIGURE_ARGS+=CONFIG_TREMOR=y +.endif + +.if defined(WITH_MP4) +LIB_DEPENDS+= faad:${PORTSDIR}/audio/faad +LIB_DEPENDS+= mp4v2:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2 +CONFIGURE_ARGS+=CONFIG_MP4=y +PLIST_SUB+= MP4="" +.else +CONFIGURE_ARGS+=CONFIG_MP4=n +PLIST_SUB+= MP4="@comment " +.endif + +.if defined(WITH_AAC) +LIB_DEPENDS+= faad:${PORTSDIR}/audio/faad +CONFIGURE_ARGS+=CONFIG_AAC=y +PLIST_SUB+= AAC="" +.else +CONFIGURE_ARGS+=CONFIG_AAC=n +PLIST_SUB+= AAC="@comment " +.endif + .if defined(WITH_LIBAO) LIB_DEPENDS+= ao:${PORTSDIR}/audio/libao CONFIGURE_ARGS+=CONFIG_AO=y @@ -101,11 +136,6 @@ CONFIGURE_ARGS+=CONFIG_ARTS=n PLIST_SUB+= ARTS="@comment " .endif -.if defined(WITH_TREMOR) -LIB_DEPENDS+= vorbisidec:${PORTSDIR}/audio/libtremor -CONFIGURE_ARGS+=CONFIG_TREMOR=y -.endif - MAN1= cmus.1 cmus-remote.1 post-extract: diff --git a/audio/cmus/distinfo b/audio/cmus/distinfo index a3b882acc3ea..a85f257a26d8 100644 --- a/audio/cmus/distinfo +++ b/audio/cmus/distinfo @@ -1,3 +1,3 @@ -MD5 (cmus-2.0.4.tar.bz2) = 14e965f672ae0e69042399efeb1bea07 -SHA256 (cmus-2.0.4.tar.bz2) = c3eafe6bbce9c8c57ebc54f4fc0709a5e4c797a7a2289ef394c19f9fbbd22bfa -SIZE (cmus-2.0.4.tar.bz2) = 138595 +MD5 (cmus-2.1.0.tar.bz2) = 11ca53a05442ee073b6e790e957b1433 +SHA256 (cmus-2.1.0.tar.bz2) = fe47e258918526b9e1b2cd7081d73654af8c326f0f3b0fabe450b805b78423c0 +SIZE (cmus-2.1.0.tar.bz2) = 146956 diff --git a/audio/cmus/pkg-descr b/audio/cmus/pkg-descr index 4a1afcc7204c..4e3546505983 100644 --- a/audio/cmus/pkg-descr +++ b/audio/cmus/pkg-descr @@ -1,20 +1,6 @@ -CMus is a small and fast music player using the ncurses library. -CMus has vi-style command interface, e.g. searching using '/' or -'?' and adding files to playlist ':add ~/foo.ogg'. - - * Plays FLAC, OGG, MP3, WAV, modules - * MP3 and Ogg streaming (Shoutcast/Icecast) - * WinAmp / XMMS keys "zxcvb" - * Can be controlled via UNIX socket - * Customizable colors - * Nice vi-style interface with tabulator expansion - * Background playlist loading - * Track metadata database makes adding files to playlist very fast. - * Album/artist modes. Playing within one album or artist. - * Powerful playlist filters - * Can run external commands for the currently selected files - * Directory browser - * Supports 256 colors +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). Author: Timo Hirvonen <tihirvon@gmail.com> WWW: http://onion.dynserv.net/~timo/cmus.html diff --git a/audio/cmus/pkg-plist b/audio/cmus/pkg-plist index ecd288905205..13b94ffe7a9e 100644 --- a/audio/cmus/pkg-plist +++ b/audio/cmus/pkg-plist @@ -4,8 +4,11 @@ lib/cmus/ip/wav.so %%FLAC%%lib/cmus/ip/flac.so %%MAD%%lib/cmus/ip/mad.so %%MODPLUG%%lib/cmus/ip/modplug.so +%%MIKMOD%%lib/cmus/ip/mikmod.so %%MPC%%lib/cmus/ip/mpc.so %%VORBIS%%lib/cmus/ip/vorbis.so +%%MP4%%lib/cmus/ip/mp4.so +%%AAC%%lib/cmus/ip/aac.so lib/cmus/op/oss.so %%AO%%lib/cmus/op/ao.so %%ARTS%%lib/cmus/op/arts.so |