Commit Graph

1980 Commits

Author SHA1 Message Date
sthen
8dbb4d347e Maintenance update, including update to fix album art retrieval due
to changed Amazon API. From Brad.
2008-04-28 00:39:10 +00:00
jakemsr
ef451787b0 update to 0.111.2.1169
- don't bother trying to fix compiler optimization flag tests.  they're
badly broken/linux spcific, and we don't use them anyway.
- the net source client became a "real" client (executable), instead of
an "in process" client (plugin)
- previous sun_driver patches accepted upstream, plus:
* fix cycle timing in duplex mode by moving calculations and function
calls out of the poll() synchronization loop
* shorten xrun and silence writing/reading messages
* remove unused variables
* attempt to stop continuous playback underruns in duplex mode that are
caused by the capture buffer overrunning
* try harder to make sure we have pristine buffers after
sun_driver_start()
* use native endian audio encodings
* report a delay when poll() times out, instead of effectively running
a null cycle


now jack works on my r10k sgi :)
2008-04-22 09:34:58 +00:00
jakemsr
0df171533b internal data is converted from float to native endian integer data.
configure 16-bit output for cpu native endian encoding.
2008-04-20 11:19:20 +00:00
ajacoutot
68e32e9054 - update to sonata-1.5
- take maintainership
2008-04-20 07:37:00 +00:00
ajacoutot
9996aff9b4 +py-mpd 2008-04-19 15:10:26 +00:00
ajacoutot
509ad7c137 Import py-mpd-0.2.0
Python client library for the Music Player Daemon.
2008-04-19 15:08:30 +00:00
ajacoutot
973a6fb381 - tweak the way the gtk-update-icon-cache goo is run
gtk-update-icon-cache is part of gtk+2: adding gtk+2 to run_depends just
to update the icon cache (which only gtk apps can use) is overkill to
say the least!
As from now, each time icons are installed under %D/share/icons, we try
to execute gtk-update-icon-cache and if it is not there, we just ignore
the error.
What it means is that if you have gtk+2 installed, then it'll run fine
and your apps will be able to use the cache. Otherwise, it will silently
fails which is fine since it means none of your apps would have been
able to take advantage of the cache anyway.

discussed with jasper@
2008-04-17 08:10:09 +00:00
jakemsr
7203fdc58b - fix automatic resampling
- disable the libsamplerate resampler, it clips and is horribly
inefficient
- fix WANTLIB
- stop ffmpeg decoder from spamming stdout
- enable jack output
2008-04-16 02:10:21 +00:00
jasper
de2db5596e - update PoCo::Client::MPD to 0.8.1 2008-04-15 21:06:00 +00:00
jasper
c9aed4612c - update Audio::MPD to 0.19.1 2008-04-15 21:01:59 +00:00
jasper
c824f3dfc9 - update Audio::MPD::Common to 0.1.2
- add RCS id
- fix RUN_DEPENDS
2008-04-15 21:01:32 +00:00
jasper
2854f5e26e - add teeny-tiny accelerator to quit.
"of course!" maintainer
2008-04-15 20:43:20 +00:00
jakemsr
a9d8f10f16 add multimux 2008-04-13 00:22:04 +00:00
jakemsr
b5dab3cb8b import multimux-0.2.5.2
multimux allows you to multiplex up to 8 mono WAV files into a single
PCM audio data stream.  Additionally, multimux can add a WAV header to
this stream or pipe the stream to ffmpeg to create a multichannel AC3
file as commonly found in DVDs.

submitted by Girish Venkatachalam, thanks.  I used this to test
multichannel support in cmpci.
2008-04-13 00:04:11 +00:00
fgsch
5bff0f9885 update to a recent version. this fixes at least the problem where
sizeof(int) != sizeof(int *) as seen on mplayer.
2008-04-07 04:08:35 +00:00
fgsch
f01bf712ba add -logg to the .pc file if we are compiled with ogg, so other software
depending on pkg-config's --libs output don't need to be patched. naddy@ ok
2008-04-07 03:54:39 +00:00
jakemsr
88411de882 add fluidsynth 2008-04-06 22:44:46 +00:00
jakemsr
bbe3d712ec import fluidsynth-1.0.8
FluidSynth is a real-time software synthesizer based on the SoundFont 2
specifications. 

Features: 
 * Cross platform support (Linux, Mac OSX and Windows to name a few) 
 * SoundFont 2 support 
 * Realtime effect modulation using SoundFont 2.01 modulators 
 * Shared library which can be used in other programs 
 * Built in command line shell 
 * Playback of MIDI files 


ok kili@
2008-04-06 22:42:11 +00:00
jasper
aea74efec6 - @requirements@ wasn't properly set in openal.pc, causing openal to never
get picked up.
- regen patches while here

from brad@
2008-04-04 09:33:10 +00:00
jasper
dbea394d37 - don't pickup cppunit if it's installed; the current version causes
syntax error's in libmusicbrainz' tests. these tests can be build again
when cppunit is more up to date.

noticed by bernd@ and steven@, thanks!

no pkgname bump needed.
2008-04-03 12:03:09 +00:00
jakemsr
380b9b5a40 allow this to build on arches other than i386, amd64 and macppc.
no pkg bump because it has no effect on archs that were building.

problem noticed by sturm@
2008-04-02 06:46:03 +00:00
fgsch
9c696d2dfd update audacious and audacious-plugins to 1.5.0; with and ok jakemsr@
some changes were submitted for inclusion.
2008-04-02 00:39:19 +00:00
jakemsr
feb531b75c bring back esound-0.2.38.
fix the issues with audio(4) handling that caused this to get
reverted previously.

