diff --git a/multimedia/gst1-plugins-good/Makefile b/multimedia/gst1-plugins-good/Makefile index 33d5768bf5..63a62b0a67 100644 --- a/multimedia/gst1-plugins-good/Makefile +++ b/multimedia/gst1-plugins-good/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gst1-plugins-good -PKG_VERSION:=1.22.12 +PKG_VERSION:=1.24.3 PKG_RELEASE:=1 PKG_SOURCE:=gst-plugins-good-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://gstreamer.freedesktop.org/src/gst-plugins-good/ -PKG_HASH:=9c1913f981900bd8867182639b20907b28ed78ef7a222cfbf2d8ba9dab992fa7 +PKG_HASH:=150f914e61dc05600b68b88ca103c7cc227130158e389ea9ea159f4050a2ebb0 PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-good-$(PKG_VERSION) PKG_MAINTAINER:=W. Michael Petullo \ diff --git a/multimedia/gst1-plugins-good/patches/010-gcc14.patch b/multimedia/gst1-plugins-good/patches/010-gcc14.patch deleted file mode 100644 index c8b29f0e26..0000000000 --- a/multimedia/gst1-plugins-good/patches/010-gcc14.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- a/sys/v4l2/gstv4l2object.h -+++ b/sys/v4l2/gstv4l2object.h -@@ -74,10 +74,10 @@ typedef gboolean (*GstV4l2UpdateFpsFunc - - /* On Android NDK r18b the ioctl() signature uses 'unsigned' instead of - * 'unsigned long' for the 2nd parameter */ --#ifdef __ANDROID__ --typedef unsigned ioctl_req_t; --#else -+#ifdef __GLIBC__ - typedef gulong ioctl_req_t; -+#else -+typedef int ioctl_req_t; - #endif - - #define GST_V4L2_WIDTH(o) (GST_VIDEO_INFO_WIDTH (&(o)->info))