mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-17 09:00:39 +00:00
fix: LCEVdec (#13133)
* fix: LCEVdec
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
* this too
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
* fix up files list
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
* lol I can read
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
* yeet
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
* remove these too
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
* add new files, move .pc files
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
---------
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
(cherry picked from commit 6facd4e696)
This commit is contained in:
@@ -123,42 +123,33 @@ python3 src/func_tests/run_tests.py
|
||||
%doc README.md
|
||||
%{_libdir}/liblcevc_dec_api.so.4
|
||||
%{_libdir}/liblcevc_dec_api.so.%{version}
|
||||
%{_libdir}/liblcevc_dec_legacy.so.1
|
||||
%{_libdir}/liblcevc_dec_pipeline_cpu.so.1
|
||||
%{_libdir}/liblcevc_dec_pipeline_legacy.so.1
|
||||
|
||||
%files devel
|
||||
%{_includedir}/LCEVC
|
||||
%{_libdir}/liblcevc_dec_api.so
|
||||
%{_libdir}/liblcevc_dec_legacy.so
|
||||
%{_libdir}/liblcevc_dec_pipeline_cpu.so
|
||||
%{_libdir}/liblcevc_dec_pipeline_legacy.so
|
||||
%{_libdir}/pkgconfig/lcevc_dec.pc
|
||||
%{_libdir}/pkgconfig/lcevc_dec_extract.pc
|
||||
%{_libdir}/pkgconfig/lcevc_dec_utility.pc
|
||||
|
||||
# Static:
|
||||
%{_libdir}/liblcevc_dec_api_utility.a
|
||||
%{_libdir}/liblcevc_dec_common.a
|
||||
%{_libdir}/liblcevc_dec_enhancement.a
|
||||
%{_libdir}/liblcevc_dec_extract.a
|
||||
%{_libdir}/liblcevc_dec_pipeline.a
|
||||
%{_libdir}/liblcevc_dec_pixel_processing.a
|
||||
%{_libdir}/liblcevc_dec_sequencer.a
|
||||
%{_libdir}/liblcevc_dec_unit_test_utilities.a
|
||||
%{_libdir}/liblcevc_dec_utility.a
|
||||
%{_libdir}/pkgconfig/lcevc_dec.pc
|
||||
|
||||
%files samples
|
||||
%{_bindir}/lcevc_dec_common_test_unit
|
||||
%{_bindir}/lcevc_dec_enhancement_sample
|
||||
%{_bindir}/lcevc_dec_enhancement_test_unit
|
||||
%{_bindir}/lcevc_dec_legacy_test_unit
|
||||
%{_bindir}/lcevc_dec_pipeline_cpu_test_unit
|
||||
%{_bindir}/lcevc_dec_pipeline_legacy_test_unit
|
||||
%{_bindir}/lcevc_dec_pipeline_test_unit
|
||||
%{_bindir}/lcevc_dec_pixel_processing_test_unit
|
||||
%{_bindir}/lcevc_dec_sample
|
||||
%{_bindir}/lcevc_dec_test_harness
|
||||
%{_bindir}/lcevc_dec_test_unit
|
||||
%{_bindir}/lcevc_dec_utility_test_unit
|
||||
%{_bindir}/lcevc_sequencer_test_unit
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
|
||||
Reference in New Issue
Block a user