Summary
Herrie is a minimalistic music player that uses the command line. It is written to support a variety of operating systems, audio subsystems and file formats, including playlists. Herrie has a split-screen user interface, with a playlist at the top of the screen and a file browser at the bottom. When tracks are added to the playlist, Herrie consumes them from the top one by one. It is thus an application that allows you to batch music for playback. Herrie also has some more exotic features, including support for AudioScrobbler and the ability to chroot() itself into a directory.
Versions
v2.2-r2 :: 0 :: gentoo
- Modified
- License
- BSD-2 GPL-2
- Keywords
- amd64 ppc x86
- USE flags
- alsa ao http modplug mp3 nls oss pulseaudio sndfile unicode vorbis xspf
USE flags
General
- alsa
- Add support for media-libs/alsa-lib (Advanced Linux Sound Architecture)
- ao
- Use libao audio output library for sound playback
- http
- Enable http streaming
- modplug
- Add libmodplug support for playing SoundTracker-style music files
- mp3
- Add support for reading mp3 files
- nls
- Add Native Language Support (using gettext - GNU locale utilities)
- oss
- Add support for OSS (Open Sound System)
- pulseaudio
- Add sound server support via media-libs/libpulse (may be PulseAudio or PipeWire)
- sndfile
- Add support for libsndfile
- unicode
- Add support for Unicode
- vorbis
- Add support for the OggVorbis audio codec
- xspf
- Enable support for reading and saving XSPF playlists
Dependencies
dev-libs / glib : The GLib library of C routines
media-libs / alsa-lib : Advanced Linux Sound Architecture Library
media-libs / libao : The Audio Output library
media-libs / libid3tag : The MAD id3tag library, Tenacity fork
media-libs / libmad : "M"peg "A"udio "D"ecoder library
media-libs / libmodplug : Library for playing MOD-like music files
media-libs / libsndfile : C library for reading and writing files containing sampled sound
media-libs / libvorbis : The Ogg Vorbis sound file format library
media-libs / libxspf : Playlist handling library
media-sound / pulseaudio : A meta package for PulseAudio (networked sound server)
net-misc / curl : A Client that groks URLs
sys-devel / gettext : GNU locale utilities
sys-libs / ncurses : Console display library
virtual / pkgconfig : Virtual for the pkg-config implementation
Runtime Dependencies
dev-libs / glib : The GLib library of C routines
media-libs / alsa-lib : Advanced Linux Sound Architecture Library
media-libs / libao : The Audio Output library
media-libs / libid3tag : The MAD id3tag library, Tenacity fork
media-libs / libmad : "M"peg "A"udio "D"ecoder library
media-libs / libmodplug : Library for playing MOD-like music files
media-libs / libsndfile : C library for reading and writing files containing sampled sound
media-libs / libvorbis : The Ogg Vorbis sound file format library
media-libs / libxspf : Playlist handling library
media-sound / pulseaudio : A meta package for PulseAudio (networked sound server)
Bugs
- 403627
- media-sound/herrie-2.2 doesn't honor LINGUAS for locale files
- 740364
- media-sound/herrie-2.2-r2 fails to link with LLD because of /usr/lib in the link command line
- 751697
- media-sound/herrie-2.2-r2 installs compressed files (manpages, documentation)
- 832891
- media-sound/herrie-2.2-r2 - vfs_http.c:(.text+<snip>): undefined reference to funopen
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-sound/herrie: add missing slot operator dep (libid3tag)
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
media-sound/herrie: Add sys-libs/ncurses[unicode(+)]
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-sound/herrie: respect PKG_CONFIG
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-sound/herrie: eutils--
Signed-off-by: Sam James <sam@gentoo.org> - David Seifert · gentoo
media-sound/herrie: Remove old
Closes: https://bugs.gentoo.org/648292 Package-Manager: Portage-2.3.30, Repoman-2.3.9 - David Seifert · gentoo
media-sound/herrie: Mark ppc stable, #648292
Package-Manager: Portage-2.3.30, Repoman-2.3.9 - Thomas Deutschmann · gentoo
media-sound/herrie: x86 stable (bug #648292)
Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Agostino Sarubbo · gentoo
media-sound/herrie: amd64 stable wrt bug #648292
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="amd64" - Ulrich Müller · gentoo
media-sound/herrie: Remove linguas_* from IUSE.
Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/sbraz/gaupol'
Pull request: https://github.com/gentoo/gentoo/pull/743 - David Seifert · gentoo
media-sound/herrie: Add patch for libmodplug/modplug.h include
Gentoo-Bug: 573522 * EAPI=6 * Fix errors caused by -Werror=format-security * Fix underlinking issues with sys-libs/ncurses * Amended all patches to be compatible with -p1 Package-Manager: portage-2.2.27 - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed