CVS: cvs.openbsd.org: ports

2024-02-14 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2024/02/14 01:20:26

Modified files:
devel/geany: Makefile distinfo 
devel/geany/patches: patch-scintilla_src_RunStyles_cxx 
devel/geany/pkg: PLIST 

Log message:
devel/geany: Update to version 2.0.

ok and help from tb, kn, and Victor Kukshiev (maintainer)



CVS: cvs.openbsd.org: ports

2023-01-31 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2023/01/31 13:27:39

Modified files:
x11: Makefile 

Log message:
Add sndiokeys

ok sthen@



CVS: cvs.openbsd.org: ports

2023-01-31 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2023/01/31 13:25:05

Log message:
Control sndiod with hot-keys and play keyboard bells

tweaks from and ok sthen@

Status:

Vendor Tag: ratchov
Release Tags:   ratchov_20230131

N ports/x11/sndiokeys/Makefile
N ports/x11/sndiokeys/distinfo
N ports/x11/sndiokeys/pkg/DESCR
N ports/x11/sndiokeys/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2023-01-27 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2023/01/27 05:05:15

ports/x11/sndiokeys

Update of /cvs/ports/x11/sndiokeys
In directory cvs.openbsd.org:/tmp/cvs-serv30579/sndiokeys

Log Message:
Directory /cvs/ports/x11/sndiokeys added to the repository



CVS: cvs.openbsd.org: ports

2022-09-12 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2022/09/12 07:06:42

Modified files:
audio/midish   : Makefile distinfo 

Log message:
Update to 1.3.2 and update HOMEPAGE (use https, drop www prefix)

ok sthen



CVS: cvs.openbsd.org: ports

2022-04-29 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2022/04/29 02:54:18

Modified files:
x11/mplayer: Makefile 
Added files:
x11/mplayer/patches: patch-libao2_ao_sndio_c 

Log message:
Use sio_flush() instead of sio_stop() to improve controls responsiveness

ok sthen



CVS: cvs.openbsd.org: ports

2022-04-29 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2022/04/29 02:53:42

Modified files:
multimedia/mpv : Makefile 
multimedia/mpv/patches: patch-audio_out_ao_sndio_c 

Log message:
Use sio_flush() instead of sio_stop() to improve controls responsiveness

ok sthen



CVS: cvs.openbsd.org: ports

2022-04-29 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2022/04/29 02:53:00

Modified files:
audio/audacious/plugins: Makefile 
Added files:
audio/audacious/plugins/patches: patch-src_sndio_sndio_cc 

Log message:
Use sio_flush() instead of sio_stop() to improve controls responsiveness

ok sthen



CVS: cvs.openbsd.org: ports

2021-11-07 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2021/11/07 22:35:30

Modified files:
audio/fluidsynth: Makefile 
audio/fluidsynth/patches: patch-src_drivers_fluid_mdriver_c 

Log message:
Reenable MIDI support using sndio

Found and analysed by , thanks

ok tb



Re: CVS: cvs.openbsd.org: ports

2021-09-15 Thread Alexandre Ratchov
On Wed, Sep 15, 2021 at 10:48:39AM +, li...@wrant.com wrote:
> Tue, 14 Sep 2021 23:16:24 -0600 (MDT) Rafael Sadowski
> 
> > CVSROOT:/cvs
> > Module name:ports
> > Changes by: rsadow...@cvs.openbsd.org   2021/09/14 23:16:24
> > 
> > Modified files:
> > multimedia/mpv : Makefile 
> > 
> > Log message:
> > Disable the sndio backend again
> > 
> > Too many errors have been reported with it.
> > 
> > Leave the backend in for anyone else that might want to look at the code and
> > work on it.
> > 
> > From Brad
> > 
> 
> Hello Rafael,
> 
> Objection to this removal, the errors are negligible usage trivial problems on
> loops and playlist audo-advance only.  It actually works fine on streaming and
> other media playback.  It is 2x more efficient on bandwidth and processor load
> when using remote sndiod server on the network, it really makes a difference..
> 
> Please leave it enabled, since it is a configuration tunable.  This mpv player
> is a port (third party application), not part of the operating system and does
> not follow that rubber stamped "remove it all" for another year.  Programs are
> not supposed to have their modules "unavailable" just because someone reported
> they can not enjoy it completely, or rather fix their own configuration files.

Don't worry, the sdl backend uses sndio internally, so you still can
use all the sndio networking features seamlessly.

The main purpose of the sndio backend is to reduce the number of
software layers and in turn the risk of bugs and audio
glitches. Anyway the plan is to restore it soon.



CVS: cvs.openbsd.org: ports

2021-07-26 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2021/07/26 01:08:32

Modified files:
telephony/linphone/mediastreamer2: Makefile 
telephony/linphone/mediastreamer2/patches: 
   
patch-src_audiofilters_sndio_c 

Log message:
Lower latency and wrap ms_bufferizer_read() calls in a loop

In order the latency to be lowered, sndiod(8) latency needs to be
lowered as well (total latency is the sum of linphone and sndiod
ones). For instance, set sndiod_flags "-z 480" to /etc/rc.conf.local

ok landry



CVS: cvs.openbsd.org: ports

2021-06-01 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2021/06/01 13:32:43

