gst_plugins_base: move gstglconfig.h to includeDir

This commit is contained in:
Gerasim Troeglazov
2024-09-12 22:35:26 +10:00
parent 102a7755a9
commit 40b8431e01

View File

@@ -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
}