Gecko Media Plugins API from mozilla-central.
WWW: https://wiki.mozilla.org/GeckoMediaPlugins PR: 194356 Submitted by: Jan Beich
This commit is contained in:
parent
ae91f822d2
commit
63e32fcfc2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370909
5 changed files with 49 additions and 0 deletions
|
@ -80,6 +80,7 @@
|
|||
SUBDIR += gmerlin
|
||||
SUBDIR += gmerlin-avdecoder
|
||||
SUBDIR += gmimms
|
||||
SUBDIR += gmp-api
|
||||
SUBDIR += gmtk
|
||||
SUBDIR += gnome-mplayer
|
||||
SUBDIR += gnome-subtitles
|
||||
|
|
25
multimedia/gmp-api/Makefile
Normal file
25
multimedia/gmp-api/Makefile
Normal file
|
@ -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>
|
2
multimedia/gmp-api/distinfo
Normal file
2
multimedia/gmp-api/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (gmp-api-33.0.tar.gz) = 6e3e63746680fc867c359605c321bb7b6a6ea9b992760aa36dab6cef9dabbf20
|
||||
SIZE (gmp-api-33.0.tar.gz) = 12769
|
3
multimedia/gmp-api/pkg-descr
Normal file
3
multimedia/gmp-api/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Gecko Media Plugins API from mozilla-central.
|
||||
|
||||
WWW: https://wiki.mozilla.org/GeckoMediaPlugins
|
18
multimedia/gmp-api/pkg-plist
Normal file
18
multimedia/gmp-api/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue