pkgsrc/audio/gqmpeg/Makefile
hubertf b6f0b0412d 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.
1999-05-27 00:49:44 +00:00

23 lines
601 B
Makefile

# $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.6.0
CATEGORIES= audio
MASTER_SITES= http://www.geocities.com/SiliconValley/Haven/5235/
EXTRACT_SUFX= .src.tgz
MAINTAINER= rxg@ms25.url.com.tw
HOMEPAGE= http://www.geocities.com/SiliconValley/Haven/5235/
DEPENDS+= gtk+-1.2.2:../../x11/gtk
DEPENDS+= imlib-1.9.4:../../graphics/imlib
DEPENDS+= mpg123-0.59q:../../audio/mpg123
USE_X11BASE= yes
ALL_TARGET= gqmpeg
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gqmpeg ${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"