[cinelerra-gg] Update changelog
by Nicolas Chauvet
commit ea4fd07408aad49ccd7ea0f1762b4c215af08501
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Feb 6 19:12:07 2023 +0100
Update changelog
cinelerra-gg.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/cinelerra-gg.spec b/cinelerra-gg.spec
index 24afe50..3a7f5b5 100644
--- a/cinelerra-gg.spec
+++ b/cinelerra-gg.spec
@@ -6,7 +6,7 @@
Name: cinelerra-gg
Version: 5.1%{?tag_version:.%{tag_version}}
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A non linear video editor and effects processor
# The Cinelerra-GG codebase is licensed GPLv2+
# The GREYcstoration plugin is licensed CeCILL v2.0
@@ -224,6 +224,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Mon Feb 06 2023 Nicolas Chauvet <kwizart(a)gmail.com> - 5.1.2023.01-2
+- Disable lto - rhbz#6570
+
* Mon Feb 06 2023 Leigh Scott <leigh123linux(a)gmail.com> - 5.1.2023.01-1
- Update to latest monthly release
1 year, 10 months
[cinelerra-gg] Disable lto
by Nicolas Chauvet
commit 76c1c308fd3a1a5543b3e7e323da1d80365916ee
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Feb 6 19:11:16 2023 +0100
Disable lto
cinelerra-gg.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/cinelerra-gg.spec b/cinelerra-gg.spec
index f30ef9a..24afe50 100644
--- a/cinelerra-gg.spec
+++ b/cinelerra-gg.spec
@@ -1,3 +1,6 @@
+# disable lto rfbz#6570
+%global _lto_cflags %nil
+
%global git_tag 2023-01
%global tag_version %(c=%{git_tag}; echo "${c}" | tr '-' '.')
1 year, 10 months
[cinelerra-gg] Disable system ilmbase for now
by Nicolas Chauvet
commit 6e073ef5098bc7b042e5a9611501274c52b616b3
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Feb 6 17:18:22 2023 +0100
Disable system ilmbase for now
cinelerra-gg.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/cinelerra-gg.spec b/cinelerra-gg.spec
index 7a280f5..f30ef9a 100644
--- a/cinelerra-gg.spec
+++ b/cinelerra-gg.spec
@@ -52,7 +52,8 @@ BuildRequires: pkgconfig(flac)
BuildRequires: pkgconfig(fftw3)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(gl)
-BuildRequires: pkgconfig(IlmBase)
+# Not yet used unfortunately
+#BuildRequires: pkgconfig(IlmBase)
BuildRequires: pkgconfig(lcms2)
BuildRequires: pkgconfig(libdv)
BuildRequires: pkgconfig(libjpeg)
1 year, 10 months
[cinelerra-gg] Switch to libusb1
by Nicolas Chauvet
commit c30f8c49be96b243dbc874f75f08113fc817b1b4
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Feb 6 16:58:49 2023 +0100
Switch to libusb1
cinelerra-gg.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/cinelerra-gg.spec b/cinelerra-gg.spec
index 57795f0..7a280f5 100644
--- a/cinelerra-gg.spec
+++ b/cinelerra-gg.spec
@@ -60,7 +60,7 @@ BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(libpulse-simple)
BuildRequires: pkgconfig(libtiff-4)
BuildRequires: pkgconfig(liblzma)
-BuildRequires: pkgconfig(libusb)
+BuildRequires: pkgconfig(libusb-1.0)
BuildRequires: pkgconfig(libv4l2)
BuildRequires: pkgconfig(libva)
BuildRequires: pkgconfig(libxml-2.0)
1 year, 10 months
[cinelerra-gg] Switch to buildroot
by Nicolas Chauvet
commit 5ec3448a48b72dbc2419263f2dcca0d9847bb501
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Feb 6 15:54:30 2023 +0100
Switch to buildroot
cinelerra-gg.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/cinelerra-gg.spec b/cinelerra-gg.spec
index a5a9c83..57795f0 100644
--- a/cinelerra-gg.spec
+++ b/cinelerra-gg.spec
@@ -195,7 +195,7 @@ pushd cinelerra-5.1
%make_install V=0
popd
-desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
+desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%find_lang %{name}
1 year, 10 months
[telegram-desktop] Updated GCC 13 patch.
by Vitaly Zaitsev
commit f29da86325f38b2eff0b15ac82a67489e358cfc6
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Mon Feb 6 17:43:22 2023 +0100
Updated GCC 13 patch.
telegram-desktop-gcc13-build-fix.patch | 27 +++++++++++++++++++++++++--
1 file changed, 25 insertions(+), 2 deletions(-)
---
diff --git a/telegram-desktop-gcc13-build-fix.patch b/telegram-desktop-gcc13-build-fix.patch
index d60d781..08da6d0 100644
--- a/telegram-desktop-gcc13-build-fix.patch
+++ b/telegram-desktop-gcc13-build-fix.patch
@@ -1,13 +1,36 @@
-From ccef5acc51d2059f33d3e35f7972351b4221cd9f Mon Sep 17 00:00:00 2001
+From a6cb672879541bf4fa9a06f176e43c9bc4ed9b31 Mon Sep 17 00:00:00 2001
From: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Mon, 6 Feb 2023 11:23:57 +0100
Subject: [PATCH] Fixed build with GCC 13.
Signed-off-by: Vitaly Zaitsev <vitaly(a)easycoding.org>
---
+ .../boxes/peers/edit_peer_permissions_box.cpp | 4 ++--
.../SourceFiles/history/view/history_view_list_widget.h | 9 +++++----
- 1 file changed, 5 insertions(+), 4 deletions(-)
+ 2 files changed, 7 insertions(+), 6 deletions(-)
+diff --git a/Telegram/SourceFiles/boxes/peers/edit_peer_permissions_box.cpp b/Telegram/SourceFiles/boxes/peers/edit_peer_permissions_box.cpp
+index b314d30091344..0c537478cca75 100644
+--- a/Telegram/SourceFiles/boxes/peers/edit_peer_permissions_box.cpp
++++ b/Telegram/SourceFiles/boxes/peers/edit_peer_permissions_box.cpp
+@@ -79,7 +79,7 @@ struct NestedRestrictionLabels {
+ second.erase(
+ ranges::remove(
+ second,
+- Flag::CreateTopics,
++ Flag::CreateTopics | Flag(),
+ &RestrictionLabel::flags),
+ end(second));
+ }
+@@ -1002,7 +1002,7 @@ std::vector<AdminRightLabel> AdminRightLabels(
+ result.erase(
+ ranges::remove(
+ result,
+- Flag::ManageTopics,
++ Flag::ManageTopics | Flag(),
+ &AdminRightLabel::flags),
+ end(result));
+ }
diff --git a/Telegram/SourceFiles/history/view/history_view_list_widget.h b/Telegram/SourceFiles/history/view/history_view_list_widget.h
index 77c51f7508246..c8ad5f1fcd58a 100644
--- a/Telegram/SourceFiles/history/view/history_view_list_widget.h
1 year, 10 months
[cinelerra-gg] Update to latest monthly release
by Leigh Scott
commit 8113664ff42db9d2b91bf1ac065e552b2e25889b
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Feb 6 15:13:16 2023 +0000
Update to latest monthly release
.gitignore | 1 +
cinelerra-gg.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c5424a4..f3088c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
/cinelerra-gg-2022-04.tar.gz
/cinelerra-gg-2022-05.tar.gz
/cinelerra-gg-2022-11.tar.gz
+/cinelerra-gg-2023-01.tar.gz
diff --git a/cinelerra-gg.spec b/cinelerra-gg.spec
index 21b8f08..a5a9c83 100644
--- a/cinelerra-gg.spec
+++ b/cinelerra-gg.spec
@@ -1,9 +1,9 @@
-%global git_tag 2022-11
+%global git_tag 2023-01
%global tag_version %(c=%{git_tag}; echo "${c}" | tr '-' '.')
Name: cinelerra-gg
Version: 5.1%{?tag_version:.%{tag_version}}
-Release: 3%{?dist}
+Release: 1%{?dist}
Summary: A non linear video editor and effects processor
# The Cinelerra-GG codebase is licensed GPLv2+
# The GREYcstoration plugin is licensed CeCILL v2.0
@@ -220,6 +220,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
%changelog
+* Mon Feb 06 2023 Leigh Scott <leigh123linux(a)gmail.com> - 5.1.2023.01-1
+- Update to latest monthly release
+
* Mon Feb 06 2023 Nicolas Chauvet <kwizart(a)gmail.com> - 5.1.2022.11-3
- Add missing autoconf-archive - rhbz#6570
diff --git a/sources b/sources
index 1b031cd..5c3fa25 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cinelerra-gg-2022-11.tar.gz) = a54ec4a0dcc80d236d28a871adbda7b76fe0076956b10f675fbc8dbd063735470c21a2b101155ae20ba94478c0a3059fa2d896e06c819c382abb6f1b943455fe
+SHA512 (cinelerra-gg-2023-01.tar.gz) = 30f9bb2fb47468c3638531a872258caee35498edb34082388d41bad173200c030afc41add36ae8daccb0d753116b7d74b68a560d9f7295ba747799150c293855
1 year, 10 months