mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
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
21 lines
442 B
Makefile
21 lines
442 B
Makefile
PORTREVISION= 0
|
|
CATEGORIES?= multimedia audio
|
|
|
|
COMMENT= GStreamer-plugins set of good-quality plug-ins that might have distribution problems
|
|
|
|
MASTERDIR= ${.CURDIR:H:H}/multimedia/gstreamer1-plugins
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
DIST= ugly
|
|
GST_PLUGIN= ${DIST}
|
|
GST_PLUGIN_SUFFIX= -${DIST}
|
|
NO_GSTREAMER_COMMON= yes
|
|
|
|
UGLY_GST_ENABLED_PLUGINS= asfdemux \
|
|
nls \
|
|
dvdlpcmdec \
|
|
dvdsub \
|
|
realmedia
|
|
|
|
.include "${MASTERDIR}/Makefile"
|