summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2002-10-09buildlink1 -> buildlink2jlam1-12/+13
2002-10-09It is PTHREAD_OPTS not PTHREAD_OPT.skrll1-2/+2
2002-10-08Unused.wiz1-49/+0
2002-10-08Unused.wiz2-100/+0
2002-10-08Use buildlink2 and make this work with audio/oss installed.jlam4-25/+32
2002-10-08* buildlink1 -> buildlink2jlam8-86/+114
* Properly handle local discography when installing/deinstalling the binary package. * Use bsd.pkg.install.mk to preserve local configuration files when reinstalling xmcd.
2002-10-08Simplify the description.jlam1-14/+6
2002-10-07Include ossaudio.buildlink2.mk as libartsflow.* can depend on libossaudio.jlam1-1/+3
2002-10-07Make this package work with audio/oss if USE_OSS is defined.jlam3-15/+31
2002-10-04Update audio/audacity to 1.0.0.2. Pkgsrc changes from version 0.96 include:jlam18-227/+888
* Use the id3lib distributed with the audacity sources instead of audio/id3lib (this seems to fix audacity coredumps when exporting to MP3 after editting ID3 tags). * Install the documentation and license file. Changes from version 0.96 include: * Bug fixes * New effects: invert, reverse, noise removal * Ogg Vorbis import/export support. * Added "Save Changes" dialog. * Added tooltips. * Use libmad instead of libmpeg3 if not using xaudio. XXX OSS audio playback doesn't work on NetBSD with audio/oss. The process XXX hangs in "sndint" state according to top(1).
2002-10-04Bump the PKGREVISION as a result of changing the dsp device search order.jlam1-1/+2
2002-10-04Use a smarter sequence for finding a OSS dsp device: first try /dev/dsp,jlam2-7/+23
then try /dev/sound.
2002-10-03Note dependence on zlib.jlam1-1/+2
2002-10-03Make this package work with audio/oss.jlam1-1/+7
2002-10-03Update mserv to mserv-0.33nb5:abs15-58/+219
Correctly parse ID3V2 headers.
2002-10-03Use ossaudio.buildlink2.mk and modify to allow this to work with audio/oss.jlam4-6/+31
2002-10-03buildlink1 -> buildlink2markd7-17/+74
Expand on the DESCR. Partially addresses pkg/18374
2002-10-03Attempt to support OSS under NetBSD 1.5 (untested).jlam3-7/+19
2002-10-03Typo.jlam1-3/+3
2002-10-03buildlink1 -> buildlink2, and modify the arts configure script to usejlam4-28/+58
"${LIBOSSAUDIO}" instead of "-lossaudio". arts now works properly with audio/oss.
2002-10-03Many source files mistakenly include both <sys/soundcard.h> andjlam1-5/+22
<soundcard.h>, which causes errors since the definitions in the OSS sys/soundcard.h conflict with the definitions in the system soundcard.h. We fix this by making <sys/soundcard.h> and <soundcard.h> point to the same file and rely on multiple inclusion protection to prevent conflicts.
2002-10-03Fully convert to use buildlink2, even on alphas.jlam1-5/+5
2002-10-03Use buildlink2.jlam1-3/+4
2002-10-03Point /dev/sound to /dev/dsp when using OSS.jlam2-3/+7
2002-10-03Use ${DEVOSSSOUND} instead of /dev/sound, and some whitespace changes.jlam1-6/+7
2002-10-03Create "DEVOSSSOUND" which is used where we'd like for programs that usejlam1-1/+2
the ossaudio emulation to use /dev/sound instead of /dev/audio. For OSS, DEVOSSSOUND == DEVOSSAUDIO == /dev/dsp.
2002-10-03Add a buildlink2.mk file. This file shouldn't ever really need to bejlam1-0/+35
included because it will be included indirectly by ossaudio.buildlink2.mk, which should be the only file included by packages that want OSS.
2002-10-02* Move sound{on,off,conf} to ${PREFIX}/sbin.jlam4-16/+30
* Make the oss rc.d script smarter: check that soundconf has been run before starting, and check that the OSS LKM is loaded before unloading it when stopping. * Ensure the OSS LKM is unloaded before deinstalling.
2002-10-02Note to users about the oss rc.d script.jlam1-1/+4
2002-10-02Make this script more verbose when starting/stopping OSS.jlam1-4/+20
2002-10-02Add and enable oss.jlam1-1/+2
2002-10-02oss-3.97d - Open Sound System(TM) soundcard driverjlam12-0/+436
Open Sound System(TM) (OSS) is the first attempt in unifying the digital audio architecture for UNIX. OSS is a set of device drivers that provide a uniform API across all the major UNIX architectures. It supports Sound Blaster or Windows Sound System compatible sound cards which can be plugged into any UNIX workstation supporting the ISA or PCI bus architecture. OSS also supports workstations with on-board digital audio hardware. The pkgsrc OSS installs the evaluation version of OSS available from ftp.opensound.com, but allows for updating the license file to a permanent license.
2002-10-02Remove commented out BUILD_DEPENDS.wiz1-3/+1
2002-10-02fix previous. need. sleep.dillo1-3/+4
2002-10-02use automake.mkdillo1-5/+4
2002-10-02make use of new automake.mkdillo3-12/+25
2002-10-02Use gcc/buildlink2.mk instead of Makefile.gcc.jlam2-14/+4
2002-09-30Do previous "The Right Way".skrll4-6/+30
2002-09-29Use gcc/buildlink.mk instead of Makefile.gcc.jlam1-7/+3
2002-09-28Define DISTNAME even for unsupported platforms; otherwise bsd.pkg.mkwiz1-1/+3
complains. Addresses part of PR 18443.
2002-09-28Add -lm to LIBS, somehow needed for it to be included in libsndfile.la.wiz1-1/+5
2002-09-28Update to 1.0.1.wiz3-7/+13
Changes: Version 1.0.1 (2002-09-14) * Added MAT and MAT5 file formats. * Minor bug fixes.
2002-09-27Add and enable tremor and tremor-tools.wiz1-1/+3
2002-09-26Update mserv_irman to 0.15:abs2-5/+5
Fix logic error which would result in asking for more songs from the same artist or album to only select songs not previously rated, instead of unrated songs followed by SUPERB or GOOD songs (if there were unsufficient unrated songs).
2002-09-26Dewey-wildcard for libirman.wiz1-2/+2
2002-09-25Add gettext-lib buildlink2.mk, per PR 18396.wiz1-1/+2
2002-09-25buildlink1 -> buildlink2jlam3-6/+9
2002-09-25buildlink1 -> buildlink2jlam1-4/+5
2002-09-24Use MASTER_SITES_GNOME.wiz1-3/+2
2002-09-24Fix version number, this release is 1.0.2, the libary version is 1.2.0.chris2-4/+4