Modified files:
x11/vlc: Makefile 
Added files:
x11/vlc/patches: patch-modules_audio_output_sndio_c 

Log message:
Fix crash when volume is adjusted while playback is stopped

Set volume/mute function pointers when handle is freed, to ensure
sio_setvol() is not called on a freed handle. Fixes crashes when
volume is adjusted while playback is stopped.

Suggested and OK brad@, found and tested by Mark Patruck



CVS: cvs.openbsd.org: ports

2020-04-30 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2020/04/30 06:54:28

Modified files:
www/mozilla-firefox: Makefile 
Added files:
www/mozilla-firefox/patches: 
 patch-media_libcubeb_src_cubeb_sndio_c 

Log message:
Limit playback to 8 and recording to 2 channels.

This fixes certain video-conferencing sites. Related discussion is
here:

https://bugzilla.mozilla.org/show_bug.cgi?id=1633769

ok sthen, landry



CVS: cvs.openbsd.org: ports

2020-04-22 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2020/04/22 03:51:25

Modified files:
audio/pulseaudio: Makefile 
audio/pulseaudio/files: module-sndio.c 

Log message:
Fix uninitialized variable causing corrupted GM master volume messages

ok ajacoutot



CVS: cvs.openbsd.org: ports

2020-04-18 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2020/04/18 15:05:57

Modified files:
x11/lumina : Makefile 
Added files:
x11/lumina/patches: 
patch-src-qt5_core_libLumina_LuminaOS-OpenBSD_cpp 

Log message:
Use sndioctl instead of mixerctl

Test and works with both software and hardware volume knobs.

ok landry



CVS: cvs.openbsd.org: ports

2020-04-18 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2020/04/18 14:40:19

Modified files:
x11/dstat  : Makefile 
Added files:
x11/dstat/patches: patch-Makefile patch-dstat_1 patch-dstat_c 

Log message:
Use sndio instead of the raw /dev/mixer device

joint work with jung@, dstat author; thanks



CVS: cvs.openbsd.org: ports

2020-04-18 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2020/04/18 14:19:32

ports/x11/dstat/patches

Update of /cvs/ports/x11/dstat/patches
In directory cvs.openbsd.org:/tmp/cvs-serv39301/patches

Log Message:
Directory /cvs/ports/x11/dstat/patches added to the repository



CVS: cvs.openbsd.org: ports

2020-04-16 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2020/04/16 00:54:41

Modified files:
sysutils/xstatbar: Makefile 
sysutils/xstatbar/patches: patch-Makefile patch-stats_c 
   patch-stats_h 

Log message:
Use the new sioctl_open(3) interface in place of /dev/mixer

Now xstatbar shows the same control as "sndioctl output.level".

ok sthen, rsadowski



CVS: cvs.openbsd.org: ports

2020-04-16 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2020/04/16 00:49:22

Modified files:
multimedia/gstreamer-0.10/plugins-good: Makefile 
Added files:
multimedia/gstreamer-0.10/plugins-good/patches: 

patch-sys_oss_gstossmixerelement_c 

Log message:
Use /dev/null instead of /dev/mixer

The "mixer" plugin (using -lossaudio) still calls open(2) to get a
file descriptor, it's not need to change the volume, but the code
expects various syscalls to succeed. Using /dev/null ensures the
plug-in will continue to work once /dev/mixer is disabled.

ok gkoehler@



CVS: cvs.openbsd.org: ports

2020-04-16 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2020/04/16 00:45:19

Modified files:
sysutils/gkrellm/plugins/volume: Makefile 
sysutils/gkrellm/plugins/volume/patches: patch-oss_mixer_c 
sysutils/conky : Makefile 
sysutils/tpb   : Makefile 
telephony/iaxclient: Makefile 
telephony/iaxclient/patches: 
 
patch-lib_portmixer_px_unix_oss_px_unix_oss_c 
Added files:
sysutils/conky/patches: patch-src_mixer_c 
sysutils/tpb/patches: patch-src_cfg_h 

Log message:
Use /dev/null instead of /dev/mixer

Ports using -lossaudio still call open(2) to get a file descriptor.
They don't need it to change the volume, but expect various syscalls
to succeed. Using /dev/null ensures programs will continue to work
once /dev/mixer is disabled.

"go ahead" landry@ and naddy@



CVS: cvs.openbsd.org: ports

2020-03-16 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2020/03/16 09:07:55

Modified files:
audio/gqmpeg   : Makefile 
audio/gqmpeg/patches: patch-src_mixer_c 
Added files:
audio/gqmpeg/patches: patch-src_Makefile_in 

Log message:
Use the new sioctl_open(3) API to manage the current audio level.

Now the programm displays and controls the current sndiod master
volume level, which is present on any device and always corresponds to
the device programs are playing on. This also fixes crashes when the
volume slider is touched.

ok rsadowski



Re: CVS: cvs.openbsd.org: ports

2020-03-16 Thread Alexandre Ratchov
On Mon, Mar 16, 2020 at 08:54:45AM -0600, Alexandre Ratchov wrote:
> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   ratc...@cvs.openbsd.org 2020/03/16 08:54:45
> 
> Modified files:
>   x11/i3status   : Makefile 
> Added files:
>   x11/i3status/patches: patch-Makefile_am patch-configure_ac 
> patch-include_i3status_h 
> patch-src_print_volume_c patch-src_sndio_c 
> Removed files:
>   x11/i3status/patches: patch-Makefile_in 
> 
> Log message:
> Use the new sioctl_open(3) API to display current audio level.
> 
> Now the programm displays the current sndiod master volume level,
> which is present on any device and always corresponds to the device
> programs are playing on.
> 

