diff --git a/fedora/SPECS/kodi.spec b/fedora/SPECS/kodi.spec index f8cc591..0335cb1 100644 --- a/fedora/SPECS/kodi.spec +++ b/fedora/SPECS/kodi.spec @@ -7,7 +7,7 @@ %global _with_dvd 0 Name: kodi -Version: 17.5 +Version: 17.6 Release: 1%{?dist} Summary: Media center diff --git a/fedora/SPECS/libva-intel-driver.spec b/fedora/SPECS/libva-intel-driver.spec index 3de7bd2..2f11cc4 100644 --- a/fedora/SPECS/libva-intel-driver.spec +++ b/fedora/SPECS/libva-intel-driver.spec @@ -1,7 +1,7 @@ #global _with_gen4asm 1 Name: libva-intel-driver -Version: 1.6.1 +Version: 1.7.3 Release: 1%{?dist} Summary: HW video decode support for Intel integrated graphics Group: System Environment/Libraries @@ -67,104 +67,6 @@ gendiff . .prebuilt %changelog -* Tue May 05 2015 Nicolas Chauvet - 1.5.1-1 -- Update to 1.5.1 +* Sat Dec 9 2017 Daniel Steiner - 1.7.3-1 +- Update to 1.7.3 -* Tue Oct 28 2014 Nicolas Chauvet - 1.4.1-1 -- Update to 1.4.1 - -* Mon Sep 01 2014 Sérgio Basto - 1.3.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Mon Jun 02 2014 Nicolas Chauvet - 1.3.1-1 -- Update to 1.3.1 - -* Sat Apr 12 2014 Nicolas Chauvet - 1.3.0-2 -- Add missing wayland-scanner BR - -* Sat Apr 12 2014 Nicolas Chauvet - 1.3.0-1 -- Update to 1.3.0 - -* Tue Mar 04 2014 Nicolas Chauvet - 1.2.2-2 -- Backport patch - rhbz#3193 - -* Mon Feb 17 2014 Nicolas Chauvet - 1.2.2-1 -- Update to 1.2.2 - -* Tue Oct 01 2013 Nicolas Chauvet - 1.2.1-1 -- Update to 1.2.1 - -* Wed Jun 26 2013 Nicolas Chauvet - 1.2.0-1 -- Update to 1.2.0 - -* Wed Mar 20 2013 Nicolas Chauvet - 1.0.20-1 -- Update to 1.0.20 -- Spec file clean-up - -* Fri Nov 09 2012 Nicolas Chauvet - 1.0.19-1 -- Update to 1.0.19 - -* Fri Aug 03 2012 Nicolas Chauvet - 1.0.18-4 -- Update to final 1.0.18 - -* Wed Jul 11 2012 Nicolas Chauvet - 1.0.18-3 -- Switch to pkgconfig(libudev) - -* Mon Jun 04 2012 Nicolas Chauvet - 1.0.18-1 -- Update to 1.0.18 - -* Sat May 26 2012 Nicolas Chauvet - 1.0.15-4 -- Introduce --with gen4asm - -* Tue Jan 03 2012 Nicolas Chauvet - 1.0.15-3 -- Add BR intel-gen4asm -- Move pre-built asm code -- Adjust license with EPL - -* Mon Jan 02 2012 Nicolas Chauvet - 1.0.15-2 -- Spec cleanup - -* Thu Nov 03 2011 Nicolas Chauvet - 1.0.15-1 -- Rename the package to libva-intel-driver - -* Sun Aug 07 2011 Nicolas Chauvet - 1.0.14-1 -- Update to 1.0.14 - -* Sat Jun 11 2011 Nicolas Chauvet - 1.0.13-2 -- Fix typo when building --with full -- Requires at least the same libva version. - -* Wed Jun 08 2011 Nicolas Chauvet - 1.0.13-1 -- Update to 1.0.13 - -* Sun Apr 10 2011 Nicolas Chauvet - 1.0.12-1 -- Update to 1.0.12 - -* Thu Mar 10 2011 Nicolas Chauvet - 1.0.10-1 -- Switch to additional package using the freedesktop version -- Add git rev from today as patch - -* Mon Feb 21 2011 Nicolas Chauvet - 1.0.10-1 -- Update to 1.0.10 - -* Tue Jan 25 2011 Adam Williamson - 1.0.8-1 -- bump to new version -- fix modded tarball to actually not have i965 dir -- merge with the other spec I seem to have lying around somewhere - -* Wed Nov 24 2010 Adam Williamson - 1.0.6-1 -- switch to upstream from sds branch (sds now isn't carrying any very - interesting changes according to gwenole) -- pull in the dont-install-test-programs patch from sds -- split out libva-utils again for multilib purposes -- drop -devel package obsolete/provides itself too - -* Tue Nov 23 2010 Adam Williamson - 0.31.1-3.sds4 -- drop obsoletes and provides of itself (hangover from freeworld) - -* Tue Nov 23 2010 Adam Williamson - 0.31.1-2.sds4 -- fix the tarball to actually remove the i965 code (duh) - -* Thu Oct 7 2010 Adam Williamson - 0.31.1-1.sds4 -- initial package (based on package from elsewhere by myself and Nic - Chauvet with i965 driver removed) diff --git a/fedora/SPECS/libva.spec b/fedora/SPECS/libva.spec index b285e10..9b65e2c 100644 --- a/fedora/SPECS/libva.spec +++ b/fedora/SPECS/libva.spec @@ -1,11 +1,12 @@ Name: libva -Version: 1.6.1 +Version: 1.8.2 Release: 1%{?dist} Summary: Video Acceleration (VA) API for Linux Group: System Environment/Libraries License: MIT URL: http://freedesktop.org/wiki/Software/vaapi Source0: http://www.freedesktop.org/software/vaapi/releases/libva/libva-%{version}.tar.bz2 +Source1: http://www.freedesktop.org/software/vaapi/releases/libva/libva-utils-%{version}.tar.bz2 BuildRequires: libudev-devel BuildRequires: libXext-devel @@ -49,23 +50,34 @@ of %{name}, including the vainfo tool for determining what (if any) %prep +%setup -q -b 1 -n libva-utils-%{version} %setup -q %build %configure --disable-static \ --enable-glx \ %{?_without_wayland:--disable-wayland} - # remove rpath from libtool sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool - make %{?_smp_mflags} +pushd %{_builddir}/libva-utils-%{version} +%configure --disable-static \ + --enable-glx \ +%{?_without_wayland:--disable-wayland} +make %{?_smp_mflags} +popd + %install make install DESTDIR=%{buildroot} INSTALL="install -p" find %{buildroot} -regex ".*\.la$" | xargs rm -f -- +pushd %{_builddir}/libva-utils-%{version} +make install DESTDIR=%{buildroot} INSTALL="install -p" +find %{buildroot} -regex ".*\.la$" | xargs rm -f -- +popd + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -94,109 +106,6 @@ find %{buildroot} -regex ".*\.la$" | xargs rm -f -- %{!?_without_wayland:%{_bindir}/putsurface_wayland} %changelog -* Sun Apr 19 2015 Nicolas Chauvet - 1.5.1-1 -- Update to 1.5.1 +* Sat Dec 9 2017 Daniel Steiner +- Update to 1.8.2 -* Sat Oct 25 2014 Nicolas Chauvet - 1.4.1-1 -- Update to 1.4.1 - -* Wed Oct 8 2014 Simon Farnsworth - 1.4.0-1 -- Update to 1.4.0 - -* Sun Aug 17 2014 Fedora Release Engineering - 1.3.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Fri Jun 20 2014 Elad Alfassa - 1.3.1-3 -- Apply upstream patch to fix a firefox crash (rhbz #1105890) - -* Sat Jun 07 2014 Fedora Release Engineering - 1.3.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Tue May 13 2014 Nicolas Chauvet - 1.3.1-1 -- Update to 1.3.1 - -* Tue Apr 08 2014 Nicolas Chauvet - 1.3.0-1 -- Update to 1.3.0 -- Enable wayland by default - -* Sat Aug 03 2013 Fedora Release Engineering - 1.2.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Thu Jun 27 2013 Nicolas Chauvet - 1.2.1-1 -- Update to 1.2.1 -- Add mpeg2vaenc - -* Wed Jun 26 2013 Nicolas Chauvet - 1.2.0-1 -- Update to 1.2.0 -- Exclude mpeg2enc for now - namespace clash - -* Fri Apr 12 2013 Nicolas Chauvet - 1.1.1-2 -- Switch Requires to mesa-dri-filesystem - -* Wed Mar 20 2013 Nicolas Chauvet - 1.1.1-1 -- Update to 1.1.1 - -* Thu Feb 14 2013 Fedora Release Engineering - 1.1.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Tue Nov 20 2012 Nicolas Chauvet - 1.1.0-5 -- Drop wayland support - Lead to suspicious crash - to reintroduce later using alternates build for vainfo and libs. - -* Thu Nov 15 2012 Nicolas Chauvet - 1.1.0-4 -- Fix condition rhbz#877059 - -* Sat Oct 06 2012 Nicolas Chauvet - 1.1.0-3 -- Update to official 1.1.0 release -- Enable Wayland support on f18 - add subpackage -- Clean spec file - -* Thu Jul 19 2012 Fedora Release Engineering - 1.1.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Fri Jun 01 2012 Nicolas Chauvet - 1.1.0-1 -- Update to 1.1.0 - VA-API version 0.33.0 - -* Fri Jan 13 2012 Fedora Release Engineering - 1.0.15-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Thu Nov 03 2011 Nicolas Chauvet - 1.0.15-1 -- Update to 1.0.15 -- Back to vanilla upstream sources - no backend are provided anymore - -* Sun Aug 07 2011 Nicolas Chauvet - 1.0.14-1 -- Update to 1.0.14 - -* Fri Jun 10 2011 Nicolas Chauvet - 1.0.13-2 -- Add versioned requirement between main/utils - -* Wed Jun 08 2011 Nicolas Chauvet - 1.0.13-1 -- Update to 1.0.13 - -* Fri Apr 08 2011 Nicolas Chauvet - 1.0.12-1 -- Update to 1.0.12 - -* Mon Feb 21 2011 Nicolas Chauvet - 1.0.10-1 -- Update to 1.0.10 - -* Tue Jan 25 2011 Adam Williamson - 1.0.8-1 -- bump to new version -- fix modded tarball to actually not have i965 dir -- merge with the other spec I seem to have lying around somewhere - -* Wed Nov 24 2010 Adam Williamson - 1.0.6-1 -- switch to upstream from sds branch (sds now isn't carrying any very - interesting changes according to gwenole) -- pull in the dont-install-test-programs patch from sds -- split out libva-utils again for multilib purposes -- drop -devel package obsolete/provides itself too - -* Tue Nov 23 2010 Adam Williamson - 0.31.1-3.sds4 -- drop obsoletes and provides of itself (hangover from freeworld) - -* Tue Nov 23 2010 Adam Williamson - 0.31.1-2.sds4 -- fix the tarball to actually remove the i965 code (duh) - -* Thu Oct 7 2010 Adam Williamson - 0.31.1-1.sds4 -- initial package (based on package from elsewhere by myself and Nic - Chauvet with i965 driver removed)