pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
actually commit what I intended to last time
Module Name: pkgsrc-wip
Committed By: nia <nia%NetBSD.org@localhost>
Pushed By: nee
Date: Wed Nov 10 17:49:41 2021 +0100
Changeset: 9f47bf1734df31ab62afdbee8f3a299765c24b95
Modified Files:
gst-plugins1-bad/Makefile
gst-plugins1-bad/PLIST
gst-plugins1-base/Makefile
gst-plugins1-base/PLIST
gst-plugins1-good/Makefile
gst-plugins1-good/Makefile.common
gst-plugins1-ugly/Makefile
Log Message:
actually commit what I intended to last time
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9f47bf1734df31ab62afdbee8f3a299765c24b95
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gst-plugins1-bad/Makefile | 4 ++++
gst-plugins1-bad/PLIST | 14 ++++++++++++++
gst-plugins1-base/Makefile | 12 +++++++-----
gst-plugins1-base/PLIST | 18 ++++++++++++++++++
gst-plugins1-good/Makefile | 3 +++
gst-plugins1-good/Makefile.common | 2 +-
gst-plugins1-ugly/Makefile | 1 +
7 files changed, 48 insertions(+), 6 deletions(-)
diffs:
diff --git a/gst-plugins1-bad/Makefile b/gst-plugins1-bad/Makefile
index e53c3eb0a1..02d39525a7 100644
--- a/gst-plugins1-bad/Makefile
+++ b/gst-plugins1-bad/Makefile
@@ -72,5 +72,9 @@ GST_PLUGINS+= videosignal
GST_PLUGINS+= vmnc
GST_PLUGINS+= y4m
+GST_PLUGINS+= introspection
+GST_PLUGINS+= nls
+
.include "Makefile.common"
+.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/gst-plugins1-bad/PLIST b/gst-plugins1-bad/PLIST
index ffff9af0e0..4595e3e149 100644
--- a/gst-plugins1-bad/PLIST
+++ b/gst-plugins1-bad/PLIST
@@ -63,6 +63,13 @@ include/gstreamer-1.0/gst/webrtc/rtptransceiver.h
include/gstreamer-1.0/gst/webrtc/webrtc-enumtypes.h
include/gstreamer-1.0/gst/webrtc/webrtc.h
include/gstreamer-1.0/gst/webrtc/webrtc_fwd.h
+lib/girepository-1.0/GstBadAudio-1.0.typelib
+lib/girepository-1.0/GstCodecs-1.0.typelib
+lib/girepository-1.0/GstInsertBin-1.0.typelib
+lib/girepository-1.0/GstMpegts-1.0.typelib
+lib/girepository-1.0/GstPlayer-1.0.typelib
+lib/girepository-1.0/GstTranscoder-1.0.typelib
+lib/girepository-1.0/GstWebRTC-1.0.typelib
lib/gstreamer-1.0/libgstaccurip.so
lib/gstreamer-1.0/libgstadpcmdec.so
lib/gstreamer-1.0/libgstadpcmenc.so
@@ -178,6 +185,13 @@ lib/pkgconfig/gstreamer-plugins-bad-1.0.pc
lib/pkgconfig/gstreamer-sctp-1.0.pc
lib/pkgconfig/gstreamer-transcoder-1.0.pc
lib/pkgconfig/gstreamer-webrtc-1.0.pc
+share/gir-1.0/GstBadAudio-1.0.gir
+share/gir-1.0/GstCodecs-1.0.gir
+share/gir-1.0/GstInsertBin-1.0.gir
+share/gir-1.0/GstMpegts-1.0.gir
+share/gir-1.0/GstPlayer-1.0.gir
+share/gir-1.0/GstTranscoder-1.0.gir
+share/gir-1.0/GstWebRTC-1.0.gir
share/gstreamer-1.0/encoding-profiles/device/dvd.gep
share/gstreamer-1.0/encoding-profiles/file-extension/avi.gep
share/gstreamer-1.0/encoding-profiles/file-extension/flv.gep
diff --git a/gst-plugins1-base/Makefile b/gst-plugins1-base/Makefile
index c069e9dd7e..d37ab9c256 100644
--- a/gst-plugins1-base/Makefile
+++ b/gst-plugins1-base/Makefile
@@ -15,9 +15,9 @@ GST_PLUGINS+= audiorate
GST_PLUGINS+= audioresample
GST_PLUGINS+= audiotestsrc
GST_PLUGINS+= compositor
-GST_PLUGINS+= encoding
+GST_PLUGINS+= encoding
GST_PLUGINS+= gio
-GST_PLUGINS+= gio-typefinder
+GST_PLUGINS+= gio-typefinder
GST_PLUGINS+= overlaycomposition
GST_PLUGINS+= pbtypes
GST_PLUGINS+= playback
@@ -25,12 +25,13 @@ GST_PLUGINS+= rawparse
GST_PLUGINS+= subparse
GST_PLUGINS+= tcp
GST_PLUGINS+= typefind
-GST_PLUGINS+= videoconvert
+GST_PLUGINS+= videoconvert
GST_PLUGINS+= videorate
-GST_PLUGINS+= videoscale
-GST_PLUGINS+= videotestsrc
+GST_PLUGINS+= videoscale
+GST_PLUGINS+= videotestsrc
GST_PLUGINS+= volume
+GST_PLUGINS+= introspection
GST_PLUGINS+= tools
GST_PLUGINS+= nls
@@ -48,5 +49,6 @@ MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/gst-libs/gst/tag:${WRKSRC}/output/gs
#Timeout: 0
.include "Makefile.common"
+.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../wip/gstreamer1/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/gst-plugins1-base/PLIST b/gst-plugins1-base/PLIST
index 6ac2d2c27c..d400b9c544 100644
--- a/gst-plugins1-base/PLIST
+++ b/gst-plugins1-base/PLIST
@@ -131,6 +131,15 @@ include/gstreamer-1.0/gst/video/video.h
include/gstreamer-1.0/gst/video/videodirection.h
include/gstreamer-1.0/gst/video/videoorientation.h
include/gstreamer-1.0/gst/video/videooverlay.h
+lib/girepository-1.0/GstAllocators-1.0.typelib
+lib/girepository-1.0/GstApp-1.0.typelib
+lib/girepository-1.0/GstAudio-1.0.typelib
+lib/girepository-1.0/GstPbutils-1.0.typelib
+lib/girepository-1.0/GstRtp-1.0.typelib
+lib/girepository-1.0/GstRtsp-1.0.typelib
+lib/girepository-1.0/GstSdp-1.0.typelib
+lib/girepository-1.0/GstTag-1.0.typelib
+lib/girepository-1.0/GstVideo-1.0.typelib
lib/gstreamer-1.0/libgstadder.so
lib/gstreamer-1.0/libgstapp.so
lib/gstreamer-1.0/libgstaudioconvert.so
@@ -201,6 +210,15 @@ lib/pkgconfig/gstreamer-video-1.0.pc
man/man1/gst-device-monitor-1.0.1
man/man1/gst-discoverer-1.0.1
man/man1/gst-play-1.0.1
+share/gir-1.0/GstAllocators-1.0.gir
+share/gir-1.0/GstApp-1.0.gir
+share/gir-1.0/GstAudio-1.0.gir
+share/gir-1.0/GstPbutils-1.0.gir
+share/gir-1.0/GstRtp-1.0.gir
+share/gir-1.0/GstRtsp-1.0.gir
+share/gir-1.0/GstSdp-1.0.gir
+share/gir-1.0/GstTag-1.0.gir
+share/gir-1.0/GstVideo-1.0.gir
share/gst-plugins-base/1.0/license-translations.dict
share/locale/af/LC_MESSAGES/gst-plugins-base-1.0.mo
share/locale/az/LC_MESSAGES/gst-plugins-base-1.0.mo
diff --git a/gst-plugins1-good/Makefile b/gst-plugins1-good/Makefile
index a889845bb7..dc48cb2086 100644
--- a/gst-plugins1-good/Makefile
+++ b/gst-plugins1-good/Makefile
@@ -5,6 +5,8 @@ CATEGORIES= multimedia gnome
COMMENT= Open source multimedia framework - good plugins
+USE_TOOLS+= xgettext
+
# Feature options for plugins without external deps
GST_PLUGINS+= alpha
GST_PLUGINS+= apetag
@@ -49,6 +51,7 @@ GST_PLUGINS+= videomixer
GST_PLUGINS+= wavenc
GST_PLUGINS+= wavparse
GST_PLUGINS+= y4m
+
GST_PLUGINS+= nls
GST_PLUGINS+= tests
diff --git a/gst-plugins1-good/Makefile.common b/gst-plugins1-good/Makefile.common
index 0a322a9b0b..e60a28620b 100644
--- a/gst-plugins1-good/Makefile.common
+++ b/gst-plugins1-good/Makefile.common
@@ -10,7 +10,7 @@ LICENSE= gnu-gpl-v2
USE_LANGUAGES= c c++
-USE_TOOLS+= pkg-config perl:run xgettext
+USE_TOOLS+= pkg-config
DISTINFO_FILE= ${.CURDIR}/../../wip/gst-plugins1-good/distinfo
PATCHDIR= ${.CURDIR}/../../wip/gst-plugins1-good/patches
diff --git a/gst-plugins1-ugly/Makefile b/gst-plugins1-ugly/Makefile
index 08ea1fde4d..74bb67f0ad 100644
--- a/gst-plugins1-ugly/Makefile
+++ b/gst-plugins1-ugly/Makefile
@@ -10,6 +10,7 @@ GST_PLUGINS+= dvdlpcmdec
GST_PLUGINS+= dvdsub
GST_PLUGINS+= realmedia
GST_PLUGINS+= xingmux
+
GST_PLUGINS+= nls
# generated with:
Home |
Main Index |
Thread Index |
Old Index