summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2024-09-22 04:31:12 -0400
committerJason E. Hale <jhale@FreeBSD.org>2024-09-22 06:35:56 -0400
commit8c1efc578d6f6e5fc6371bf22d3983675f636b44 (patch)
treecda33cae64ea7eb8ab1691b43bad1224d70a5990 /sysutils
parentdatabases/ldb21: Remove expired port (diff)
multimedia/gstreamer1: Update to 1.24.8
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
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gstreamer1-plugins-cdio/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/gstreamer1-plugins-cdio/Makefile b/sysutils/gstreamer1-plugins-cdio/Makefile
index 62d2575db4fb..896df7b3eed2 100644
--- a/sysutils/gstreamer1-plugins-cdio/Makefile
+++ b/sysutils/gstreamer1-plugins-cdio/Makefile
@@ -3,15 +3,15 @@ CATEGORIES= sysutils
COMMENT= GStreamer compact disc input and control library
-GST_PLUGIN= cdio
-DIST= ugly
+LIB_DEPENDS= libcdio.so:sysutils/libcdio
-MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
+MESON_ARGS+= -Dgpl=enabled
-PLIST= ${.CURDIR}/pkg-plist
+MASTERDIR= ${.CURDIR:H:H}/multimedia/gstreamer1-plugins
-LIB_DEPENDS= libcdio.so:sysutils/libcdio
+PLIST= ${.CURDIR}/pkg-plist
-.include "${MASTERDIR}/Makefile"
+DIST= ugly
+GST_PLUGIN= cdio
-MESON_ARGS+= -Dgpl=enabled
+.include "${MASTERDIR}/Makefile"