Sorry, forgot to mention this is OK rsadowski@ for this one too.



CVS: cvs.openbsd.org: ports

2020-03-16 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2020/03/16 08:54:45

Modified files:
x11/i3status   : Makefile 
Added files:
x11/i3status/patches: patch-Makefile_am patch-configure_ac 
  patch-include_i3status_h 
  patch-src_print_volume_c patch-src_sndio_c 
Removed files:
x11/i3status/patches: patch-Makefile_in 

Log message:
Use the new sioctl_open(3) API to display current audio level.

Now the programm displays the current sndiod master volume level,
which is present on any device and always corresponds to the device
programs are playing on.



Re: CVS: cvs.openbsd.org: ports

2020-03-16 Thread Alexandre Ratchov
On Mon, Mar 16, 2020 at 08:50:57AM -0600, Alexandre Ratchov wrote:
> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   ratc...@cvs.openbsd.org 2020/03/16 08:50:57
> 
> Modified files:
>   sysutils/tray-app: Makefile 
>   sysutils/tray-app/patches: patch-sound_Makefile 
> Added files:
>   sysutils/tray-app/patches: patch-sound_sound_c 
> 
> Log message:
> Use the new sioctl_open(3) API to display current audio level.
> 
> Now the programm displays and controls the sndiod master volume knob,
> which is present on any device and always corresponds to the device
> programs are playing on.
> 

Sorry, forgot to mention this is OK rsadowski@.



CVS: cvs.openbsd.org: ports

2020-03-16 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2020/03/16 08:50:57

Modified files:
sysutils/tray-app: Makefile 
sysutils/tray-app/patches: patch-sound_Makefile 
Added files:
sysutils/tray-app/patches: patch-sound_sound_c 

Log message:
Use the new sioctl_open(3) API to display current audio level.

Now the programm displays and controls the sndiod master volume knob,
which is present on any device and always corresponds to the device
programs are playing on.



CVS: cvs.openbsd.org: ports

2019-08-26 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2019/08/26 05:43:58

Modified files:
audio/midish   : Makefile distinfo 

Log message:
update to 1.3.0

ok sthen@



CVS: cvs.openbsd.org: ports

2019-07-28 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2019/07/28 02:45:00

Modified files:
www/chromium   : Makefile 
www/chromium/files: sndio_input.cc sndio_output.cc 

Log message:
Fix confusion in time units breaking audio/video synchronization.

ok robert



CVS: cvs.openbsd.org: ports

2019-07-27 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2019/07/27 17:59:51

Modified files:
www/chromium   : Makefile 
www/chromium/files: sndio_output.cc 

Log message:
Fix audio-video synchronisation bug revealed by last commit.

A/V synchronization was caused by confusion between bytes and samples
in the hardware delay calculation. Bug reported and fix tested by
Tobias Kortkamp and robert@, thanks.

ok robert@



CVS: cvs.openbsd.org: ports

2019-06-26 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2019/06/26 08:14:26

Modified files:
www/chromium   : Makefile 
www/chromium/files: sndio_input.cc sndio_input.h sndio_output.cc 
sndio_output.h 

Log message:
Add support for audio recording using sndio.

ok and (a lot) of help from robert.



CVS: cvs.openbsd.org: ports

2019-05-08 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2019/05/08 23:12:53

Modified files:
emulators/qemu : Makefile 
emulators/qemu/patches: patch-configure 
Added files:
emulators/qemu/patches: patch-audio_Makefile_objs 
patch-audio_sndioaudio_c 

Log message:
Add sndio backend. It should allow guest operating systems with no
sndio support to use sndio audio interfaces of the host system.

With help from brad@, ok sthen@.



CVS: cvs.openbsd.org: ports

2018-08-09 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2018/08/09 14:50:47

Modified files:
audio/openal   : Makefile 
Added files:
audio/openal/patches: patch-Alc_backends_sndio_c 

Log message:
Add recording support to sndio backend. With help from Leonid Bobrov.

ok from David Carlier (maintainer), ok jca@



CVS: cvs.openbsd.org: ports

2017-05-03 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2017/05/03 13:38:16

Modified files:
audio/midish   : Makefile distinfo 
audio/midish/pkg: DESCR PLIST 

Log message:
update to 1.2.0

ok (and tweaks) from bentley@, jca@ and sthen@



CVS: cvs.openbsd.org: ports

2016-09-21 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2016/09/21 05:40:14

Modified files:
audio/sox  : Makefile 
Added files:
audio/sox/patches: patch-src_sndio_c 

Log message:
Take into account encoding's bits_per_sample. Fixes recording
of 24-bit files. Tested by many.



CVS: cvs.openbsd.org: ports

2016-09-11 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2016/09/11 10:30:12

Modified files:
lang/squeak/vm : Makefile 
lang/squeak/vm/patches: patch-platforms_unix_vm_sqUnixMain_c 
lang/squeak/vm/pkg: PLIST 
Removed files:
lang/squeak/vm/patches: 

