]> git.pld-linux.org Git - packages/kvazaar.git/commitdiff
- added pc patch (fix variables); release 2 auto/th/kvazaar-2.3.0-2
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 29 Feb 2024 19:37:20 +0000 (20:37 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 29 Feb 2024 19:37:20 +0000 (20:37 +0100)
kvazaar-pc.patch [new file with mode: 0644]
kvazaar.spec

diff --git a/kvazaar-pc.patch b/kvazaar-pc.patch
new file mode 100644 (file)
index 0000000..f2a88d3
--- /dev/null
@@ -0,0 +1,20 @@
+--- kvazaar-2.3.0/src/kvazaar.pc.in.orig       2024-01-17 11:29:32.000000000 +0100
++++ kvazaar-2.3.0/src/kvazaar.pc.in    2024-02-29 20:22:27.648427574 +0100
+@@ -1,12 +1,11 @@
+-prefix=@CMAKE_INSTALL_PREFIX@
++prefix=@prefix@
+ exec_prefix=${prefix}
+-libdir=${prefix}/lib
+-incdir=${prefix}/include
++libdir=@libdir@
++incdir=@includedir@
+ Name: libkvazaar
+-Description: @CMAKE_PROJECT_DESCRIPTION@
+-URL: @CMAKE_PROJECT_HOMEPAGE_URL@
+-Version: @PROJECT_VERSION@
++Description: Open-source HEVC encoder
++Version: @PACKAGE_VERSION@
+ Libs: -L${libdir} -lkvazaar
+ Libs.private: @LIBS@
+ Cflags: -I${incdir}
index eeb81fd58f507a0313e898bb9e44e807e9fbb502..47316f935daeb3248b814f1cccedaede826bbf75 100644 (file)
@@ -6,7 +6,7 @@ Summary:        Kvazaar - open-source HEVC encoder
 Summary(pl.UTF-8):     Kvazaar - koder HEVC o otwartych źródłach
 Name:          kvazaar
 Version:       2.3.0
-Release:       1
+Release:       2
 License:       LGPL v2.1+
 Group:         Libraries
 #Source0Download: https://github.com/ultravideo/kvazaar/releases
@@ -14,6 +14,7 @@ Source0:      https://github.com/ultravideo/kvazaar/releases/download/v%{version}/%{n
 # Source0-md5: 480716b27cacac494d273b71484ce52b
 Patch0:                x32.patch
 Patch1:                %{name}-link.patch
+Patch2:                %{name}-pc.patch
 URL:           https://github.com/ultravideo/kvazaar
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake >= 1:1.11
@@ -75,6 +76,7 @@ Statyczna biblioteka Kvazaar.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
This page took 0.532098 seconds and 4 git commands to generate.