Commit graph

5201 commits

Author SHA1 Message Date
drochner
c07067637c update to mpc-0.14
First release in a year and a half. Tons of bugfixes and feature additions
2009-01-20 23:07:51 +00:00
drochner
a9a72042ec update to 0.14.1
This release features fixes for jack instability, many streaming issues,
solaris build, cross fading audio defects, improvement in software
volume and non-distribution building. This releases adds writer/composer
tag support and disables oggvorbis seeking on remote files, which fixes
slow ogg file streaming playback.
2009-01-20 22:52:17 +00:00
drochner
16d280a816 update to 0.17.0
changes (incomplete):
The focus of this release was bugfixes, stability, memory
reductions, features, and general UI cleanups.
2009-01-20 22:46:09 +00:00
drochner
3d70a406af update to 0.17.0
Didn't find a consistent changelog - at least it seems to be a lot
of bugfixes.
(worked well for me for two weeks)
2009-01-20 22:41:03 +00:00
drochner
c25eceab61 update to 0.2.14
This release includes a lot of bug fixes, and the lastfmradio plugin.
2009-01-20 21:49:23 +00:00
sketch
86f3988cc0 Fix __inline on Sun Studio. 2009-01-20 20:29:18 +00:00
sketch
56a2636a88 Don't include sys/byteorder.h on Solaris. 2009-01-20 20:23:36 +00:00
sketch
705f7d06aa Disable inline across source files on Sun Studio. 2009-01-20 20:01:23 +00:00
drochner
0b9832542f fix for base pkg update 2009-01-20 18:31:46 +00:00
sketch
523aee667c Add required library dependancies. Package now builds on Solaris. 2009-01-20 13:26:52 +00:00
jmcneill
5680c10755 Update pulseaudio to 0.9.14.
Colin Guthrie (2):
      Fix a potential C++/C99 ism, add a log message on error condition
      Fix two typos that broke tunnels

Lennart Poettering (46):
      Initialize exit_idle_time to -1 instead of 0  when in system mode.
      instead of resetting virtual_volume unconditionally on initialization, do so only when no volume was set before
      use pa_channel_map_init_extend() instead of pa_channel_map_init_auto() as channel map for sink inputs/source outputs in case no map is specified
      if the channel map was modified due to PA_SINK_INPUT_FIX_CHANNELS, remap the specified volume properly
      define 0dB in PA as maximum amplification
      properly remove dbus matches an filters when unloading m-b-d
      always check for libtool prefix binary name to avoid confusion when using both installed and run-from-build-tree versions of PA in parallel
      Fix spelling of privilige
      Make missing git-changelog.perl non-fatal
      fix invalid validity check
      convert argument to boolean int in PA_UNLIKELY, too
      include log.h near the end so that macro.h can be included in log.h and defines pa_bool_t properly
      Try to catch certain driver errors
      make the debug trap macro a proper macro in macro.h
      don't set the volume of pacat unless it is explicitly set
      warn if ALSA wakes us up and there is actually nothing to do
      fix build
      make sure to use 64bit rounding even on 32bit machines when converting to pa_usec_t
      make shm marker architecture independant, patch from michich, closes #401
      Make sure libpulse never gets unloaded
      Check if environ is actually set before we use it
      Fix return value of --dump-resample-methods
      Don't mix front-center into rear channels
      Pass GDBM_NOLOCK to gdbm
      Load module-volume-restore and module-device-restore before all other modules
      introduce new function pa_module_unload_request_by_index
      Don't store pointer to pa_module
      actually unload the modules from a new stack frame
      unload tunnel modules from a new stack frame
      it's better to always use the index of a module instead of the pa_module*
      downgrade a few warnings
      Make sure we drop CAP_NICE if RT is not allowed
      Allow access("/dev/dsp", W_OK) succeed
      Use FIONREAD instead of TIOCINQ
      Implement PA_SOURCE_MESSAGE_GET_LATENCY
      make sure we don't hit an assert when we issue two rewind requests in a
      If we cannot open an ALSA device with SND_PCM_NO_AUTO_FORMAT retry without
      fix a gcc warning
      Rework handling of the PA_SINK_LATENCY/PA_SOURCE_LATENCY flags
      A few minor cleanups and updates
      add a few missing parens
      show maximum usable slot size
      Make sure we don't drop any data on the client side
      for record streams fill in the latency as the fragsize
      Fix suspending of all sinks/sources
      bump version/soname

