]> git.pld-linux.org Git - packages/kvazaar.git/commitdiff
- updated to 2.2.0 (new soname) auto/th/kvazaar-2.2.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 5 Apr 2023 20:45:37 +0000 (22:45 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 5 Apr 2023 20:45:37 +0000 (22:45 +0200)
kvazaar-link.patch
kvazaar.spec

index 5083fa530936f4ea95ae79c112f68aa710fb3327..5f5baadd4ccba35991b73669659d5da9ced89ade 100644 (file)
@@ -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)
index 0b322dc7072b087c70d36debe325b80471978491..b6fe07d43f5c062b6a2369367c232eec5a95091b 100644 (file)
@@ -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)
This page took 0.19887 seconds and 4 git commands to generate.