summaryrefslogtreecommitdiff
path: root/audio/emixer
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2005-02-21Sign over maintainership to tech-pkg@hubertf1-2/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-05-03Use ossaudio.buildlink3.mk to be platform-independent.minskim2-3/+5
While here, set NO_CONFIGURE=YES.
2004-04-11bl3ifyxtraeme1-3/+3
2004-01-28Get rid of two '^H' characters in C source.agc2-5/+23
My, can gcc3 be picky.
2004-01-27Allow emixer to work with mpg123-esound and mpg123-nas as well as mpg123.agc1-2/+2
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-2/+2
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-2/+2
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-09-09Fix HOMEPAGEhubertf1-2/+2
XXX pkg needs an update, but ENOTIME right now. Any volunteers?
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2002-10-25buildlink1 -> buildlink2.wiz1-3/+3
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-10-12Remove commented out USE_CURSES (buildlinked).wiz1-2/+1
2001-06-19Convert to use buildlink.mk files for ncurses dependency and mark asjlam4-25/+12
USE_BUILDLINK_ONLY.
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-10/+8
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-07USE_CURSES instead of hardwired dependency on ncurses.wiz5-30/+45
Fix a segfault while I'm here.
2000-06-12add back depends on ncurses as the package still appears to need it (won'tdmcmahill1-1/+2
compile without ncurses on 1.4 machines).
2000-04-16Fix yet more display problems.mycroft5-46/+170
2000-04-16Fix numerous display problems.mycroft6-13/+456
Eliminate the use of slang alongside ncurses.
2000-02-02Update to V0.05.5, changes:hubertf2-5/+5
- Two new playmodes... loop and random. - Continous play has been fixed, it does not crash eMixer anymore, also the user has better control of it. - A bias meter has been included, you can tell how many times you have played a song. - The total number of tracks on your playlist is now displayed.
2000-01-15Update dependency on ncurses to >=4.2jlam1-2/+2
1999-12-20Link libm in explicitly, which makes things going on ELF.hubertf1-1/+3
Fixes PR 9000 by Lennart Augustsson <lennart@augustsson.net>
1999-12-13eMixer is a front-end to mpg123 that allows you tohubertf9-0/+80
play and mix two mp3 streams together. This ability to mix two mp3s together makes eMixer act like a cross-fader effectively giving the user DJ like capabilities from their computer console. eMixer is also very able in a "real time" party environment. Best viewed in an (color-)rxvt.