Luiz Augusto von Dentz (7):
      Unload module-bluetooth-device if the remote device disconnects.
      Fix possible invalid read while attempting to load module-bluetooth-device.
      Fix bug walking on module list.
      Update module-bluetooth-device to the new ipc.
      Send packets with proper size.
      Fix send and recv message sizes.
      Fix sending wrong codec capability length.

Sean McNamara (1):
      --check: Updated manpage slightly and pulseaudio --help slightly.

Tom Bamford (1):
      Multicast SDP packets sent with same IP TTL as RTP packets

chocolateboy (1):
      Fix typo in log message: s/Recevied/Received/
2009-01-19 14:19:00 +00:00
wiz
2cb3e0bd13 Use gnome-speech/Makefile.common to avoid updating gnome-speech but
forgetting about gnome-speech-espeak.
2009-01-18 11:30:14 +00:00
wiz
fcc0148858 Split off most variables into Makefile.common, to be used by
gnome-speech-espeak as well, to avoid updating one and not the other.
2009-01-18 11:29:44 +00:00
wiz
9e2a321b79 regen, because the line numbers are much lower nowadays.
Not necessary, but gets rid of a patch(1) warning on NetBSD.
2009-01-18 11:28:56 +00:00
wiz
bcb6c5c5e5 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-18 10:04:17 +00:00
drochner
5ed2ca5c25 patch around SA33356: Audacity "String_parse::get_nonspace_quoted()"
Buffer Overflow
(homegrown patch, might be sufficient or not)
bump PKGREVISION
2009-01-13 12:38:49 +00:00
drochner
1b5dc7e31f remove some patches which were intended to make the code compile
on older compilers but cause crashes (and possible security problems)
instead
bump PKGREVISION
2009-01-13 12:13:45 +00:00
shattered
1918d8d90a gqmpeg options (gqmpeg-russian and gqmpeg-japanese) are mutually exclusive.
Place them into a group, make it optional.

OK by wiz@.
2009-01-12 21:12:40 +00:00
jmcneill
5f032ca2b2 drop maintainership 2009-01-12 16:19:07 +00:00
wiz
9e262aae92 Fix security problem:
* Fix possible buffer overflows when parsing Audible .aa files.

Bump PKGREVISION.
2009-01-12 12:33:39 +00:00
ahoka
0c2277319d Enable shoutcast support.
Patch from Gergo Szakal.
2009-01-11 20:57:20 +00:00
shattered
8819af4012 Oops, add options.mk. 2009-01-10 09:41:05 +00:00
jnemeth
c63c6f0a9b ancient GCC required for NetBSD 5.0 on upwards 2009-01-10 00:28:57 +00:00
shattered
5f67b9ba3f Update to 2.5.1, from PR 38499. May also solve PR 38712.
6 years passed since 2.0.4, too much changes happened to list here.
Most of them seem to fix various playback accuracy issues.
Many patches were merged upstream.  Major change -- X11 frontend (xxmp)
is missing, there's nothing in change log about that.

pkgsrc change: pulseaudio support (default on).

OK by wiz@.
2009-01-09 20:43:53 +00:00
adrianp
b3a4fdb413 HOMEPAGE and MASTER_SITES update 2009-01-08 22:28:18 +00:00
dsainty
c74fa7d4dc If the target NetBSD system is dated enough (E.g. 4.99.1), AUDIO_GETBUFINFO
won't be available, and the previous version of this patch would not allow
successful building.

Change the code (in the OSS module) to check for a defined AUDIO_GETBUFINFO
under NetBSD.  If it isn't available, indicate that the system has no
mechanism available.

