mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
aa49f23a6d
- 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
23 lines
436 B
Makefile
23 lines
436 B
Makefile
# Created by: mm
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= orc
|
|
PORTVERSION= 0.4.31
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://gstreamer.freedesktop.org/data/src/orc/
|
|
|
|
MAINTAINER= kwm@FreeBSD.org
|
|
COMMENT= Library and toolset to operate arrays of data
|
|
|
|
LICENSE= BSD2CLAUSE BSD3CLAUSE
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc
|
|
|
|
USES= gmake meson pkgconfig tar:xz
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|