diff options
author | ahze <ahze@FreeBSD.org> | 2007-07-09 23:36:43 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-07-09 23:36:43 +0800 |
commit | f3c3c91ee0e703940021308365df3869b8334f8a (patch) | |
tree | 9171581f0c97ce81de791ba250c9d6fc3a22efc2 /multimedia/gpac-libgpac | |
parent | 227e2b185762196e7e0d6074c260025fcef3be12 (diff) | |
download | freebsd-ports-gnome-f3c3c91ee0e703940021308365df3869b8334f8a.tar.gz freebsd-ports-gnome-f3c3c91ee0e703940021308365df3869b8334f8a.tar.zst freebsd-ports-gnome-f3c3c91ee0e703940021308365df3869b8334f8a.zip |
Update to 0.4.4
Diffstat (limited to 'multimedia/gpac-libgpac')
-rw-r--r-- | multimedia/gpac-libgpac/Makefile | 10 | ||||
-rw-r--r-- | multimedia/gpac-libgpac/distinfo | 6 | ||||
-rw-r--r-- | multimedia/gpac-libgpac/pkg-plist | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/multimedia/gpac-libgpac/Makefile b/multimedia/gpac-libgpac/Makefile index c039f5e71390..e973fc60b4d8 100644 --- a/multimedia/gpac-libgpac/Makefile +++ b/multimedia/gpac-libgpac/Makefile @@ -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> diff --git a/multimedia/gpac-libgpac/distinfo b/multimedia/gpac-libgpac/distinfo index 794d6687794c..d9a31c9fbd12 100644 --- a/multimedia/gpac-libgpac/distinfo +++ b/multimedia/gpac-libgpac/distinfo @@ -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 diff --git a/multimedia/gpac-libgpac/pkg-plist b/multimedia/gpac-libgpac/pkg-plist index 70f25cd4b64d..51a6559f2fb7 100644 --- a/multimedia/gpac-libgpac/pkg-plist +++ b/multimedia/gpac-libgpac/pkg-plist @@ -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 |