Commit Graph

17 Commits

Author SHA1 Message Date
naddy
7028c68a99 Remove a workaround that is no longer required and breaks with OpenSSL 0.9.8.
ok ajacoutot@
2008-09-12 13:58:21 +00:00
ajacoutot
71d81e2e51 - sanitize STDCCFLAGS/CFLAGS
- add -fPIC unconditionally (requested by naddy@) by adding it to
unix.mak (in pwlib) which get sourced by the other ports

feedback from and ok naddy@, thanks!
2008-09-08 17:17:10 +00:00
todd
d8787fa8c7 verified to work via ekiga by me
PLEASE commit this ;-) ajacoutot@
2008-09-02 23:17:15 +00:00
jakemsr
7e624c34a7 various audio fixes:
- recognize all available audio devices
- the audio device is always opened read-write.  this results in
  full-duplex operation for most OSS implementations, but full-dupplex
  needs to be explicitly enabled on OpenBSD.
- don't error out if SNDCTL_DSP_SPEED returns an error.  instead
  resample based on the returned sample rate.
- the resampling factor was not properly initilized and was returning
  random values.
- simply skip samples to down-sample.  the average method it uses
  sounds horrible.

now ekiga's softphone works for me when using the OSS audio backend

ok ajacoutot
2008-08-20 01:57:31 +00:00
ajacoutot
7f607d8313 - bring in a patch from upstream to fix applications config reload 2008-07-01 08:22:12 +00:00
ajacoutot
77b33fc922 - fix configure output
no binary change
2008-06-17 13:54:09 +00:00
robert
ffab71422d make the discovery of video(4) devices actually work by querying
the device itself; bump PKGNAME
2008-06-08 02:49:00 +00:00
ajacoutot
08732a5dd9 - merge and remove FLAVORs ; this is needed to make sure we don't end up
in weird situations when pwlib (and some dependent pkgs) are rebuilt
while already installed

Found the hard way by sthen@
@pkgpath markers "look right" to sthen@
2008-05-22 19:25:32 +00:00
ajacoutot
73d3e0c601 - fix OSS device path
- make the v4l2 plugin compile (not very useful yet)
2008-04-29 15:28:44 +00:00
ajacoutot
2f8e43bbfa - add esound support
- start working on v4l2 support (not there yet)
2008-04-29 11:42:45 +00:00
merdely
789275ced7 Fix build on alpha.
Help and ok ajacoutot@
2008-04-21 15:03:12 +00:00
ajacoutot
7de7eeae8e - major upgrade to pwlib-1.12.0
- rework the way we handle shared_libs versus ptlib version so it stays
compatible with upstream
- install version.h
- dtmf decoder patch from FreeBSD
2008-03-15 17:38:07 +00:00
merdely
376b75df06 Remove quotes surrounding COMMENT*/PERMIT_*/BROKEN 2007-09-16 02:52:56 +00:00
kili
88b160cc75 Add -I${X11BASE}/include to STDCCFLAGS, so we get expat.h from the right
directory.

ok ajacoutot@
2007-05-06 13:24:32 +00:00
bernd
b02de5639c Use xenocara expat. 2007-05-04 09:56:02 +00:00
ajacoutot
57e928e953 - we don't have a "lib64" directory 2007-04-27 13:38:09 +00:00
ajacoutot
27d300f747 Import pwlib-1.10.3
PWLib is a moderately large class library that has its genesis many
years ago as a method to product applications to run on both Microsoft
Windows and Unix X-Window systems.
Since then the system has grown to include many classes that assist in
writing complete multi-platform applications. Classes for I/O
portability, multi-threading portability, aid in producing unix daemons
and NT services portably and all sorts of internet protocols were added
over the years. The library now also supports the open H323 project.

ok jasper@
2007-04-25 11:12:26 +00:00