FreeBSD Bugzilla – Attachment 170240 Details for
Bug 209477
net/pjsip: Update to 2.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
pjsip.patch (text/plain), 3.71 KB, created by
Yuri Victorovich
on 2016-05-13 06:26:44 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2016-05-13 06:26:44 UTC
Size:
3.71 KB
patch
obsolete
>Index: net/pjsip/Makefile >=================================================================== >--- net/pjsip/Makefile (revision 415055) >+++ net/pjsip/Makefile (working copy) >@@ -1,8 +1,7 @@ > # $FreeBSD$ > > PORTNAME= pjsip >-PORTVERSION= 2.4.5 >-PORTREVISION= 1 >+PORTVERSION= 2.5 > CATEGORIES= net > MASTER_SITES= http://www.pjsip.org/release/${PORTVERSION}/ > DISTNAME= pjproject-${DISTVERSION} >Index: net/pjsip/distinfo >=================================================================== >--- net/pjsip/distinfo (revision 415055) >+++ net/pjsip/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (pjproject-2.4.5.tar.bz2) = 086f5e70dcaee312b66ddc24dac6ef85e6f1fec4eed00ff2915cebe0ee3cdd8d >-SIZE (pjproject-2.4.5.tar.bz2) = 4654415 >+SHA256 (pjproject-2.5.tar.bz2) = 66e2ee1a81548efba21fa6c234d7fa6260dc98b3cd95af2137b851846d6501de >+SIZE (pjproject-2.5.tar.bz2) = 4179560 >Index: net/pjsip/files/patch-aconfigure >=================================================================== >--- net/pjsip/files/patch-aconfigure (revision 415055) >+++ net/pjsip/files/patch-aconfigure (working copy) >@@ -1,6 +1,21 @@ >---- aconfigure.orig 2014-08-19 02:18:07 UTC >+--- aconfigure.orig 2016-04-12 07:46:12 UTC > +++ aconfigure >-@@ -6654,7 +6654,7 @@ else >+@@ -6179,14 +6179,7 @@ $as_echo "Checking sound device backend. >+ ;; >+ *) >+ ac_pjmedia_snd=alsa >+- ac_pa_use_alsa=1 >+- >+- ac_fn_c_check_header_mongrel "$LINENO" "alsa/version.h" "ac_cv_header_alsa_version_h" "$ac_includes_default" >+-if test "x$ac_cv_header_alsa_version_h" = xyes; then : >+- LIBS="$LIBS -lasound" >+-else >+ ac_pa_use_alsa=0 >+-fi >+ >+ >+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking sound device backend... unix" >&5 >+@@ -6773,7 +6766,7 @@ else > FFMPEG_PREFIX=$with_ffmpeg > { $as_echo "$as_me:${as_lineno-$LINENO}: result: Using ffmpeg prefix... $FFMPEG_PREFIX" >&5 > $as_echo "Using ffmpeg prefix... $FFMPEG_PREFIX" >&6; } >Index: net/pjsip/files/patch-pjmedia_build_os-auto.mak.in >=================================================================== >--- net/pjsip/files/patch-pjmedia_build_os-auto.mak.in (nonexistent) >+++ net/pjsip/files/patch-pjmedia_build_os-auto.mak.in (working copy) >@@ -0,0 +1,11 @@ >+--- pjmedia/build/os-auto.mak.in.orig 2016-05-13 06:08:17 UTC >++++ pjmedia/build/os-auto.mak.in >+@@ -209,7 +209,7 @@ endif >+ # Unix specific >+ # >+ ifneq ($(findstring alsa,$(AC_PJMEDIA_SND)),) >+-export CFLAGS += -DPJMEDIA_AUDIO_DEV_HAS_ALSA=1 \ >++export CFLAGS += -DPJMEDIA_AUDIO_DEV_HAS_ALSA=0 \ >+ -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 \ >+ -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 >+ endif > >Property changes on: net/pjsip/files/patch-pjmedia_build_os-auto.mak.in >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: net/pjsip/pkg-plist >=================================================================== >--- net/pjsip/pkg-plist (revision 415055) >+++ net/pjsip/pkg-plist (working copy) >@@ -143,6 +143,7 @@ > include/pjmedia-codec/l16.h > include/pjmedia-codec/opencore_amr.h > include/pjmedia-codec/openh264.h >+include/pjmedia-codec/opus.h > include/pjmedia-codec/passthrough.h > include/pjmedia-codec/silk.h > include/pjmedia-codec/speex.h >@@ -155,6 +156,7 @@ > include/pjmedia-videodev/videodev_imp.h > include/pjmedia.h > include/pjmedia/alaw_ulaw.h >+include/pjmedia/audiodev.h > include/pjmedia/avi.h > include/pjmedia/avi_stream.h > include/pjmedia/bidirectional.h >@@ -211,6 +213,7 @@ > include/pjmedia/vid_port.h > include/pjmedia/vid_stream.h > include/pjmedia/vid_tee.h >+include/pjmedia/videodev.h > include/pjmedia/wav_playlist.h > include/pjmedia/wav_port.h > include/pjmedia/wave.h
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 209477
: 170240