Date: Wed, 15 Oct 2014 11:56:07 +0000 (UTC) From: Beat Gaetzi <beat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370909 - in head/multimedia: . gmp-api Message-ID: <201410151156.s9FBu7k7098106@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: beat Date: Wed Oct 15 11:56:06 2014 New Revision: 370909 URL: https://svnweb.freebsd.org/changeset/ports/370909 QAT: https://qat.redports.org/buildarchive/r370909/ Log: Gecko Media Plugins API from mozilla-central. WWW: https://wiki.mozilla.org/GeckoMediaPlugins PR: 194356 Submitted by: Jan Beich Added: head/multimedia/gmp-api/ head/multimedia/gmp-api/Makefile (contents, props changed) head/multimedia/gmp-api/distinfo (contents, props changed) head/multimedia/gmp-api/pkg-descr (contents, props changed) head/multimedia/gmp-api/pkg-plist (contents, props changed) Modified: head/multimedia/Makefile Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Wed Oct 15 11:46:04 2014 (r370908) +++ head/multimedia/Makefile Wed Oct 15 11:56:06 2014 (r370909) @@ -80,6 +80,7 @@ SUBDIR += gmerlin SUBDIR += gmerlin-avdecoder SUBDIR += gmimms + SUBDIR += gmp-api SUBDIR += gmtk SUBDIR += gnome-mplayer SUBDIR += gnome-subtitles Added: head/multimedia/gmp-api/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/gmp-api/Makefile Wed Oct 15 11:56:06 2014 (r370909) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= gmp-api +PORTVERSION= 33.0 +CATEGORIES= multimedia + +MAINTAINER= gecko@FreeBSD.org +COMMENT= Gecko Media Plugins API from mozilla-central + +LICENSE= APACHE20 + +USE_GITHUB= yes +GH_ACCOUNT= mozilla +GH_PROJECT= ${PORTNAME} +GH_TAGNAME= ${GH_COMMIT} +GH_COMMIT= 92ac670 + +NO_BUILD= yes +NO_ARCH= yes + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/include/${PORTNAME} + ${INSTALL_DATA} ${WRKSRC}/*.h ${STAGEDIR}${PREFIX}/include/${PORTNAME} + +.include <bsd.port.mk> Added: head/multimedia/gmp-api/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/gmp-api/distinfo Wed Oct 15 11:56:06 2014 (r370909) @@ -0,0 +1,2 @@ +SHA256 (gmp-api-33.0.tar.gz) = 6e3e63746680fc867c359605c321bb7b6a6ea9b992760aa36dab6cef9dabbf20 +SIZE (gmp-api-33.0.tar.gz) = 12769 Added: head/multimedia/gmp-api/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/gmp-api/pkg-descr Wed Oct 15 11:56:06 2014 (r370909) @@ -0,0 +1,3 @@ +Gecko Media Plugins API from mozilla-central. + +WWW: https://wiki.mozilla.org/GeckoMediaPlugins Added: head/multimedia/gmp-api/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/gmp-api/pkg-plist Wed Oct 15 11:56:06 2014 (r370909) @@ -0,0 +1,18 @@ +include/gmp-api/gmp-async-shutdown.h +include/gmp-api/gmp-audio-codec.h +include/gmp-api/gmp-audio-decode.h +include/gmp-api/gmp-audio-host.h +include/gmp-api/gmp-audio-samples.h +include/gmp-api/gmp-decryption.h +include/gmp-api/gmp-entrypoints.h +include/gmp-api/gmp-errors.h +include/gmp-api/gmp-platform.h +include/gmp-api/gmp-storage.h +include/gmp-api/gmp-video-codec.h +include/gmp-api/gmp-video-decode.h +include/gmp-api/gmp-video-encode.h +include/gmp-api/gmp-video-frame-encoded.h +include/gmp-api/gmp-video-frame-i420.h +include/gmp-api/gmp-video-frame.h +include/gmp-api/gmp-video-host.h +include/gmp-api/gmp-video-plane.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410151156.s9FBu7k7098106>