patch-platforms_unix_vm-sound-OpenBSD_acinclude_m4 

patch-platforms_unix_vm-sound-OpenBSD_sqUnixSoundOpenBSD_c 

Log message:
Disable audio; unbreaks the build. Audio is not fixable as there are
LP64 problems preventing from implementing proper audio backend.

suggested by and ok naddy@



CVS: cvs.openbsd.org: ports

2015-09-20 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2015/09/20 06:47:58

Modified files:
audio/siren: Makefile distinfo 
audio/siren/pkg: PLIST 

Log message:
Update to new 0.6 version. From Tim van der Molen. Thanks!



CVS: cvs.openbsd.org: ports

2015-07-30 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2015/07/30 10:35:22

Modified files:
audio/midish   : Makefile distinfo 

Log message:
update to 1.1.1



CVS: cvs.openbsd.org: ports

2015-06-29 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2015/06/29 16:38:59

Added files:
graphics/xanim/patches: patch-Imakefile patch-xa_acodec_c 
patch-xa_audio_c patch-xa_audio_h 
patch-xanim_c patch-xanim_h 
Removed files:
graphics/xanim/patches: i386-patch patch-a patch-b patch-c 
patch-d patch-e patch-f 

Log message:
Regen patches. No md5 change in patched files. Suggested by sthen.



CVS: cvs.openbsd.org: ports

2015-06-29 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2015/06/29 16:19:22

Modified files:
misc/xcdroast  : Makefile 
Added files:
misc/xcdroast/patches: patch-configure patch-src_io_c 
   patch-src_wavplay_c 

Log message:
Add sndio backend.

ok sthen@



CVS: cvs.openbsd.org: ports

2015-06-29 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2015/06/29 17:07:08

Modified files:
graphics/xanim : Makefile 
graphics/xanim/patches: patch-Imakefile patch-xa_acodec_c 
patch-xa_audio_c patch-xa_audio_h 
patch-xanim_c patch-xanim_h 

Log message:
Add sndio backend, fixes build.

ok sthen@



CVS: cvs.openbsd.org: ports

2015-06-29 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2015/06/29 16:17:47

Modified files:
misc/brltty: Makefile 
Added files:
misc/brltty/files: sys_pcm_sndio.h 
misc/brltty/patches: patch-Programs_sys_openbsd_c 
 patch-configure 

Log message:
add sndio backend, fixes build

ok sthen@



CVS: cvs.openbsd.org: ports

2015-06-27 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2015/06/27 04:10:23

Modified files:
games/uhexen2  : Makefile 
Added files:
games/uhexen2/patches: patch-engine_h2shared_snd_sys_h 
   patch-launcher_launcher_defs_h 

Log message:
Stop building the sun audio backend, use sdl.

ok ajacoutot, sthen



CVS: cvs.openbsd.org: ports

2015-06-26 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2015/06/26 02:11:15

ports/misc/brltty/files

Update of /cvs/ports/misc/brltty/files
In directory cvs.openbsd.org:/tmp/cvs-serv15937/files

Log Message:
Directory /cvs/ports/misc/brltty/files added to the repository



CVS: cvs.openbsd.org: ports

2015-04-14 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2015/04/14 00:37:15

Modified files:
audio/siren: Makefile distinfo 
audio/siren/pkg: PLIST 

Log message:
Update to version 0.5, from Tim van der Molen and Max Fillinger, thanks.



CVS: cvs.openbsd.org: ports

2015-02-01 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2015/02/01 05:52:53

Modified files:
lang/python: Makefile.inc 
lang/python/2.7: Makefile 
lang/python/2.7/patches: patch-setup_py 
lang/python/2.7/pkg: PLIST-main 
Removed files:
lang/python/2.7/patches: patch-Modules_ossaudiodev_c 

Log message:
Stop installing python 2.7 ossaudiodev module. It's not present
in recent versions of python most probably because it doesn't make sense
to expose non-portable low-level ioctl's to scripts (PyAudio  PyGame
are much better choices).

ok brad, aja and sthen ok'd first version of this diff



CVS: cvs.openbsd.org: ports

2015-01-31 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2015/01/31 02:14:14

Modified files:
x11: Makefile 
devel/quirks/files: Quirks.pm 
Removed files:
x11/xawtv  : Makefile distinfo 
x11/xawtv/patches: patch-Makefile_in patch-console_Subdir_mk 
   patch-libng_plugins_Subdir_mk 
   patch-libng_plugins_drv0-bsd_c 
   patch-x11_blit_c patch-x11_pia_c 
x11/xawtv/pkg  : DESCR PLIST 

Log message:
Remove xawtv

ok ajacoutot@, armani@, dcoppa@, jca@, naddy@, robert@



CVS: cvs.openbsd.org: ports

2015-01-31 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2015/01/31 02:20:48

Modified files:
devel/quirks   : Makefile 

Log message:
bump quirks after xawtv removal

from ajacoutot@



CVS: cvs.openbsd.org: ports

2014-11-07 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2014/11/07 01:52:26

