mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
54c5444eba
PR: 231406 Submitted by: Greg V <greg@unrelenting.technology> Exp-run by: antoine Approved by: portmgr (antoine)
21 lines
506 B
Makefile
21 lines
506 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= multimedia
|
|
|
|
COMMENT= GStreamer parse and demuliplex a Smooth Streaming manifest into audio/video streams plugin
|
|
|
|
GST_PLUGIN= smoothstreaming
|
|
DIST= bad
|
|
|
|
SMOOTH_GST_DIRS= gst-libs/gst/isoff
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
|
|
|
|
pre-build:
|
|
.for dir in ${SMOOTH_GST_DIRS}
|
|
@(cd ${BUILD_WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS} ${ALL_TARGET})
|
|
.endfor
|
|
|
|
.include "${MASTERDIR}/Makefile"
|