1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00
Koop Mast 0e8c2fb42a * Add the gstreamer1 lv2 plugin.
This plugins is a wrapper that exposes lv2 plugins to gstreamer applications.
* Correct the handling of webrtcdsp in bsd.gstreamer.mk so it can be used
  in the USE_GSTREAMER1 macro.

multimedia/gstreamer1-plugins/Makefile.common:
* Remove configure disable switches for sunadio and wgl, these
  plugins where removed in 1.14.
* Move gtk3 from the "bad" plugins to the "good" plugins. This removes a
  warning from the configure stage of "bad" plugins about unknown
  configure arguments.
2018-12-25 19:43:19 +00:00

14 lines
207 B
Makefile

# $FreeBSD$
PORTREVISION= 0
CATEGORIES= audio
COMMENT= Gstreamer lv2 wrapper plugin
GST_PLUGIN= lv2
DIST= bad
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
.include "${MASTERDIR}/Makefile"