| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: 230203
Submitted by: VVD <vvd@unislabs.com>
Notes:
svn path=/head/; revision=491353
|
|
|
|
| |
Notes:
svn path=/head/; revision=468852
|
|
|
|
| |
Notes:
svn path=/head/; revision=468832
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
h263-1998.cxx:237:22: error: use of undeclared identifier 'CODEC_FLAG_TRUNCATED'
m_context->flags = CODEC_FLAG_TRUNCATED // Possible missing packets
^
h263-1998.cxx:346:27: error: use of undeclared identifier 'CODEC_FLAG_AC_PRED'
m_context->flags |= CODEC_FLAG_AC_PRED;
^
h263-1998.cxx:348:28: error: use of undeclared identifier 'CODEC_FLAG_AC_PRED'
m_context->flags &= ~CODEC_FLAG_AC_PRED;
^
h263-1998.cxx:356:27: error: use of undeclared identifier 'CODEC_FLAG_LOOP_FILTER'
m_context->flags |= CODEC_FLAG_LOOP_FILTER;
^
h263-1998.cxx:358:28: error: use of undeclared identifier 'CODEC_FLAG_LOOP_FILTER'
m_context->flags &= ~CODEC_FLAG_LOOP_FILTER;
^
h263-1998.cxx:422:14: error: no member named 'lmin' in 'AVCodecContext'; did you mean 'qmin'?
m_context->lmin = m_context->qmin * FF_QP2LAMBDA;
^~~~
qmin
/usr/local/include/libavcodec/avcodec.h:2355:9: note: 'qmin' declared here
int qmin;
^
h263-1998.cxx:423:14: error: no member named 'lmax' in 'AVCodecContext'; did you mean 'qmax'?
m_context->lmax = m_context->qmax * FF_QP2LAMBDA;
^~~~
qmax
/usr/local/include/libavcodec/avcodec.h:2362:9: note: 'qmax' declared here
int qmax;
^
h263-1998.cxx:598:24: error: use of undeclared identifier 'CODEC_FLAG_4MV'
m_context->flags &= ~CODEC_FLAG_4MV;
^
PR: 227726
Reported by: antoine (via exp-run)
Notes:
svn path=/head/; revision=468745
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
src/sip/sipep.cxx:474:32: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
if (remoteParty.Find(";OPAL-"OPAL_SIP_REFERRED_CONNECTION) == P_MAX_INDEX)
^
src/im/msrp.cxx:838:47: error: invalid operands to binary expression ('basic_ostream<char, std::__1::char_traits<char> >' and 'std::__1::ostream' (aka 'basic_ostream<char>'))
PStringStream str; str << ::setfill('\r') << mime.PrintContents(str);
~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~
Reported by: antoine (via bug 224669)
Notes:
svn path=/head/; revision=458277
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
During the exp-run in bug 208158, it was found that net/opal gives
errors with libc++ 3.8.0 [1]:
../common/mpi.cxx:135:18: error: call to 'abs' is ambiguous
distance = ( abs(MPIs[i].width - desiredWidth ) *
^~~
This is because abs() is being called with unsigned arguments. Fix
this by casting the arguments to the appropriate signed type. This
mimics what happens with older libraries where the only version of
abs() was the one in <stdlib.h>, which is prototyped:
int abs(int)
Correct functioning of this expression relies on how integer overflow
actually behaves, which is actually undefined in the C++ standard.
PR: 209077
Submitted by: dim
Notes:
svn path=/head/; revision=416491
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add patch to allow opal to build successfully once multimedia/ffmpeg
is updated to 3.0.x. Note that multimedia/ffmpeg is currently still
on the 2.8.x branch, however this patch is backwards compatible with
ffmpeg 2.8.x.
PR: 209346
Reported by: antoine (PR207547)
Reviewed by: kwm (with gnome hat)
Approved by: adamw (mentor)
Obtained from: ArchLinux [1]
Differential Revision: https://reviews.freebsd.org/D6308
[1] https://git.archlinux.org/svntogit/packages.git/tree/trunk/opal-ffmpeg3.patch?h=packages/opal
Notes:
svn path=/head/; revision=414950
|
|
|
|
|
|
|
|
| |
Noticed by: bapt@
Obtained from: ffmpeg 2.x patch obtained from linuxfromscratch.
Notes:
svn path=/head/; revision=392099
|
|
|
|
|
|
|
| |
Submitted by: wg@ [1]
Notes:
svn path=/head/; revision=331138
|
|
|
|
|
|
|
|
|
|
| |
- Update main ffmpeg port to 2.0.1
- Bump and update dependent ports when necessary (API change)
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=330909
|
|
|
|
|
|
|
|
|
| |
ptlib to 2.10.10
opal to 3.10.10
ekiga to 4.0.1
Notes:
svn path=/head/; revision=327751
|
|
|
|
| |
Notes:
svn path=/head/; revision=327749
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
These versions are only available from Ekiga.org, rather than from
the traditionally used site VoxGratia.org...
Turn the previously "hidden" knobs into OPTIONS. Make ekiga accept
whatever versions of opal and pwlib are installed.
Take over maintainership, as I plan to use ekiga myself -- unlike
the current maintainer.
Approved by: maintainer
Notes:
svn path=/head/; revision=193802
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
script checked explicitly in /usr/local for pwlib. This patch has
also been sent upstream.
Patch does not affect build when LOCALBASE == /usr/local, so no
PORTREVISION bump required.
Approved by: Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer)
Notes:
svn path=/head/; revision=181698
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- This is an update of net/ekiga and net/opal. Requires the latest update to
pwlib (FreeBSD port is uptodate since one week).
This update also incorporates a new user-contributed patch,
see Bug 345308 - Keypad does not work properly at
http://bugzilla.gnome.org/show_bug.cgi?id=345308
PR: ports/99764
Submitted by: maintainer (Jean-Baptiste Quenot)
Notes:
svn path=/head/; revision=166959
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
presence of include/libpri.h installed by net/asterisk, but the build fails.
To fix this problem, please add the port patch below submitted by
Matt Horan <matt@matthoran.com>.
PR: ports/95641
Submitted by: maintainer
Notes:
svn path=/head/; revision=160666
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add WITH_FFMPEG knob
* Add WITH_SPEEX knob to build with speex-devel instead of the bundled version
NOTE: there is an explicit BUILD_DEPENDS to make sure audio/speex-devel
is installed as audio/speex and audio/speex-devel install the same shared
library version!!
PR: 95464
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Approved by: maintainer
Notes:
svn path=/head/; revision=159101
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
OPAL is the "next generation" of OpenH323 that has a new
architecture. The new port is based on net/openh323 (same
author, port Makefiles very similar), so could you please:
1) make a repocopy from openh323 to opal
2) apply the patch in opal, note that old patch files are
removed, and a new patch file is provided
PR: ports/95320
Submitted by: Jean-Baptiste Quenot <jbq@caraldi.com>
Notes:
svn path=/head/; revision=158901
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
- Reorganize Makefile
- portlint(1)
PR: 94234
Submitted by: maintainer
Approved by: portmgr (marcus)
Notes:
svn path=/head/; revision=157088
|
|
|
|
|
|
|
|
|
|
| |
- don't change the name of the lib depending on the hw-architecture
- let Steve Ames maintain the port
Discussed with: Steve Ames <steve@energistic.com>
Notes:
svn path=/head/; revision=156065
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- pwlib -> 1.9.2
- openh323 -> 1.17.3
The decission of porting the development releases instead of the stable
releases is based upon a discussion with the openh323 developers.
They serve as a start to be able to porting newer versions of e.g.
gnomemeeting et al.
Further tweaks/improvements to them may be required when other ports
start to use these versions.
Unlike the previous versions of those ports, they install a shared lib
now. So ports which depend upon them in the future should add a RUN_DEPENDS
upon them. Additionally the build time for those ports will decrease,
since they don't need to build pwlib/openh323 each time and grab them
from the build directory.
PR: 83396
Submitted by: Steve Ames <steve@energistic.com>
In colaboration with: Steve Ames <steve@energistic.com>
Notes:
svn path=/head/; revision=155259
|
|
|
|
|
|
|
|
| |
PR: ports/82086
Submitted by: Steve Ames <steve@energistic.com>
Notes:
svn path=/head/; revision=137233
|
|
|
|
|
|
|
|
| |
PR: ports/76931
Patch by: Jan Stocker
Notes:
svn path=/head/; revision=130624
|
|
|
|
| |
Notes:
svn path=/head/; revision=117511
|
|
|
|
|
|
|
|
|
| |
PR: ports/59615
Submitted by: ume
Approved by: maintainer silence
Notes:
svn path=/head/; revision=110036
|
|
|
|
| |
Notes:
svn path=/head/; revision=88368
|
|
|
|
|
|
|
|
| |
was not compiled in. Add ldap dependency.
Bump revision
Notes:
svn path=/head/; revision=88247
|
|
|
|
|
|
|
| |
pwlib has been split out into its own port.
Notes:
svn path=/head/; revision=87834
|
|
|
|
|
|
|
| |
Reported by Lars Eggert
Notes:
svn path=/head/; revision=74534
|
|
|
|
| |
Notes:
svn path=/head/; revision=74141
|
|
|
|
|
|
|
| |
Reported by: Lars Eggert <larse@isi.edu>
Notes:
svn path=/head/; revision=69082
|
|
|
|
| |
Notes:
svn path=/head/; revision=68978
|
|
|
|
|
|
|
| |
This fixes the green spots on the H.261 video
Notes:
svn path=/head/; revision=59662
|
|
|
|
| |
Notes:
svn path=/head/; revision=57141
|
|
|
|
|
|
|
| |
PR: ports/35144
Notes:
svn path=/head/; revision=55675
|
|
|
|
|
|
|
|
|
|
| |
are not found, extract them from the ixj driver port and use them.
This will make bento build packages for 4.x and 5.x with ixj
support, even though the ixj driver fails to compile on 5.x systems at
this point in time.
Notes:
svn path=/head/; revision=53114
|
|
|
|
|
|
|
|
| |
header files in /usr/local/include/sys (as well as /usr/include/sys)
Bump port revision
Notes:
svn path=/head/; revision=53103
|
|
|
|
| |
Notes:
svn path=/head/; revision=49253
|
|
|
|
|
|
|
| |
Submitted by: bento
Notes:
svn path=/head/; revision=48557
|
|
|
|
| |
Notes:
svn path=/head/; revision=46045
|
|
|
|
| |
Notes:
svn path=/head/; revision=45373
|
|
|
|
| |
Notes:
svn path=/head/; revision=44214
|
|
|
|
|
|
|
| |
couldn't figure out how to fix that.
Notes:
svn path=/head/; revision=42066
|
|
|
|
| |
Notes:
svn path=/head/; revision=36644
|
|
|
|
|
|
|
| |
with the new libc_r pthread library
Notes:
svn path=/head/; revision=35185
|
|
library in FreeBSD 4.2 (and in -current)
Important Note: Existing binaries for OhPhone, GateKeeper, OpenGateKeeper,
SimpleH323 and OpenAM WILL NOT WORK with FreeBSD 4.2 or higher and will
report "User signal 2" and abort due to an unhandled signal in pwlib.
You must recompile all these applications.
Reported by: Blaz Zupan <blaz@amis.net>
Suggested fix by: Daniel M. Eischen <eischen@vigrid.com>
Notes:
svn path=/head/; revision=35038
|