Update to 0.4.4
This commit is contained in:
parent
e8517bb157
commit
db89b73f66
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195303
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gpac-libgpac
|
||||
DISTVERSION= 0.4.2-rc2
|
||||
DISTVERSION= 0.4.4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
@ -30,12 +30,6 @@ CONFIGURE_ARGS= --cc="${CC}" \
|
||||
--extra-cflags="${CFLAGS} ${PTHREAD_CFLAGS} -fPIC" \
|
||||
--extra-ldflags="${LDFLAGS} ${PTHREAD_LIBS}"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= Does not build
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
${CHMOD} +x ${WRKSRC}/configure
|
||||
|
||||
@ -47,4 +41,4 @@ do-install:
|
||||
${LN} -sf libgpac.so.${LIBVER} ${PREFIX}/lib/libgpac.so
|
||||
${INSTALL_DATA} ${INSTALL_WRKSRC}/libgpac_static.a ${PREFIX}/lib
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gpac-0.4.2-rc2.tar.gz) = 9e41bc9fcdb2b6481fa7e75eec1ab05d
|
||||
SHA256 (gpac-0.4.2-rc2.tar.gz) = 30ed4182d1e162debb6e562e20ccf95382440c2f0a7c249a85b3fbe770203253
|
||||
SIZE (gpac-0.4.2-rc2.tar.gz) = 3917307
|
||||
MD5 (gpac-0.4.4.tar.gz) = a5cb48ab85e9914d127fd8799b4b2e56
|
||||
SHA256 (gpac-0.4.4.tar.gz) = 30417b233eaada0a467e47f852383897ad6f96327fed3defbb3dc3660b934704
|
||||
SIZE (gpac-0.4.4.tar.gz) = 4375687
|
||||
|
@ -8,6 +8,8 @@ include/gpac/config.h
|
||||
include/gpac/constants.h
|
||||
include/gpac/crypt.h
|
||||
include/gpac/download.h
|
||||
include/gpac/esi.h
|
||||
include/gpac/events.h
|
||||
include/gpac/ietf.h
|
||||
include/gpac/internal/avilib.h
|
||||
include/gpac/internal/bifs_dev.h
|
||||
@ -36,6 +38,7 @@ include/gpac/module.h
|
||||
include/gpac/modules/audio_out.h
|
||||
include/gpac/modules/codec.h
|
||||
include/gpac/modules/font.h
|
||||
include/gpac/modules/ipmp.h
|
||||
include/gpac/modules/raster2d.h
|
||||
include/gpac/modules/service.h
|
||||
include/gpac/modules/video_out.h
|
||||
@ -43,7 +46,9 @@ include/gpac/mpeg4_odf.h
|
||||
include/gpac/mpegts.h
|
||||
include/gpac/network.h
|
||||
include/gpac/nodes_mpeg4.h
|
||||
include/gpac/nodes_svg.h
|
||||
include/gpac/nodes_svg_da.h
|
||||
include/gpac/nodes_svg_sa.h
|
||||
include/gpac/nodes_svg_sani.h
|
||||
include/gpac/nodes_x3d.h
|
||||
include/gpac/options.h
|
||||
include/gpac/path2d.h
|
||||
@ -53,6 +58,7 @@ include/gpac/scenegraph.h
|
||||
include/gpac/scenegraph_svg.h
|
||||
include/gpac/scenegraph_vrml.h
|
||||
include/gpac/setup.h
|
||||
include/gpac/svg_types.h
|
||||
include/gpac/sync_layer.h
|
||||
include/gpac/term_info.h
|
||||
include/gpac/terminal.h
|
||||
|
Loading…
Reference in New Issue
Block a user