[146154] trunk/dports/net/baresip

devans at macports.org devans at macports.org
Tue Mar 1 04:20:29 PST 2016


Revision: 146154
          https://trac.macports.org/changeset/146154
Author:   devans at macports.org
Date:     2016-03-01 04:20:29 -0800 (Tue, 01 Mar 2016)
Log Message:
-----------
baresip: maintainer update to version 0.4.17 (#50693).

Modified Paths:
--------------
    trunk/dports/net/baresip/Portfile

Added Paths:
-----------
    trunk/dports/net/baresip/files/
    trunk/dports/net/baresip/files/patch-ffmpeg-3.0.diff

Modified: trunk/dports/net/baresip/Portfile
===================================================================
--- trunk/dports/net/baresip/Portfile	2016-03-01 12:18:34 UTC (rev 146153)
+++ trunk/dports/net/baresip/Portfile	2016-03-01 12:20:29 UTC (rev 146154)
@@ -5,8 +5,8 @@
 PortGroup           muniversal 1.0
 
 name                baresip
-version             0.4.11
-revision            1
+version             0.4.17
+revision            0
 categories          net
 platforms           darwin
 maintainers         db.org:aeh
@@ -20,8 +20,8 @@
 homepage            http://www.creytiv.com/
 master_sites        ${homepage}pub/
 
-checksums           rmd160  e2c880fa8983093f8c0fa5edecccd927445836ae \
-                    sha256  852d8351d510590a36d8987e60d81cc1f446c51a5b80c1d36556264f638285e2
+checksums           rmd160  893b313d9a22e2874257b2eb86fe09c96dfeebc0 \
+                    sha256  de7e6ff0185290eb50f2956d81a0fcdcf2a2af76432f64f090dd7be5db53d680
 
 depends_lib         port:libre \
                     port:librem \
@@ -29,6 +29,8 @@
                     port:x264 \
                     path:lib/libavcodec.dylib:ffmpeg
 
+patchfiles          patch-ffmpeg-3.0.diff
+
 use_configure       no
 
 build.args          PREFIX=${prefix} \
@@ -36,13 +38,12 @@
                     MOD_AUTODETECT= \
                     USE_CONS=1 \
                     USE_COREAUDIO=1 \
-                    USE_FFMPEG=1 \
+                    USE_AVCODEC=1 \
                     USE_G711=1 \
                     USE_G722=1 \
                     USE_OPENGL=1 \
                     USE_AVCAPTURE=1 \
                     USE_STDIO=1 \
-                    USE_UUID=1 \
                     LIBRE_MK=${prefix}/share/re/re.mk \
                     LIBRE_INC=${prefix}/include/re \
                     LIBRE_SO=${prefix}/lib \

Added: trunk/dports/net/baresip/files/patch-ffmpeg-3.0.diff
===================================================================
--- trunk/dports/net/baresip/files/patch-ffmpeg-3.0.diff	                        (rev 0)
+++ trunk/dports/net/baresip/files/patch-ffmpeg-3.0.diff	2016-03-01 12:20:29 UTC (rev 146154)
@@ -0,0 +1,11 @@
+--- modules/avcodec/encode.c.orig	2016-02-29 16:17:00.000000000 -0800
++++ modules/avcodec/encode.c	2016-02-29 16:17:26.000000000 -0800
+@@ -171,7 +171,7 @@
+ 	st->ctx->width     = size->w;
+ 	st->ctx->height    = size->h;
+ 	st->ctx->gop_size  = DEFAULT_GOP_SIZE;
+-	st->ctx->pix_fmt   = PIX_FMT_YUV420P;
++	st->ctx->pix_fmt   = AV_PIX_FMT_YUV420P;
+ 	st->ctx->time_base.num = 1;
+ 	st->ctx->time_base.den = prm->fps;
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160301/1eb24e8e/attachment.html>


More information about the macports-changes mailing list