diff options
author | hubertf <hubertf> | 1999-05-27 00:49:44 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-05-27 00:49:44 +0000 |
commit | ca6b24d83bbbd5fbfd59ae9db54d7dc7ed0d3ba5 (patch) | |
tree | 0c0e2649ef28d03a268845f91c70f8cf61a69b93 /audio/gqmpeg/Makefile | |
parent | 1720e6a77f9e7b81d2ac12b9fb94c49a20af8e08 (diff) | |
download | pkgsrc-ca6b24d83bbbd5fbfd59ae9db54d7dc7ed0d3ba5.tar.gz |
Update to V0.6.0
- Shoutcast/streaming support, including saving to playlists.
- Multiple file selection in playlist window.
- Drag n drop in playlist and main window, playlist can be ordered by
dragging too (with the middle button).
- BSD cpu utilization code patch.
- SGI mixer support patch.
- Window Maker docking option -dockwm, standard -dock option.
- Ability to play a file not in playlist (right click menu->Open)
- Ability to import playlists not created with gqmpeg
- More complete ipc and command line options (gqmpeg -help for more).
- If an ipc command is specified on the command line, and gqmpeg is not
currently running, it is launched.
- Internal interface redesigned, it should now be easy to add playback
facilities for additional file types.
- Pressing stop when already stopped now resets to beginning of playlist.
- NetBSD mixer support.
- The icecast / shoutcast netscape plugin now works.
- Entries with tab completion are now obvious. (via tab arrow icon).
- Better detection of mpg123 error messages, now prints unrecognized
mpg123 messages as warnings (to the terminal).
- Fix to set Solaris mixer device to /dev/audioctl.
- Fix crash in shuffle code in some circumstances.
- Various bugs fixes.
Diffstat (limited to 'audio/gqmpeg/Makefile')
-rw-r--r-- | audio/gqmpeg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gqmpeg/Makefile b/audio/gqmpeg/Makefile index d73f8a5b665..fcb427803a5 100644 --- a/audio/gqmpeg/Makefile +++ b/audio/gqmpeg/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 1999/05/15 03:49:13 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1999/05/27 00:49:44 hubertf Exp $ # FreeBSD Id: Makefile,v 1.6 1998/12/28 01:02:05 vanilla Exp # -DISTNAME= gqmpeg-0.5.2 +DISTNAME= gqmpeg-0.6.0 CATEGORIES= audio MASTER_SITES= http://www.geocities.com/SiliconValley/Haven/5235/ EXTRACT_SUFX= .src.tgz |