]> git.pld-linux.org Git - packages/libplacebo.git/commitdiff
up to 3.120.2 auto/th/libplacebo-3.120.2-1
authorJan Palus <atler@pld-linux.org>
Sun, 2 May 2021 20:04:38 +0000 (22:04 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 2 May 2021 20:04:38 +0000 (22:04 +0200)
- shaderc patch no longer required -- pkgconfig file used instead

libplacebo-shaderc.patch [deleted file]
libplacebo.spec

diff --git a/libplacebo-shaderc.patch b/libplacebo-shaderc.patch
deleted file mode 100644 (file)
index 0e471c3..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- libplacebo-v1.7.0/src/meson.build.orig     2018-12-16 15:08:05.000000000 +0100
-+++ libplacebo-v1.7.0/src/meson.build  2019-02-20 17:47:50.271428293 +0100
-@@ -24,6 +24,7 @@
- # work-arounds for shaderc braindeath
- shaderc_names = [
-+    'shaderc',
-     'shaderc_shared',
-     'shaderc_combined',
- ]
index 9a3cb8a1f918390eff6f194afaf8a9cfbcaba58b..8b43c20c253e1e561be795a2f5a55f62f4dd099c 100644 (file)
@@ -5,14 +5,13 @@
 Summary:       Reusable library for GPU-accelerated video/image rendering
 Summary(pl.UTF-8):     Biblioteka do renderowania filmów/obrazu ze wsparciem GPU
 Name:          libplacebo
-Version:       3.120.0
+Version:       3.120.2
 Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
 #Source0Download: https://code.videolan.org/videolan/libplacebo/tags
 Source0:       https://code.videolan.org/videolan/libplacebo/-/archive/v%{version}/%{name}-v%{version}.tar.bz2
-# Source0-md5: bd3e78f84f324bcab9ff41360e94d8d5
-Patch0:                %{name}-shaderc.patch
+# Source0-md5: ef848a2c7f93e26b8cfe03206f9d0803
 URL:           https://code.videolan.org/videolan/libplacebo
 BuildRequires: gcc >= 5:3.2
 BuildRequires: glslang-devel
@@ -23,7 +22,7 @@ BuildRequires:        libstdc++-devel >= 6:4.7
 BuildRequires: meson >= 0.51
 BuildRequires: ninja >= 1.5
 BuildRequires: rpmbuild(macros) >= 1.736
-BuildRequires: shaderc-devel
+BuildRequires: shaderc-devel >= 2021.0-2
 BuildRequires: Vulkan-Loader-devel >= 1.0.42
 Requires:      libepoxy >= 1.4.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -63,7 +62,6 @@ Statyczna biblioteka libplacebo.
 
 %prep
 %setup -q -n %{name}-v%{version}
-%patch0 -p1
 
 %{__sed} -ne '1,/^-----/ p' LICENSE > COPYING
 
This page took 0.23708 seconds and 4 git commands to generate.