summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2009-03-04Pullup ticket #2717 - requested by tnntron3-3/+22
libsndfile: security patch Add patch to fix the vulnerability reported in CVE-2009-0186.
2009-01-22Pullup ticket #2652 - requested by drochnertron4-3/+56
libaudiofile: security patch Revisions pulled up: audio/libaudiofile/Makefile 1.43 audio/libaudiofile/distinfo 1.12 audio/libaudiofile/patches/patch-ac 1.1 audio/libaudiofile/patches/patch-ad 1.1 --- Module Name: pkgsrc Committed By: drochner Date: Wed Jan 21 15:19:27 UTC 2009 Modified Files: pkgsrc/audio/libaudiofile: Makefile distinfo Added Files: pkgsrc/audio/libaudiofile/patches: patch-ac patch-ad Log Message: (attempt to) fix CVE-2008-5824 (buffer overflow in msadpcm.c), see Debian bug #510205, just done correctly. The IMA code might have similar problems. The code appearently can't handle stereo files correctly anyway, so bail out if >1 channel which should avoid the problem. bump PKGREVISION
2009-01-19Pullup ticket #2642 - requested by wiztron1-3/+3
gnome-speech-espeak: build fix Revisions pulled up: - audio/gnome-speech-espeak/Makefile 1.8 --- Module Name: pkgsrc Committed By: wiz Date: Sun Jan 18 10:04:17 UTC 2009 Modified Files: pkgsrc/audio/gnome-speech-espeak: Makefile Log Message: Update to 0.4.22: gnome-speech 0.4.22: * drivers/swift/swiftsynthesisdriver.c: fix for bug #559583 - Swift synthesis driver causes Python client to get "TypeError: could not demarshal return value" on call to getAllVoices.
2009-01-14pullup ticket #2632 - requested by wizrtr3-2/+93
amarok: fix possible buffer overflows revisions pulled up: pkgsrc/audio/amarok/Makefile 1.69 pkgsrc/audio/amarok/distinfo 1.36 pkgsrc/audio/amarok/patches/patch-ad 1.1 Module Name: pkgsrc Committed By: wiz Date: Mon Jan 12 12:33:40 UTC 2009 Modified Files: pkgsrc/audio/amarok: Makefile distinfo Added Files: pkgsrc/audio/amarok/patches: patch-ad Log Message: Fix security problem: * Fix possible buffer overflows when parsing Audible .aa files. Bump PKGREVISION.
2009-01-01revision bump for the ao->libao option renamehubertf1-2/+2
2009-01-01Option 'ao' was renamed to 'libao' - adjust; See PR 40312.hubertf2-7/+8
2009-01-01+ padevchooserobache1-1/+2
2008-12-30Needs msgfmt.hasso2-4/+4
2008-12-30* Make it build on DragonFlyhasso5-13/+16
* Fix interpreter in alsaconf and make package depend on bash (runtime). * Bump PKGREVISION
2008-12-30Fix loading modules on DragonFly.hasso2-4/+4
2008-12-29Conditionally include stdint.h for Solaris<10.obache2-1/+17
Fixes build failure reported by PR 40265.
2008-12-28Fix .pc file. Bump PKGREVISION.wiz1-1/+3
2008-12-28Whitespace fix.snj1-1/+1
2008-12-26regen patch-aejmcneill2-7/+7
2008-12-26Add HAL and ipod support; tested with an iPod Shuffle and a PSP-2000.jmcneill4-9/+83
2008-12-25Fix minor issues reported by pkglint:ahoka3-5/+7
- Fix incorrect package option name - Add $NetBSD$ to patch-ad - Add autoreconf to USE_TOOLS
2008-12-25Actually look for the configuration files in the right placeahoka1-3/+4
honouring PKG_SYSCONFBASE.
2008-12-25Make it build on DragonFly.hasso24-67/+119
2008-12-24The rtstutter test is afunctional for all operating systems but one. Make itdsainty2-4/+4
go one operating system further. Old patch-ac disabled the guts of tests/rtstutter.c for all but Linux. But it isn't that portable on Linux either as it stands, and errors out (on EeePC) at link time with: rtstutter.c:(.text+0xbd): undefined reference to `pthread_setaffinity_np' Just bring Linux in line with other platforms by changing the #ifdef __linux__ to #if 0. Doesn't deserve a revision bump.
2008-12-23Fix build on NetBSD 4.0.jmcneill7-41/+117
2008-12-23Fix some overly aggressive cut and pasting that breaks the build under Linux.dsainty2-7/+7
It still doesn't build, but it gets further. The fixes here are obvious and trivial pastos.
2008-12-23Portability fixes to make it compile in DragonFly and possibly to helphasso6-5/+160
other platforms.
2008-12-22Update comment about atomic ops to reflect the current situation, nojmcneill1-7/+6
functional change.
2008-12-22add xmlto as a build dependencyjmcneill1-1/+3
2008-12-22Pull in libatomic_ops if NetBSD native atomic ops are not available, shouldjmcneill1-6/+3
fix build on NetBSD < 5.0 and other platforms.
2008-12-22For systems with no installed m4, USE_TOOLS+=m4 (E.g. Linux)dsainty1-2/+2
Fixes configure stage bombing out like so: checking for m4... no configure: error: m4 missing *** Error code 1
2008-12-20user-destdir supportjmcneill1-1/+3
2008-12-20Import padevchooser version 0.9.3.jmcneill4-0/+45
PulseAudio Device Chooser (padevchooser) is a simple GTK tool which registers an icon in the tray area and allows quick access to some features of the PulseAudio sound server. Specifically it can do for you: * Notify about new sink/sources becoming available on the LAN * Quickly change the default PulseAudio sink/source/server assigned to the current X11 display, selecting devices available on the LAN * Start the auxiliary tools PulseAudio Volume Control, PulseAudio Volume Meter, PulseAudio Manager, PulseAudio Preferences
2008-12-20Add avahi support, bump PKGREVISION.jmcneill2-3/+24
2008-12-20Make NetBSD native atomic ops support work.jmcneill2-10/+14
2008-12-20Patch src/Makefile.am instead of src/Makefile.in now that we are usingjmcneill2-30/+24
autoreconf
2008-12-20Of course I meant /usr/include instead of /include...ahoka1-2/+2
2008-12-20Implement support for atomic_ops(3) backend.ahoka4-7/+162
This gives us native atomic operations on NetBSD 5.0 and later systems. Use GCC's builtin atomic operations when possible and libatomic_ops as a last case fallback.
2008-12-20Add howl support from Daniel Hagerty in PR#40196adrianp2-1/+16
Take joerg@'s example on how to add in support and as a result we don't need the change suggested in PR#40194 No change to the default build
2008-12-20Needs libatomic_ops if the compiler is not >=GCC4.1.ahoka1-1/+7
2008-12-20Fix a typo.snj1-1/+1
2008-12-19Use a more elegant solution than in the previous commit.ahoka3-13/+7
2008-12-19Make sure the plugin links with LIBOSSAUDIO. ALSA can load the OSS pluginjmcneill1-2/+2
now, but it still doesn't work, so don't bump PKGREVISION quite yet.
2008-12-19Add MESSAGE explaining how to configure alsa-plugins-pulsejmcneill1-0/+24
2008-12-19Fix build, fix module loading on NetBSD.jmcneill4-5/+48
2008-12-19+ gst-plugins0.10-alsajmcneill1-1/+2
2008-12-19Import gst-plugins0.10-alsa version 0.10.21.jmcneill3-0/+27
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Ogg/Vorbis playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface. GStreamer is released under the LGPL. This package is part of the 'base' plugins for GStreamer. It provides the alsa plugin, which allows playback and recording of sound through the Advanced Linux Sound Architecture (ALSA) audio libraries.
2008-12-19+ libao-alsajmcneill1-1/+2
2008-12-19Import libao-alsa version 0.8.8.jmcneill3-0/+26
Libao is a cross-platform audio library that allows programs to output audio using a simple API on a wide variety of platforms. This package provides an ALSA plugin for libao's core.
2008-12-19ALSA plugin build fixes.jmcneill2-1/+17
2008-12-19+ alsa-plugins-oss alsa-plugins-pulsejmcneill1-1/+3
2008-12-19Import alsa-plugins-pulse version 1.0.18.jmcneill5-0/+72
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI functionality to the Linux operating system. ALSA has the following significant features: * Efficient support for all types of audio interfaces, from consumer sound cards to professional multichannel audio interfaces. * Fully modularized sound drivers. * SMP and thread-safe design. * User space library (alsa-lib) to simplify application programming and provide higher level functionality. * Support for the older Open Sound System (OSS) API, providing binary compatibility for most OSS programs. This package provides a PulseAudio plugin for ALSA.
2008-12-19Import alsa-plugins-oss version 1.0.18.jmcneill7-0/+135
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI functionality to the Linux operating system. ALSA has the following significant features: * Efficient support for all types of audio interfaces, from consumer sound cards to professional multichannel audio interfaces. * Fully modularized sound drivers. * SMP and thread-safe design. * User space library (alsa-lib) to simplify application programming and provide higher level functionality. * Support for the older Open Sound System (OSS) API, providing binary compatibility for most OSS programs. This package provides an OSS plugin for ALSA.
2008-12-19+ alsa-lib alsa-utilsjmcneill1-1/+3
2008-12-19Import alsa-utils version 1.0.18.jmcneill8-0/+186
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI functionality to the Linux operating system. ALSA has the following significant features: * Efficient support for all types of audio interfaces, from consumer sound cards to professional multichannel audio interfaces. * Fully modularized sound drivers. * SMP and thread-safe design. * User space library (alsa-lib) to simplify application programming and provide higher level functionality. * Support for the older Open Sound System (OSS) API, providing binary compatibility for most OSS programs. This package provides utilities for configuring and using ALSA.