Update to opal-3.10.9.
This commit is contained in:
parent
523dcc1ef1
commit
5f3f433f91
@ -1,12 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2012/08/25 13:17:54 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2012/11/27 08:13:15 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= Open Phone Abstraction Library
|
||||
|
||||
DISTNAME= opal-3.10.7
|
||||
DISTNAME= opal-3.10.9
|
||||
|
||||
SHARED_LIBS= opal 2.0 # 3.10.3
|
||||
SHARED_LIBS= opal 3.0 # 3.10.9
|
||||
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
@ -22,19 +22,19 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB += c celt0>=1 crypto gsm m ogg pt pthread spandsp speex
|
||||
WANTLIB += c celt0>=1 crypto gsm m ogg pt spandsp speex
|
||||
WANTLIB += speexdsp stdc++ theora tiff x264
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opalvoip/}
|
||||
|
||||
LIB_DEPENDS= devel/ptlib>=2.10.7 \
|
||||
LIB_DEPENDS= devel/ptlib>=2.10.9 \
|
||||
audio/celt \
|
||||
telephony/spandsp
|
||||
|
||||
# dlopen(3) libavcodec.so.X.Y; shows as "Extra:" in check-lib-depends
|
||||
# but we want to be sure we track ABI and shared lib version changes
|
||||
WANTLIB+= avcodec
|
||||
LIB_DEPENDS+= graphics/ffmpeg>=20110306
|
||||
LIB_DEPENDS+= graphics/ffmpeg
|
||||
|
||||
ALL_TARGET= default_target
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (opal-3.10.7.tar.bz2) = S6Wnga/ln1CUgo9ic5kS5aPabKc0whmbP1uLen/QTio=
|
||||
SIZE (opal-3.10.7.tar.bz2) = 8518552
|
||||
SHA256 (opal-3.10.9.tar.bz2) = 9qHDgN9cgsJP9syCxcapSGixEtWRQ5WtgmXjCwAFvy4=
|
||||
SIZE (opal-3.10.9.tar.bz2) = 8591506
|
||||
|
@ -1,16 +1,16 @@
|
||||
$OpenBSD: patch-configure,v 1.5 2012/08/25 13:17:54 ajacoutot Exp $
|
||||
--- configure.orig Thu Aug 23 04:19:21 2012
|
||||
+++ configure Fri Aug 24 08:24:54 2012
|
||||
@@ -4619,7 +4619,7 @@ fi
|
||||
$OpenBSD: patch-configure,v 1.6 2012/11/27 08:13:15 ajacoutot Exp $
|
||||
--- configure.orig Mon Nov 26 11:49:22 2012
|
||||
+++ configure Tue Nov 27 08:24:19 2012
|
||||
@@ -4601,7 +4601,7 @@ fi
|
||||
|
||||
WFLAGS=
|
||||
if test "x$ac_cv_c_compiler_gnu" = xyes; then
|
||||
- WFLAGS="-Wall -Wextra -Wstrict-aliasing -Wfloat-equal -Wno-comment -Wno-unused"
|
||||
+ WFLAGS="-Wall -Wfloat-equal -Wno-comment -Wno-unused"
|
||||
if test ${GXX_MAJOR} -ge 4 ; then
|
||||
WFLAGS="$WFLAGS -Winit-self -Wno-missing-field-initializers"
|
||||
fi
|
||||
@@ -5676,7 +5676,7 @@ case "$OSTYPE" in
|
||||
- WFLAGS="-Wall -Wextra -Wstrict-aliasing -Wfloat-equal -Wno-comment -Wno-unused -Winit-self -Wno-missing-field-initializers"
|
||||
+ WFLAGS="-Wall -Wfloat-equal -Wno-comment -Wno-unused -Winit-self -Wno-missing-field-initializers"
|
||||
fi
|
||||
|
||||
CFLAGS="$CFLAGS $WFLAGS"
|
||||
@@ -5663,7 +5663,7 @@ case "$OSTYPE" in
|
||||
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-plugins_configure,v 1.8 2012/08/25 13:17:54 ajacoutot Exp $
|
||||
--- plugins/configure.orig Thu Aug 23 04:18:47 2012
|
||||
+++ plugins/configure Fri Aug 24 08:24:54 2012
|
||||
@@ -6473,7 +6473,7 @@ $as_echo "#define PLUGIN_CODEC_DLL_EXPORTS 1" >>confde
|
||||
$OpenBSD: patch-plugins_configure,v 1.9 2012/11/27 08:13:15 ajacoutot Exp $
|
||||
--- plugins/configure.orig Mon Nov 26 11:48:31 2012
|
||||
+++ plugins/configure Tue Nov 27 08:23:29 2012
|
||||
@@ -6481,7 +6481,7 @@ $as_echo "#define PLUGIN_CODEC_DLL_EXPORTS 1" >>confde
|
||||
|
||||
*)
|
||||
CFLAGS="$CFLAGS -fPIC"
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-plugins_configure,v 1.8 2012/08/25 13:17:54 ajacoutot Exp $
|
||||
PLUGINEXT=so
|
||||
for ac_header in sys/time.h sys/file.h netinet/in.h
|
||||
do :
|
||||
@@ -6993,7 +6993,7 @@ else
|
||||
@@ -7000,7 +7000,7 @@ else
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
|
||||
@ -19,7 +19,7 @@ $OpenBSD: patch-plugins_configure,v 1.8 2012/08/25 13:17:54 ajacoutot Exp $
|
||||
|
||||
int
|
||||
main ()
|
||||
@@ -7019,7 +7019,7 @@ fi
|
||||
@@ -7026,7 +7026,7 @@ fi
|
||||
$as_echo "$opal_gsm" >&6; }
|
||||
|
||||
if test "x${opal_gsm}" = "xyes" ; then
|
||||
@ -28,7 +28,7 @@ $OpenBSD: patch-plugins_configure,v 1.8 2012/08/25 13:17:54 ajacoutot Exp $
|
||||
GSM_LIBS="-lgsm"
|
||||
fi
|
||||
|
||||
@@ -7100,7 +7100,7 @@ else
|
||||
@@ -7107,7 +7107,7 @@ else
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
|
||||
@ -37,7 +37,7 @@ $OpenBSD: patch-plugins_configure,v 1.8 2012/08/25 13:17:54 ajacoutot Exp $
|
||||
|
||||
int
|
||||
main ()
|
||||
@@ -7126,7 +7126,7 @@ fi
|
||||
@@ -7133,7 +7133,7 @@ fi
|
||||
$as_echo "$opal_gsm" >&6; }
|
||||
|
||||
if test "x${opal_gsm}" = "xyes" ; then
|
||||
|
@ -1,12 +1,12 @@
|
||||
$OpenBSD: patch-plugins_video_H_264_h264-x264_cxx,v 1.1 2012/08/25 13:17:54 ajacoutot Exp $
|
||||
$OpenBSD: patch-plugins_video_H_264_h264-x264_cxx,v 1.2 2012/11/27 08:13:15 ajacoutot Exp $
|
||||
|
||||
LOCALBASE/include/libavutil/common.h:170: error: 'UINT64_C' was not declared in this scope,
|
||||
so move headers so that __STDC_CONSTANT_MACROS is defined at the right time.
|
||||
|
||||
--- plugins/video/H.264/h264-x264.cxx.orig Sat Aug 25 09:14:53 2012
|
||||
+++ plugins/video/H.264/h264-x264.cxx Sat Aug 25 09:15:26 2012
|
||||
--- plugins/video/H.264/h264-x264.cxx.orig Mon Nov 26 11:48:24 2012
|
||||
+++ plugins/video/H.264/h264-x264.cxx Tue Nov 27 08:23:29 2012
|
||||
@@ -36,14 +36,14 @@
|
||||
* $Date: 2012/08/25 13:17:54 $
|
||||
* $Date: 2012/11/27 08:13:15 $
|
||||
*/
|
||||
|
||||
+#include "../common/ffmpeg.h"
|
||||
|
Loading…
Reference in New Issue
Block a user