Modified files:
graphics   : Makefile 
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 
Removed files:
graphics/fxtv  : Makefile distinfo 
graphics/fxtv/patches: patch-Fxtv patch-Makefile patch-actions_c 
   patch-annot_c patch-app_rsrc_h 
   patch-audsav_dlg_c patch-fxtv_cnvt_sh 
   patch-haup_remote_c 
   patch-pixelview_remote_c patch-remote_c 
   patch-tv_c patch-tvaudio_c 
   patch-tvcapture_c patch-tvcapture_h 
   patch-tvmenu_c patch-tvtypes_h 
   patch-tvutil_c patch-videolib_Makefile 
   patch-videolib_videolib_c 
graphics/fxtv/pkg: DESCR PLIST 

Log message:
Remove port of 13 year old fxtv release.

suggested by landry, ok dcoppa and benoit



CVS: cvs.openbsd.org: ports

2014-11-05 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2014/11/05 13:38:59

Modified files:
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 
audio  : Makefile 
Removed files:
audio/mixer.app: Makefile distinfo 
audio/mixer.app/files: Mixer.1 
audio/mixer.app/patches: patch-Makefile 
audio/mixer.app/pkg: DESCR PLIST 
audio/wmix : Makefile distinfo 
audio/wmix/patches: patch-Makefile patch-mixer-oss_c 
patch-wmix_c 
audio/wmix/pkg : DESCR PLIST 
audio/wmmixer  : Makefile distinfo 
audio/wmmixer/patches: patch-Imakefile patch-mixctl_h 
   patch-wmmixer_cc 
audio/wmmixer/pkg: DESCR PLIST 
audio/xmix : Makefile distinfo 
audio/xmix/patches: patch-Imakefile patch-xmix_c patch-xmix_man 
audio/xmix/pkg : DESCR PLIST 
audio/xmmix: Makefile distinfo 
audio/xmmix/patches: patch-Imakefile patch-XMmix_ad 
 patch-appenv_h patch-main_c patch-mixer_c 
 patch-mixer_h patch-resource_h 
 patch-widget_c patch-widget_h 
audio/xmmix/pkg: DESCR PLIST 

Log message:
Remove ancient/broken mixers.

suggested by and ok naddy, amani, sthen, dcoppa



CVS: cvs.openbsd.org: ports

2014-11-03 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2014/11/03 02:12:41

Modified files:
sysutils/cdrtools: Makefile 
Added files:
sysutils/cdrtools/patches: patch-cdda2wav_configure_in 
   patch-cdda2wav_lconfig_h_in 
   patch-cdda2wav_local_cnf_in 
   patch-cdda2wav_sndconfig_c 

Log message:
Use sndio to play sound.

help from and ok jca, ok armani



CVS: cvs.openbsd.org: ports

2014-11-03 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2014/11/04 00:41:10

Modified files:
comms/tlf  : Makefile 
comms/tlf/patches: patch-share_Makefile_am 
Added files:
comms/tlf/patches: patch-src_audio_c patch-src_audio_h 
Removed files:
comms/tlf/patches: patch-configure_in 

Log message:
Use sndio to record.

ok sthen



CVS: cvs.openbsd.org: ports

2014-11-01 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2014/11/01 02:13:31

Modified files:
graphics   : Makefile 
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 
Removed files:
graphics/synaesthesia: Makefile distinfo 
graphics/synaesthesia/patches: patch-Makefile_in patch-polygon_h 
   patch-sound_cc patch-syna_h 
   patch-ui_cc patch-xlib_c 
graphics/synaesthesia/pkg: DESCR PLIST 

Log message:
remove synaesthesia, suggested by landry, ok ajacoutot



CVS: cvs.openbsd.org: ports

2014-11-01 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2014/11/01 03:30:59

Modified files:
editors/emacs  : Makefile 

Log message:
Disable sound rather than adding sndio bits, suggested by sthen,
diff from jca, many thanks.



CVS: cvs.openbsd.org: ports

2014-10-30 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2014/10/30 02:34:30

Modified files:
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 

Log message:
Add missing quirks for ac3dec and flash removal.

help from and ok naddy, dcoppa, jca



CVS: cvs.openbsd.org: ports

2014-10-29 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2014/10/29 01:27:22

Modified files:
graphics   : Makefile 
Removed files:
graphics/flash : Makefile distinfo 
graphics/flash/patches: patch-Lib_flash_cc patch-Lib_graphic16_h 
patch-Lib_graphic24_h 
patch-Lib_graphic32_h patch-Lib_matrix_h 
patch-Lib_shape_cc patch-Lib_sound_cc 
patch-Makefile 
graphics/flash/pkg: DESCR PLIST 

Log message:
Remove graphics/flash as we dont endorse flash players, especially the
ones dead upstream since 13+ years

ok ajacoutot, sthen, a lot of help from landry ;)



CVS: cvs.openbsd.org: ports

2014-10-26 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2014/10/26 09:20:55

Modified files:
audio  : Makefile 
Removed files:
audio/ac3dec   : Makefile distinfo 
audio/ac3dec/patches: patch-Makefile_in patch-configure 
  patch-libac3_Makefile_in 
  patch-libac3_bitstream_c 
  patch-output_linux_c 
  patch-tools_Makefile_in 
audio/ac3dec/pkg: DESCR PLIST 

Log message:
Remove ac3dec as it's superseded by liba52 and it doesn't work.

requested by sthen



CVS: cvs.openbsd.org: ports

2014-10-26 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2014/10/26 09:23:09

