summaryrefslogtreecommitdiff
path: root/audio/alsa-lib
AgeCommit message (Collapse)AuthorFilesLines
2012-09-11"user-destdir" is default these daysasau1-3/+1
2012-08-02Use __asm__ and __volatile__.jperkin2-1/+21
Fixes build on at least Solaris.
2012-03-08In the blow commit changing the type of snd_pcm_format_silence* in pcm.hsbd2-10/+13
from u_int*_t to uint*_t breaks the build on other OS's (namely Linux), so wrap the change in an "#ifdef __sun" block. --- Module Name: pkgsrc Committed By: hans Date: Wed Feb 15 19:43:51 UTC 2012 Modified Files: pkgsrc/audio/alsa-lib: Makefile distinfo pkgsrc/audio/alsa-lib/patches: patch-ac patch-ad patch-ae patch-af patch-ai patch-aj patch-ak patch-am patch-ap patch-aq patch-ar patch-at patch-au patch-aw patch-ax patch-ay patch-az patch-ba patch-bb patch-bf patch-bg patch-bh patch-include_pcm.h Added Files: pkgsrc/audio/alsa-lib/patches: patch-src_control_control__hw.c Log Message: Fix build on SunOS. Inspired by the patches used for the native package in OI. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/audio/alsa-lib/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/audio/alsa-lib/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/alsa-lib/patches/patch-ac \ pkgsrc/audio/alsa-lib/patches/patch-ad \ pkgsrc/audio/alsa-lib/patches/patch-ae \ pkgsrc/audio/alsa-lib/patches/patch-af \ pkgsrc/audio/alsa-lib/patches/patch-ai \ pkgsrc/audio/alsa-lib/patches/patch-aj \ pkgsrc/audio/alsa-lib/patches/patch-ak \ pkgsrc/audio/alsa-lib/patches/patch-am \ pkgsrc/audio/alsa-lib/patches/patch-ar \ pkgsrc/audio/alsa-lib/patches/patch-at \ pkgsrc/audio/alsa-lib/patches/patch-au \ pkgsrc/audio/alsa-lib/patches/patch-ax \ pkgsrc/audio/alsa-lib/patches/patch-ay \ pkgsrc/audio/alsa-lib/patches/patch-az \ pkgsrc/audio/alsa-lib/patches/patch-ba \ pkgsrc/audio/alsa-lib/patches/patch-bb \ pkgsrc/audio/alsa-lib/patches/patch-bf \ pkgsrc/audio/alsa-lib/patches/patch-bh cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/alsa-lib/patches/patch-ap \ pkgsrc/audio/alsa-lib/patches/patch-aw cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/audio/alsa-lib/patches/patch-aq \ pkgsrc/audio/alsa-lib/patches/patch-bg cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/alsa-lib/patches/patch-include_pcm.h cvs rdiff -u -r0 -r1.1 \ pkgsrc/audio/alsa-lib/patches/patch-src_control_control__hw.c
2012-02-15Fix build on SunOS.hans26-74/+265
Inspired by the patches used for the native package in OI.
2012-01-02Use a C not a c++ comment in alsa/pcm.h. The c++ comment causes a phrasesbd3-2/+18
error with the file and the autoconf header usability test to fail. Bump PKGREVISION
2011-02-25Add a builtin.mkmarkd1-0/+23
2010-02-16Update to 1.0.22:wiz2-6/+6
Core Release v1.0.22 configure.in: fix --without-softfloat Define _GNU_SOURCE so that <fcntl.h> gives O_CLOEXEC Open device nodes with close-on-exec flag configure.in: Add m4 check for new AM_SILENT_RULES cvscompile: Remove in favour of gitcompile. Release v1.0.21a Control API Remove redefinition of _GNU_SOURCE and __USE_GNU Remove old commented-out FD_CLOEXEC code namehint: list card independent devices only once namehint: Allow snd_device_name_hint to search for CTL devices. namehint: add missing list->card initialization Fix corruption after snd_device_name_hint() hcontrol: fix compare_default function to handle also id.device and id.subdevice control: Remove unused variable. HWDEP API Remove old commented-out FD_CLOEXEC code Mixer API mixer: fix enum check simple_none.c uses HAVE_SOFT_FLOAT it has to include config.h Fix CHECK_ENUM() in simple.c mixer: Add Speaker and Beep names to the weight list PCM API Update pcm doc strings Remove old commented-out FD_CLOEXEC code pcm_rate_linear: Annotate unused function parameter to avoid compiler warnings. dmix - Fix snd_pcm_info() pcm_hw: Always use delay ioctl in snd_pcm_delay() PCM - Change the hw_params determination order RawMidi API Remove old commented-out FD_CLOEXEC code Sequencer API Remove old commented-out FD_CLOEXEC code Timer API Remove redefinition of _GNU_SOURCE and __USE_GNU Remove old commented-out FD_CLOEXEC code Defined symbols exposing the hrtimer to applications. ALSA Lisp alisp: Comment out an unused function to avoid compiler warnings. Configuration Change dmix.conf to accept user configuration from defaults.dmix.<driver_id>.xxx Revert "Fix driver conf parsing in snd_config_hook_load_for_all_cards()" Dynamic Loader helpers Remove redefinition of _GNU_SOURCE and __USE_GNU Cache libasound.so access in snd_dlopen Kernel Headers Defined symbols exposing the hrtimer to applications.
2009-10-31Update to 1.0.21a, set LICENSE.wiz2-6/+7
Mixer API mixer: Add Speaker and Beep names to the weight lis PCM API PCM - Change the hw_params determination orde Configuration Change dmix.conf to accept user configuration from defaults.dmix.<driver_id>.xx Revert "Fix driver conf parsing in snd_config_hook_load_for_all_cards()
2009-09-06Make it build on DragonFly and probably some others.hasso1-1/+3
2009-08-31Update alsa packages to 1.0.21.wiz4-11/+12
http://www.alsa-project.org/main/index.php/Changes_v1.0.18_v1.0.19 http://www.alsa-project.org/main/index.php/Changes_v1.0.19_v1.0.20 http://www.alsa-project.org/main/index.php/Changes_v1.0.20_v1.0.21 contain ~300kB of changes.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-9/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-01-28Add missing RCS Id.obache2-2/+4
2009-01-28Need dl and pthread to build, add buildlink.obache2-2/+9
Exactly disable detection of python.
2009-01-28Marked as DESTDIR ready.obache1-1/+3
2008-12-30Fix loading modules on DragonFly.hasso2-4/+4
2008-12-25Make it build on DragonFly.hasso24-67/+119
2008-12-19Fix build, fix module loading on NetBSD.jmcneill4-5/+48
2008-12-19Import alsa-lib version 1.0.18.jmcneill38-0/+725
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.