automatic version update by autodist [release 1.18.0-1mamba;Thu Oct 01 2020]
This commit is contained in:
parent
e32afb2307
commit
311d6fd739
11
gst-plugins-good-1.18.0-rpi-bcm_hostif.patch
Normal file
11
gst-plugins-good-1.18.0-rpi-bcm_hostif.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- gst-plugins-good-1.18.0/sys/rpicamsrc/meson.build.orig 2020-10-12 17:29:10.260137684 +0200
|
||||||
|
+++ gst-plugins-good-1.18.0/sys/rpicamsrc/meson.build 2020-10-12 17:33:36.495438521 +0200
|
||||||
|
@@ -34,7 +34,7 @@
|
||||||
|
endif
|
||||||
|
|
||||||
|
mmal_deps = []
|
||||||
|
-foreach rpi_lib : ['mmal_core', 'mmal_util', 'mmal_vc_client', 'vcos', 'bcm_host']
|
||||||
|
+foreach rpi_lib : ['mmal_core', 'mmal_util', 'mmal_vc_client', 'vcos', 'bcm_host', 'vchostif']
|
||||||
|
l = cc.find_library(rpi_lib, dirs: rpi_lib_path, required: false)
|
||||||
|
if not l.found()
|
||||||
|
if get_option('rpicamsrc').enabled()
|
@ -2,7 +2,7 @@
|
|||||||
%define libname lib%{name}
|
%define libname lib%{name}
|
||||||
|
|
||||||
Name: gst-plugins-good
|
Name: gst-plugins-good
|
||||||
Version: 1.16.2
|
Version: 1.18.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A set of plug-ins for gstreamer considered to have good quality code
|
Summary: A set of plug-ins for gstreamer considered to have good quality code
|
||||||
Group: System/Multimedia
|
Group: System/Multimedia
|
||||||
@ -11,6 +11,7 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://gstreamer.freedesktop.org/modules/gst-plugins-good.html
|
URL: http://gstreamer.freedesktop.org/modules/gst-plugins-good.html
|
||||||
Source: http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-%{version}.tar.xz
|
Source: http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-%{version}.tar.xz
|
||||||
|
Patch0: gst-plugins-good-1.18.0-rpi-bcm_hostif.patch
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -55,6 +56,9 @@ BuildRequires: libvpx-devel
|
|||||||
BuildRequires: libwavpack-devel
|
BuildRequires: libwavpack-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
%ifarch arm
|
||||||
|
BuildRequires: libraspberrypi-devel
|
||||||
|
%endif
|
||||||
BuildRequires: libdc1394-devel >= 1.1.0
|
BuildRequires: libdc1394-devel >= 1.1.0
|
||||||
BuildRequires: libraw1394-devel >= 1.2.0
|
BuildRequires: libraw1394-devel >= 1.2.0
|
||||||
BuildRequires: valgrind-devel
|
BuildRequires: valgrind-devel
|
||||||
@ -96,28 +100,34 @@ Requires: gtk-doc
|
|||||||
%description apidocs
|
%description apidocs
|
||||||
This package includes the %{name} API documentation.
|
This package includes the %{name} API documentation.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
# FIXME: not the most elegant workaround
|
|
||||||
sed -i "s|OpenGL/gl.h|GL/gl.h|" configure
|
|
||||||
|
|
||||||
%build
|
|
||||||
%configure \
|
|
||||||
--enable-experimental \
|
|
||||||
--enable-ladspa \
|
|
||||||
--disable-osx_audio \
|
|
||||||
--disable-osx_video \
|
|
||||||
--disable-hal \
|
|
||||||
--disable-esd \
|
|
||||||
%ifarch arm
|
%ifarch arm
|
||||||
--disable-qt
|
%patch0 -p1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%make
|
%build
|
||||||
|
%meson \
|
||||||
|
-Ddoc=enabled
|
||||||
|
|
||||||
|
#% configure \
|
||||||
|
# --enable-experimental \
|
||||||
|
# --enable-ladspa \
|
||||||
|
# --disable-osx_audio \
|
||||||
|
# --disable-osx_video \
|
||||||
|
# --disable-hal \
|
||||||
|
# --disable-esd \
|
||||||
|
#%ifarch arm
|
||||||
|
# --disable-qt
|
||||||
|
#%endif
|
||||||
|
|
||||||
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%meson_install
|
||||||
|
|
||||||
%find_lang gst-plugins-good-%{apiver}
|
%find_lang gst-plugins-good-%{apiver}
|
||||||
|
|
||||||
@ -131,18 +141,20 @@ sed -i "s|OpenGL/gl.h|GL/gl.h|" configure
|
|||||||
%{_datadir}/gstreamer-%{apiver}/presets/*
|
%{_datadir}/gstreamer-%{apiver}/presets/*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
#%files devel
|
||||||
%defattr(-,root,root)
|
#%defattr(-,root,root)
|
||||||
#%{_libdir}/gstreamer-%{apiver}/libgst*.a
|
#%{_libdir}/gstreamer-%{apiver}/libgst*.la
|
||||||
%{_libdir}/gstreamer-%{apiver}/libgst*.la
|
#%doc ChangeLog NEWS README
|
||||||
%doc ChangeLog NEWS README
|
|
||||||
|
|
||||||
%files apidocs
|
#%files apidocs
|
||||||
%defattr(-,root,root)
|
#%defattr(-,root,root)
|
||||||
%dir %{_datadir}/gtk-doc/html/gst-plugins-good-plugins-%{apiver}
|
#%dir %{_datadir}/gtk-doc/html/gst-plugins-good-plugins-%{apiver}
|
||||||
%{_datadir}/gtk-doc/html/gst-plugins-good-plugins-%{apiver}/*
|
#%{_datadir}/gtk-doc/html/gst-plugins-good-plugins-%{apiver}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 01 2020 Automatic Build System <autodist@mambasoft.it> 1.18.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Dec 07 2019 Automatic Build System <autodist@mambasoft.it> 1.16.2-1mamba
|
* Sat Dec 07 2019 Automatic Build System <autodist@mambasoft.it> 1.16.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user