Modified files:
audio/libdca   : Makefile 
Added files:
audio/libdca/files: audio_out_sndio.c 
audio/libdca/patches: patch-libao_Makefile_am 
  patch-libao_Makefile_in 
  patch-libao_audio_out_c 
  patch-libao_configure_incl 
Removed files:
audio/libdca/patches: patch-configure 

Log message:
make dcadec use sndio

ok sthen



CVS: cvs.openbsd.org: ports

2014-10-26 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2014/10/26 09:24:10

Modified files:
audio/sidplay  : Makefile 
Added files:
audio/sidplay/files: audiodrv.cpp audiodrv.h 
audio/sidplay/patches: patch-configure patch-configure_in 

Log message:
make sidplay use sndio

ok sthen



CVS: cvs.openbsd.org: ports

2014-10-26 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2014/10/26 09:27:04

Modified files:
audio/liba52   : Makefile 
Added files:
audio/liba52/files: audio_out_sndio.c 
audio/liba52/patches: patch-libao_Makefile_am 
  patch-libao_Makefile_in 
  patch-libao_audio_out_c 
  patch-libao_configure_incl 

Log message:
make a52dec use sndio

ok sthen, looks fine espie



CVS: cvs.openbsd.org: ports

2014-10-24 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2014/10/24 05:12:07

ports/audio/libdca/files

Update of /cvs/ports/audio/libdca/files
In directory cvs.openbsd.org:/tmp/cvs-serv24783/files

Log Message:
Directory /cvs/ports/audio/libdca/files added to the repository



CVS: cvs.openbsd.org: ports

2014-10-24 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2014/10/24 08:01:01

ports/audio/sidplay/files

Update of /cvs/ports/audio/sidplay/files
In directory cvs.openbsd.org:/tmp/cvs-serv21980/files

Log Message:
Directory /cvs/ports/audio/sidplay/files added to the repository



CVS: cvs.openbsd.org: ports

2014-05-29 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2014/05/29 05:40:07

Modified files:
audio/siren: Makefile 
audio/siren/pkg: PLIST 

Log message:
Enable wavpack support. It was disabled because the .pc was wrong,
but now that it's fixed.

ok sthen



CVS: cvs.openbsd.org: ports

2014-05-08 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2014/05/08 03:27:47

ports/audio/siren

Update of /cvs/ports/audio/siren
In directory cvs.openbsd.org:/tmp/cvs-serv24215/siren

Log Message:
Directory /cvs/ports/audio/siren added to the repository



CVS: cvs.openbsd.org: ports

2014-05-08 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2014/05/08 03:28:07

ports/audio/siren/pkg

Update of /cvs/ports/audio/siren/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv23727/pkg

Log Message:
Directory /cvs/ports/audio/siren/pkg added to the repository



CVS: cvs.openbsd.org: ports

2014-05-08 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2014/05/08 03:51:30

Modified files:
audio  : Makefile 
Added files:
audio/siren: Makefile distinfo 
audio/siren/pkg: DESCR PLIST 

Log message:
Add audio/siren: a text-based audio player by Tim van der Molen

help and ok sthen, bcallah, landry



CVS: cvs.openbsd.org: ports

2014-05-08 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2014/05/08 04:15:31

Modified files:
audio/siren: Makefile 

Log message:
Drop a from COMMENT. Siren is ISC-licensed, not BSD-licensed, say
so in the PERMIT_PACKAGE_CDROM comment.

found by ajacoutot



CVS: cvs.openbsd.org: ports

2014-03-17 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2014/03/17 03:49:46

Modified files:
devel/sdl2 : Makefile 
Added files:
devel/sdl2/patches: patch-src_audio_sndio_SDL_sndioaudio_c 

Log message:
enable 24-bit audio encodings



Re: CVS: cvs.openbsd.org: ports

2014-03-17 Thread Alexandre Ratchov
On Mon, Mar 17, 2014 at 03:49:46AM -0600, Alexandre Ratchov wrote:
 CVSROOT:  /cvs
 Module name:  ports
 Changes by:   ratc...@cvs.openbsd.org 2014/03/17 03:49:46
 
 Modified files:
   devel/sdl2 : Makefile 
 Added files:
   devel/sdl2/patches: patch-src_audio_sndio_SDL_sndioaudio_c 
 
 Log message:
 enable 24-bit audio encodings

forgot to mention this is ok brad@



CVS: cvs.openbsd.org: ports

2014-02-19 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2014/02/19 12:12:43

Modified files:
x11/mplayer: Makefile 
x11/mplayer/patches: patch-libao2_ao_sndio_c 

Log message:
Fix playback of s24le audio. Tested by edd@, yasuoka@ and brad@

ok sthen@



CVS: cvs.openbsd.org: ports

2014-01-31 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2014/01/31 03:44:56

Modified files:
x11/mplayer: Makefile 
Added files:
x11/mplayer/patches: patch-libao2_ao_sndio_c 

Log message:
Mplayer requires the byte-order flag to be set for 8-bit formats
as well. Fixes playback of 8-bit audio files.
ok brad@



CVS: cvs.openbsd.org: ports

2013-12-19 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2013/12/19 02:24:18

Modified files:
devel/sdl  : Makefile 
devel/sdl/files: SDL_sndioaudio.c 

Log message:
- use SIO_DEVANY instead of NULL
- simplify SNDIO_WaitAudio (do as others backends do)
- remove the rate negotiation, which predates sndiod

