- only package hardware specific ibmfxhw64 (+ libmfx_<codec>_hw64
plugins) loaded during runtime by libvpl (boo#1219494) - drop -devel and -samples subpackages OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libmfx?expand=0&rev=60
This commit is contained in:
parent
3b11ab3fec
commit
fc3929dde8
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 3 18:29:23 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- only package hardware specific ibmfxhw64 (+ libmfx_<codec>_hw64
|
||||
plugins) loaded during runtime by libvpl (boo#1219494)
|
||||
- drop -devel and -samples subpackages
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 3 11:33:41 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
30
libmfx.spec
30
libmfx.spec
@ -113,31 +113,31 @@ rmdir %{buildroot}/%{_datadir}/mfx/samples
|
||||
|
||||
%files
|
||||
%doc CHANGELOG.md CODEOWNERS README.rst
|
||||
%{_bindir}/asg-hevc
|
||||
%{_bindir}/hevc_fei_extractor
|
||||
%{_bindir}/mfx-tracer-config
|
||||
%exclude %{_bindir}/asg-hevc
|
||||
%exclude %{_bindir}/hevc_fei_extractor
|
||||
%exclude %{_bindir}/mfx-tracer-config
|
||||
|
||||
%files -n %lname
|
||||
%license LICENSE
|
||||
%{_libdir}/libmfx.so.%{sover}
|
||||
%{_libdir}/libmfx.so.%{sover}.*
|
||||
%exclude %{_libdir}/libmfx.so.%{sover}
|
||||
%exclude %{_libdir}/libmfx.so.%{sover}.*
|
||||
%{_libdir}/libmfxhw64.so.%{sover}
|
||||
%{_libdir}/libmfxhw64.so.%{sover}.*
|
||||
%{_libdir}/libmfx-tracer.so.%{sover}
|
||||
%{_libdir}/libmfx-tracer.so.%{sover}.*
|
||||
%exclude %{_libdir}/libmfx-tracer.so.%{sover}
|
||||
%exclude %{_libdir}/libmfx-tracer.so.%{sover}.*
|
||||
%dir %{_libdir}/mfx
|
||||
%{_libdir}/mfx/libmfx_*_hw64.so
|
||||
%dir %{_datadir}/mfx
|
||||
%{_datadir}/mfx/plugins.cfg
|
||||
|
||||
%files samples
|
||||
%{_libdir}/mfx/samples/
|
||||
#%files samples
|
||||
%exclude %{_libdir}/mfx/samples/
|
||||
|
||||
%files devel
|
||||
%{_includedir}/mfx/
|
||||
%{_libdir}/libmfx.so
|
||||
%{_libdir}/libmfxhw64.so
|
||||
%{_libdir}/libmfx-tracer.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
#%files devel
|
||||
%exclude %{_includedir}/mfx/
|
||||
%exclude %{_libdir}/libmfx.so
|
||||
%exclude %{_libdir}/libmfxhw64.so
|
||||
%exclude %{_libdir}/libmfx-tracer.so
|
||||
%exclude %{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user