diff --git a/media-libs/gst_plugins_base/gst_plugins_base-1.24.7.recipe b/media-libs/gst_plugins_base/gst_plugins_base-1.24.7.recipe index 04ecba219..58c508542 100644 --- a/media-libs/gst_plugins_base/gst_plugins_base-1.24.7.recipe +++ b/media-libs/gst_plugins_base/gst_plugins_base-1.24.7.recipe @@ -7,7 +7,7 @@ filters are included." HOMEPAGE="https://gstreamer.freedesktop.org/" COPYRIGHT="Erik Walthinsen" LICENSE="GNU LGPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-$portVersion.tar.xz" CHECKSUM_SHA256="1528d1746a393299f5ac17ebf13a32a660202f1e29d0a852a2250f6a059a2fda" SOURCE_DIR="gst-plugins-base-$portVersion" @@ -144,6 +144,10 @@ INSTALL() libgsttag-1.0 libgstvideo-1.0 fixPkgconfig + # move gstglconfig.h to includeDir + mv $libDir/gstreamer-1.0/include/gst/gl/gstglconfig.h $includeDir/gstreamer-1.0/gst/gl + rm -rf $libDir/gstreamer-1.0/include + # devel package packageEntries devel $developDir }