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)
Name: libcogl
Version: 1.22.8
Release: 1mamba
Release: 2mamba
Summary: A library for using 3D graphics hardware for rendering
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.clutter-project.org/
Source: ftp://ftp.gnome.org/pub/gnome/sources/cogl/%{majver}/cogl-%{version}.tar.xz
URL: https://blogs.gnome.org/clutter/
Source: https://download.gnome.org/sources/cogl/%{majver}/cogl-%{version}.tar.xz
Patch0: libcogl-1.22.6-Mesa-20.0.2.patch
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libEGL-devel
BuildRequires: libGL-devel
BuildRequires: libX11-devel
BuildRequires: libXau-devel
BuildRequires: libXcomposite-devel
BuildRequires: libXdamage-devel
BuildRequires: libXdmcp-devel
BuildRequires: libXext-devel
BuildRequires: libXfixes-devel
BuildRequires: libXrandr-devel
BuildRequires: libXrender-devel
BuildRequires: libblkid-devel
BuildRequires: libbsd-devel
BuildRequires: libbzip2-devel
BuildRequires: libcairo-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: libglib-devel
BuildRequires: libgraphite2-devel
BuildRequires: libgst-plugins-base-devel
BuildRequires: libgstreamer-devel
BuildRequires: libglvnd-devel
BuildRequires: libharfbuzz-devel
BuildRequires: liblzma-devel
BuildRequires: libmount-devel
BuildRequires: libmesa-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-egl-devel
BuildRequires: libxcb-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%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.
@ -83,19 +56,18 @@ This package includes the %{name} API documentation.
%prep
%setup -q -n cogl-%{version}
#%patch0 -p1
%build
export LC_ALL=en_US.UTF-8
%configure \
--enable-gtk-doc \
--enable-cogl-gst \
--enable-quartz-image \
--enable-kms-egl-platform \
--enable-xlib-egl-platform \
--enable-wayland-egl-platform \
--enable-wayland-egl-server
export LC_ALL=en_US.UTF-8
%make
%install
@ -107,17 +79,12 @@ export LC_ALL=en_US.UTF-8
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files -f cogl.lang
%defattr(-,root,root)
%{_libdir}/libcogl.so.*
%{_libdir}/libcogl-gst.so.*
%{_libdir}/libcogl-pango.so.*
%{_libdir}/libcogl-path.so.*
%{_libdir}/gstreamer-1.0/libgstcogl.la
%{_libdir}/gstreamer-1.0/libgstcogl.so
%{_libdir}/girepository-1.0/Cogl*.typelib
%doc COPYING
@ -126,8 +93,6 @@ export LC_ALL=en_US.UTF-8
%dir %{_includedir}/cogl
%dir %{_includedir}/cogl/cogl
%{_includedir}/cogl/cogl/*.h
%dir %{_includedir}/cogl/cogl-gst/
%{_includedir}/cogl/cogl-gst/*.h
%dir %{_includedir}/cogl/cogl-pango
%{_includedir}/cogl/cogl-pango/cogl-pango.h
%dir %{_includedir}/cogl/cogl
@ -137,23 +102,15 @@ export LC_ALL=en_US.UTF-8
%{_includedir}/cogl/cogl-path/*.h
%dir %{_includedir}/cogl/cogl/deprecated
%{_includedir}/cogl/cogl/deprecated/*.h
%{_libdir}/libcogl.la
%{_libdir}/libcogl.so
%{_libdir}/libcogl-gst.la
%{_libdir}/libcogl-gst.so
%{_libdir}/libcogl-pango.la
%{_libdir}/libcogl-pango.so
%{_libdir}/libcogl-path.la
%{_libdir}/libcogl-path.so
%{_datadir}/cogl/examples-data/crate.jpg
%{_datadir}/gir-1.0/Cogl*-1.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
%{_libdir}/pkgconfig/cogl-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-pango-1.0.pc
%{_libdir}/pkgconfig/cogl-pango-2.0-experimental.pc
@ -165,12 +122,13 @@ export LC_ALL=en_US.UTF-8
%defattr(-,root,root)
%dir %{_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
%{_datadir}/gtk-doc/html/cogl-2.0-experimental/*
%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
- automatic version update by autodist