Ticket #50693: Portfile-baresip-with-patch.diff

File Portfile-baresip-with-patch.diff, 2.3 KB (added by dbevans (David B. Evans), 9 years ago)

Updated patch for baresip

  • Portfile

     
    55PortGroup           muniversal 1.0
    66
    77name                baresip
    8 version             0.4.11
    9 revision            1
     8version             0.4.17
     9revision            0
    1010categories          net
    1111platforms           darwin
    1212maintainers         db.org:aeh
     
    2020homepage            http://www.creytiv.com/
    2121master_sites        ${homepage}pub/
    2222
    23 checksums           rmd160  e2c880fa8983093f8c0fa5edecccd927445836ae \
    24                     sha256  852d8351d510590a36d8987e60d81cc1f446c51a5b80c1d36556264f638285e2
     23checksums           rmd160  893b313d9a22e2874257b2eb86fe09c96dfeebc0 \
     24                    sha256  de7e6ff0185290eb50f2956d81a0fcdcf2a2af76432f64f090dd7be5db53d680
    2525
    2626depends_lib         port:libre \
    2727                    port:librem \
     
    2929                    port:x264 \
    3030                    path:lib/libavcodec.dylib:ffmpeg
    3131
     32patchfiles          patch-ffmpeg-3.0.diff
     33
    3234use_configure       no
    3335
    3436build.args          PREFIX=${prefix} \
     
    3638                    MOD_AUTODETECT= \
    3739                    USE_CONS=1 \
    3840                    USE_COREAUDIO=1 \
    39                     USE_FFMPEG=1 \
     41                    USE_AVCODEC=1 \
    4042                    USE_G711=1 \
    4143                    USE_G722=1 \
    4244                    USE_OPENGL=1 \
    4345                    USE_AVCAPTURE=1 \
    4446                    USE_STDIO=1 \
    45                     USE_UUID=1 \
    4647                    LIBRE_MK=${prefix}/share/re/re.mk \
    4748                    LIBRE_INC=${prefix}/include/re \
    4849                    LIBRE_SO=${prefix}/lib \
  • files/patch-ffmpeg-3.0.diff

     
     1--- modules/avcodec/encode.c.orig       2016-02-29 16:17:00.000000000 -0800
     2+++ modules/avcodec/encode.c    2016-02-29 16:17:26.000000000 -0800
     3@@ -171,7 +171,7 @@
     4        st->ctx->width     = size->w;
     5        st->ctx->height    = size->h;
     6        st->ctx->gop_size  = DEFAULT_GOP_SIZE;
     7-       st->ctx->pix_fmt   = PIX_FMT_YUV420P;
     8+       st->ctx->pix_fmt   = AV_PIX_FMT_YUV420P;
     9        st->ctx->time_base.num = 1;
     10        st->ctx->time_base.den = prm->fps;
     11