forked from Lainports/freebsd-ports
Mk/Uses/gstreamer.mk:
- Sort, fix whitespace issues and typos
- Promote several common variables to improve maintainer QOL
* There's now no need to set manually set PORTVERSION nor
SOVERSION in several Makefiles
* This will help to prevent not updating some components
* A note has been added, however, to remind maintainers
to remake distinfo for certain ports
- Improve documentation
multimedia/gstreamer1-plugins-webrtc:
- New port split from multimedia/gstreamer1-plugins-bad
- multimedia/gstreamer1-plugins-rust has been updated
to reflect this change
net/gstreamer1-plugins-sctp:
- New port split from multimedia/gstreamer1-plugins-bad
x11-toolkits/gstreamer1-plugins-qt5:
- Moved here from graphics/gstreamer1-plugins-qt to
align with its new Qt6 counterpart
x11-toolkits/gstreamer1-plugins-qt6:
- New port: GStreamer Qt6 QML videosink plugin
*/*:
- Improve Makefile order and formatting
- Sorry for the repo churn, but not fixing this would just lead to more
poorly formatted gstreamer ports in the future via copypasta
https://gstreamer.freedesktop.org/releases/1.24/#1.24.8
PR: 278914
Reported by: vvd
50 lines
2.2 KiB
Text
50 lines
2.2 KiB
Text
--- meson_options.txt.orig 2024-08-21 11:25:15 UTC
|
|
+++ meson_options.txt
|
|
@@ -1,5 +1,47 @@ option('gst_play_tests', type: 'boolean', value: false
|
|
option('gst_play_tests', type: 'boolean', value: false,
|
|
description: 'Enable GstPlay tests that need network access')
|
|
+option('adaptivedemux', type: 'feature', value: 'auto',
|
|
+ description: 'adaptivedemux lib')
|
|
+option('analytics', type: 'feature', value: 'auto',
|
|
+ description: 'analytics lib')
|
|
+option('audio', type: 'feature', value: 'auto',
|
|
+ description: 'audio lib')
|
|
+option('codecparsers', type: 'feature', value: 'auto',
|
|
+ description: 'codecparsers lib')
|
|
+option('codecs', type: 'feature', value: 'auto',
|
|
+ description: 'codecs lib')
|
|
+option('dxva', type: 'feature', value: 'auto',
|
|
+ description: 'dxva lib')
|
|
+option('basecamerabinsrc', type: 'feature', value: 'auto',
|
|
+ description: 'basecamerabinsrc lib')
|
|
+option('insertbin', type: 'feature', value: 'auto',
|
|
+ description: 'insertbin lib')
|
|
+option('interfaces', type: 'feature', value: 'auto',
|
|
+ description: 'interfaces lib')
|
|
+option('isoff', type: 'feature', value: 'auto',
|
|
+ description: 'isoff lib')
|
|
+option('mpegts', type: 'feature', value: 'auto',
|
|
+ description: 'mpegts lib')
|
|
+option('mse', type: 'feature', value: 'auto',
|
|
+ description: 'mse lib')
|
|
+option('play', type: 'feature', value: 'auto',
|
|
+ description: 'play lib')
|
|
+option('player', type: 'feature', value: 'auto',
|
|
+ description: 'player lib')
|
|
+option('transcoder', type: 'feature', value: 'auto',
|
|
+ description: 'transcoder lib')
|
|
+option('uridownloader', type: 'feature', value: 'auto',
|
|
+ description: 'uridownloader lib')
|
|
+option('webrtc', type: 'feature', value: 'auto',
|
|
+ description: 'webrtc lib')
|
|
+option('tools', type: 'feature', value: 'auto',
|
|
+ description: 'tools lib')
|
|
+option('data', type: 'feature', value: 'auto',
|
|
+ description: 'data lib')
|
|
+option('pkgconfig', type: 'feature', value: 'auto',
|
|
+ description: 'pkgconfig lib')
|
|
+option('skip_gstva', type: 'boolean', value: true,
|
|
+ description: 'skip building gst-libs/gst/va, used for multimedia/gstreamer1-vaapi')
|
|
|
|
# Feature options for plugins without external deps
|
|
option('accurip', type : 'feature', value : 'auto')
|