Commit Graph

2130 Commits

Author SHA1 Message Date
jasper
4af0899070 Security fix for CVE-2008-5030 , which can cause a buffer overflow.
Patch extracted from Debian's 02-cddb-bufferoverflow.dpatch

ok kevlo@ (MAINTAINER)
2009-01-18 23:34:04 +00:00
ratchov
4def6dd506 add libsndio backend for sox.
bits and ok from naddy@
2009-01-16 16:42:56 +00:00
jakemsr
6cf9c67d51 audio backends can be called from different threads, so use a mutex
to protect global objects.

from Thomas Pfaff, thanks
2009-01-16 04:15:46 +00:00
naddy
75492e1a20 +xmms-wavpack 2009-01-12 16:42:36 +00:00
naddy
07977559c3 Import xmms-wavpack 1.0.2.
xmms-wavpack is a plugin for the multimedia player XMMS that plays
audio files in the WavPack format, which supports lossless and lossy
compression.

ok sthen@
2009-01-12 16:41:37 +00:00
ajacoutot
cfec13fc70 - re-add libsamperate support
it seems the bug jakemsr@ fell into several months ago has been fixed;
note that this does not add any dependency since akode needs jack which
needs libsamplerate
- lowercase COMMENT while here

discussed with and no objection from jakemsr@
2009-01-12 11:43:43 +00:00
jakemsr
9fecd9e1e1 don't use dynamic SIMD instructions. 2009-01-12 10:45:01 +00:00
naddy
da2fc83246 update to 1.6.4, which fixes a resampling bug 2009-01-11 17:36:34 +00:00
naddy
0ce8f99fff include wavpack support 2009-01-11 17:33:56 +00:00
ajacoutot
4342aa0e74 - update libsamplerate to version 0.1.5
- resign from maintainership (any takers?)

dependent ports are still happy with this update
2009-01-11 12:42:14 +00:00
ajacoutot
caafe0260a - regen WANTLIB and bump 2009-01-11 11:50:45 +00:00
jakemsr
5f8648a46b - update to 0.116.1, mostly stability/reliability fixes
- add sndio backend

playback under aucat server is pretty solid.  for full-duplex,
starting aucat with 'aucat -l -b 2048' and jackd with just
'jackd -d sndio' seems to work best for me.  we want low latency
anyway, right ;)
2009-01-11 10:51:45 +00:00
jakemsr
4aec4e0c11 update to audacity-1.3.6
- lots of bugs fixed (though importing Ogg and Flac formats is still
broken)
- now uses external vamp-plugin-sdk
2009-01-11 09:29:36 +00:00
jakemsr
4d29564a49 + vamp-plugin-sdk 2009-01-11 09:24:13 +00:00
jakemsr
cf918e04cf import vamp-plugin-sdk-1.3
Vamp is an audio processing plugin system for plugins that extract
descriptive information from audio data - typically referred to as audio
analysis plugins or audio feature extraction plugins.
2009-01-11 09:22:08 +00:00
sthen
ea8ff58ca3 +wavpack 2009-01-10 02:09:29 +00:00
sthen
96f1b5c1c0 import wavpack, tweaked from a ports@ submission by Alexandr Shadchin
WavPack is a completely open audio compression format providing
lossless, high-quality lossy, and a unique hybrid compression mode.
The compression ratio depends on the source material, but generally
is between 30% and 70%.

The hybrid mode provides all the advantages of lossless compression
with an additional bonus. Instead of creating a single file, this
mode creates both a relatively small, high-quality lossy file that
can be used all by itself, and a "correction" file that (when
combined with the lossy file) provides full lossless restoration.

WavPack employs only well known, public domain techniques (i.e.,
linear prediction with LMS adaptation, Elias and Golomb codes) in
its implementation. Methods and algorithms that have ever been
patented (e.g., arithmetic coding, LZW compression) are specifically
avoided.
2009-01-10 02:08:34 +00:00
jakemsr
82126b97cc - add sndio backend
- remove OSS backend

requested/tested by ajacoutot@
2009-01-09 17:34:32 +00:00
todd
19485d5ae5 remove flavors no longer used for sox 2009-01-08 23:32:57 +00:00
naddy
09d564af17 - Large update to 14.2.0.
- Drop snprintf() patches that were not accepted upstream.
- Drop flavors and just add most external libraries sox supports.
- Don't modularize the format converters.
2009-01-08 19:48:21 +00:00
jasper
65fcb38408 - update p5-Audio-MPD to 0.19.5 2009-01-08 12:21:36 +00:00
jasper
1519e41fcf - update p5-POE-Component-Client-MPD to 0.9.1 2009-01-08 12:05:12 +00:00
jasper
bff58c1b5f - update p5-Audio-MPD-Common to 0.1.4 2009-01-08 12:04:47 +00:00
jakemsr
992cab61c2 fix build when esound is not installed
from Brad
2009-01-03 17:56:03 +00:00
ajacoutot
52d8a01387 - move some files from one subpackage to the other where it belongs
agreed by Andreas Bihlmaier (maintainer)
2009-01-03 14:50:24 +00:00
ajacoutot
57dccad1f5 - add a patch from upstream SVN to allow compiling with DEBUG
"if it works for you" jakemsr@ (maintainer)
2009-01-02 22:47:45 +00:00
naddy
728d9cb91c no more libao flavors; from Brad 2008-12-30 22:00:55 +00:00
naddy
44a7c70f1e * remove the arts/esound backends and sub-packages
* remove the sun audio backend
* simplify: no more multi-packaging or pseudo flavors

