summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
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
2002-10-14Add support for IPv6, mainly using the patches fromrh7-5/+389
http://www.version6.net/ Bump PKGREVISION. This closes PR pkg/17771 by Tomi Nylund <wizard@sik.oulu.fi>
2002-10-14Update to KDE 3.0.4. Changes are as follows (note the security fixes)skrll4-10/+10
arts * Compile fix for IRIX64 kdelibs * KHTML : Fixed progress bar. * KHTML : Fixed several crashes and misrenderings. * KHTML : Fixed "HTML source displayed in text viewer" after viewing text. * KHTML : Only ask "download plugins?" once per requested mimetype in the same page. * Javascript : several fixes (row.cells(), tablecaption.*, heading.*, event.x/y) . * libkscreensaver : Fixed bug that in rare cases prevented the screensaver from showing anything. * kio_file : Proper "disk full" error message in mkdir * KIO : Dropping links to webpages onto the desktop works in all cases now * Drag-and-drop of URLs : Improved compatibility with non-KDE apps * KToolBar : fix for oversized comboboxes in toolbars, e.g. in KOffice kdebase * NSPlugins : Compatibility with gcc-3.x * Konqueror configuration : fixed default font size value * KDesktop : better determination of icon heights, for "lineup Icons" * KDesktop : Don't rearrange all icons when changing the font size * KControl : Fixed proxy configuration dialog layout * Fix a lot of mem leak * Kaddressbook : fix crash when we export CSV list * KDM * Security: proper temp dir creation for QT and disabled crash dialog * Made chooser work at all * Fixed compilation with older glibc * Fixed bad lilo interaction wrt. warnings kdegraphics * Kamera: Fixed crash when we didn't select camera in kcmkamera * KGhostview: Security related fixes kdemultimedia * KMix : Fixed compilation on Solaris * Kaboodle : fixed when it was embedded in konqueror * Fix a lot of memory leak kdenetwork * kpf: Security related fixes kdepim * KAlarm: Fix right-to-left character sets not being displayed in message edit control * KAlarm: Make "Help -> Report Bug" use the KDE bug system (bug #43250) * KNotes: Fixed session management (bug #22844) * KNotes: Fixed mouse behaviour to be like kwin's (raise and lower already on mouse press) * KNotes: Fixed (in)famous bug that caused the big black windows and lost data (bugs #22062, #44870, #45084, #45386, #45451, #46570, #47352) * KNotes: Fixed drag'n drop of links and plain text kdesdk * Disabled kbugbuster compilation because bug system changed. Use CVS version if you need it.
2002-10-13Update to 1.2.4:wiz3-8/+8
1.2.4: * Updated the CodeWarrior project files * Added a function to query the music format: Mix_GetMusicType() * Added a function to load audio data from memory: Mix_QuickLoad_RAW() * Cleaned up threading issues in the music playback code * Fixed deadlock introduced in the last release 1.2.3: * Updated autogen.sh for new versions of automake * Specify the SDL API calling convention (C by default) * Fixed recursive audio lock in the mixing function * Fixed setting invalid volume when querying mixer and music volumes * Implemented Ogg Vorbis stream rewinding * Added native midi support on Linux, using GPL code --enable-music-native-midi-gpl * Added seek support for MP3 files * Sample "finished" callbacks are now always called when a sample is stopped. 1.2.2: * Added an API for seeking in music files (implemented for MOD and Ogg music) Mix_FadeInMusicPos(), Mix_SetMusicPosition() * Exposed the mikmod synchro value for music synchronization Mix_SetSynchroValue(), Mix_GetSynchroValue() * Fixed MOD music volume when looping * Stop implicit looping, set fade out and other flags on MOD files * The music file type is now determined by extension as well as magic * Reworked playwave.c to make it more useful as a mixer testbed * Added a realtime sound effect API to SDL_mixer.h * Added the following standard sound effects: panning, distance attenuation, basic positional audio, stereo reversal * Added API for mixer versioning: Mix_Linked_Version() and MIX_VERSION() * Updated MikMod code to version 3.1.9a * Added support for loading AIFF audio chunks * Added native MIDI music support on MacOS and MacOS X * Added native MIDI music support on Windows * Added Project Builder projects for building MacOS X framework * Fixed compilation problems with mikmod under MacOS X * Fixed AIFF music playing support * Fixed building Ogg Vorbis support on Windows * Added Mix_ChannelFinished() and Mix_GetChunk() * Added VOC sound file support * Fixed crashes when API used with audio not initialized * Added support for building RPM directly from tar archive
2002-10-13Add and enable Speex.wiz1-1/+2
2002-10-13Initial import of Speex-1.0beta1 (as 0.99.1) into pkgsrc.wiz6-0/+84
The Speex project aims to build an open-source, patent-free voice codec. Unlike other codecs like MP3 and Ogg Vorbis, Speex is specially designed for compressing voice at low bitrates in the 8-32 kbps/channel range. Possible applications include Voice over IP (VoIP), internet audio streaming, archiving of speech data (e.g. voice mail), and audio books. In some sense, it is meant to be complementary to the Ogg Vorbis codec.
2002-10-13buildlink1 -> buildlink2.wiz4-15/+13
2002-10-10buildlink1 -> buildlink2.wiz1-2/+3
2002-10-09buildlink1 -> buildlink2.wiz1-8/+6
2002-10-09buildlink1 -> buildlink2.wiz1-4/+4
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.