summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2002-11-19Sync MESSAGE up with vorbis-tools/MESSAGE.chris1-6/+5
2002-11-19Define Solaris specific AUDIO_ENCODING_SLINEAR and AUDIO_ENCODING_ULINEAR.salo2-6/+15
A patch from Jonathan Perkin via PR 18791
2002-11-18Fix PKGLOCALEDIR usage. Closes pkg/18661salo5-6/+49
2002-11-15Update to flac-xmms 1.0.4, to track the update of flac to 1.0.4.lukem6-31/+240
(Many thanks to Nick Hudson for helping me get this to work.)
2002-11-14Remove unneeded patch after conversion to buildlink2.jlam2-15/+1
2002-11-14buildlink1 -> buildlink2jlam1-2/+2
2002-11-13If we are using audio/oss, then we don't need the NetBSD OSS compatibilityjlam1-1/+6
library (-lossaudio). This makes handling OSS in pkgsrc easier, but we should still be fixing the packages to handle both real OSS and -lossaudio cases and pass them back to the authors.
2002-11-11typo fixheinz1-2/+2
2002-11-11Fix PLIST (spotted by hubertf's i386 bulk build).schmonz1-2/+2
2002-11-11Update to 1.0beta3. Changes:wiz3-9/+8
In 1.0beta3: This is the third beta for Speex, implementing what should be the last new features before 1.0. These new features are a new "ultra-wideband" mode for encoding at 32kHz (up to 48kHz) and an intensity stereo mode. Both of these are implemented to preserve backward and forward compatibility with other releases. This means that it is now possible to encode almost any wave file using Speex. Most of the work left for 1.0 is now quality improvements regarding VBR, perceptual enhancement and packet loss concealment. In 1.0beta2: This second beta release brings many, many optimizations to the encoder and decoder. In some cases, the speedup is on the order of 50% to 100%. As part of the optimizations, some sections of Speex have been written in assembly with SSE instructions which can be enabled with the _USE_SSE flag when compiling with GCC. Finally, the code has received a major cleanup.
2002-11-10Update to flac 1.0.4. Notable changes:lukem8-31/+250
flac: - AIFF input support - vorbis tag addition whilst encoding (-T) - various speedups, reductions in memory use, and minor fixes libraries: - OggFLAC & OggFLAC++ libraries - various speedups, reductions in memory use, and minor fixes (see doc/html/news.html for more info)
2002-11-03Mark as using X11.wiz1-1/+2
2002-11-03Add the oss rc.d script.jlam1-1/+2
2002-11-02s|${X11PREFIX}/var/lib|${SCROLLKEEPER_DATADIR}|rh1-14/+14
Include missing scrollkeeper buildlink2.mk where necessary
2002-11-01Depend on latest gdbm and bump PKGREVISION (major bump in gdbm library).wiz1-2/+3
2002-10-30Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.rh6-28/+6
2002-10-27Check for pth, not NetBSD, so this package compiles with native threads.rh4-20/+20
Bump pkgrevision.
2002-10-27Check for pth, not NetBSD, so this compiles with native pthreads.rh3-11/+11
Bump PKGREVISION.
2002-10-27Test for pth, not __NetBSD__ to make this compile with native threads.rh4-18/+18
Bump PKGREVISION.
2002-10-26Need more libraries for X11 on Solaris.bouyer2-5/+14
2002-10-25buildlink1 -> buildlink2.wiz1-3/+3
2002-10-25buildlink1 -> buildlink2.wiz2-6/+6
2002-10-25Remove some unnecessary stuff now that pth is --enable-syscall-hard.skrll5-88/+7
Bump PKGREVISION. OK'd by Rene.
2002-10-22Default to gravis.cfg, not midia.cfg, per PR 18750. Bump PKGREVISION.wiz2-3/+4
2002-10-21Convert to buildlink2, and use latest tarball (changed without name change)wiz2-8/+9
from the master site. Changes are documentation updates.
2002-10-21Add buildlink2.mk.wiz1-0/+23
2002-10-21Instead of 1.6_STABLE, accept 1.6_*, so 1.6_RCn, etc. will also work.jlam1-2/+2
2002-10-20Use buildlink2. Use perl5/module.mk.seb3-18/+9
2002-10-20Use perl5/module.mk.seb1-5/+2
2002-10-19Track directory layout change at MASTER_SITE_GNOME.rh3-6/+6
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-18Make this packages OSS-aware.jlam5-14/+34
2002-10-18ossxmix also needs to be wrapped as it may also use ui_X.so.jlam2-6/+11
2002-10-18Purely cosmetic changes.jlam1-16/+15
2002-10-18Make this package OSS-aware.jlam4-5/+99
2002-10-18Use ROOT_{USER,GROUP} instead of hardcoding root:wheel.jlam1-3/+3
2002-10-18Fix the script name.jlam1-2/+2
2002-10-18Be a little less verbose.jlam1-2/+2
2002-10-18Missing a ">".jlam1-2/+2
2002-10-18ui_X.so expects the GTK+-1.x libraries to be in /usr/pkg, so explicitlyjlam2-3/+17
set the LD_LIBRARY_PATH in case ${LOCALBASE} != "/usr/pkg".
2002-10-17This package doesn't need ossaudio.jlam1-2/+2
2002-10-17Make this package OSS-aware.jlam4-6/+24
2002-10-16Make this package OSS-aware.jlam1-1/+7
2002-10-16Allow to build on 1.6_STABLE.jlam1-1/+2
XXX "1.6_STABLE" is probably going to cause problems elsewhere in pkgsrc XXX as this is a departure from the previous NetBSD versioning scheme.
2002-10-16Update tremor library to a newer snapshot, mostly more optimisation,chris3-19/+6
a few bug fixes, removes the need for patches.
2002-10-16Substitute for modstat path, using "true" if not on NetBSD.jlam1-2/+2
2002-10-16Substitute for modstat path, using true if not on NetBSD.jlam1-1/+8
2002-10-16Update audio/oss to version 3.9.7e. Changes from version 3.9.7d includejlam2-7/+7
fixes to recording on Sound Blaster Audigy, implementing recording on the Aureal Vortex, and fixes for the Virtual Mixer Pro.
2002-10-16Note that OSS users should build a kernel and disable the audio devices forjlam1-3/+5
soundcards supported by the OSS LKM.
2002-10-16Packages that depend on oss really want any version of OSS as they onlyjlam1-3/+2
care if the kernel supports the ioctls for the OSS audio device. Also remove the unused BUILDLINK_LDFLAGS.oss as no packages want OSSlib.
2002-10-16no need to refer to xmcd as "--another FreeBSD port"lukem1-3/+3