Mostly from Brad.
2008-12-30 21:59:55 +00:00
jakemsr
24c6d7533a don't build the ossaudio(3) backend, the audio(4) backend works fine 2008-12-28 23:08:55 +00:00
jakemsr
a1a657c516 - remove esound backend
- disable ossaudio(3) support
- comment out audio(4) module

from Brad, ok robert@ (maintainer)
2008-12-28 22:31:51 +00:00
jakemsr
a6e78cfa88 - add sndio backend
- drop OSS audio support but keep "OSS" midi support
2008-12-26 08:45:12 +00:00
jakemsr
3b54db1308 - add sndio backend, courtesy of Thomas Pfaff, thanks!
- get rid of PSEUDO_FLAVORS
- gain a bit of contrl over auto*

ok naddy@
2008-12-26 06:34:45 +00:00
ajacoutot
937bad0998 - update pacpl to version 4.0.3
from Andreas Bihlmaier (maintainer) with some tweaks.
2008-12-23 15:52:42 +00:00
naddy
8c48424684 maintenance update to 1.6.3 2008-12-22 20:55:49 +00:00
naddy
7633a2c82b quote first argument of AC_DEFUN to silence warnings from aclocal 1.8+ 2008-12-22 20:28:18 +00:00
jakemsr
2eebabbd75 - update to 0.2.41
- replace audio(4) backend with sio_open(3) (libsndio) backend

update by ajacoutot, new backend from me
2008-12-20 08:58:32 +00:00
ajacoutot
c7b723a305 - scrollkeeper -> rarian 2008-12-19 10:00:28 +00:00
jasper
266bd2dfb2 - add vagalume 2008-12-16 09:14:50 +00:00
jasper
97bbca41be import vagalume 0.7
Vagalume is a Last.fm client for GNOME.
Its main features are:
    * It plays Last.fm radio streams (using protocol v1.2)
    * Support for different radio stations (personal, neighbours, loved tracks,
      or any lastfm:// URL)
    * It supports marking tracks as loved or banned
    * It can tag artists, tracks and albums
    * It can download free tracks to your hard disk
    * It sends Now Playing information following the Audioscrobbler Realtime
      Submission Protocol v1.2.
   [etc]
2008-12-16 09:12:53 +00:00
ajacoutot
bf5c6e3b50 +sound-theme-freedesktop 2008-12-14 18:44:00 +00:00
ajacoutot
9c96f3904c Import sound-theme-freedesktop-0.2
A sound theme is a set of sounds, sharing similarities / instruments...
The user can then select the sound theme that they want to use, and all
applications will use sounds from the theme.  This definition is
similar to icon theme.
2008-12-14 18:42:36 +00:00
ajacoutot
97cb20abe7 - move drivers order to give it a chance to actually play a sound:
use gstreamer first (which uses libsndio by default) instead of plain OSS.
(canberra should be modified to use libsndio by itlsef)
- explicitely add enable/disable switches in CONFIGURE_ARGS
- regen PLIST while here
2008-12-14 15:10:15 +00:00
sthen
0c06dbe989 add NO_REGRESS=Yes, no package bump needed. 2008-12-13 10:37:28 +00:00
pea
b88be8d81c Update to 1.64.0.
ok ajacoutot@
2008-12-11 08:40:25 +00:00
jasper
cb8395549b - reflect it's capabilities a bit more in DESCR, would saved me some time... 2008-12-10 23:15:24 +00:00
jasper
899540555a - fix potential 64-bit issues
- regen PLIST
- specify license version
2008-11-23 00:42:08 +00:00
jasper
aeadb2fcac - regen patches, so a future diff is cleaner 2008-11-23 00:34:21 +00:00
jasper
6dd6b13329 - enable the gtk+2 part of libcanberra
- set use_x11

maybe we can split this into subpackages..anyone? ;-)
2008-11-19 08:06:03 +00:00
sthen
e8b95b6849 - update to 7.2.1
- fix userid conflict with heartbeat (sorry)
2008-11-17 12:31:27 +00:00
steven
e3d14afb9d update to 2.3
from maintainer Andreas Bihlmaier
2008-11-17 06:13:08 +00:00