[tg_owt/f36] Fixed bogus release date in tg_owt SPEC.
by Vitaly Zaitsev
commit 903fda9ae82e2cfcd6bc544d4335fd893d68bfff
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Sat Jun 25 13:15:49 2022 +0200
Fixed bogus release date in tg_owt SPEC.
tg_owt.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tg_owt.spec b/tg_owt.spec
index e920860..64f2969 100644
--- a/tg_owt.spec
+++ b/tg_owt.spec
@@ -2,7 +2,7 @@
%global commit0 10d5f4bf77333ef6b43516f90d2ce13273255f41
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
-%global date 202200508
+%global date 20220508
# Git revision of libyuv...
%global commit1 ad890067f661dc747a975bc55ba3767fe30d4452
@@ -10,7 +10,7 @@
Name: tg_owt
Version: 0
-Release: 20.%{date}git%{shortcommit0}%{?dist}
+Release: 21.%{date}git%{shortcommit0}%{?dist}
# Main project - BSD
# abseil-cpp - ASL 2.0
@@ -168,7 +168,7 @@ cp -f -p src/rtc_base/third_party/sigslot/README.chromium legal/README.sigslot
%{_libdir}/lib%{name}.a
%changelog
-* Fri Jun 24 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 0-20.202200508git10d5f4b
+* Sat Jun 25 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 0-21.20220508git10d5f4b
- Updated to latest Git snapshot.
* Mon Apr 18 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 0-19.20220413git63a934d
2 years, 7 months
[tg_owt/f36: 2/2] Updated to latest Git snapshot.
by Vitaly Zaitsev
commit 7145190a9f510d8f1567d3725822d0e9ab2387d7
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Sat Jun 25 13:08:43 2022 +0200
Updated to latest Git snapshot.
.gitignore | 1 +
sources | 2 +-
tg_owt.spec | 59 ++++++-----------------------------------------------------
3 files changed, 8 insertions(+), 54 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5ee74cc..3ae937f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@
/tg_owt-db7d469.tar.gz
/tg_owt-a264028.tar.gz
/tg_owt-63a934d.tar.gz
+/tg_owt-10d5f4b.tar.gz
diff --git a/sources b/sources
index 06cf512..e950c81 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
SHA512 (libyuv-ad89006.tar.gz) = 0d5b1afeab9d45a3ccfaf9f184e26218c4caccf1d829cbe0ec8522241a5b0b60209754c082086911d2e866ab94776c64c0c1f9acdeac4b1a25fc447053f090ec
-SHA512 (tg_owt-63a934d.tar.gz) = 5c5570383f2aab6a9b8f3f99811d47424d2b3ce9c76f5664b26925fdc3ac94420e7c72331a4da63509cda8156b97c1f0b2e9f8d5dbca6556a78db9bbff5ef745
+SHA512 (tg_owt-10d5f4b.tar.gz) = 6902c65a1be0bcf300f08c274109ed53cdf92b7aff35915045c3989899fc2584cce3fe9df0e8ac29e708fcc575453fe5a6affaea85787f9c4fcc3bcde3b85711
diff --git a/tg_owt.spec b/tg_owt.spec
index 1560ef4..e920860 100644
--- a/tg_owt.spec
+++ b/tg_owt.spec
@@ -1,8 +1,8 @@
%global debug_package %{nil}
-%global commit0 63a934db1ed212ebf8aaaa20f0010dd7b0d7b396
+%global commit0 10d5f4bf77333ef6b43516f90d2ce13273255f41
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
-%global date 20220413
+%global date 202200508
# Git revision of libyuv...
%global commit1 ad890067f661dc747a975bc55ba3767fe30d4452
@@ -10,7 +10,7 @@
Name: tg_owt
Version: 0
-Release: 19.%{date}git%{shortcommit0}%{?dist}
+Release: 20.%{date}git%{shortcommit0}%{?dist}
# Main project - BSD
# abseil-cpp - ASL 2.0
@@ -40,7 +40,6 @@ BuildRequires: pkgconfig(libswresample)
BuildRequires: pkgconfig(libswscale)
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(opus)
-BuildRequires: pkgconfig(usrsctp)
BuildRequires: pkgconfig(vpx)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcomposite)
@@ -99,7 +98,6 @@ Requires: pkgconfig(libswresample)
Requires: pkgconfig(libswscale)
Requires: pkgconfig(openssl)
Requires: pkgconfig(opus)
-Requires: pkgconfig(usrsctp)
Requires: pkgconfig(vpx)
Requires: pkgconfig(x11)
Requires: pkgconfig(xcomposite)
@@ -170,56 +168,11 @@ cp -f -p src/rtc_base/third_party/sigslot/README.chromium legal/README.sigslot
%{_libdir}/lib%{name}.a
%changelog
-* Mon Apr 18 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 0-19.20220413git63a934d
-- Updated to latest Git snapshot.
-
-* Fri Mar 11 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 0-18.20220225gita264028
-- Updated to latest Git snapshot.
-
-* Tue Feb 08 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 0-17.20220207gitdb7d469
-- Updated to latest Git snapshot.
-
-* Tue Feb 01 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 0-16.20220201git25c8637
-- Updated to latest Git snapshot.
-- Switched to packaged version of libvpx.
-- Switched to packaged version of usrsctp.
-
-* Thu Dec 09 2021 Vitaly Zaitsev <vitaly(a)easycoding.org> - 0-15.20211207gitd5c3d43
+* Fri Jun 24 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 0-20.202200508git10d5f4b
- Updated to latest Git snapshot.
-- Build with OpenSSL 3.0 on Fedora 36+.
-
-* Tue Nov 16 2021 Vitaly Zaitsev <vitaly(a)easycoding.org> - 0-14.20211021gitd578c76
-- Build with OpenSSL 1.1 on Fedora 36+.
-
-* Mon Nov 15 2021 Vitaly Zaitsev <vitaly(a)easycoding.org> - 0-13.20211021gitd578c76
-- Updated to latest Git snapshot.
-
-* Mon Aug 02 2021 Alexey Gorgurov <alexfails(a)fedoraproject.org> - 0-12.20210627git91d836d
-- Revert to upstream libvpx/livyuv commits
-* Thu Jul 29 2021 Alexey Gorgurov <alexfails(a)fedoraproject.org> - 0-11.20210627git91d836d
-- Fixed depedencies from libpipewire-0.3, libpulse, x11 components and ALSA.
-
-* Tue Jul 27 2021 Leigh Scott <leigh123linux(a)gmail.com> - 0-10.20210627git91d836d
-- Updated to latest Git snapshot.
-
-* Mon Mar 22 2021 Alexey Gorgurov <alexfails(a)fedoraproject.org> - 0-9.20210321git2d804d2
-- Converted to static-only library as the upstream doesn't support shared builds.
-
-* Sat Mar 20 2021 Alexey Gorgurov <alexfails(a)fedoraproject.org> - 0-8.20210321git2d804d2
-- Updated to latest Git snapshot.
-
-* Wed Feb 24 2021 Vitaly Zaitsev <vitaly(a)easycoding.org> - 0-7.20210203gita198773
-- Updated to latest Git snapshot.
-
-* Thu Feb 04 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0-6.20210124gitbe23804
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Mon Feb 01 2021 Vitaly Zaitsev <vitaly(a)easycoding.org> - 0-5.20210124gitbe23804
-- Updated to latest Git snapshot.
-
-* Wed Dec 23 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 0-4.20201218git6eaebec
+* Mon Apr 18 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 0-19.20220413git63a934d
- Updated to latest Git snapshot.
-* Fri Nov 20 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 0-3.20201112git10b988a
+* Fri Mar 11 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 0-18.20220225gita264028
- Updated to latest Git snapshot.
2 years, 7 months
[kodi] Add BuildRequires for flatbuffers-compiler
by Robert-André Mauchin
commit a8e5ab28d8f59a030e4d579807354e66749ca4c5
Author: Robert-André Mauchin <zebob.m(a)gmail.com>
Date: Sat Jun 25 11:48:17 2022 +0200
Add BuildRequires for flatbuffers-compiler
The flatc compiler was recently moved to its own package, flatbuffers-compiler.
kodi.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/kodi.spec b/kodi.spec
index 41775db..b2b38e5 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -130,6 +130,7 @@ BuildRequires: ffmpeg-devel
BuildRequires: trousers-devel
%endif
BuildRequires: flac-devel
+BuildRequires: flatbuffers-compiler
BuildRequires: flatbuffers-devel
BuildRequires: flex
BuildRequires: fmt-devel
2 years, 7 months
[vlc] fix
by Leigh Scott
commit bac4125196c77d155937eaafc133a03c2797da5b
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jun 25 00:42:16 2022 +0100
fix
fix-dav1d-1.0.patch | 149 ++++++++++++++++++++++++++++++++++++++++++++++++++++
vlc.spec | 8 ++-
2 files changed, 156 insertions(+), 1 deletion(-)
---
diff --git a/fix-dav1d-1.0.patch b/fix-dav1d-1.0.patch
new file mode 100644
index 0000000..47799bc
--- /dev/null
+++ b/fix-dav1d-1.0.patch
@@ -0,0 +1,149 @@
+From 55b24abf7219a0c6a6560187496e41fd60638552 Mon Sep 17 00:00:00 2001
+From: Steve Lhomme <robux4(a)ycbcr.xyz>
+Date: Fri, 18 Mar 2022 11:42:49 +0100
+Subject: [PATCH 1/2] dav1d: fix compilation with (upcoming) dav1d 1.0
+
+(cherry picked from commit dbf45cea2a8abdfbef897b8a71f3eb782bb1b712) (edited)
+edited:
+- 3.0 has the 128 pixels padding elsewhere
+- 3.0 has an extra parameter for add_integer_with_range()
+- 3.0 was setting i_extra_picture_buffers further down in the code
+- 3.0 uses 16 threads max
+
+Signed-off-by: Steve Lhomme <robux4(a)ycbcr.xyz>
+---
+ modules/codec/dav1d.c | 22 +++++++++++++++++++++-
+ 1 file changed, 21 insertions(+), 1 deletion(-)
+
+diff --git a/modules/codec/dav1d.c b/modules/codec/dav1d.c
+index 039165f52e..cfabbc27cb 100644
+--- a/modules/codec/dav1d.c
++++ b/modules/codec/dav1d.c
+@@ -63,10 +63,16 @@ vlc_module_begin ()
+ set_category(CAT_INPUT)
+ set_subcategory(SUBCAT_INPUT_VCODEC)
+
++#if DAV1D_API_VERSION_MAJOR >= 6
++ add_integer_with_range("dav1d-thread-frames", 0, 0, DAV1D_MAX_THREADS,
++ THREAD_FRAMES_TEXT, THREAD_FRAMES_LONGTEXT, false)
++ add_obsolete_string("dav1d-thread-tiles") // unused with dav1d 1.0
++#else
+ add_integer_with_range("dav1d-thread-frames", 0, 0, DAV1D_MAX_FRAME_THREADS,
+ THREAD_FRAMES_TEXT, THREAD_FRAMES_LONGTEXT, false)
+ add_integer_with_range("dav1d-thread-tiles", 0, 0, DAV1D_MAX_TILE_THREADS,
+ THREAD_TILES_TEXT, THREAD_TILES_LONGTEXT, false)
++#endif
+ vlc_module_end ()
+
+ /*****************************************************************************
+@@ -294,6 +300,11 @@ static int OpenDecoder(vlc_object_t *p_this)
+ return VLC_ENOMEM;
+
+ dav1d_default_settings(&p_sys->s);
++#if DAV1D_API_VERSION_MAJOR >= 6
++ p_sys->s.n_threads = var_InheritInteger(p_this, "dav1d-thread-frames");
++ if (p_sys->s.n_threads == 0)
++ p_sys->s.n_threads = (i_core_count < 16) ? i_core_count : 16;
++#else
+ p_sys->s.n_tile_threads = var_InheritInteger(p_this, "dav1d-thread-tiles");
+ if (p_sys->s.n_tile_threads == 0)
+ p_sys->s.n_tile_threads =
+@@ -303,6 +314,7 @@ static int OpenDecoder(vlc_object_t *p_this)
+ p_sys->s.n_frame_threads = var_InheritInteger(p_this, "dav1d-thread-frames");
+ if (p_sys->s.n_frame_threads == 0)
+ p_sys->s.n_frame_threads = (i_core_count < 16) ? i_core_count : 16;
++#endif
+ p_sys->s.allocator.cookie = dec;
+ p_sys->s.allocator.alloc_picture_callback = NewPicture;
+ p_sys->s.allocator.release_picture_callback = FreePicture;
+@@ -313,12 +325,20 @@ static int OpenDecoder(vlc_object_t *p_this)
+ return VLC_EGENERIC;
+ }
+
++#if DAV1D_API_VERSION_MAJOR >= 6
++ msg_Dbg(p_this, "Using dav1d version %s with %d threads",
++ dav1d_version(), p_sys->s.n_threads);
++
++ dec->i_extra_picture_buffers = (p_sys->s.n_threads - 1);
++#else
+ msg_Dbg(p_this, "Using dav1d version %s with %d/%d frame/tile threads",
+ dav1d_version(), p_sys->s.n_frame_threads, p_sys->s.n_tile_threads);
+
++ dec->i_extra_picture_buffers = (p_sys->s.n_frame_threads - 1);
++#endif
++
+ dec->pf_decode = Decode;
+ dec->pf_flush = FlushDecoder;
+- dec->i_extra_picture_buffers = (p_sys->s.n_frame_threads - 1);
+
+ dec->fmt_out.video.i_width = dec->fmt_in.video.i_width;
+ dec->fmt_out.video.i_height = dec->fmt_in.video.i_height;
+--
+2.36.1
+
+
+From c95e5288ab2d222346b19552a462afe5159d1122 Mon Sep 17 00:00:00 2001
+From: Steve Lhomme <robux4(a)ycbcr.xyz>
+Date: Mon, 21 Mar 2022 15:53:52 +0100
+Subject: [PATCH 2/2] dav1d: limit the number of extra frames needed by the
+ decoder
+
+The i_extra_picture_buffers is used to add pictures to the pool that the core
+will allocate. dav1d is actually using n_threads frames. And the core is
+allocating 10 frames per default for AV1. So we need to add the missing ones.
+
+(cherry picked from commit a32031dc0f5f32083fc54a21397bce732742ccbe) (rebased)
+rebased:
+- the code dav1d 1.0.0 in 3.0 uses different max versions
+
+Signed-off-by: Steve Lhomme <robux4(a)ycbcr.xyz>
+---
+ modules/codec/dav1d.c | 25 +++++++++++++++++++++++--
+ 1 file changed, 23 insertions(+), 2 deletions(-)
+
+diff --git a/modules/codec/dav1d.c b/modules/codec/dav1d.c
+index cfabbc27cb..8a439ce4ff 100644
+--- a/modules/codec/dav1d.c
++++ b/modules/codec/dav1d.c
+@@ -304,7 +304,28 @@ static int OpenDecoder(vlc_object_t *p_this)
+ p_sys->s.n_threads = var_InheritInteger(p_this, "dav1d-thread-frames");
+ if (p_sys->s.n_threads == 0)
+ p_sys->s.n_threads = (i_core_count < 16) ? i_core_count : 16;
+-#else
++
++#if DAV1D_API_VERSION_MAJOR > 6 || DAV1D_API_VERSION_MINOR >= 7
++ // after dav1d 1.0.0
++ p_sys->s.max_frame_delay = dav1d_get_frame_delay( &p_sys->s );
++#else // 1.0.0
++ // corresponds to c->n_fc when max_frame_delay is 0 in dav1d 1.0.0
++ static const uint8_t fc_lut[49] = {
++ 1, /* 1 */
++ 2, 2, 2, /* 2- 4 */
++ 3, 3, 3, 3, 3, /* 5- 9 */
++ 4, 4, 4, 4, 4, 4, 4, /* 10-16 */
++ 5, 5, 5, 5, 5, 5, 5, 5, 5, /* 17-25 */
++ 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, /* 26-36 */
++ 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, /* 37-49 */
++ };
++ if (p_sys->s.n_threads >= 50)
++ p_sys->s.max_frame_delay = 8;
++ else
++ p_sys->s.max_frame_delay = fc_lut[p_sys->s.n_threads - 1];
++#endif
++
++#else // before dav1d 1.0.0
+ p_sys->s.n_tile_threads = var_InheritInteger(p_this, "dav1d-thread-tiles");
+ if (p_sys->s.n_tile_threads == 0)
+ p_sys->s.n_tile_threads =
+@@ -329,7 +350,7 @@ static int OpenDecoder(vlc_object_t *p_this)
+ msg_Dbg(p_this, "Using dav1d version %s with %d threads",
+ dav1d_version(), p_sys->s.n_threads);
+
+- dec->i_extra_picture_buffers = (p_sys->s.n_threads - 1);
++ dec->i_extra_picture_buffers = p_sys->s.max_frame_delay;
+ #else
+ msg_Dbg(p_this, "Using dav1d version %s with %d/%d frame/tile threads",
+ dav1d_version(), p_sys->s.n_frame_threads, p_sys->s.n_tile_threads);
+--
+2.36.1
+
diff --git a/vlc.spec b/vlc.spec
index 798c773..6b4fb61 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -81,6 +81,9 @@ Patch12: 0001-Revert-access-libdvdread-6.1.2-supports-UTF-8-paths-.patch
Patch13: 0001-Get-addr-by-ref.-from-getConnectionEndpointAddress.patch
# https://code.videolan.org/videolan/vlc/-/merge_requests/889
Patch14: Remove_legacy_caca.patch
+# https://code.videolan.org/videolan/vlc/-/commit/2202c892c8dc1381b596c53c2...
+# https://code.videolan.org/videolan/vlc/-/commit/d38ddd7270ffaea705981b6a4...
+Patch15: fix-dav1d-1.0.patch
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
@@ -361,6 +364,9 @@ sed -i -e 's/luac/luac-5.1/g' configure.ac
%if 0%{?fedora} > 35 || 0%{?rhel} >= 9
%patch14 -p1
%endif
+%if 0%{?fedora} > 36
+%patch15 -p1
+%endif
%{?_with_bootstrap:
rm aclocal.m4 m4/lib*.m4 m4/lt*.m4 || :
@@ -629,7 +635,7 @@ fi || :
%changelog
-* Thu Jun 24 2022 Robert-André Mauchin <zebob.m(a)gmail.com> - 1:3.0.17.4-4
+* Fri Jun 24 2022 Robert-André Mauchin <zebob.m(a)gmail.com> - 1:3.0.17.4-4
- Rebuilt for new AOM and dav1d
* Fri Jun 24 2022 Nicolas Chauvet <kwizart(a)gmail.com> - 1:3.0.17.4-3
2 years, 7 months
[ffmpeg] Use pkgconfig(rav1e)
by Leigh Scott
commit 410168004481df03e0267fccdd2a46927a881fe6
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Jun 24 21:39:37 2022 +0100
Use pkgconfig(rav1e)
ffmpeg.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index c6a678c..564f817 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -221,7 +221,7 @@ BuildRequires: openjpeg2-devel
%{!?_without_opus:BuildRequires: opus-devel >= 1.1.3}
%{!?_without_pulse:BuildRequires: pulseaudio-libs-devel}
BuildRequires: perl(Pod::Man)
-%{?_with_rav1e:BuildRequires: rav1e-devel}
+%{?_with_rav1e:BuildRequires: pkgconfig(rav1e)}
%{?_with_rubberband:BuildRequires: rubberband-devel}
%{!?_without_tools:BuildRequires: SDL2-devel}
%{?_with_snappy:BuildRequires: snappy-devel}
2 years, 7 months
[shotcut] Add libdir Patch
by Martin Gansser
commit 1d57b4c44016a82ee72912b4fed53b8fdf00cb68
Author: Martin Gansser <mgansser(a)online.de>
Date: Fri Jun 24 19:36:14 2022 +0200
Add libdir Patch
shotcut-libdir.patch | 17 +++++++++++++++++
shotcut.spec | 13 +++++++------
2 files changed, 24 insertions(+), 6 deletions(-)
---
diff --git a/shotcut-libdir.patch b/shotcut-libdir.patch
new file mode 100644
index 0000000..764072d
--- /dev/null
+++ b/shotcut-libdir.patch
@@ -0,0 +1,17 @@
+--- CuteLogger/CMakeLists.txt.orig 2022-06-07 20:54:20.000000000 +0200
++++ CuteLogger/CMakeLists.txt 2022-06-24 19:07:29.721554683 +0200
+@@ -6,6 +6,8 @@
+
+ ADD_DEFINITIONS(-DCUTELOGGER_LIBRARY)
+
++include(GNUInstallDirs)
++
+ INCLUDE_DIRECTORIES(BEFORE include)
+
+ SET(sources
+@@ -39,4 +41,4 @@
+
+ ADD_LIBRARY(${library_target} SHARED ${sources} ${includes})
+ TARGET_LINK_LIBRARIES(${library_target} Qt5::Core)
+-INSTALL(TARGETS ${library_target} DESTINATION lib)
++INSTALL(TARGETS ${library_target} DESTINATION ${CMAKE_INSTALL_LIBDIR})
diff --git a/shotcut.spec b/shotcut.spec
index c60bfe9..26b15df 100644
--- a/shotcut.spec
+++ b/shotcut.spec
@@ -1,6 +1,6 @@
Name: shotcut
Version: 22.06.07
-Release: 1%{dist}
+Release: 2%{dist}
#Release: 0.1.beta1%%{dist}
Summary: A free, open source, cross-platform video editor
# The entire source code is GPLv3+ except mvcp/ which is LGPLv2+
@@ -10,7 +10,8 @@ Source0: https://github.com/mltframework/shotcut/archive/v%{version}.tar.
# https://forum.shotcut.org/t/appdata-xml-file-for-gnome-software-center/2742
Source1: %{name}.appdata.xml
# Force X
-Patch1: Force_X.patch
+Patch0: Force_X.patch
+Patch1: shotcut-libdir.patch
BuildRequires: gcc-c++
BuildRequires: cmake
@@ -126,11 +127,8 @@ Supplements: (%{name} = %{version}-%{release} and langpacks-%{1})\
# Postmortem debugging tools for MinGW.
rm -rf drmingw
-# fix libdir path
-sed -i -e 's|DESTINATION lib|DESTINATION ${LIB_INSTALL_DIR}|'g CuteLogger/CMakeLists.txt
-
%build
-%cmake3 -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+%cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DUNIX_STRUCTURE=1 -GNinja \
-DCMAKE_BUILD_TYPE=Release \
-DSHOTCUT_VERSION=%{version} \
@@ -190,6 +188,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/org.%{name}.S
%doc doc
%changelog
+* Fri Jun 24 2022 Martin Gansser <martinkg(a)fedoraproject.org> - 22.06.07-2
+- Add libdir Patch
+
* Thu Jun 23 2022 Martin Gansser <martinkg(a)fedoraproject.org> - 22.06.07-1
- Update to 22.06.07
- Use cmake instead of qmake
2 years, 7 months
[vlc] Rebuilt for new AOM and dav1d
by Robert-André Mauchin
commit f6ec72a913ec373b2cac5563130e08fc7262c248
Author: Robert-André Mauchin <zebob.m(a)gmail.com>
Date: Thu Jun 23 15:11:03 2022 +0200
Rebuilt for new AOM and dav1d
vlc.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index 1e42634..798c773 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -56,7 +56,7 @@ Summary: The cross-platform open-source multimedia framework, player and server
Epoch: 1
Name: vlc
Version: 3.0.17.4
-Release: 3%{?dist}
+Release: 4%{?dist}
License: GPLv2+
URL: https://www.videolan.org
%if 0%{?commit0:1}
@@ -629,6 +629,9 @@ fi || :
%changelog
+* Thu Jun 24 2022 Robert-André Mauchin <zebob.m(a)gmail.com> - 1:3.0.17.4-4
+- Rebuilt for new AOM and dav1d
+
* Fri Jun 24 2022 Nicolas Chauvet <kwizart(a)gmail.com> - 1:3.0.17.4-3
- Rebuilt
2 years, 7 months