add an arts flavor.
2008-03-31 01:05:54 +00:00
jakemsr
56ff75c711 - restore the 10 second sleep in the watchdog thread by using
nanosleep(2) instead of usleep(3), which is limited to 1 second.

- stop clients from getting "zombified" after connection graph
changes by ignoring errors from read(2)ing data that isn't used.
2008-03-30 08:46:15 +00:00
ajacoutot
e5fad4be03 - disable cdda-player for now as it is not quite working yet
"fine with me" jasper@
2008-03-27 13:02:50 +00:00
naddy
4daf94ca23 update to 1.0.17; mostly from brad@ 2008-03-25 21:24:24 +00:00
ajacoutot
e86e0dd91c - reorder dependencies
ok maintainer Jeremy Evans <openbsd at jeremyevans dot net>
2008-03-25 18:09:14 +00:00
fgsch
b2b145308c remove unneeded lame,no_x11. 2008-03-25 17:31:27 +00:00
fgsch
5904118839 switch lame to multi packages, avoiding some long standing headaches with
the normal vs. no_x11 flavors.  with input from espie@ and ajacoutot@
ok ajacoutot@ (maintainer).
2008-03-25 17:27:27 +00:00
ajacoutot
7b7a8e28ae - update libsamplerate to version 0.1.3
More info here:
http://www.mega-nerd.com/erikd/Blog/CodeHacking/SecretRabbitCode/progress.html

ok landry@
2008-03-25 13:54:30 +00:00
jasper
16dd94874f - add libmusicbrainz 2008-03-25 09:22:16 +00:00
jasper
f52f8824ed import libmusicbrainz 3.0.1
The libmusicbrainz (also known as mb_client or MusicBrainz Client
Library) is a development library geared towards developers who wish to
add MusicBrainz lookup capabilities to their applications.

from OUSADOU Azwaw, with tweaks by me

ok ajacoutot@
2008-03-25 09:19:23 +00:00
jasper
f28cb68877 - disable musicbrainz so it won't be picked up later.
'of course!' ajacoutot@
2008-03-25 08:23:54 +00:00
jakemsr
a785de8f2c sun_driver tweaks:
- in each call to sun_driver_write(), bzero the buffer that will be
  written to the audio device.  stops jackd from "buzzing" or
  "humming" when the last samples from a client weren't true silence.
- consistently use bzero instead of memset to zero out buffers.
- add missing returns in error conditions.
2008-03-24 21:45:14 +00:00
jakemsr
c3a88cc59a disable jack for now 2008-03-24 06:51:04 +00:00
jakemsr
da524839bc disable jack output for now 2008-03-24 06:39:55 +00:00
jakemsr
3b8934473d explicitly disable jack and polyp (pulse) audio for now 2008-03-24 05:50:05 +00:00
jakemsr
46383da97f - use the capture parameters argument instead of the playback
parameters argument with Pa_IsFormatSupported() when checking if
  certain capture parameters are supported.
- take maintainership per former MAINTAINER's suggestion
2008-03-24 05:31:48 +00:00
jakemsr
27ee0a793c - maintainence update to revision 1360
- add jack support
2008-03-24 05:26:46 +00:00
jakemsr
a19847dd45 add jack support
discussed with MAINTAINER
2008-03-24 03:15:27 +00:00
jakemsr
756b4a6473 - default to /dev/audio for the audio device, but allow other
devices to be used as well

- add jack output.  these patches are back ported from hydrogen
subversion.

discussed with MAINTAINER
2008-03-24 03:09:42 +00:00
jakemsr
e48bbfab1c add jack 2008-03-24 03:07:25 +00:00
jakemsr
9e62d5e750 import jack (jack-audio-connection-kit)
JACK is a low-latency audio server, written for POSIX conformant
operating systems. It can connect a number of different applications to
an audio device, as well as allowing them to share audio between
themselves. Its clients can run in their own processes (ie. as normal
applications), or can they can run within the JACK server (ie. as a
"plugin").

JACK was designed from the ground up for professional audio work, and
its design focuses on two key areas: synchronous execution of all
clients, and low latency operation.

ok kili@
2008-03-24 03:01:28 +00:00
ajacoutot
b6c242761c - "0xbe is the command, not a format string"... from jakemsr@ 2008-03-21 12:41:22 +00:00
jasper
e0ea8e2469 - add libcdio 2008-03-20 18:26:01 +00:00
jasper
ad7e20a098 import libcdio 0.80
The libcdio package contains a library which encapsulates CD-ROM reading
and control. Applications wishing to be oblivious of the OS- and
device-dependant properties of a CD-ROM can use this library.

with and ok ajacoutot@
2008-03-20 18:24:42 +00:00
jasper
1a15a77772 - update homepage
- remove MAINTAINER (per his request)

ok naddy@ (former MAINTAINER)
2008-03-20 17:23:04 +00:00
winiger
f67f580bde update to 1.4.2 (request and diff by Simon Kuhnle)
remove py-ElementTree dependency
remove MAINTAINER (no MX record)

ok merdely@
2008-03-19 15:52:31 +00:00
jasper
e05c5a5290 - add libcddb 2008-03-19 14:40:39 +00:00
jasper
7cdc0f0243 import libcddb 1.3.0
Libcddb is a C library to access data on a CDDB server (freedb.org). It
allows you to:

- Search the database for possible CD matches.
- Retrieve detailed information about a specific CD.
- Submit new CD entries to the database.

Libcddb supports both the custom CDDB protocol and tunnelling the query
and read operations over plain HTTP. It is also possible to use an HTTP
proxy server. If you want to speed things up, you can make use of the
built-in caching facility provided by the library.

(needed for an upcoming gvfs port)
feedback and ok ajacoutot@
2008-03-19 14:37:54 +00:00