these tweaks that don't change the bahavior.

ok bcallah@



CVS: cvs.openbsd.org: ports

2013-05-30 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2013/05/30 16:47:19

Modified files:
geo/openbsd-developers/files: OpenBSD 

Log message:
add my location, but please, *keep it secret*



CVS: cvs.openbsd.org: ports

2013-04-22 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2013/04/22 15:14:34

Modified files:
games/allegro  : Makefile 
games/allegro/files: sndio.c 

Log message:
in the sndio backend, assume 16-bit samples are signed and 8-bit
unsigned. Found by rfreeman

ok landry



CVS: cvs.openbsd.org: ports

2013-04-17 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2013/04/17 17:03:23

Modified files:
x11/mplayer: Makefile 
x11/mplayer/files: ao_sndio.c 

Log message:
allocate the right number of pollfd structures
ok naddy



CVS: cvs.openbsd.org: ports

2013-03-16 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2013/03/16 04:56:30

Modified files:
audio/portaudio-svn: Makefile 
audio/portaudio-svn/files: pa_sndio.c 

Log message:
Set defaults to more realistic values (128 max chans, 48kHz rate), as
explained by upstream developers.
ok brad



CVS: cvs.openbsd.org: ports

2012-11-25 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2012/11/25 11:57:21

Modified files:
www/chromium   : Makefile 
www/chromium/patches: 
  
patch-media_audio_openbsd_audio_manager_openbsd_cc 
  patch-media_media_gyp 
Added files:
www/chromium/files: sndio_output.cc sndio_output.h 
Removed files:
www/chromium/patches: patch-media__audio__pulse__pulse_output.h 
  patch-media_audio_openbsd_sndio_output_cc 
  patch-media_audio_openbsd_sndio_output_h 

Log message:
Enable audio playback support using sndio.
ok robert@



CVS: cvs.openbsd.org: ports

2012-11-17 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2012/11/17 07:07:50

Modified files:
emulators/dosbox: Makefile 
Added files:
emulators/dosbox/files: midi_sndio.h 
emulators/dosbox/patches: patch-configure_in 
  patch-src_gui_Makefile_am 
  patch-src_gui_midi_cpp 

Log message:
Add support for midi output using libsndio, to allow dosbox to use
softsynths or remote midi hardware

ok jsg



CVS: cvs.openbsd.org: ports

2012-09-06 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2012/09/06 16:18:23

Modified files:
audio/xmms : Makefile 
audio/xmms/files: audio_sndio.c 

Log message:
fix locking problem exposed by rthreads



CVS: cvs.openbsd.org: ports

2012-08-31 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2012/08/31 14:16:40

Modified files:
audio/audacious-plugins: Makefile 
Added files:
audio/audacious-plugins/patches: patch-src_sndio_sndio_c 

Log message:
fix 24-bit output (LSB vs MSB confusion). Found by Brad.
ok dcoppa@



CVS: cvs.openbsd.org: ports

2012-08-25 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2012/08/25 09:05:51

Modified files:
x11/mplayer: Makefile 
x11/mplayer/files: ao_sndio.c 

Log message:
Use a lookup table for supported audio parameters, remove
hacks from first sndio days that aren't necessary any longer.
Suggested by Reimar Doeffinger. Tweaks from Tim van der Molen
and naddy@. Tested by many, ok dcoppa



CVS: cvs.openbsd.org: ports

2012-06-20 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2012/06/20 00:44:28

Modified files:
x11/vlc: Makefile 
x11/vlc/files  : sndio.c 

Log message:
Complete the sndio backend and make it the default. It's supposed to
make video smoother. Adds support for 24-bit encodings and make vlc use
the sndiod volume knob to save few cpu cycles.
ok jasper, help from brad



CVS: cvs.openbsd.org: ports

2012-05-10 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2012/05/10 16:42:24

Modified files:
audio/audacious-plugins: Makefile 
audio/audacious-plugins/files: sndio.c 

Log message:
use milliseconds for the buffer size, in the sndio backend

ok stsp, dcoppa



CVS: cvs.openbsd.org: ports

2012-05-09 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2012/05/09 14:53:35

Modified files:
audio/audacious-plugins: Makefile 
audio/audacious-plugins/files: sndio.c 

Log message:
Update the plug-in to the newer 3.x plug-in semantics. Fixes audacious
unpausing by itself as various other bugs caused by using the version
2.x plug-in.

ok stsp, dcoppa



CVS: cvs.openbsd.org: ports

2012-04-19 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2012/04/19 01:41:04

ports/games/scummvm/files

Update of /cvs/ports/games/scummvm/files
In directory cvs.openbsd.org:/tmp/cvs-serv17215/files

Log Message:
Directory /cvs/ports/games/scummvm/files added to the repository



CVS: cvs.openbsd.org: ports

2012-04-19 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2012/04/19 01:43:47

Modified files:
games/scummvm  : Makefile 
games/scummvm/patches: patch-configure 
Added files:
games/scummvm/files: sndio.cpp 
games/scummvm/patches: patch-backends_module_mk 
   patch-base_plugins_cpp 
   patch-base_version_cpp 

Log message:
make scummvm use sndio(7) for midi. Now, those who have no hardware midi
synth could use any soft synth to get the music. This decreases the
number of sequencer(4) users as well ;)