(May compromise on audio synchronisation on local OSS devices)

Ok jmcneill@
2009-01-08 12:11:46 +00:00
shattered
f37ab1617c Delint: replace LOCALBASE with BUILDLINK_PREFIX.libmp4v2.
OK by wiz@.
2009-01-08 11:43:36 +00:00
drochner
3ad05571bd +streamripper-current 2009-01-07 18:53:17 +00:00
drochner
4699e6e402 import streamripper-1.64.3
This is the newest version of streamripper. A user visible difference
to current pkgsrc/audio/streamripper is that it doesn't create id3v1
tags per default.
(It should also get some testing with non-ASCII locales.)
2009-01-07 18:51:28 +00:00
drochner
c2822832b1 add a patch from upstream to fix buffer overflows in the HTML parser
(CVE-2008-4829), bump PKGREVISION
2009-01-07 18:45:54 +00:00
shattered
aed6101bfb Update homepage address.
OK by wiz@.
2009-01-04 22:32:04 +00:00
wiz
55fa90af5f Move scrollkeeper/omf.mk to rarian/omf.mk.
scrollkeeper is nowadays included in rarian, so the omf.mk file should
be there as well.
Adapt all references.
2009-01-04 18:00:58 +00:00
shattered
cb0fcf6269 Replace Python interpreter path in amaroc.py (makes this package usable
out of the box).  Bump revision.
2009-01-04 15:11:50 +00:00
shattered
5cd10c8d18 Change maintainer email to my NetBSD.org alias. At the same time, disown
games/adom -- I don't use (play :-) it these days.
2009-01-04 14:08:14 +00:00
gdt
1b5334f5b1 Express depdendency on glib2 and add it to bl3 file, so that depending
packages that use pkg-config to check for pulseaudio but don't depend
on glib2 can build.  Reviewed by wiz@.
2009-01-03 19:34:02 +00:00
hubertf
2e69248751 revision bump for the ao->libao option rename 2009-01-01 21:47:31 +00:00
hubertf
659219b60f Option 'ao' was renamed to 'libao' - adjust; See PR 40312. 2009-01-01 21:46:58 +00:00
obache
881393c48b + padevchooser 2009-01-01 06:44:43 +00:00
hasso
f399c0d753 Needs msgfmt. 2008-12-30 19:38:07 +00:00
hasso
f4b3b7eef4 * Make it build on DragonFly
* Fix interpreter in alsaconf and make package depend on bash (runtime).
* Bump PKGREVISION
2008-12-30 14:44:14 +00:00
hasso
e448c358b2 Fix loading modules on DragonFly. 2008-12-30 14:40:29 +00:00
obache
c7ff3f4cae Conditionally include stdint.h for Solaris<10.
Fixes build failure reported by PR 40265.
2008-12-29 05:36:39 +00:00
wiz
f8daf37e4d Fix .pc file. Bump PKGREVISION. 2008-12-28 23:45:50 +00:00
snj
bdc883df76 Whitespace fix. 2008-12-28 00:40:39 +00:00
jmcneill
7685b099a4 regen patch-ae 2008-12-26 20:42:26 +00:00
jmcneill
fa22046509 Add HAL and ipod support; tested with an iPod Shuffle and a PSP-2000. 2008-12-26 15:35:51 +00:00
ahoka
107980ad07 Fix minor issues reported by pkglint:
- Fix incorrect package option name
- Add $NetBSD$ to patch-ad
- Add autoreconf to USE_TOOLS
2008-12-25 21:53:30 +00:00
ahoka
943e93a8d7 Actually look for the configuration files in the right place
honouring PKG_SYSCONFBASE.
2008-12-25 21:47:03 +00:00
hasso
9e7becee9c Make it build on DragonFly. 2008-12-25 13:18:00 +00:00
dsainty
ec245279a3 The rtstutter test is afunctional for all operating systems but one. Make it
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-24 04:11:17 +00:00