summaryrefslogtreecommitdiff
path: root/audio/cmus
diff options
context:
space:
mode:
authorwiz <wiz>2007-01-13 08:57:56 +0000
committerwiz <wiz>2007-01-13 08:57:56 +0000
commit59051b08a166abe6e3775d3b93197f127ae53aac (patch)
treea38178a337364786ce59badb909d2725d614057e /audio/cmus
parentb65c491de21934a5a0ca605fb0698d52b7ec55d5 (diff)
downloadpkgsrc-59051b08a166abe6e3775d3b93197f127ae53aac.tar.gz
Update to 2.1.0.
New in 2.1.0: Claes Na:sten (1): Add support for compilation tag dnk (3): nomad.c seek index mad: remove unnecessary seek Add MP4 input plugin dnk000@gm... (4): dir_open leak in tabexp_load_dir() Raw/mpeg-2 AAC plugin Handle input plugin read errors properly On error set ip->eof in ip_read(). Remove ip_set_eof() Frank Terbeck (4): help_view: one in all patch updated email address. added support for cmus' options to zsh completion in contrib/ used wrong indention in contrib/README. fixed. Julien Louis (2): build oss plugin on kFreeBSD Fix typo in configure which causes problems in detection of the tremor decoder Michael (1): MikMod plugin Michael Piotrowski (1): Fix streaming for other systems than Linux Simon Morgan (1): Make setting terminal title optional Timo Hirvonen (66): Move VERSION from configure to Makefile Convert all possible #include <...> lines to #include "..." -I. is not needed in CFLAGS anymore configure: Move COMPAT_LIBS check to configure Keep cursor at selected line Avoid unnecessary screen update Fix cursor position saving for editable views mad: Fix integer overflow in seeking big mp3 with a Xing tag help: some clean-ups player-pause: start playing if currently stopped Use view names instead of indexes in the default bindings Rename help_add and help_remove Fix removing unbound command from help view Make get_command() more robust help view: Shorten lines, coding style fixes Keep help view sorted Support removing bindings directly from help view Display options in help view Make options editable in help view Rename help view to settings, change binding to 7 Make options searchable in settings view Rename CTX_HELP to CTX_SETTINGS mad: Handle seek error mad: Don't build seek index for streams Save cursor position for settings view mikmod: Disable tag loading mikmod: Remove some debugging code mikmod: Remove useless casts Cache ip->duration() result mad: Change seek index interval to 15 mad: Add support for albumartist tag tree view: Group tracks by albumartist tag if available tree view: Remove artist/album == NULL case, always sort special names first Put all files with albumartist tag to <Compilations> Fix updating title line if set_term_title is false Small optimization for simple_track_cmp() mad: Fix id3_key enumeration configure: Fix check_header Use check_header to check if neaacdec.h is available Initialize ip if ip_open() fails AAC: Small cleanups Don't try to get duration for streams mp4: Remove .aac from supported extensions configure: Improve usage text cmus-remote: TCP/IP support Update usage messages for both cmus and cmus-remote Define default port in Makefile buffer_fill(): Return number of filled chunks ip_read() error handling fixes Disable TCP/IP server support Classify commands Simplify command reading from socket Add simple authentication support for cmus-remote Reenable TCP/IP support for cmus-remote Add support for ID3 TDRL frame, parse date properly build system: Mark clean and distclean .NOTPARALLEL Add support for ID3 v2.4 TDOR frame Support FLAC 1.1.3 wav: Don't read incomplete frame at end of a truncated file wav: Use unsigned int instead of int in wav_read() and wav_seek() Use unsigned int instead of int to store player position Die if input plugin reads incomplete frame Makefile: Use git archive instead of deprecated git tar-tree to create dist Support large files Change default value for format_playlist New in 2.0.4: Marc Tanner: Hide .. if we are in the root dir within the file browser Nikolai Weibull: Add handling of $CMUS_HOME variable and clean up code using cmus home Fix freeing of arguments to run command. Timo Hirvonen: Require alsa >= 1.0.11 make dist: Don't include extended pax header in tarball configure: Darwin, not darwin configure: Improve compiler flag detection Put DL_CFLAGS to CFLAGS for cmus ttman: Add @li keyword cmus.1: Use the @li keyword configure: Abort if CC or LD is totally useless configure: Put SHELL to config.mk build system: Add check for -lsocket configure: Use check_socket server.c needs <string.h> <ao/ao.h> doesn't include <stdio.h> Solaris needs <termios.h> for TIOCGWINSZ Solaris needs <ncurses.h> instead of <curses.h> build system: Run scripts using $(SHELL) build system: Use ginstall if available Add directory reading functions Convert scandir() to use dir_*() browser: Use dir_*() instead of load_dir() Use dir_*() instead of load_dir() in tab completion Remove load_dir() Convert load_themes() to use dir_*() Add str_array_plug() Replace str_array_add() uses with ptr_array_add() Fix buffer overflow when completing variable value build system: Add various libs to COMPAT_LIBS on Solaris Link against COMPAT_LIBS build system: Add /usr/local/{include,lib} to header/library search paths for Solaris Fix check_dl() for Darwin FLAC: Clean up FLAC: Support 12, 20 and 24 bit samples FLAC: More clean ups FLAC: Convert samples to little-endian ALSA: Don't silence if period size is unknown build system: Update comments and move private function to utils.sh build system: Use prefixed variable name build system: Split checks common to CC and CXX build system: Support CXX in compile and link tests build system: Split $PATH using IFS=: build system: Use `cmd` syntax instead of $(cmd) build system: Use expr instead of $(( )) build system: Don't use ${#var} etc. build system: Separate export and setting variable build system: Don't use test -e build system: ! is not supported by SunOS /bin/sh configure: SunOS /bin/sh compatibility build system: Fix path_find() build system: No need to put SHELL to config.mk anymore Split ip_open() to ip_open() and ip_setup() Fix setting terminal title if t_ts and t_fs are not set Fix some comments in pcm.c Make player_set_op() void player_seek: Change "whence" argument to "relative" Remove unused function op_second_size() Remove op_set_sf() Don't do op_drop() when changing sample format Remove unused argument from get_stream_title() Fix calculations in mixer_check() Add path_absolute_cwd(path, cwd) Add struct stat into struct directory, special case for symbolic links Don't follow symbolic links pointing within the directory we are processing Display the default key bindings in bold on cmus(1) ttman: Fix escaping "." at beginning of line inside @pre Add keybindings section to cmus(1) Fix segfault if CMUS_HOME is not set Do op_drop() when changing song Fix a bug in change_sf() Support inverted filters in the filters view factivate: support inverting filters Display toggled but deactivated filters in square brackets Software volume control Document softvol and softvol_state options Improve filter documentation
Diffstat (limited to 'audio/cmus')
-rw-r--r--audio/cmus/Makefile12
-rw-r--r--audio/cmus/PLIST3
-rw-r--r--audio/cmus/distinfo8
3 files changed, 12 insertions, 11 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile
index d3cf8bca89b..f9a68951e54 100644
--- a/audio/cmus/Makefile
+++ b/audio/cmus/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2007/01/07 12:25:50 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2007/01/13 08:57:56 wiz Exp $
#
-DISTNAME= cmus-2.0.3
-PKGREVISION= 1
+DISTNAME= cmus-2.1.0
CATEGORIES= audio
MASTER_SITES= http://onion.dynserv.net/~timo/files/
EXTRACT_SUFX= .tar.bz2
@@ -34,9 +33,10 @@ PLIST_SUBST+= SUN="@comment "
CONFIGURE_ARGS+= CONFIG_SUN=y
.endif
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../audio/flac/buildlink3.mk"
+.include "../../audio/libao/buildlink3.mk"
.include "../../audio/libmad/buildlink3.mk"
+.include "../../audio/libmodplug/buildlink3.mk"
.include "../../audio/libvorbis/buildlink3.mk"
-.include "../../audio/libao/buildlink3.mk"
-.include "../../audio/flac/buildlink3.mk"
+.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/audio/cmus/PLIST b/audio/cmus/PLIST
index 3611f871d62..a41881fdc7b 100644
--- a/audio/cmus/PLIST
+++ b/audio/cmus/PLIST
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2006/07/10 00:56:25 minskim Exp $
+@comment $NetBSD: PLIST,v 1.3 2007/01/13 08:57:56 wiz Exp $
bin/cmus
bin/cmus-remote
lib/cmus/ip/flac.so
lib/cmus/ip/mad.so
+lib/cmus/ip/modplug.so
lib/cmus/ip/vorbis.so
lib/cmus/ip/wav.so
lib/cmus/op/ao.so
diff --git a/audio/cmus/distinfo b/audio/cmus/distinfo
index 97d073efc8c..5f68cf0532f 100644
--- a/audio/cmus/distinfo
+++ b/audio/cmus/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/07/08 04:31:28 ben Exp $
+$NetBSD: distinfo,v 1.2 2007/01/13 08:57:56 wiz Exp $
-SHA1 (cmus-2.0.3.tar.bz2) = 8bb682ea01b3fc3a1305327f3f12c6a0f0b94ffa
-RMD160 (cmus-2.0.3.tar.bz2) = 82963101a3ca782bdad9613564cdafd842f4f7b8
-Size (cmus-2.0.3.tar.bz2) = 134703 bytes
+SHA1 (cmus-2.1.0.tar.bz2) = 961d4bd1446c9499aeaac5a280761e5d98ca514f
+RMD160 (cmus-2.1.0.tar.bz2) = f359c8929dd616855aedbe2c4d1d2e252a8946ca
+Size (cmus-2.1.0.tar.bz2) = 146956 bytes