summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
1999-12-28replaced some more commands by their ${COMMAND} counterpartswiz32-81/+81
1999-12-28moved ${ECHO} lines below .include of bsd.pkg.mk, making it expand correctlywiz1-7/+8
to 'echo' instead of ''
1999-12-28reversed replacement of 'echo' by '${ECHO}' until I understand whywiz1-5/+5
it didn't work
1999-12-26RCS tag addedwiz1-0/+1
1999-12-26reformatted for 70 characters per linewiz1-16/+19
1999-12-25RCS tag addedwiz4-0/+4
1999-12-25added missing NetBSD RCS tags, 'quoted' existing *BSD oneswiz7-14/+17
1999-12-25replaced obsolete master sitewiz1-2/+2
1999-12-25pkglint silencing:wiz33-398/+159
o use DISTNAME and PKGNAME instead of DISTFILES o replace rm by ${RM}, chmod by ${CHMOD}, pax by ${PAX}, echo by ${ECHO} o reorder lines, remove unnecessary blank o modify pkg/COMMENT and pkg/DESCR o remove lines from files/patch-sum for files that aren't there
1999-12-25shortened description to the relevant partwiz1-186/+16
1999-12-25pkglint cleanupwiz3-13/+14
1999-12-25replaced chmod by ${CHMOD}wiz1-2/+2
cvs: ----------------------------------------------------------------------
1999-12-25removed distribution site that's not distributing anymore,wiz1-2/+4
moved distfile to LOCAL_PORTS, as agreed on on packages@netbsd.org (ftp.netbsd.org distfiles directory updated)
1999-12-24Radically shortened description to be more precise, added HOMEPAGEwiz2-279/+2
1999-12-24more pkglint silencingwiz1-5/+3
1999-12-24remove unnecessary PKGNAME (== DISTNAME), silencing pkglint a bitwiz1-2/+1
1999-12-22Add -Wl,-R to the link phase.scw2-4/+5
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-17Make this compile again. Hopefully fixes pr 9003 by Lennart Augustssonpooka2-0/+16
1999-12-17Update dependency on esound to reflect its correct version. Pointedagc1-2/+2
out by David Brownlee.
1999-12-13add & enble emixerhubertf1-1/+2
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.
1999-12-12Add missing dependency on xpm.rh1-1/+2
1999-12-12*** empty log message ***mjl16-556/+13
1999-12-12Updated to bladeenc 0.90.0mjl4-26/+14
1999-12-10add & enable libmikmodhubertf1-1/+2
1999-12-10The MikMod sound library is an excellent way for a programmer tohubertf8-0/+102
add music and sound effects to an application. It is a powerful and flexible library, with a simple and easy-to-learn API. Besides, the library is very portable and runs under a lot of Unices, as well as under OS/2, MacOS and Windows. Third party individuals also maintain ports on other systems, including MS-DOS, and BeOS. MikMod is able to play a wide range of module formats, as well as digital sound files. It can take advantage of particular features of your system, such as sound redirection over the network. And due to its modular nature, the library can be extended to support more sound or module formats, as well as new hardware or other sound output capabilities, as they appear. Submitted in PR 8543 by kuebart@mathematik.uni-ulm.de (Joachim Kuebart)
1999-12-06Add RCS Id.bouyer2-2/+4
1999-12-06Make kde work on solaris. Mostly:bouyer3-4/+1117
- don't hardcode -lossaudio in Makefiles, teach configure about it instead - different PLIST
1999-12-04Add and enable dapscw1-1/+2
1999-12-04Digital audio recording and processing package.scw23-0/+1476
1999-11-29Make dependency on imlib a wildcard dependency. This fixes PR 8911 byrh2-4/+4
wiz@danbala.ifoer.tuwien.ac.at.
1999-11-25Don't depend on random packages installed by some user, use ourhubertf1-6/+2
dependency system to pull in stuff that's known to work.
1999-11-24fixhubertf2-7/+8
1999-11-24Make this package no longer interactive. Simple one, doing the TCL stuffhubertf3-11/+8
with tclsh instead of wish did the job.
1999-11-23add a bunch of NO_CDROM where appropriatehubertf1-1/+2
1999-11-21add missing patch-sumdmcmahill1-0/+11
1999-11-19Make package compile after changes to NetBSD's OSS library.tron2-1/+15
1999-11-16regenjdolecek1-2/+2
1999-11-16last KDE pullup of this nightjdolecek1-1/+4
1999-11-15regenjdolecek1-4/+4
1999-11-15Mark patches pulled up into KDE tree as such.jdolecek3-3/+9
1999-11-15regenjdolecek1-2/+1
1999-11-15duplicates patch-aajdolecek1-14/+0
1999-11-15defuzzrh7-67/+75
1999-11-12The pth package is now at 1.2.0 - correct the dependency information.agc1-2/+2
1999-11-11We play audio CDs from /dev/rcd0d, not /dev/rmacd0d (or whatever thathubertf2-1/+23
thing was that FreeBSD takes there).
1999-11-10Comment had more than one lineproff1-2/+0
1999-11-09Install manpage. Code submitted in private mail byhubertf4-4/+8
Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
1999-11-07Update "gnome-media" package to version 1.0.51 include in GNOME 1.0.53tron5-26/+43
release. This version fixes several bugs found in 1.0.9.1.