Update to opal-3.10.4.

This commit is contained in:
ajacoutot 2012-03-02 09:04:21 +00:00
parent dfaf3d07c9
commit 084cd7ed72
4 changed files with 16 additions and 52 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.19 2011/11/13 15:53:14 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.20 2012/03/02 09:04:21 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= Open Phone Abstraction Library
DISTNAME= opal-3.10.3
DISTNAME= opal-3.10.4
SHARED_LIBS= opal 2.0 # 3.10.3
@ -27,7 +27,7 @@ WANTLIB += stdc++ theora tiff x264
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opalvoip/}
LIB_DEPENDS= devel/ptlib>=2.10.3 \
LIB_DEPENDS= devel/ptlib>=2.10.4 \
audio/celt \
telephony/spandsp

View File

@ -1,5 +1,5 @@
MD5 (opal-3.10.3.tar.bz2) = +w7VLo3VarXH0amtJJnLog==
RMD160 (opal-3.10.3.tar.bz2) = CKIxklECkv6cFl+ByuJTrE4VPF0=
SHA1 (opal-3.10.3.tar.bz2) = AKyPtbXiMxVYByMmDCMPCLgMbJ8=
SHA256 (opal-3.10.3.tar.bz2) = 9AoKOsNcXYlVtWglOo2eyWxfLDnn0twAd1xi3+5yAy0=
SIZE (opal-3.10.3.tar.bz2) = 9804124
MD5 (opal-3.10.4.tar.bz2) = YvD10D2UjyjmLe19WF3iKQ==
RMD160 (opal-3.10.4.tar.bz2) = c4jIYpWG3HMf3+WuxeZvHjrTsZI=
SHA1 (opal-3.10.4.tar.bz2) = PWw+9mD3B+d5vFUatPJB77a0zJc=
SHA256 (opal-3.10.4.tar.bz2) = JKWVt1Lj6wOWYCESLWk1Xv0yz3puwlyiAk82sTXqjZw=
SIZE (opal-3.10.4.tar.bz2) = 9815061

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-plugins_configure,v 1.6 2011/11/13 15:53:14 ajacoutot Exp $
--- plugins/configure.orig Fri Oct 14 09:00:00 2011
+++ plugins/configure Mon Oct 24 18:35:23 2011
@@ -6479,7 +6479,7 @@ $as_echo "#define PLUGIN_CODEC_DLL_EXPORTS 1" >>confde
$OpenBSD: patch-plugins_configure,v 1.7 2012/03/02 09:04:21 ajacoutot Exp $
--- plugins/configure.orig Wed Feb 22 00:08:24 2012
+++ plugins/configure Fri Mar 2 09:12:25 2012
@@ -6482,7 +6482,7 @@ $as_echo "#define PLUGIN_CODEC_DLL_EXPORTS 1" >>confde
*)
CFLAGS="$CFLAGS -fPIC"
@ -10,7 +10,7 @@ $OpenBSD: patch-plugins_configure,v 1.6 2011/11/13 15:53:14 ajacoutot Exp $
PLUGINEXT=so
for ac_header in sys/time.h sys/file.h netinet/in.h
do :
@@ -6973,7 +6973,7 @@ else
@@ -6976,7 +6976,7 @@ else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
@ -19,7 +19,7 @@ $OpenBSD: patch-plugins_configure,v 1.6 2011/11/13 15:53:14 ajacoutot Exp $
int
main ()
@@ -6999,7 +6999,7 @@ fi
@@ -7002,7 +7002,7 @@ fi
$as_echo "$opal_gsm" >&6; }
if test "x${opal_gsm}" = "xyes" ; then
@ -28,7 +28,7 @@ $OpenBSD: patch-plugins_configure,v 1.6 2011/11/13 15:53:14 ajacoutot Exp $
GSM_LIBS="-lgsm"
fi
@@ -7080,7 +7080,7 @@ else
@@ -7083,7 +7083,7 @@ else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
@ -37,7 +37,7 @@ $OpenBSD: patch-plugins_configure,v 1.6 2011/11/13 15:53:14 ajacoutot Exp $
int
main ()
@@ -7106,7 +7106,7 @@ fi
@@ -7109,7 +7109,7 @@ fi
$as_echo "$opal_gsm" >&6; }
if test "x${opal_gsm}" = "xyes" ; then

View File

@ -1,36 +0,0 @@
$OpenBSD: patch-plugins_video_common_dyna_cxx,v 1.2 2011/10/26 16:59:34 ajacoutot Exp $
--- plugins/video/common/dyna.cxx.orig Fri Oct 14 08:59:57 2011
+++ plugins/video/common/dyna.cxx Sat Oct 22 12:14:04 2011
@@ -281,26 +281,26 @@ bool FFMPEGLibrary::Load()
return false;
if (m_codec==CODEC_ID_H264) {
- if (!m_libAvcodec.GetFunction("h264_decoder", (DynaLink::Function &)Favcodec_h264_decoder))
+ if (!m_libAvcodec.GetFunction("ff_h264_decoder", (DynaLink::Function &)Favcodec_h264_decoder))
return false;
}
if (m_codec==CODEC_ID_H263P) {
- if (!m_libAvcodec.GetFunction("h263_encoder", (DynaLink::Function &)Favcodec_h263_encoder))
+ if (!m_libAvcodec.GetFunction("ff_h263_encoder", (DynaLink::Function &)Favcodec_h263_encoder))
return false;
- if (!m_libAvcodec.GetFunction("h263p_encoder", (DynaLink::Function &)Favcodec_h263p_encoder))
+ if (!m_libAvcodec.GetFunction("ff_h263p_encoder", (DynaLink::Function &)Favcodec_h263p_encoder))
return false;
- if (!m_libAvcodec.GetFunction("h263_decoder", (DynaLink::Function &)Favcodec_h263_decoder))
+ if (!m_libAvcodec.GetFunction("ff_h263_decoder", (DynaLink::Function &)Favcodec_h263_decoder))
return false;
}
if (m_codec==CODEC_ID_MPEG4) {
- if (!m_libAvcodec.GetFunction("mpeg4_encoder", (DynaLink::Function &)mpeg4_encoder))
+ if (!m_libAvcodec.GetFunction("ff_mpeg4_encoder", (DynaLink::Function &)mpeg4_encoder))
return false;
- if (!m_libAvcodec.GetFunction("mpeg4_decoder", (DynaLink::Function &)mpeg4_decoder))
+ if (!m_libAvcodec.GetFunction("ff_mpeg4_decoder", (DynaLink::Function &)mpeg4_decoder))
return false;
}