Ticket #31412: Portfile-baresip.diff
File Portfile-baresip.diff, 2.0 KB (added by alfredh (Alfred E. Heggestad), 13 years ago) |
---|
-
Portfile
old new 5 5 #PortGroup muniversal 1.0 6 6 7 7 name baresip 8 version 0. 2.08 version 0.3.0 9 9 revision 1 10 10 categories net 11 11 platforms darwin 12 12 maintainers db.org:aeh 13 13 14 description bare-bones SIP useragent 14 description portable and modular SIP User-Agent \ 15 with audio and video support 15 16 16 17 long_description ${name} is a ${description}. 17 18 18 19 homepage http://www.creytiv.com/ 19 20 master_sites ${homepage}pub/ 20 21 21 checksums sha1 5eddc82674b22ffa8819914b206d61ce29d3ca7c\22 rmd160 d379adca7a293c657d36ae21a754c172b147575022 checksums sha1 7be0c3c62a1f98beab9317842c84e72b829b67cf \ 23 rmd160 6150b2c6f93990fb787aa7c512156818b4928254 23 24 24 depends_lib port:libre \25 depends_lib port:libre port:librem \ 25 26 port:spandsp-devel \ 26 27 path:bin/ffmpeg:ffmpeg 27 28 … … 33 34 build.args PREFIX=${prefix} \ 34 35 SYSROOT_ALT=${prefix} \ 35 36 MOD_AUTODETECT= \ 37 USE_CONS=1 \ 36 38 USE_COREAUDIO=1 \ 39 USE_FFMPEG=1 \ 37 40 USE_G711=1 \ 38 41 USE_G722=1 \ 39 USE_FFMPEG=1 \40 42 USE_OPENGL=1 \ 41 USE_Q UICKTIME=1 \43 USE_QTCAPTURE=1 \ 42 44 USE_STDIO=1 \ 45 USE_UUID=1 \ 43 46 LIBRE_MK=${prefix}/share/re/re.mk \ 44 47 LIBRE_INC=${prefix}/include/re \ 45 LIBRE_SO=${prefix}/lib 48 LIBRE_SO=${prefix}/lib \ 49 EXTRA_CFLAGS=-I${prefix}/include/rem 46 50 destroot.args ${build.args} 47 51 48 52 if {[tbool configure.ccache]} {