1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/multimedia/gstreamer1-transcoder/Makefile
Koop Mast aa49f23a6d Update gstreamer1 to 1.16.2.
- The spc plugin was removed inflavor for the gsm plugin.
- Added in tree qt plugin.

Changelog: https://gstreamer.freedesktop.org/releases/1.16/#1.16.2

Update net-im/fractal to 4.2.2 to support GStreamer 1.16 (approved by maintainer)

Thanks to antoine@ for the exp-run.

PR:		239386
2020-01-26 17:42:36 +00:00

37 lines
729 B
Makefile

# Created by: Ben Woods <woodsb02@FreeBSD.org>
# $FreeBSD$
PORTNAME= gstreamer1-transcoder
PORTVERSION= 1.16.0
CATEGORIES= multimedia
MAINTAINER= kwm@FreeBSD.org
COMMENT= GStreamer Transcoding API
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= gtkdoc-check:textproc/gtk-doc
USES= compiler gnome meson pkgconfig python:3.3+ #shebangfix
USE_GNOME= introspection
USE_GSTREAMER1= core
USE_LDCONFIG= yes
BINARY_ALIAS= python3=${PYTHON_VERSION}
#SHEBANG_FILES= configure
USE_GITHUB= yes
GH_ACCOUNT= pitivi
GH_PROJECT= gst-transcoder
.include <bsd.port.pre.mk>
.if ${CHOSEN_COMPILER_TYPE} == gcc
post-patch:
${REINPLACE_CMD} -e '/-Wno-pedantic/d' \
${WRKSRC}/meson.build
.endif
.include <bsd.port.post.mk>