mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Update the GStreamer gang to version 1.26.0.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
PORTROACH= limitw:1,even
|
||||
|
||||
V ?= 1.24.12
|
||||
V ?= 1.26.0
|
||||
API= 1.0
|
||||
SUBST_VARS += API
|
||||
|
||||
|
||||
@@ -3,13 +3,14 @@ COMMENT= framework for streaming media
|
||||
DISTNAME= gstreamer-${V}
|
||||
PKGNAME= gstreamer1-${V}
|
||||
|
||||
SHARED_LIBS += gstreamer-1.0 7.2 # 0.2412.0
|
||||
SHARED_LIBS += gstbase-1.0 7.2 # 0.2412.0
|
||||
SHARED_LIBS += gstcontroller-1.0 7.2 # 0.2412.0
|
||||
SHARED_LIBS += gstnet-1.0 7.2 # 0.2412.0
|
||||
SHARED_LIBS += gstcheck-1.0 7.2 # 0.2412.0
|
||||
SHARED_LIBS += gstreamer-1.0 7.3 # 0.2600.0
|
||||
SHARED_LIBS += gstbase-1.0 7.3 # 0.2600.0
|
||||
SHARED_LIBS += gstcontroller-1.0 7.3 # 0.2600.0
|
||||
SHARED_LIBS += gstnet-1.0 7.3 # 0.2600.0
|
||||
SHARED_LIBS += gstcheck-1.0 7.3 # 0.2600.0
|
||||
|
||||
WANTLIB += c execinfo gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 intl m
|
||||
WANTLIB += c execinfo gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
|
||||
WANTLIB += intl m
|
||||
|
||||
SITES= ${SITE_GST:=gstreamer/}
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (gstreamer/gstreamer-1.24.12.tar.xz) = s1ItG0/hdP/zs8fwYDST4jZ70cQ/WATfFbY0vSKxA28=
|
||||
SIZE (gstreamer/gstreamer-1.24.12.tar.xz) = 1873544
|
||||
SHA256 (gstreamer/gstreamer-1.26.0.tar.xz) = Gy7kAoAQwlt3bv+nw5bH4+GGG2C5QX5Bb0kUq83/J58=
|
||||
SIZE (gstreamer/gstreamer-1.26.0.tar.xz) = 1869668
|
||||
|
||||
@@ -77,6 +77,7 @@ include/gstreamer-${API}/gst/gsterror.h
|
||||
include/gstreamer-${API}/gst/gstevent.h
|
||||
include/gstreamer-${API}/gst/gstformat.h
|
||||
include/gstreamer-${API}/gst/gstghostpad.h
|
||||
include/gstreamer-${API}/gst/gstidstr.h
|
||||
include/gstreamer-${API}/gst/gstinfo.h
|
||||
include/gstreamer-${API}/gst/gstiterator.h
|
||||
include/gstreamer-${API}/gst/gstmacros.h
|
||||
@@ -118,6 +119,7 @@ include/gstreamer-${API}/gst/gsttypefindfactory.h
|
||||
include/gstreamer-${API}/gst/gsturi.h
|
||||
include/gstreamer-${API}/gst/gstutils.h
|
||||
include/gstreamer-${API}/gst/gstvalue.h
|
||||
include/gstreamer-${API}/gst/gstvecdeque.h
|
||||
include/gstreamer-${API}/gst/gstversion.h
|
||||
include/gstreamer-${API}/gst/math-compat.h
|
||||
include/gstreamer-${API}/gst/net/
|
||||
@@ -163,7 +165,9 @@ share/bash-completion/completions/gst-inspect-${API}
|
||||
share/bash-completion/completions/gst-launch-${API}
|
||||
share/bash-completion/helpers/
|
||||
share/bash-completion/helpers/gst
|
||||
share/gdb/auto-load/usr/local/lib/libgstreamer-${API}.so.0.2412.0-gdb.py
|
||||
share/cmake/
|
||||
share/cmake/FindGStreamer.cmake
|
||||
share/gdb/auto-load/usr/local/lib/libgstreamer-${API}.so.0.2600.0-gdb.py
|
||||
share/gir-${API}/Gst-${API}.gir
|
||||
share/gir-${API}/GstBase-${API}.gir
|
||||
share/gir-${API}/GstCheck-${API}.gir
|
||||
|
||||
@@ -2,16 +2,26 @@ COMMENT= GStreamer development and validation tools
|
||||
|
||||
DISTNAME= gst-devtools-${V}
|
||||
|
||||
SHARED_LIBS += gstvalidate-1.0 0.0 # 0.2412.0
|
||||
SHARED_LIBS += gstvalidate-default-overrides-1.0 0.0 # 0.2412.0
|
||||
SHARED_LIBS += gstvalidate-1.0 0.1 # 0.2600.0
|
||||
SHARED_LIBS += gstvalidate-default-overrides-1.0 0.1 # 0.2600.0
|
||||
|
||||
SITES= ${SITE_GST:=gst-devtools/}
|
||||
|
||||
WANTLIB += c cairo gdk-3 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
|
||||
WANTLIB += gstapp-1.0 gstbase-1.0 gstcheck-1.0 gstcontroller-1.0
|
||||
WANTLIB += gstapp-1.0 gstaudio-1.0 gstbase-1.0 gstcheck-1.0 gstcontroller-1.0
|
||||
WANTLIB += gstpbutils-1.0 gstreamer-1.0 gstrtspserver-1.0 gsttranscoder-1.0
|
||||
WANTLIB += gstvideo-1.0 gtk-3 json-glib-1.0 m
|
||||
|
||||
# XXX single-instance uses linux-only abstract sockets UnixAddr::new_abstract()
|
||||
#MODULES += devel/cargo
|
||||
#MODCARGO_CARGOTOML= ${WRKSRC}/dots-viewer/Cargo.toml
|
||||
## use the main cargo FULLDISTDIR (${DISTDIR}/cargo)
|
||||
#MODCARGO_DIST_SUBDIR ?= ../cargo
|
||||
#pre-configure:
|
||||
# @${MODCARGO_configure}
|
||||
#.include "crates.inc"
|
||||
CONFIGURE_ARGS += -Ddots_viewer=disabled
|
||||
|
||||
BUILD_DEPENDS= devel/gobject-introspection
|
||||
|
||||
LIB_DEPENDS= multimedia/gstreamer1/plugins-bad=${V} \
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (gstreamer/gst-devtools-1.24.12.tar.xz) = TvPdEuWCcGjW23rQGHbRIWqAcXEWwkoNWztX/X48NHg=
|
||||
SIZE (gstreamer/gst-devtools-1.24.12.tar.xz) = 568696
|
||||
SHA256 (gstreamer/gst-devtools-1.26.0.tar.xz) = 7/M9fcKSuwdKJ4jqiHtigzmP/e+vpJ+30I7+ZlimVkg=
|
||||
SIZE (gstreamer/gst-devtools-1.26.0.tar.xz) = 1520500
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (gstreamer/gstreamer-docs-1.24.12.tar.xz) = wZ5ZLocW1dFbuFOVTRKV/jAQNZaIwtGv9K4vaGHoE00=
|
||||
SIZE (gstreamer/gstreamer-docs-1.24.12.tar.xz) = 27344712
|
||||
SHA256 (gstreamer/gstreamer-docs-1.26.0.tar.xz) = a8UQWyGhLZPU61/UZnIdtZMgbxLJnn4Hr4J3Bz2zXjk=
|
||||
SIZE (gstreamer/gstreamer-docs-1.26.0.tar.xz) = 27687136
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -2,7 +2,7 @@ COMMENT= library for creating audio and video editors
|
||||
|
||||
DISTNAME= gst-editing-services-${V}
|
||||
|
||||
SHARED_LIBS += ges-1.0 0.0 # 0.2412.0
|
||||
SHARED_LIBS += ges-1.0 0.1 # 0.2600.0
|
||||
|
||||
SITES= ${SITE_GST:=gst-editing-services/}
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (gstreamer/gst-editing-services-1.24.12.tar.xz) = aIIi8nDSS+TtijhS+jMYl9tmLHuBP7w59t6xdrM+ycA=
|
||||
SIZE (gstreamer/gst-editing-services-1.24.12.tar.xz) = 857024
|
||||
SHA256 (gstreamer/gst-editing-services-1.26.0.tar.xz) = r1sn9ck2MCc3IQDKwLrxkFUoBynfHMWN1ORU72mOsf8=
|
||||
SIZE (gstreamer/gst-editing-services-1.26.0.tar.xz) = 836848
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (gstreamer/gst-libav-1.24.12.tar.xz) = 73LBxwoXs8C7KD0W0Jq6SW00Ackn3PU5Kop4ZtkzY3k=
|
||||
SIZE (gstreamer/gst-libav-1.24.12.tar.xz) = 221148
|
||||
SHA256 (gstreamer/gst-libav-1.26.0.tar.xz) = cHqLaH/1/dzuWwJBXi7JtxtKxE0Leuw7R3Nkzuy/Hs8=
|
||||
SIZE (gstreamer/gst-libav-1.26.0.tar.xz) = 190152
|
||||
|
||||
@@ -2,26 +2,26 @@ COMMENT= bad elements for GStreamer
|
||||
|
||||
DISTNAME= gst-plugins-bad-${V}
|
||||
|
||||
SHARED_LIBS += gsturidownloader-1.0 5.2 # 0.2412.0
|
||||
SHARED_LIBS += gstadaptivedemux-1.0 4.2 # 0.2412.0
|
||||
SHARED_LIBS += gstbadaudio-1.0 3.2 # 0.2412.0
|
||||
SHARED_LIBS += gstanalytics-1.0 0.0 # 0.2412.0
|
||||
SHARED_LIBS += gstbasecamerabinsrc-1.0 6.2 # 0.2412.0
|
||||
SHARED_LIBS += gstcodecparsers-1.0 6.2 # 0.2412.0
|
||||
SHARED_LIBS += gstcodecs-1.0 1.2 # 0.2412.0
|
||||
SHARED_LIBS += gstdxva-1.0 0.0 # 0.2412.0
|
||||
SHARED_LIBS += gstinsertbin-1.0 5.2 # 0.2412.0
|
||||
SHARED_LIBS += gstmse-1.0 0.0 # 0.2412.0
|
||||
SHARED_LIBS += gstphotography-1.0 6.2 # 0.2412.0
|
||||
SHARED_LIBS += gstisoff-1.0 3.2 # 0.2412.0
|
||||
SHARED_LIBS += gstmpegts-1.0 5.2 # 0.2412.0
|
||||
SHARED_LIBS += gstplay-1.0 0.2 # 0.2412.0
|
||||
SHARED_LIBS += gstplayer-1.0 3.2 # 0.2412.0
|
||||
SHARED_LIBS += gstsctp-1.0 3.2 # 0.2412.0
|
||||
SHARED_LIBS += gsttranscoder-1.0 1.2 # 0
|
||||
SHARED_LIBS += gstva-1.0 0.0 # 0.2412.0
|
||||
SHARED_LIBS += gstwayland-1.0 0.1 # 0.2412.0
|
||||
SHARED_LIBS += gstwebrtc-1.0 3.2 # 0.2412.0
|
||||
SHARED_LIBS += gstadaptivedemux-1.0 4.3 # 0.2600.0
|
||||
SHARED_LIBS += gstanalytics-1.0 0.1 # 0.2600.0
|
||||
SHARED_LIBS += gstbadaudio-1.0 3.3 # 0.2600.0
|
||||
SHARED_LIBS += gstbasecamerabinsrc-1.0 6.3 # 0.2600.0
|
||||
SHARED_LIBS += gstcodecparsers-1.0 6.3 # 0.2600.0
|
||||
SHARED_LIBS += gstcodecs-1.0 1.3 # 0.2600.0
|
||||
SHARED_LIBS += gstdxva-1.0 0.1 # 0.2600.0
|
||||
SHARED_LIBS += gstinsertbin-1.0 5.3 # 0.2600.0
|
||||
SHARED_LIBS += gstisoff-1.0 3.3 # 0.2600.0
|
||||
SHARED_LIBS += gstmpegts-1.0 5.3 # 0.2600.0
|
||||
SHARED_LIBS += gstmse-1.0 0.1 # 0.2600.0
|
||||
SHARED_LIBS += gstphotography-1.0 6.3 # 0.2600.0
|
||||
SHARED_LIBS += gstplay-1.0 0.3 # 0.2600.0
|
||||
SHARED_LIBS += gstplayer-1.0 3.3 # 0.2600.0
|
||||
SHARED_LIBS += gstsctp-1.0 3.3 # 0.2600.0
|
||||
SHARED_LIBS += gsttranscoder-1.0 1.3 # 0
|
||||
SHARED_LIBS += gsturidownloader-1.0 5.3 # 0.2600.0
|
||||
SHARED_LIBS += gstva-1.0 0.1 # 0.2600.0
|
||||
SHARED_LIBS += gstwayland-1.0 0.2 # 0.2600.0
|
||||
SHARED_LIBS += gstwebrtc-1.0 3.3 # 0.2600.0
|
||||
|
||||
COMPILER_LANGS = c c++
|
||||
|
||||
@@ -64,7 +64,7 @@ DISABLED += webrtc webrtcdsp wildmidi winks winscreencap wpe x265
|
||||
DISABLED += zbar magicleap v4l2codecs wasapi2 avtp microdns
|
||||
DISABLED += svthevcenc zxing qroverlay timecode amfcodec directshow
|
||||
DISABLED += nvcodec qsv gtk3 dvbsuboverlay siren uvcgadget qt6d3d11
|
||||
DISABLED += svtav1
|
||||
DISABLED += svtav1 lcevcdecoder lcevcencoder svtjpegxs
|
||||
|
||||
.for d in ${DISABLED}
|
||||
CONFIGURE_ARGS += -D${d}=disabled
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (gstreamer/gst-plugins-bad-1.24.12.tar.xz) = PThq89Hb0aBsdKYlElDCabSB5wPw4yVbqJ72weBjr+o=
|
||||
SIZE (gstreamer/gst-plugins-bad-1.24.12.tar.xz) = 7083252
|
||||
SHA256 (gstreamer/gst-plugins-bad-1.26.0.tar.xz) = +Ch6hMX2Y2ilpQ2l+WmZSgLEfyAiD/4coxVBk+Za8hY=
|
||||
SIZE (gstreamer/gst-plugins-bad-1.26.0.tar.xz) = 7736148
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Index: gst-libs/gst/va/meson.build
|
||||
--- gst-libs/gst/va/meson.build.orig
|
||||
+++ gst-libs/gst/va/meson.build
|
||||
@@ -45,12 +45,12 @@ extra_args = ['-DGST_USE_UNSTABLE_API',
|
||||
@@ -54,12 +54,12 @@ extra_args = ['-DGST_USE_UNSTABLE_API',
|
||||
'-DBUILDING_GST_VA',
|
||||
'-DG_LOG_DOMAIN="GStreamer-VA"']
|
||||
|
||||
@@ -16,7 +16,7 @@ Index: gst-libs/gst/va/meson.build
|
||||
msdk_opt = get_option('msdk')
|
||||
qsv_opt = get_option('qsv')
|
||||
if va_opt.disabled() and msdk_opt.disabled() and qsv_opt.disabled()
|
||||
@@ -74,7 +74,7 @@ if not libva_dep.found()
|
||||
@@ -83,7 +83,7 @@ if not libva_dep.found()
|
||||
subdir_done()
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
Index: sys/va/meson.build
|
||||
--- sys/va/meson.build.orig
|
||||
+++ sys/va/meson.build
|
||||
@@ -34,7 +34,7 @@ va_win32_sources = [
|
||||
'gstvadevice_win32.cpp'
|
||||
]
|
||||
@@ -88,7 +88,7 @@ plugin_sources += {
|
||||
'va': pathsep.join(doc_sources)
|
||||
}
|
||||
|
||||
-if host_system not in ['linux', 'windows']
|
||||
+if host_system not in ['linux', 'windows', 'openbsd']
|
||||
subdir_done()
|
||||
endif
|
||||
|
||||
@@ -55,7 +55,7 @@ extra_args = [
|
||||
@@ -109,7 +109,7 @@ extra_args = [
|
||||
extra_dep = []
|
||||
c_std_arg = ['c_std=c99']
|
||||
|
||||
|
||||
@@ -7,6 +7,9 @@ include/gstreamer-${API}/gst/analytics/gstanalyticsclassificationmtd.h
|
||||
include/gstreamer-${API}/gst/analytics/gstanalyticsmeta.h
|
||||
include/gstreamer-${API}/gst/analytics/gstanalyticsobjectdetectionmtd.h
|
||||
include/gstreamer-${API}/gst/analytics/gstanalyticsobjecttrackingmtd.h
|
||||
include/gstreamer-${API}/gst/analytics/gstanalyticssegmentationmtd.h
|
||||
include/gstreamer-${API}/gst/analytics/gsttensor.h
|
||||
include/gstreamer-${API}/gst/analytics/gsttensormeta.h
|
||||
include/gstreamer-${API}/gst/audio/audio-bad-prelude.h
|
||||
include/gstreamer-${API}/gst/audio/gstnonstreamaudiodecoder.h
|
||||
include/gstreamer-${API}/gst/audio/gstplanaraudioadapter.h
|
||||
@@ -20,8 +23,10 @@ include/gstreamer-${API}/gst/codecparsers/codecparsers-prelude.h
|
||||
include/gstreamer-${API}/gst/codecparsers/gstav1parser.h
|
||||
include/gstreamer-${API}/gst/codecparsers/gsth264parser.h
|
||||
include/gstreamer-${API}/gst/codecparsers/gsth265parser.h
|
||||
include/gstreamer-${API}/gst/codecparsers/gsth266parser.h
|
||||
include/gstreamer-${API}/gst/codecparsers/gstjpeg2000sampling.h
|
||||
include/gstreamer-${API}/gst/codecparsers/gstjpegparser.h
|
||||
include/gstreamer-${API}/gst/codecparsers/gstlcevcmeta.h
|
||||
include/gstreamer-${API}/gst/codecparsers/gstmpeg4parser.h
|
||||
include/gstreamer-${API}/gst/codecparsers/gstmpegvideometa.h
|
||||
include/gstreamer-${API}/gst/codecparsers/gstmpegvideoparser.h
|
||||
@@ -44,8 +49,6 @@ include/gstreamer-${API}/gst/mpegts/gst-dvb-descriptor.h
|
||||
include/gstreamer-${API}/gst/mpegts/gst-dvb-section.h
|
||||
include/gstreamer-${API}/gst/mpegts/gst-hdmv-section.h
|
||||
include/gstreamer-${API}/gst/mpegts/gst-isdb-descriptor.h
|
||||
include/gstreamer-${API}/gst/mpegts/gst-metadata-descriptor.h
|
||||
include/gstreamer-${API}/gst/mpegts/gst-mpegtspesmetadatameta.h
|
||||
include/gstreamer-${API}/gst/mpegts/gst-scte-section.h
|
||||
include/gstreamer-${API}/gst/mpegts/gstmpegts-enumtypes.h
|
||||
include/gstreamer-${API}/gst/mpegts/gstmpegtsdescriptor.h
|
||||
@@ -219,6 +222,7 @@ lib/girepository-${API}/GstWebRTC-${API}.typelib
|
||||
@so lib/gstreamer-${API}/libgstspeed.so
|
||||
@so lib/gstreamer-${API}/libgstsubenc.so
|
||||
@so lib/gstreamer-${API}/libgstswitchbin.so
|
||||
@so lib/gstreamer-${API}/libgsttensordecoders.so
|
||||
@so lib/gstreamer-${API}/libgsttranscode.so
|
||||
@so lib/gstreamer-${API}/libgstttmlsubs.so
|
||||
@so lib/gstreamer-${API}/libgstunixfd.so
|
||||
|
||||
@@ -2,18 +2,18 @@ COMMENT= base elements for GStreamer
|
||||
|
||||
DISTNAME= gst-plugins-base-${V}
|
||||
|
||||
SHARED_LIBS += gsttag-1.0 7.2 # 0.2412.0
|
||||
SHARED_LIBS += gstfft-1.0 7.2 # 0.2412.0
|
||||
SHARED_LIBS += gstvideo-1.0 7.2 # 0.2412.0
|
||||
SHARED_LIBS += gstaudio-1.0 7.2 # 0.2412.0
|
||||
SHARED_LIBS += gstrtp-1.0 7.2 # 0.2412.0
|
||||
SHARED_LIBS += gstpbutils-1.0 7.2 # 0.2412.0
|
||||
SHARED_LIBS += gstsdp-1.0 7.2 # 0.2412.0
|
||||
SHARED_LIBS += gstrtsp-1.0 7.2 # 0.2412.0
|
||||
SHARED_LIBS += gstriff-1.0 7.2 # 0.2412.0
|
||||
SHARED_LIBS += gstapp-1.0 7.2 # 0.2412.0
|
||||
SHARED_LIBS += gstallocators-1.0 6.2 # 0.2412.0
|
||||
SHARED_LIBS += gstgl-1.0 6.2 # 0.2412.0
|
||||
SHARED_LIBS += gsttag-1.0 7.3 # 0.2600.0
|
||||
SHARED_LIBS += gstfft-1.0 7.3 # 0.2600.0
|
||||
SHARED_LIBS += gstvideo-1.0 7.3 # 0.2600.0
|
||||
SHARED_LIBS += gstaudio-1.0 7.3 # 0.2600.0
|
||||
SHARED_LIBS += gstrtp-1.0 7.3 # 0.2600.0
|
||||
SHARED_LIBS += gstpbutils-1.0 7.3 # 0.2600.0
|
||||
SHARED_LIBS += gstsdp-1.0 7.3 # 0.2600.0
|
||||
SHARED_LIBS += gstrtsp-1.0 7.3 # 0.2600.0
|
||||
SHARED_LIBS += gstriff-1.0 7.3 # 0.2600.0
|
||||
SHARED_LIBS += gstapp-1.0 7.3 # 0.2600.0
|
||||
SHARED_LIBS += gstallocators-1.0 6.3 # 0.2600.0
|
||||
SHARED_LIBS += gstgl-1.0 6.3 # 0.2600.0
|
||||
|
||||
SITES= ${SITE_GST:=gst-plugins-base/}
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (gstreamer/gst-plugins-base-1.24.12.tar.xz) = 9u+6qP6o0AvDgLzMp2pTBSex8IPoUj6vs+mx4YvGU9M=
|
||||
SIZE (gstreamer/gst-plugins-base-1.24.12.tar.xz) = 2457880
|
||||
SHA256 (gstreamer/gst-plugins-base-1.26.0.tar.xz) = 4jGJ++0uxIZpA4LRBVwZ7q9arj6V4ldvxMiE2WqQ5p4=
|
||||
SIZE (gstreamer/gst-plugins-base-1.26.0.tar.xz) = 2461680
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
In file included from ../gst-plugins-base-1.26.0/gst/tcp/gsttcpsrcstats.c:9:
|
||||
/usr/include/netinet/tcp.h:42:9: error: unknown type name 'u_int32_t'; did you mean '__int128_t'?
|
||||
|
||||
Index: gst/tcp/gsttcpsrcstats.c
|
||||
--- gst/tcp/gsttcpsrcstats.c.orig
|
||||
+++ gst/tcp/gsttcpsrcstats.c
|
||||
@@ -6,6 +6,7 @@
|
||||
|
||||
/* macOS and iOS have the .h files but the tcp_info struct is private API */
|
||||
#if defined(HAVE_NETINET_TCP_H) && defined(HAVE_NETINET_IN_H) && defined(HAVE_SYS_SOCKET_H)
|
||||
+#include <sys/types.h>
|
||||
#include <netinet/tcp.h>
|
||||
#include <netinet/in.h>
|
||||
#include <sys/socket.h>
|
||||
@@ -78,6 +78,7 @@ include/gstreamer-${API}/gst/gl/glprototypes/fixedfunction.h
|
||||
include/gstreamer-${API}/gst/gl/glprototypes/gles.h
|
||||
include/gstreamer-${API}/gst/gl/glprototypes/gstgl_compat.h
|
||||
include/gstreamer-${API}/gst/gl/glprototypes/gstgl_gles2compat.h
|
||||
include/gstreamer-${API}/gst/gl/glprototypes/invalidate_subdata.h
|
||||
include/gstreamer-${API}/gst/gl/glprototypes/opengl.h
|
||||
include/gstreamer-${API}/gst/gl/glprototypes/query.h
|
||||
include/gstreamer-${API}/gst/gl/glprototypes/shaders.h
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (gstreamer/gst-plugins-good-1.24.12.tar.xz) = 0OZuL5NdFXX2rb730KKz+rpzYDRDg8Ub8CM7OeBImmQ=
|
||||
SIZE (gstreamer/gst-plugins-good-1.24.12.tar.xz) = 2941656
|
||||
SHA256 (gstreamer/gst-plugins-good-1.26.0.tar.xz) = nhjxOe9prQhnwt+7j+HRc2123xGqyD9g6NOtseLq8Ds=
|
||||
SIZE (gstreamer/gst-plugins-good-1.26.0.tar.xz) = 2966924
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
Index: ext/soup/gstsouploader.c
|
||||
--- ext/soup/gstsouploader.c.orig
|
||||
+++ ext/soup/gstsouploader.c
|
||||
@@ -38,8 +38,8 @@ GST_DEBUG_CATEGORY (gst_soup_debug);
|
||||
#error "dlopen of libsoup is only supported on Linux"
|
||||
#endif
|
||||
|
||||
@@ -42,8 +42,8 @@ GST_DEBUG_CATEGORY (gst_soup_debug);
|
||||
#define LIBSOUP_3_SONAME "libsoup-3.0.0.dylib"
|
||||
#define LIBSOUP_2_SONAME "libsoup-2.4.1.dylib"
|
||||
#else
|
||||
-#define LIBSOUP_3_SONAME "libsoup-3.0.so.0"
|
||||
-#define LIBSOUP_2_SONAME "libsoup-2.4.so.1"
|
||||
+#define LIBSOUP_3_SONAME "libsoup-3.0.so"
|
||||
+#define LIBSOUP_2_SONAME "libsoup-2.4.so"
|
||||
#endif
|
||||
|
||||
#define LOAD_SYMBOL(name) G_STMT_START { \
|
||||
if (!g_module_symbol (module, G_STRINGIFY (name), (gpointer *) &G_PASTE (vtable->_, name))) { \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Index: sys/v4l2/gstv4l2object.c
|
||||
--- sys/v4l2/gstv4l2object.c.orig
|
||||
+++ sys/v4l2/gstv4l2object.c
|
||||
@@ -4891,7 +4891,9 @@ gst_v4l2_object_probe_caps (GstV4l2Object * v4l2object
|
||||
@@ -5262,7 +5262,9 @@ gst_v4l2_object_probe_caps (GstV4l2Object * v4l2object
|
||||
if (v4l2object->ioctl (v4l2object->video_fd, VIDIOC_CROPCAP, &cropcap) < 0) {
|
||||
|
||||
switch (errno) {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Index: sys/v4l2/v4l2_calls.c
|
||||
--- sys/v4l2/v4l2_calls.c.orig
|
||||
+++ sys/v4l2/v4l2_calls.c
|
||||
@@ -1334,14 +1334,18 @@ gst_v4l2_query_dv_timings (GstV4l2Object * v4l2object,
|
||||
@@ -1333,14 +1333,18 @@ gst_v4l2_query_dv_timings (GstV4l2Object * v4l2object,
|
||||
|
||||
if (ret < 0) {
|
||||
switch (errno) {
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (gstreamer/gst-plugins-ugly-1.24.12.tar.xz) = Ge1u706hp0IjT7NeLNsQcWhZWk3UCan6wLehZUPu54s=
|
||||
SIZE (gstreamer/gst-plugins-ugly-1.24.12.tar.xz) = 233796
|
||||
SHA256 (gstreamer/gst-plugins-ugly-1.26.0.tar.xz) = qGtRyEVKgTEghIyANCHzJ9jAeqvK5GHgWXzEk5jA/N4=
|
||||
SIZE (gstreamer/gst-plugins-ugly-1.26.0.tar.xz) = 215404
|
||||
|
||||
@@ -6,7 +6,7 @@ PKGNAME= py-gstreamer1-${V}
|
||||
HOMEPAGE= http://gstreamer.freedesktop.org/modules/gst-python.html
|
||||
|
||||
WANTLIB += ${MODPY_WANTLIB}
|
||||
WANTLIB += glib-2.0 gobject-2.0 gstreamer-1.0
|
||||
WANTLIB += glib-2.0 gobject-2.0 gstanalytics-1.0 gstreamer-1.0
|
||||
|
||||
SITES= ${SITE_GST:=gst-python/}
|
||||
|
||||
@@ -19,9 +19,13 @@ BUILD_DEPENDS= devel/py-gobject3 \
|
||||
RUN_DEPENDS= devel/py-gobject3 \
|
||||
multimedia/gstreamer1/plugins-base>=${V}
|
||||
|
||||
LIB_DEPENDS= multimedia/gstreamer1/core>=${V} \
|
||||
LIB_DEPENDS= multimedia/gstreamer1/plugins-bad>=${V} \
|
||||
multimedia/gstreamer1/core>=${V} \
|
||||
${MODPY_LIB_DEPENDS}
|
||||
|
||||
BUILD_DEPENDS += multimedia/gstreamer1/rtsp-server>=${V}
|
||||
TEST_DEPENDS += multimedia/gstreamer1/rtsp-server>=${V}
|
||||
|
||||
CONFIGURE_ARGS= -Dlibpython-dir=${LOCALBASE}/lib
|
||||
|
||||
DEBUG_PACKAGES= ${BUILD_PACKAGES}
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (gstreamer/gst-python-1.24.12.tar.xz) = 1nniyj5lWnMoYnxGcMMk/CL1iNLLjs0vp6akLfURMsw=
|
||||
SIZE (gstreamer/gst-python-1.24.12.tar.xz) = 126424
|
||||
SHA256 (gstreamer/gst-python-1.26.0.tar.xz) = 5QRqBdd6uxVnGtAc0ZCNF9YuWgb114Qb5DQq3io/uNs=
|
||||
SIZE (gstreamer/gst-python-1.26.0.tar.xz) = 110572
|
||||
|
||||
@@ -1,11 +1,14 @@
|
||||
@pkgpath multimedia/gstreamer1/py-gstreamer,python3
|
||||
@so lib/gstreamer-${API}/libgstpython.so
|
||||
lib/python${MODPY_VERSION}/site-packages/gi/overrides/Gst.py
|
||||
lib/python${MODPY_VERSION}/site-packages/gi/overrides/GstAnalytics.py
|
||||
lib/python${MODPY_VERSION}/site-packages/gi/overrides/GstAudio.py
|
||||
lib/python${MODPY_VERSION}/site-packages/gi/overrides/GstPbutils.py
|
||||
lib/python${MODPY_VERSION}/site-packages/gi/overrides/GstVideo.py
|
||||
lib/python${MODPY_VERSION}/site-packages/gi/overrides/${MODPY_PYCACHE}Gst.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/gi/overrides/${MODPY_PYCACHE}GstAnalytics.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/gi/overrides/${MODPY_PYCACHE}GstAudio.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/gi/overrides/${MODPY_PYCACHE}GstPbutils.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/gi/overrides/${MODPY_PYCACHE}GstVideo.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
@so lib/python${MODPY_VERSION}/site-packages/gi/overrides/_gi_gst.${MODPY_PYC_MAGIC_TAG}so
|
||||
@so lib/python${MODPY_VERSION}/site-packages/gi/overrides/_gi_gst_analytics.${MODPY_PYC_MAGIC_TAG}so
|
||||
|
||||
@@ -2,7 +2,7 @@ COMMENT= RTSP server library based on GStreamer
|
||||
|
||||
DISTNAME= gst-rtsp-server-${V}
|
||||
|
||||
SHARED_LIBS += gstrtspserver-1.0 0.0 # 0.2411.0
|
||||
SHARED_LIBS += gstrtspserver-1.0 0.1 # 0.2600.0
|
||||
|
||||
SITES= ${SITE_GST:=gst-rtsp-server/}
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (gstreamer/gst-rtsp-server-1.24.12.tar.xz) = ozX3NofS7+ItuUNIxok8c7U6LGvFXuelkAKLoZbdxiM=
|
||||
SIZE (gstreamer/gst-rtsp-server-1.24.12.tar.xz) = 289092
|
||||
SHA256 (gstreamer/gst-rtsp-server-1.26.0.tar.xz) = 6YPAOUluP3XjlpZVTOdNtBIOJGXeF6ocw3FgVo6bQLw=
|
||||
SIZE (gstreamer/gst-rtsp-server-1.26.0.tar.xz) = 272400
|
||||
|
||||
Reference in New Issue
Block a user