[packages/kvazaar] - updated to 2.2.0 (new soname)
qboosh
qboosh at pld-linux.org
Wed Apr 5 22:43:04 CEST 2023
commit 91a1f38edccea1e34d4b2d71d4562b36ee0bebd2
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed Apr 5 22:45:37 2023 +0200
- updated to 2.2.0 (new soname)
kvazaar-link.patch | 10 +++++-----
kvazaar.spec | 8 ++++----
2 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/kvazaar.spec b/kvazaar.spec
index 0b322dc..b6fe07d 100644
--- a/kvazaar.spec
+++ b/kvazaar.spec
@@ -5,13 +5,13 @@
Summary: Kvazaar - open-source HEVC encoder
Summary(pl.UTF-8): Kvazaar - koder HEVC o otwartych źródłach
Name: kvazaar
-Version: 2.0.0
+Version: 2.2.0
Release: 1
License: LGPL v2.1+
Group: Libraries
#Source0Download: https://github.com/ultravideo/kvazaar/releases
Source0: https://github.com/ultravideo/kvazaar/releases/download/v%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: 8e11964cc29e66873aaa574b3ed86a58
+# Source0-md5: fe0ac0892aa8124ff1530bd195537fa4
Patch0: x32.patch
Patch1: %{name}-link.patch
URL: https://github.com/ultravideo/kvazaar
@@ -106,14 +106,14 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc COPYING CREDITS README.md doc/syntax_elements.txt
+%doc CREDITS LICENSE README.md doc/syntax_elements.txt
%attr(755,root,root) %{_bindir}/kvazaar
%{_mandir}/man1/kvazaar.1*
%files libs
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libkvazaar.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libkvazaar.so.6
+%attr(755,root,root) %ghost %{_libdir}/libkvazaar.so.7
%files devel
%defattr(644,root,root,755)
diff --git a/kvazaar-link.patch b/kvazaar-link.patch
index 5083fa5..5f5baad 100644
--- a/kvazaar-link.patch
+++ b/kvazaar-link.patch
@@ -1,6 +1,6 @@
---- kvazaar-1.1.0/src/Makefile.am.orig 2016-09-29 18:17:33.000000000 +0200
-+++ kvazaar-1.1.0/src/Makefile.am 2017-06-06 22:00:04.791623138 +0200
-@@ -142,7 +142,8 @@
+--- kvazaar-2.2.0/src/Makefile.am.orig 2023-04-05 21:47:08.770053923 +0200
++++ kvazaar-2.2.0/src/Makefile.am 2023-04-05 22:09:22.832826685 +0200
+@@ -168,7 +168,8 @@ libkvazaar_la_LIBADD = \
libaltivec.la \
libavx2.la \
libsse2.la \
@@ -8,5 +8,5 @@
+ libsse41.la \
+ -lpthread
- if USE_CRYPTOPP
- libkvazaar_la_SOURCES += \
+ libkvazaar_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined -version-number $(KVZ_API_VERSION)
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kvazaar.git/commitdiff/91a1f38edccea1e34d4b2d71d4562b36ee0bebd2
More information about the pld-cvs-commit
mailing list