gst1-plugins-base: update to 1.22.3
authorW. Michael Petullo <redacted>
Wed, 24 May 2023 15:00:46 +0000 (10:00 -0500)
committerTianling Shen <redacted>
Fri, 26 May 2023 02:28:51 +0000 (10:28 +0800)
Signed-off-by: W. Michael Petullo <redacted>
multimedia/gst1-plugins-base/Makefile
multimedia/gst1-plugins-base/patches/010-distutils.patch

index 4de6aca84820ac3fc62c3ff54cf49120c4adf31f..24907d141e91189fdd3e94ddc4cd0d392624aad3 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=gst1-plugins-base
-PKG_VERSION:=1.20.5
+PKG_VERSION:=1.22.3
 PKG_RELEASE:=1
 
 PKG_SOURCE:=gst-plugins-base-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://gstreamer.freedesktop.org/src/gst-plugins-base
-PKG_HASH:=11f911ef65f3095d7cf698a1ad1fc5242ac3ad6c9270465fb5c9e7f4f9c19b35
+PKG_HASH:=1c596289a0d4207380233eba8c36a932c4d1aceba19932937d9b57c24cef89f3
 PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-base-$(PKG_VERSION)
 
 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> \
@@ -40,9 +40,8 @@ PKG_CONFIG_DEPENDS:= \
        CONFIG_PACKAGE_gst1-mod-tcp \
        CONFIG_PACKAGE_gst1-mod-theora \
        CONFIG_PACKAGE_gst1-mod-typefind \
-       CONFIG_PACKAGE_gst1-mod-videoconvert \
+       CONFIG_PACKAGE_gst1-mod-videoconvertscale \
        CONFIG_PACKAGE_gst1-mod-videorate \
-       CONFIG_PACKAGE_gst1-mod-videoscale \
        CONFIG_PACKAGE_gst1-mod-videotestsrc \
        CONFIG_PACKAGE_gst1-mod-volume \
        CONFIG_PACKAGE_gst1-mod-vorbis \
@@ -138,9 +137,8 @@ MESON_ARGS += \
        $(call GST_COND_SELECT,subparse) \
        $(call GST_COND_SELECT,tcp) \
        -Dtypefind=$(if $(CONFIG_PACKAGE_gst1-mod-typefindfunctions),en,dis)abled \
-       $(call GST_COND_SELECT,videoconvert) \
+       $(call GST_COND_SELECT,videoconvertscale) \
        $(call GST_COND_SELECT,videorate) \
-       $(call GST_COND_SELECT,videoscale) \
        $(call GST_COND_SELECT,videotestsrc) \
        $(call GST_COND_SELECT,volume) \
        \
@@ -302,9 +300,8 @@ $(eval $(call GstBuildPlugin,subparse,subparse,video,,))
 $(eval $(call GstBuildPlugin,rawparse,parse raw media,audio video,,))
 $(eval $(call GstBuildPlugin,tcp,TCP,net,,))
 $(eval $(call GstBuildPlugin,typefindfunctions,'typefind' functions,audio pbutils tag video,,))
-$(eval $(call GstBuildPlugin,videoconvert,video format conversion,video,,))
+$(eval $(call GstBuildPlugin,videoconvertscale,video format conversion and scaling,video,,))
 $(eval $(call GstBuildPlugin,videorate,Adjusts video frames,video,,))
-$(eval $(call GstBuildPlugin,videoscale,Resizes video,video,,))
 $(eval $(call GstBuildPlugin,videotestsrc,video test,video,,))
 $(eval $(call GstBuildPlugin,volume,volume,audio controller,,))
 
index 198c2cf77dc651b209222743df469c4e9e8ee635..67bcdf774de2ba0ef9db556416ea8782ebced02e 100644 (file)
@@ -1,6 +1,6 @@
 --- a/meson.build
 +++ b/meson.build
-@@ -452,7 +452,7 @@ pkgconfig_subdirs = ['gstreamer-1.0']
+@@ -464,7 +464,7 @@ pkgconfig_subdirs = ['gstreamer-1.0']
  
  meson_pkg_config_file_fixup_script = find_program('scripts/meson-pkg-config-file-fixup.py')
  
git clone https://git.99rst.org/PROJECT