summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2012-03-08Remove easytag-current, easytag is newer.wiz7-154/+1
2012-03-08Update to 2.1.7, the new stable version. Changes compared towiz6-47/+55
easytag-current (2.1.6): 2.1.7 - Jan 14th, 2012 : ======================== * Gaute Amundsen's ConfirmWhenUnsavedFiles.patch * Mark Ferry's albumartist patch for ogg and flac * Götz Waschk's update for German translation * Kip's optimized base64 decoder for album art * Updated contributor credits * Debianized * Updated version to 2.1.7
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-03-07Update to 3.99.5:wiz2-6/+6
LAME 3.99.5 February 28 2012 * Rogerio Brito * autotools: Fix compilation on alpha using proper ifdef guards. Thanks to Andres Mejia. * Small correction of the documentation. * Robert Hegemann * Workaround for cygwin build problem. Tracker item [ 3480692 ] mingw-w64 compilation error * Fix for a problem when LAME is compiled with fast floating point math. It could result in bitrate bloat with silent input data. * Bug fix for tracker item [ 3486753 ] Artifacts at the beginning of decoded file
2012-03-05Reset maintainer.wiz1-2/+2
2012-03-05Reset maintainer, do not use it much any longer.wiz1-2/+2
2012-03-04In desktop file, inode/directory for directories instead of deprecatedwiz3-3/+18
x-directory. Bump PKGREVISION. Set LICENSE while here.
2012-03-04Use getaddrinfo(3) even if AI_ADDRCONFIG is missing.jakllsch6-5/+38
PKGREV++
2012-03-03Update glurp to 0.12.3jakllsch4-21/+10
2012-03-03More pcre PKGREVISION bumps.wiz3-6/+6
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz131-244/+262
2012-03-01Reset maintainer, he resigned.wiz1-2/+2
2012-03-01Fix build on SunOS.hans6-11/+33
2012-03-01Fix build on SunOS.hans1-1/+4
- uses fts functions - compile libnbcompat with -fPIC
2012-02-29Add fts_open to USE_FEATURES.hans1-1/+3
2012-02-29Instead of setting USE_PKGLOCALEDIR=no, don't set it at all. Makes thishans1-2/+1
work as expected.
2012-02-29Redefine a few OSS mixer names to their (numeric) counterparts onhans1-1/+4
SunOS. This is wrong for SOUND_MIXER_MONITOR, but I don't really care.
2012-02-29Recursive bump from devel/boost-libs update.hans2-4/+4
2012-02-28reset PKGREV for base pkg updatedrochner17-52/+17
2012-02-28Fix installation paths. Tested on NetBSD and SunOS.hans2-4/+4
2012-02-27Fixed building on Mac OS Xadam3-4/+19
2012-02-21update to 1.3.3drochner3-23/+7
integrates the fix for CVE-2012-0444
2012-02-19Update sptk to 3.5.obache3-13/+19
PR 46047 by ISHIHARA Takanori. Version 3.5: * add 'dtw' command. * add 'mfcc' command. * add 'mgc2mgclsp' and 'mgclsp2mgc' command. * add two pitch extraction algorithm, 'RAPT' and 'SWIPE' to 'pitch' command. * add -R and -M option to 'delta' command, to skip the magic number during the calculation. * unify data type for sampling frequency into float in kHz. * fix options of 'psgr' and 'grlogsp' command to draw more large graph. * fix 'wav2raw' to deal with IEEE float format. * bug fixes.
2012-02-17Fix patch checksums.hans1-3/+3
2012-02-17Another fix for SunOS that I forgot in the previous commit.hans1-1/+3
2012-02-17add patch from upstream to fix possible memory corruption bydrochner3-2/+18
malicious Ogg Vorbis files bump PKGREV
2012-02-15Replace /bin/sh in installed shell script.hans2-3/+4
2012-02-15REPLACE_SH in installed shell script.hans1-1/+3
2012-02-15Fix build on SunOS.hans5-8/+57
2012-02-15REPLACE_SH in installed shell script.hans1-1/+2
2012-02-15Fix build on SunOS.hans2-5/+23
2012-02-15REPLACE_SH in installed shell script.hans2-2/+4
2012-02-15Fix build on SunOS.hans2-6/+19
2012-02-15Fix build on SunOS.hans7-9/+90
2012-02-15REPLACE_SH in installed shell script.hans1-1/+3
2012-02-15REPLACE_SH in installed shell scripts.hans1-1/+6
2012-02-15Fix build on SunOS.hans12-26/+124
2012-02-15REPLACE_SH in installed shell script.hans1-1/+2
2012-02-15Fix build on SunOS.hans4-5/+39
2012-02-15More fixes for SunOS, missed in previous commit.hans1-2/+4
2012-02-15REPLACE_SH in installed shell scripts.hans1-1/+3
2012-02-15REPLACE_SH in installed shell script.hans1-1/+3
2012-02-15Fix build on SunOS.hans5-8/+76
2012-02-15Fix build on SunOS.hans6-7/+62
2012-02-15REPLACE_SH in installed shell script.hans2-2/+5
2012-02-15Fix build on SunOS.hans2-2/+7
2012-02-15Fix build on SunOS.hans3-8/+24
Add bash:run to USE_TOOLS, use REPLACE_BASH for scripts.
2012-02-15Fix build on SunOS.hans4-36/+38
2012-02-15REPLACE_SH in installed shell script.hans3-3/+7
2012-02-15REPLACE_SH in installed shell scripts.hans1-1/+2