./audio/herrie, Minimalistic, ncurses-based audio player

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.2nb1, Package name: herrie-2.2nb1, Maintainer: bjs

Herrie is a command line music player. It supports multiple audio file
formats (including MP3 and Ogg Vorbis) and has the ability to send
playback statistics to AudioScrobbler. The word `herrie' is Dutch for
`clamor'.

herrie uses a split-screen user interface: a playlist at the top and a
filebrowser at the bottom. The application has two modes of operation,
called `party mode' and `XMMS mode'. When the application is started in
party mode, the first song in the playlist gets started. It will also
be removed from the playlist as well. When the application is started
in XMMS mode, any song can be started and will not be removed from the
playlist. The default mode is party mode.


Required to run:
[www/curl] [audio/libid3tag] [audio/libmad] [devel/glib2] [devel/ncurses]

Required to build:
[devel/gmake] [devel/libtool-base] [devel/pkg-config]

Package options: curl, oss

Master sites:

SHA1: ae5c39be11aeb19898cd3f968580eafc623830b7
RMD160: e0f70ca4d867cf6cdbb452bd0f0860ef1f5a9f39
Filesize: 69.918 KB

Version history: (Expand)


CVS history: (Expand)


   2009-06-14 19:32:26 by Joerg Sonnenberger | Files touched by this commit (250)
Log message:
Remove @dirrm entries from PLISTs
   2009-02-21 14:22:43 by Thomas Klausner | Files touched by this commit (20)
Log message:
PKGREVISION bump for libsndfile ABI depends bump.
   2008-10-31 23:48:02 by Blair Sadewitz | Files touched by this commit (4) | Package updated
Log message:
Update to herrie-2.2.  Change 'libmodplug' option to 'modplug',
which was in options.description all along.  I've removed the
redundant 'libmodplug' option.

2008-10-14 -- Herrie 2.2:
 * Added: Ukranian translation - Viacheslav Chumushuk
 * Added: Option to disable yes/no questions - Viacheslav Chumushuk
 * Fixed: Add support for libSpiff 1.0.0 relative pathname support
 * Fixed: Don't write non-UTF-8 titles to disk - Peter Koeleman
   2008-07-16 09:21:23 by Blair Sadewitz | Files touched by this commit (3) | Package updated
Log message:
Update to herrie-2.1.  NOTE: the OSSv4 audio volume API change only applies
if OSSv4 is installed, so functionality should be retained on OSS-emulating
platforms, e.g. NetBSD and OpenBSD.

2008-07-15 -- Herrie 2.1:
 * Added: -p switch to start playback on startup - Phillip Warner
 * Fixed: Crash in seek time format parsing
 * Added: 'F' button to jump to files in the file browser
 * Improved: Use OSSv4 volume adjustment API - Paulo Matias
   2008-03-27 15:24:36 by Blair Sadewitz | Files touched by this commit (6) | Package updated
Log message:
Update to herrie-2.0.  Remove patch-ab, USE_FEATURES needs more testing
with this package.  While here, correct ncurses/ncursesw options
to provide the right arguments to configure.

Changes since 1.9.1:

2008-03-16 -- Herrie 2.0:
 * Added: Brasilian Portuguese translation - Eros Carvalho
 * Fixed: Make vfs.lockup.chroot expand ~/ and ~user/
 * Changed: Maintainer email address
 * Removed: Debian package infrastructure, per maintainer's request.

2008-02-12 -- Herrie 1.9.3:
 * Added: Support for Debian GNU/kFreeBSD
 * Added: Debian package infrastructure
 * Fixed: Shut down the application when we lose TTY input
 * Added: Chinese translation - Ji ZhengYu

2008-01-19 -- Herrie 1.9.2:
 * Removed: Native Windows support - it was incomplete anyway
 * Improved: Manpage reorganized to make more sense - Marcela Tiznado
 * Added: Finnish translation - Jorma Karvonen
 * Added: Danish translation - Joe Hansen
 * Improved: GUI scrolling performance when dealing with big playlists
 * Added: Switch to scroll pages up and down when selection goes out of sight
   2008-02-28 12:58:49 by Roland Illig | Files touched by this commit (36)
Log message:
Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,
to shut up the pkglint warnings.
   2008-02-22 17:59:57 by Johnny C. Lam | Files touched by this commit (2)
Log message:
+ Rename the "ncursesw" option to "wide-curses" and get rid \ 
of the
  "ncurses" option.  "wide-curses" now just toggles whether \ 
we use
  wide or narrow curses, which is a much simpler knob for users.

Bump the PKGREVISION to 1.
   2007-12-19 09:13:11 by Blair Sadewitz | Files touched by this commit (5) | Package updated
Log message:
Update to 1.9.1.

2007-12-17 -- Herrie 1.9.1:
 * Added: 'L' button to locate files in the current directory
 * Fixed: Remove almost endless recursion by not recursing on symlinks
 * Added: Input can be aborted pressing the escape button - Pieter-Paul Spiertz
 * Improved: Manual content now matches installed configuration
 * Fixed: Don't autoload the playlist when files are passed on the cmdline

2007-12-02 -- Herrie 1.9:
 * Added: Support for changing the volume
 * Improved: Make license of MD5 code in sync with the rest
 * Improved: Avoid deprecated CoreAudio calls on Leopard
 * Fixed: Stop processing of signals during shutdown
 * Added: Spanish and Catalan translations - Xavier de Blas
 * Added: '{' and '}' buttons to move tracks to top/bottom - Jille Timmermans