Browse Source

webkitgtk4-2.24.3-1

Tomohiro "Tomo-p" KATO 4 years ago
parent
commit
bf540a4a71
1 changed files with 6 additions and 1 deletions
  1. 6 1
      w/webkitgtk4/webkitgtk4-vl.spec

+ 6 - 1
w/webkitgtk4/webkitgtk4-vl.spec

@@ -8,7 +8,7 @@
         cp -p %1 _license_files/$(echo '%1' | sed -e 's!/!.!g')
 
 Name:           webkitgtk4
-Version:        2.22.5
+Version:        2.24.3
 Release:        1%{?_dist_release}
 Summary:        GTK+ Web content engine library
 
@@ -136,9 +136,11 @@ rm -rf Source/ThirdParty/qunit/
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
 
+%if %{with clang}
 export CC=clang
 export CXX=clang++
 export LD=ld.lld
+%endif
 
 %cmake \
 %if %{with clang}
@@ -150,6 +152,7 @@ export LD=ld.lld
   -DENABLE_JIT=OFF \
   -DENABLE_LLINT_C_LOOP=ON \
   -DUSE_GSTREAMER_GL=OFF \
+  -DUSE_OPENJPEG=OFF \
   ..
 popd
 
@@ -214,6 +217,8 @@ make %{?_smp_mflags} -C %{_target_platform}
 %{_datadir}/gir-1.0/JavaScriptCore-4.0.gir
 
 %changelog
+* Tue Aug 27 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.24.3-1
+
 * Thu Jan 03 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.22.5-1
 - new upstream release.