ok jsg, dcoppa



CVS: cvs.openbsd.org: ports

2012-03-27 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2012/03/27 01:58:51

ports/audio/aucatctl

Update of /cvs/ports/audio/aucatctl
In directory cvs.openbsd.org:/tmp/cvs-serv18767/aucatctl

Log Message:
Directory /cvs/ports/audio/aucatctl added to the repository



CVS: cvs.openbsd.org: ports

2012-03-27 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2012/03/27 01:59:07

ports/audio/aucatctl/pkg

Update of /cvs/ports/audio/aucatctl/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv2596/aucatctl/pkg

Log Message:
Directory /cvs/ports/audio/aucatctl/pkg added to the repository



CVS: cvs.openbsd.org: ports

2012-03-27 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2012/03/27 02:05:37

Added files:
audio/aucatctl : Makefile distinfo 
audio/aucatctl/pkg: DESCR PLIST 

Log message:
Add aucatctl, a utility to control aucat and/or sndiod volume
through MIDI. Mostly from Antti Harri.

help from and ok sthen



CVS: cvs.openbsd.org: ports

2012-03-27 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2012/03/27 02:10:27

Modified files:
audio/midish   : Makefile 

Log message:
Add MAKE_FLAGS=${CC} to honour the CC variable.
from sthen



CVS: cvs.openbsd.org: ports

2012-03-27 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2012/03/27 13:46:10

Modified files:
audio  : Makefile 

Log message:
Connect aucatctl to the build.
ok sthen



CVS: cvs.openbsd.org: ports

2012-01-26 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2012/01/26 13:21:31

Modified files:
x11/mplayer: Makefile 
x11/mplayer/files: ao_sndio.c 

Log message:
Use sndio volume knob if available (consumes less CPU), rather than
chaining two soft volume knobs. Stop audio during pause to consume
less CPU. Honour AOPLAY_FINAL_CHUNK flag which fixes playback of very
short files.

ok  tweaks stsp@, ok sthen@, dcoppa@, go ahead edd@ (maintainer)



CVS: cvs.openbsd.org: ports

2011-03-03 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2011/03/03 05:22:13

Modified files:
audio/midish   : Makefile distinfo 

Log message:
revert latest, ie update to version 1.0.6 ;)
ok landry@



CVS: cvs.openbsd.org: ports

2011-01-28 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2011/01/28 03:29:28

Modified files:
audio/midish   : Makefile distinfo 

Log message:
update to 1.0.6, fixes timer overflows during suspend/continue cycles



CVS: cvs.openbsd.org: ports

2011-01-28 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2011/01/28 03:36:09

Modified files:
audio/midish   : Makefile distinfo 

Log message:
revert latest commit



CVS: cvs.openbsd.org: ports

2010-10-30 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2010/10/30 14:14:54

Modified files:
audio/midish   : Makefile distinfo 

Log message:
update to 1.0.4 which fixes bugs. Also remove USE_GROFF (man
pages are fine for mandoc), and remove REVISION (requested by
sthen).

ok sthen



CVS: cvs.openbsd.org: ports

2010-06-07 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2010/06/07 17:07:28

Modified files:
audio/midish   : Makefile distinfo 

Log message:
update to 1.0.2  which adds support for MTC/MMC, thus now it can
control aucat and stay in sync with any audio program using aucat.

ok landry, sthen



CVS: cvs.openbsd.org: ports

2010-05-02 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2010/05/02 07:35:48

Modified files:
games/quake: Makefile 
games/quake/patches: patch-configure_in 
 patch-qw_client_Makefile_in 
 patch-uquake_Makefile_in 
Added files:
games/quake/files: snd_sndio.c 
Removed files:
games/quake/files: snd_openbsd.c 

Log message:
replace sun audio backend by a sndio backend. Diff from jakemsr with
tweaks from me.

ok jakemsr



CVS: cvs.openbsd.org: ports

2010-02-06 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2010/02/06 18:30:29

Modified files:
audio/portaudio-svn: Makefile 
audio/portaudio-svn/files: pa_sndio.c 

Log message:
Don't restrict parameters to ones returned by sio_getcap(), instead,
claim that everything is supported. If possible portaudio will
attempt to setup a conversion layer, else the application will fail.
Prevents audio/audacity from failing in situations it could actually
work, especially when aucat(1) can do all the necessary conversions.

ok ajacoutot@, sthen@ and jasper@



CVS: cvs.openbsd.org: ports

2010-01-21 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2010/01/21 01:35:53

Modified files:
audio/midish   : Makefile distinfo 

Log message:
fix crashes on 64-bit strict alignement archs

ok naddy@



CVS: cvs.openbsd.org: ports

2009-07-29 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2009/07/29 01:22:57

Modified files:
audio/midish   : Makefile distinfo 

Log message:
update to 0.4.1, which adds support for sndio(7) midi devices
tweaks and ok sthen@



CVS: cvs.openbsd.org: ports

2009-05-03 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2009/05/03 12:32:15

Modified files:
audio/midish   : Makefile distinfo 
audio/midish/pkg: DESCR 

Log message:
update to 0.4.0, update pkg/DESCR accordingly and switch to
CONFIGURE_STYLE=simple

help from and ok sthen



  1   2   >