./devel/opal, Open Phone Abstraction Library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2011Q3, Version: 3.6.6nb1, Package name: opal-3.6.6nb1, Maintainer: pkgsrc-users

OPAL is the "next generation" of OpenH323 that has a new architecture.
Not only does it support H.323 and SIP, but new VoIP protocols or
devices can be added very easily.
BTW: OPAL is an acronym for Open Phone Abstraction Library, but
that is not really important :)


Required to run:
[audio/gsm] [audio/speex] [devel/ptlib] [multimedia/x264-devel] [multimedia/ffmpeg]

Required to build:
[devel/pkg-config] [devel/gmake] [devel/libtool-base] [pkgtools/x11-links]

Master sites: (Expand)

SHA1: bd5e3907faf96db884a64dacdedb2259aca30cd3
RMD160: b639709f7e28ce607478bddc41d171e0e54bee9f
Filesize: 6896.896 KB

Version history: (Expand)


CVS history: (Expand)


   2011-12-05 21:08:05 by Matthias Scheler | Files touched by this commit (8) | Package updated
Log message:
Pullup ticket #3623 - requested by dholland
devel/opal: build fix

Revisions pulled up:
- devel/opal/distinfo                                           1.9
- devel/opal/patches/patch-configure                            1.1
- devel/opal/patches/patch-configure.ac                         1.1
- devel/opal/patches/patch-plugins_configure                    1.1
- devel/opal/patches/patch-plugins_configure.ac                 1.1
- devel/opal/patches/patch-plugins_video_H.263-1998_h263-1993.cxx 1.1
- devel/opal/patches/patch-plugins_video_MPEG4-ffmpeg_mpeg4.cxx 1.1
- devel/opal/patches/patch-plugins_video_common_dyna.cxx        1.1

---
   Module Name:	pkgsrc
   Committed By:	marino
   Date:		Sun Dec  4 22:06:04 UTC 2011

   Modified Files:
   	pkgsrc/devel/opal: distinfo
   Added Files:
   	pkgsrc/devel/opal/patches: patch-configure patch-configure.ac
   	    patch-plugins_configure patch-plugins_configure.ac
   	    patch-plugins_video_H.263-1998_h263-1993.cxx
   	    patch-plugins_video_MPEG4-ffmpeg_mpeg4.cxx
   	    patch-plugins_video_common_dyna.cxx

   Log message:
   devel/opal: Fix incompatibility with ffmpeg / Add DragonFly support

   Several plugins of Opal weren't building because the function names
   in the ffmpeg libraries changed (they were prefixed with "ff_").
   These function names were updated, but a couple of the plugins also
   needed changes for a modern gcc.  Finally, DragonFly support was
   added to the various configuration scripts.