rebuilt without cogl-gst to fix ftbfs [release 1.22.8-2mamba;Sun Sep 29 2024]

This commit is contained in:
Automatic Build System 2024-09-29 12:12:01 +02:00
parent dab9fb307a
commit 0bf736e8d6

View File

@ -1,62 +1,35 @@
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
Name: libcogl Name: libcogl
Version: 1.22.8 Version: 1.22.8
Release: 1mamba Release: 2mamba
Summary: A library for using 3D graphics hardware for rendering Summary: A library for using 3D graphics hardware for rendering
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.clutter-project.org/ URL: https://blogs.gnome.org/clutter/
Source: ftp://ftp.gnome.org/pub/gnome/sources/cogl/%{majver}/cogl-%{version}.tar.xz Source: https://download.gnome.org/sources/cogl/%{majver}/cogl-%{version}.tar.xz
Patch0: libcogl-1.22.6-Mesa-20.0.2.patch Patch0: libcogl-1.22.6-Mesa-20.0.2.patch
License: LGPL License: LGPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libEGL-devel
BuildRequires: libGL-devel
BuildRequires: libX11-devel BuildRequires: libX11-devel
BuildRequires: libXau-devel
BuildRequires: libXcomposite-devel BuildRequires: libXcomposite-devel
BuildRequires: libXdamage-devel BuildRequires: libXdamage-devel
BuildRequires: libXdmcp-devel
BuildRequires: libXext-devel BuildRequires: libXext-devel
BuildRequires: libXfixes-devel BuildRequires: libXfixes-devel
BuildRequires: libXrandr-devel BuildRequires: libXrandr-devel
BuildRequires: libXrender-devel
BuildRequires: libblkid-devel
BuildRequires: libbsd-devel
BuildRequires: libbzip2-devel
BuildRequires: libcairo-devel BuildRequires: libcairo-devel
BuildRequires: libdrm-devel BuildRequires: libdrm-devel
BuildRequires: libdw-devel
BuildRequires: libelf-devel
BuildRequires: libffi-devel
BuildRequires: libfreetype-devel
BuildRequires: libgbm-devel
BuildRequires: libgcc
BuildRequires: libgdk-pixbuf-devel BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglib-devel BuildRequires: libglib-devel
BuildRequires: libgraphite2-devel BuildRequires: libglvnd-devel
BuildRequires: libgst-plugins-base-devel
BuildRequires: libgstreamer-devel
BuildRequires: libharfbuzz-devel BuildRequires: libharfbuzz-devel
BuildRequires: liblzma-devel BuildRequires: libmesa-devel
BuildRequires: libmount-devel
BuildRequires: libpango-devel BuildRequires: libpango-devel
BuildRequires: libpcre-devel
BuildRequires: libpng-devel
BuildRequires: libselinux-devel
BuildRequires: libsepol-devel
BuildRequires: libunwind-devel
BuildRequires: libuuid-devel
BuildRequires: libwayland-devel BuildRequires: libwayland-devel
BuildRequires: libwayland-egl-devel BuildRequires: libwayland-egl-devel
BuildRequires: libxcb-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Cogl is a small open source library for using 3D graphics hardware for rendering. The API departs from the flat state machine style of OpenGL and is designed to make it easy to write orthogonal components that can render without stepping on each others toes. Cogl is a small open source library for using 3D graphics hardware for rendering. The API departs from the flat state machine style of OpenGL and is designed to make it easy to write orthogonal components that can render without stepping on each others toes.
@ -83,19 +56,18 @@ This package includes the %{name} API documentation.
%prep %prep
%setup -q -n cogl-%{version} %setup -q -n cogl-%{version}
#%patch0 -p1
%build %build
export LC_ALL=en_US.UTF-8
%configure \ %configure \
--enable-gtk-doc \ --enable-gtk-doc \
--enable-cogl-gst \
--enable-quartz-image \ --enable-quartz-image \
--enable-kms-egl-platform \ --enable-kms-egl-platform \
--enable-xlib-egl-platform \ --enable-xlib-egl-platform \
--enable-wayland-egl-platform \ --enable-wayland-egl-platform \
--enable-wayland-egl-server --enable-wayland-egl-server
export LC_ALL=en_US.UTF-8
%make %make
%install %install
@ -107,17 +79,12 @@ export LC_ALL=en_US.UTF-8
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files -f cogl.lang %files -f cogl.lang
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libcogl.so.* %{_libdir}/libcogl.so.*
%{_libdir}/libcogl-gst.so.*
%{_libdir}/libcogl-pango.so.* %{_libdir}/libcogl-pango.so.*
%{_libdir}/libcogl-path.so.* %{_libdir}/libcogl-path.so.*
%{_libdir}/gstreamer-1.0/libgstcogl.la
%{_libdir}/gstreamer-1.0/libgstcogl.so
%{_libdir}/girepository-1.0/Cogl*.typelib %{_libdir}/girepository-1.0/Cogl*.typelib
%doc COPYING %doc COPYING
@ -126,8 +93,6 @@ export LC_ALL=en_US.UTF-8
%dir %{_includedir}/cogl %dir %{_includedir}/cogl
%dir %{_includedir}/cogl/cogl %dir %{_includedir}/cogl/cogl
%{_includedir}/cogl/cogl/*.h %{_includedir}/cogl/cogl/*.h
%dir %{_includedir}/cogl/cogl-gst/
%{_includedir}/cogl/cogl-gst/*.h
%dir %{_includedir}/cogl/cogl-pango %dir %{_includedir}/cogl/cogl-pango
%{_includedir}/cogl/cogl-pango/cogl-pango.h %{_includedir}/cogl/cogl-pango/cogl-pango.h
%dir %{_includedir}/cogl/cogl %dir %{_includedir}/cogl/cogl
@ -137,23 +102,15 @@ export LC_ALL=en_US.UTF-8
%{_includedir}/cogl/cogl-path/*.h %{_includedir}/cogl/cogl-path/*.h
%dir %{_includedir}/cogl/cogl/deprecated %dir %{_includedir}/cogl/cogl/deprecated
%{_includedir}/cogl/cogl/deprecated/*.h %{_includedir}/cogl/cogl/deprecated/*.h
%{_libdir}/libcogl.la
%{_libdir}/libcogl.so %{_libdir}/libcogl.so
%{_libdir}/libcogl-gst.la
%{_libdir}/libcogl-gst.so
%{_libdir}/libcogl-pango.la
%{_libdir}/libcogl-pango.so %{_libdir}/libcogl-pango.so
%{_libdir}/libcogl-path.la
%{_libdir}/libcogl-path.so %{_libdir}/libcogl-path.so
%{_datadir}/cogl/examples-data/crate.jpg %{_datadir}/cogl/examples-data/crate.jpg
%{_datadir}/gir-1.0/Cogl*-1.0.gir %{_datadir}/gir-1.0/Cogl*-1.0.gir
%{_datadir}/gir-1.0/Cogl-2.0.gir %{_datadir}/gir-1.0/Cogl-2.0.gir
%{_datadir}/gir-1.0/CoglGst-2.0.gir
%{_datadir}/gir-1.0/CoglPango-2.0.gir %{_datadir}/gir-1.0/CoglPango-2.0.gir
%{_libdir}/pkgconfig/cogl-1.0.pc %{_libdir}/pkgconfig/cogl-1.0.pc
%{_libdir}/pkgconfig/cogl-gl-1.0.pc %{_libdir}/pkgconfig/cogl-gl-1.0.pc
%{_libdir}/pkgconfig/cogl-gst-1.0.pc
%{_libdir}/pkgconfig/cogl-gst-2.0-experimental.pc
%{_libdir}/pkgconfig/cogl-2.0-experimental.pc %{_libdir}/pkgconfig/cogl-2.0-experimental.pc
%{_libdir}/pkgconfig/cogl-pango-1.0.pc %{_libdir}/pkgconfig/cogl-pango-1.0.pc
%{_libdir}/pkgconfig/cogl-pango-2.0-experimental.pc %{_libdir}/pkgconfig/cogl-pango-2.0-experimental.pc
@ -165,12 +122,13 @@ export LC_ALL=en_US.UTF-8
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_datadir}/gtk-doc/html/cogl %dir %{_datadir}/gtk-doc/html/cogl
%{_datadir}/gtk-doc/html/cogl/* %{_datadir}/gtk-doc/html/cogl/*
%dir %{_datadir}/gtk-doc/html/cogl-gst
%{_datadir}/gtk-doc/html/cogl-gst/*
%dir %{_datadir}/gtk-doc/html/cogl-2.0-experimental %dir %{_datadir}/gtk-doc/html/cogl-2.0-experimental
%{_datadir}/gtk-doc/html/cogl-2.0-experimental/* %{_datadir}/gtk-doc/html/cogl-2.0-experimental/*
%changelog %changelog
* Sun Sep 29 2024 Automatic Build System <autodist@openmamba.org> 1.22.8-2mamba
- rebuilt without cogl-gst to fix ftbfs
* Fri Jun 05 2020 Automatic Build System <autodist@mambasoft.it> 1.22.8-1mamba * Fri Jun 05 2020 Automatic Build System <autodist@mambasoft.it> 1.22.8-1mamba
- automatic version update by autodist - automatic version update by autodist