123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206 |
- %bcond_without libglvnd
- Name: egl-wayland
- Version: 1.1.10
- Release: 1%{?_dist_release}
- Summary: Wayland EGL External Platform library
- Group: system
- Distribution: Vine Linux
- Vendor: Project Vine
- License: MIT
- URL: https://github.com/NVIDIA/%{name}
- Source0: %url/archive/%{version}/%{name}-%{version}.tar.gz
- Source1: 10_nvidia_wayland.json
- BuildRequires: meson
- BuildRequires: libtool
- BuildRequires: eglexternalplatform-devel
- %if %{with libglvnd}
- BuildRequires: libglvnd-devel
- %else
- BuildRequires: mesa-libEGL-devel
- %endif
- BuildRequires: wayland-devel
- BuildRequires: wayland-protocols-devel
- %if %{with libglvnd}
- # Required for directory ownership
- Requires: libglvnd-egl%{?_isa}
- %endif
- %description
- Wayland EGL External Platform library
- %package devel
- Summary: Wayland EGL External Platform library development package
- Requires: %{name}%{?_isa} = %{version}-%{release}
- %description devel
- Wayland EGL External Platform library development package
- %debug_package
- %prep
- %autosetup -p1
- %if 0%{?rhel}
- sed -i -e 's@>= 0.50@>= 0.47@g' meson.build
- %endif
- %build
- %meson
- %meson_build
- %install
- %meson_install
- %if %{with libglvnd}
- install -m 0755 -d %{buildroot}%{_datadir}/egl/egl_external_platform.d/
- install -pm 0644 %{SOURCE1} %{buildroot}%{_datadir}/egl/egl_external_platform.d/
- %endif
- find %{buildroot} -name '*.la' -exec rm -f {} ';'
- %files
- %doc README.md
- %license COPYING
- %{_libdir}/*.so.*
- %if %{with libglvnd}
- %{_datadir}/egl/egl_external_platform.d/10_nvidia_wayland.json
- %endif
- %files devel
- %{_libdir}/libnvidia-egl-wayland.so
- %{_libdir}/pkgconfig/wayland-eglstream.pc
- %{_datadir}/pkgconfig/wayland-eglstream-protocols.pc
- %{_datadir}/wayland-eglstream/
- %changelog
- * Thu Jun 16 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.1.10-1
- - new upstream release.
- * Sat Mar 27 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.1.6-3
- - initial build for Vine Linux.
- * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- * Thu Jan 7 2021 Leigh Scott <leigh123linux@gmail.com> - 1.1.6-1
- - Update to 1.1.6
- * Fri Aug 14 2020 Leigh Scott <leigh123linux@gmail.com> - 1.1.5-3
- - Add upstream patch to address rhbz#1842473
- * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- * Mon Jun 01 2020 Leigh Scott <leigh123linux@gmail.com> - 1.1.5-1
- - Update to 1.1.5
- * Mon Mar 30 2020 leigh123linux <leigh123linux@googlemail.com> - 1.1.4-4
- - Use upstream commit to address missing mesa includes
- * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-3
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- * Mon Dec 16 2019 Leigh Scott <leigh123linux@gmail.com> - 1.1.4-2
- - Add patch to add missing mesa includes
- * Sun Sep 15 2019 Leigh Scott <leigh123linux@googlemail.com> - 1.1.4-1
- - Update to 1.1.4
- * Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- * Sun Jun 02 2019 Leigh Scott <leigh123linux@googlemail.com> - 1.1.3-1
- - Update to 1.1.3
- * Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 1.1.2-3
- - Rebuild with Meson fix for #1699099
- * Sat Mar 30 2019 Leigh Scott <leigh123linux@googlemail.com> - 1.1.2-2
- - Switch to upstream fix
- * Fri Feb 01 2019 Leigh Scott <leigh123linux@googlemail.com> - 1.1.2-1
- - Update to 1.1.2
- * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-4
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- * Thu Dec 06 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.1-3
- - Fix the same crappy warning f28 generates
- * Thu Dec 06 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.1-2
- - Fix the crappy warning epel7 generates
- * Thu Dec 06 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.1-1
- - Update to 1.1.1
- * Mon Nov 26 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.0-0.2.20181015git0eb29d4
- - Update to latest git snapshot (rhbz#1653118)
- * Mon Aug 20 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.0-0.1.20180916git1676d1d
- - Update to 1.1.0 snapshot
- * Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-0.2.20180626git395ce9f
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- * Sat Jun 30 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.0.5-0.1.20180626git395ce9f
- - Update to 1.0.5 snapshot
- * Sat Jun 16 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.0.4-0.1.20180602git4ab0873
- - Update to 1.0.4 snapshot
- * Tue Feb 06 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.0.3-2.20180201git6f5f7d0
- - Update to latest git snapshot
- - Switch to meson
- - Install .so file to -devel as it's listed in wayland-eglstream.pc
- - Fix directory ownership
- * Wed Jan 31 2018 Jonas Ådahl <jadahl@redhat.com> - 1.0.3-1.20180111gitb283689
- - Update to 1.0.3
- - Add -devel package
- * Thu Aug 03 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.0.2-0.4.20170802git1f4b1fd
- - Update to latest git snapshot
- * Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-0.3.20170628git818b613
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
- * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-0.2.20170628git818b613
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- * Wed Jun 28 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.0.2-0.1.20170628git818b613
- - Update to 1.0.2 git
- * Wed Mar 08 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.0.1-0.1.20170308git582fbf3
- - Update to 1.0.1 git
- * Tue Feb 07 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.0.0-0.7.20170207git05eb000
- - Add license file
- * Thu Feb 02 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.0.0-0.6.20170120git743d702
- - Add requires libglvnd-egl
- - Make review changes
- * Wed Feb 01 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.0.0-0.5.20170120git743d702
- - Drop devel sub-package
- * Wed Feb 01 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.0.0-0.4.20170120git743d702
- - Add 10_nvidia_wayland.json to libs sub-package
- * Wed Feb 01 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.0.0-0.3.20170120git743d702
- - Add loader directory to common sub-package
- - Move libs to sub-package
- * Fri Jan 20 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.0.0-0.2.20170120git743d702
- - Add date to release
- * Fri Jan 20 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.0.0-0.1.git743d702
- - First build
|