[kodi-inputstream-adaptive] Re-add Bento4 sources (removed by mistake)
by Mohamed ElMorabity
commit 99494df15dfa7ee51bc1b8ef163184658a3ae7bc
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Sun Apr 9 10:35:38 2023 +0200
Re-add Bento4 sources (removed by mistake)
sources | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/sources b/sources
index cc999c2..d2a2a3b 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
+SHA512 (Bento4-1.6.0-639-6-Nexus.tar.gz) = 08c359fb75f42d095ae040fb4dff020c902ba24677a95360fb845245ba3881423961bff6c8f0d2a791d387aa58ebe50b4998bedb866e0b7b58321bf8cdd4b1c3
SHA512 (inputstream.adaptive-20.3.6.tar.gz) = 010af7abfeeed375d4c3457f5d7a9aa848edbf247427b72f64f1f4e26870ad39ec4a9b1e6bc9479ce41dc01779f9a7d0bdbb8f005f7e8afde9ea59f9e31d879d
1 year, 7 months
[tvheadend/f38] - Update to latest snapshot - Fix build with FFmpeg 6 - Switch to SPDX license identifiers
by Mohamed ElMorabity
commit 932348ce0634a52cb565a76d89160770d0812480
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Sun Apr 9 10:10:56 2023 +0200
- Update to latest snapshot
- Fix build with FFmpeg 6
- Switch to SPDX license identifiers
.gitignore | 1 +
sources | 2 +-
tvheadend-4.3-ffmpeg6.patch | 29 +++++++++++++++++++++++++++++
tvheadend.spec | 40 +++++++++++++++++++++++++++-------------
4 files changed, 58 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5cc38a7..4cd4a53 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
/tvheadend-eb59284.tar.gz
/tvheadend-6efa411.tar.gz
/tvheadend-2bf1629.tar.gz
+/tvheadend-f32c7c5.tar.gz
diff --git a/sources b/sources
index d684479..afdfa0d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tvheadend-2bf1629.tar.gz) = 69cf151a5e9b32cf0e63b4ded953a129e684ef187b14b9e33d0a96a82f514fa722ebd81cadb4f78436f84855099fa6788ecd08a357b792db32fb72359622c890
+SHA512 (tvheadend-f32c7c5.tar.gz) = 855eb127e6e49eb54dace731b790d721f97d29c51b63cea78766fdfe7cd2cdf688f1e8914eb141703e37f7dacb63f5ea641a2e276340de74f34ea221d5d358c1
diff --git a/tvheadend-4.3-ffmpeg6.patch b/tvheadend-4.3-ffmpeg6.patch
new file mode 100644
index 0000000..b253421
--- /dev/null
+++ b/tvheadend-4.3-ffmpeg6.patch
@@ -0,0 +1,29 @@
+diff -up ./Makefile.ffmpeg.orig ./Makefile.ffmpeg
+--- ./Makefile.ffmpeg.orig 2023-04-08 21:56:27.000000000 +0200
++++ ./Makefile.ffmpeg 2023-04-09 09:50:57.204835203 +0200
+@@ -108,10 +108,10 @@ FFNVCODEC_TB = $(FFNVCODEC).tar.gz
+ FFNVCODEC_URL = https://github.com/FFmpeg/nv-codec-headers/releases/download/n$(FFNVCODEC...
+ FFNVCODEC_SHA1 = 89bee0d3025b813c513084ad8546b0261623fbb0
+
+-FFMPEG = ffmpeg-5.1.2
++FFMPEG = ffmpeg-6.0
+ FFMPEG_TB = $(FFMPEG).tar.bz2
+ FFMPEG_URL = https://ffmpeg.org/releases/$(FFMPEG_TB)
+-FFMPEG_SHA1 = f5215c15ca50a43856f641c714c6070aa148dd66
++FFMPEG_SHA1 = 7ce79a1806f3f19b6b044f83d0cec39309dab0ee
+
+
+ # ##############################################################################
+diff -up ./src/transcoding/transcode/hwaccels/vaapi.c.orig ./src/transcoding/transcode/hwaccels/vaapi.c
+--- ./src/transcoding/transcode/hwaccels/vaapi.c.orig 2023-04-08 21:56:27.000000000 +0200
++++ ./src/transcoding/transcode/hwaccels/vaapi.c 2023-04-09 09:50:57.205835218 +0200
+@@ -594,7 +594,9 @@ vaapi_decode_setup_context(AVCodecContex
+ }
+
+ avctx->get_buffer2 = vaapi_get_buffer2;
++#if LIBAVCODEC_VERSION_MAJOR < 60
+ avctx->thread_safe_callbacks = 0;
++#endif
+
+ return 0;
+ }
diff --git a/tvheadend.spec b/tvheadend.spec
index 062d64e..a1faf7a 100644
--- a/tvheadend.spec
+++ b/tvheadend.spec
@@ -1,21 +1,21 @@
-%global commit 2bf1629280bcd7d33e93df165985f3f6253c4b70
+%global commit f32c7c59a19a276648d7b068041738e4e8337638
%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global commitdate 20220330
+%global commitdate 20230408
# https://tvheadend.org/issues/6026
%global _lto_cflags %nil
Name: tvheadend
-Version: 4.3
-Release: 9.%{commitdate}git%{shortcommit}%{?dist}
+Version: 4.3^%{commitdate}git%{shortcommit}
+Release: 1%{?dist}
Summary: TV streaming server and digital video recorder
-# - Source code is GPLv3+
-# - Silk icons in vendor/famfamsilk/ are CC-BY
+# - Source code is GPL-3.0-or-later
+# - Silk icons in vendor/famfamsilk/ are CC-BY-2.5
# - Noto icons in vendor/noto/ are ASL
-License: GPLv3+ and CC-BY and ASL 2.0
+License: GPL-3.0-or-later and CC-BY-2.5 and Apache-2.0
URL: https://tvheadend.org/
-Source0: https://github.com/tvheadend/%{name}/archive/%{shortcommit}/%{name}-%{sho...
+Source0: https://github.com/%{name}/%{name}/archive/%{shortcommit}/%{name}-%{short...
Source1: %{name}.sysusers
# Use system queue.h header
Patch0: %{name}-4.3-use_system_queue.patch
@@ -32,12 +32,10 @@ Patch4: %{name}-4.3-dtv_scan_tables.patch
# Enforcing system crypto policies, see
# https://fedoraproject.org/wiki/Packaging:CryptoPolicies
Patch5: %{name}-4.3-crypto_policies.patch
-# Disable libavresample (see
-# https://bugzilla.rpmfusion.org/show_bug.cgi?id=5352)
-Patch6: %{name}-4.3-libavresample.patch
+# Add support for FFmpeg 6 (see https://github.com/tvheadend/tvheadend/pull/1522)
+Patch6: %{name}-4.3-ffmpeg6.patch
BuildRequires: bzip2
-BuildRequires: compat-ffmpeg4-devel
BuildRequires: gcc
BuildRequires: gettext
BuildRequires: gzip
@@ -46,7 +44,13 @@ BuildRequires: libdvbcsa-devel
BuildRequires: make
BuildRequires: pkgconfig(avahi-client)
BuildRequires: pkgconfig(dbus-1)
+BuildRequires: pkgconfig(libavcodec)
+BuildRequires: pkgconfig(libavfilter)
+BuildRequires: pkgconfig(libavformat)
+BuildRequires: pkgconfig(libavutil)
BuildRequires: pkgconfig(libpcre2-8)
+BuildRequires: pkgconfig(libswresample)
+BuildRequires: pkgconfig(libswscale)
BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(liburiparser)
BuildRequires: pkgconfig(libva)
@@ -108,10 +112,10 @@ done
%build
-export CFLAGS="$RPM_OPT_FLAGS -Wno-error=array-bounds -Wno-error=use-after-free -Wno-error=address"
echo "%{version}-%{release}" >rpm/version
%configure \
--disable-dvbscan \
+ --disable-libfdkaac_static \
--disable-ffmpeg_static \
--disable-hdhomerun_static \
--disable-libfdkaac_static \
@@ -121,6 +125,7 @@ echo "%{version}-%{release}" >rpm/version
--disable-libvpx_static \
--disable-libx264_static \
--disable-libx265_static \
+ --enable-libfdkaac \
--enable-hdhomerun_client \
--enable-libsystemd_daemon \
--python=%{python3}
@@ -153,6 +158,10 @@ rm $RPM_BUILD_ROOT%{python3_sitelib}/tvh/tv_meta_*.py
chmod 0644 $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1
+%check
+%py3_check_import tvh
+
+
%pre
%sysusers_create_compat %{SOURCE1}
@@ -190,6 +199,11 @@ chmod 0644 $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1
%changelog
+* Tue Apr 04 2023 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 4.3^20230408gitf32c7c5-1
+- Update to latest snapshot
+- Fix build with FFmpeg 6
+- Switch to SPDX license identifiers
+
* Wed Aug 17 2022 Leigh Scott <leigh123linux(a)gmail.com> - 4.3-9.20220330git2bf1629
- Set pkgconfig path for compat-ffmpeg4
1 year, 7 months
[kodi-inputstream-adaptive] Update to 20.3.6
by Mohamed ElMorabity
commit 44ef946de9af164e22bce0ac06fd1204c08cb630
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Sun Apr 9 10:27:49 2023 +0200
Update to 20.3.6
kodi-inputstream-adaptive.spec | 5 ++++-
sources | 3 +--
2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/kodi-inputstream-adaptive.spec b/kodi-inputstream-adaptive.spec
index e59bdd6..cbc2b1b 100644
--- a/kodi-inputstream-adaptive.spec
+++ b/kodi-inputstream-adaptive.spec
@@ -8,7 +8,7 @@
%global internal_bento4_tag %{internal_bento4_version}-6-%{kodi_codename}
Name: kodi-inputstream-adaptive
-Version: 20.3.5
+Version: 20.3.6
Release: 1%{?dist}
Summary: Adaptive file addon for Kodi's InputStream interface
@@ -73,6 +73,9 @@ appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_metainfodir}/%{name}.met
%changelog
+* Sun Apr 09 2023 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 20.3.6-1
+- Update to 20.3.6
+
* Mon Mar 27 2023 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 20.3.5-1
- Update to 20.3.5
diff --git a/sources b/sources
index d7a84e6..cc999c2 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-SHA512 (inputstream.adaptive-20.3.5.tar.gz) = a6690380a76fb15b4146a3ce4f25fc9175714ff4de0a53413524867acb61602ab9477d84a9d70afef630b5b183974cba599d57745d035e9b20981a0862099faf
-SHA512 (Bento4-1.6.0-639-6-Nexus.tar.gz) = 08c359fb75f42d095ae040fb4dff020c902ba24677a95360fb845245ba3881423961bff6c8f0d2a791d387aa58ebe50b4998bedb866e0b7b58321bf8cdd4b1c3
+SHA512 (inputstream.adaptive-20.3.6.tar.gz) = 010af7abfeeed375d4c3457f5d7a9aa848edbf247427b72f64f1f4e26870ad39ec4a9b1e6bc9479ce41dc01779f9a7d0bdbb8f005f7e8afde9ea59f9e31d879d
1 year, 7 months
[tvheadend] - Update to latest snapshot - Fix build with FFmpeg 6 - Switch to SPDX license identifiers
by Mohamed ElMorabity
commit 5cc89a94fc7385b86a16dc1828c56bdc46cc8ca9
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Sun Apr 9 10:10:56 2023 +0200
- Update to latest snapshot
- Fix build with FFmpeg 6
- Switch to SPDX license identifiers
.gitignore | 1 +
sources | 2 +-
tvheadend-4.3-ffmpeg6.patch | 29 +++++++++++++++++++++++++++++
tvheadend.spec | 40 +++++++++++++++++++++++++++-------------
4 files changed, 58 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5cc38a7..4cd4a53 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
/tvheadend-eb59284.tar.gz
/tvheadend-6efa411.tar.gz
/tvheadend-2bf1629.tar.gz
+/tvheadend-f32c7c5.tar.gz
diff --git a/sources b/sources
index d684479..afdfa0d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tvheadend-2bf1629.tar.gz) = 69cf151a5e9b32cf0e63b4ded953a129e684ef187b14b9e33d0a96a82f514fa722ebd81cadb4f78436f84855099fa6788ecd08a357b792db32fb72359622c890
+SHA512 (tvheadend-f32c7c5.tar.gz) = 855eb127e6e49eb54dace731b790d721f97d29c51b63cea78766fdfe7cd2cdf688f1e8914eb141703e37f7dacb63f5ea641a2e276340de74f34ea221d5d358c1
diff --git a/tvheadend-4.3-ffmpeg6.patch b/tvheadend-4.3-ffmpeg6.patch
new file mode 100644
index 0000000..b253421
--- /dev/null
+++ b/tvheadend-4.3-ffmpeg6.patch
@@ -0,0 +1,29 @@
+diff -up ./Makefile.ffmpeg.orig ./Makefile.ffmpeg
+--- ./Makefile.ffmpeg.orig 2023-04-08 21:56:27.000000000 +0200
++++ ./Makefile.ffmpeg 2023-04-09 09:50:57.204835203 +0200
+@@ -108,10 +108,10 @@ FFNVCODEC_TB = $(FFNVCODEC).tar.gz
+ FFNVCODEC_URL = https://github.com/FFmpeg/nv-codec-headers/releases/download/n$(FFNVCODEC...
+ FFNVCODEC_SHA1 = 89bee0d3025b813c513084ad8546b0261623fbb0
+
+-FFMPEG = ffmpeg-5.1.2
++FFMPEG = ffmpeg-6.0
+ FFMPEG_TB = $(FFMPEG).tar.bz2
+ FFMPEG_URL = https://ffmpeg.org/releases/$(FFMPEG_TB)
+-FFMPEG_SHA1 = f5215c15ca50a43856f641c714c6070aa148dd66
++FFMPEG_SHA1 = 7ce79a1806f3f19b6b044f83d0cec39309dab0ee
+
+
+ # ##############################################################################
+diff -up ./src/transcoding/transcode/hwaccels/vaapi.c.orig ./src/transcoding/transcode/hwaccels/vaapi.c
+--- ./src/transcoding/transcode/hwaccels/vaapi.c.orig 2023-04-08 21:56:27.000000000 +0200
++++ ./src/transcoding/transcode/hwaccels/vaapi.c 2023-04-09 09:50:57.205835218 +0200
+@@ -594,7 +594,9 @@ vaapi_decode_setup_context(AVCodecContex
+ }
+
+ avctx->get_buffer2 = vaapi_get_buffer2;
++#if LIBAVCODEC_VERSION_MAJOR < 60
+ avctx->thread_safe_callbacks = 0;
++#endif
+
+ return 0;
+ }
diff --git a/tvheadend.spec b/tvheadend.spec
index 062d64e..a1faf7a 100644
--- a/tvheadend.spec
+++ b/tvheadend.spec
@@ -1,21 +1,21 @@
-%global commit 2bf1629280bcd7d33e93df165985f3f6253c4b70
+%global commit f32c7c59a19a276648d7b068041738e4e8337638
%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global commitdate 20220330
+%global commitdate 20230408
# https://tvheadend.org/issues/6026
%global _lto_cflags %nil
Name: tvheadend
-Version: 4.3
-Release: 9.%{commitdate}git%{shortcommit}%{?dist}
+Version: 4.3^%{commitdate}git%{shortcommit}
+Release: 1%{?dist}
Summary: TV streaming server and digital video recorder
-# - Source code is GPLv3+
-# - Silk icons in vendor/famfamsilk/ are CC-BY
+# - Source code is GPL-3.0-or-later
+# - Silk icons in vendor/famfamsilk/ are CC-BY-2.5
# - Noto icons in vendor/noto/ are ASL
-License: GPLv3+ and CC-BY and ASL 2.0
+License: GPL-3.0-or-later and CC-BY-2.5 and Apache-2.0
URL: https://tvheadend.org/
-Source0: https://github.com/tvheadend/%{name}/archive/%{shortcommit}/%{name}-%{sho...
+Source0: https://github.com/%{name}/%{name}/archive/%{shortcommit}/%{name}-%{short...
Source1: %{name}.sysusers
# Use system queue.h header
Patch0: %{name}-4.3-use_system_queue.patch
@@ -32,12 +32,10 @@ Patch4: %{name}-4.3-dtv_scan_tables.patch
# Enforcing system crypto policies, see
# https://fedoraproject.org/wiki/Packaging:CryptoPolicies
Patch5: %{name}-4.3-crypto_policies.patch
-# Disable libavresample (see
-# https://bugzilla.rpmfusion.org/show_bug.cgi?id=5352)
-Patch6: %{name}-4.3-libavresample.patch
+# Add support for FFmpeg 6 (see https://github.com/tvheadend/tvheadend/pull/1522)
+Patch6: %{name}-4.3-ffmpeg6.patch
BuildRequires: bzip2
-BuildRequires: compat-ffmpeg4-devel
BuildRequires: gcc
BuildRequires: gettext
BuildRequires: gzip
@@ -46,7 +44,13 @@ BuildRequires: libdvbcsa-devel
BuildRequires: make
BuildRequires: pkgconfig(avahi-client)
BuildRequires: pkgconfig(dbus-1)
+BuildRequires: pkgconfig(libavcodec)
+BuildRequires: pkgconfig(libavfilter)
+BuildRequires: pkgconfig(libavformat)
+BuildRequires: pkgconfig(libavutil)
BuildRequires: pkgconfig(libpcre2-8)
+BuildRequires: pkgconfig(libswresample)
+BuildRequires: pkgconfig(libswscale)
BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(liburiparser)
BuildRequires: pkgconfig(libva)
@@ -108,10 +112,10 @@ done
%build
-export CFLAGS="$RPM_OPT_FLAGS -Wno-error=array-bounds -Wno-error=use-after-free -Wno-error=address"
echo "%{version}-%{release}" >rpm/version
%configure \
--disable-dvbscan \
+ --disable-libfdkaac_static \
--disable-ffmpeg_static \
--disable-hdhomerun_static \
--disable-libfdkaac_static \
@@ -121,6 +125,7 @@ echo "%{version}-%{release}" >rpm/version
--disable-libvpx_static \
--disable-libx264_static \
--disable-libx265_static \
+ --enable-libfdkaac \
--enable-hdhomerun_client \
--enable-libsystemd_daemon \
--python=%{python3}
@@ -153,6 +158,10 @@ rm $RPM_BUILD_ROOT%{python3_sitelib}/tvh/tv_meta_*.py
chmod 0644 $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1
+%check
+%py3_check_import tvh
+
+
%pre
%sysusers_create_compat %{SOURCE1}
@@ -190,6 +199,11 @@ chmod 0644 $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1
%changelog
+* Tue Apr 04 2023 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 4.3^20230408gitf32c7c5-1
+- Update to latest snapshot
+- Fix build with FFmpeg 6
+- Switch to SPDX license identifiers
+
* Wed Aug 17 2022 Leigh Scott <leigh123linux(a)gmail.com> - 4.3-9.20220330git2bf1629
- Set pkgconfig path for compat-ffmpeg4
1 year, 7 months
[cinelerra-gg/f37] (3 commits) ...drop patch
by Leigh Scott
Summary of changes:
f8a052b... Add gcc-13 patch (*)
4b3e39a... Update to latest monthly release (*)
51abc27... drop patch (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 7 months
[cinelerra-gg/f38] (2 commits) ...drop patch
by Leigh Scott
Summary of changes:
4b3e39a... Update to latest monthly release (*)
51abc27... drop patch (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 7 months
[cinelerra-gg] drop patch
by Leigh Scott
commit 51abc2718e6932049e70c1e040a9b1784b52a2f0
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Apr 8 13:02:31 2023 +0100
drop patch
0001-possible-fix-for-gcc-13-openexr-2.4.1.patch | 29 ------------------------
cinelerra-gg.spec | 2 --
2 files changed, 31 deletions(-)
---
diff --git a/cinelerra-gg.spec b/cinelerra-gg.spec
index e56a332..6462683 100644
--- a/cinelerra-gg.spec
+++ b/cinelerra-gg.spec
@@ -19,8 +19,6 @@ Source0: https://git.cinelerra-gg.org/git/?p=goodguy/cinelerra.git;a=snap
# CrystalHD is fouling the ffmpeg build
Patch0: cinelerra-gg-Disable-crystalhd-in-ffmpeg.patch
-# https://www.cinelerra-gg.org/bugtracker/view.php?id=634
-Patch1: 0001-possible-fix-for-gcc-13-openexr-2.4.1.patch
# Only tested on x86_64
ExclusiveArch: x86_64
1 year, 7 months
[cinelerra-gg] Update to latest monthly release
by Leigh Scott
commit 4b3e39ace758aa24ef4fa389423a87d71b9a9b65
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Apr 8 12:55:06 2023 +0100
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 f3088c7..53c43aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
/cinelerra-gg-2022-05.tar.gz
/cinelerra-gg-2022-11.tar.gz
/cinelerra-gg-2023-01.tar.gz
+/cinelerra-gg-2023-03.tar.gz
diff --git a/cinelerra-gg.spec b/cinelerra-gg.spec
index 6a6788b..e56a332 100644
--- a/cinelerra-gg.spec
+++ b/cinelerra-gg.spec
@@ -1,12 +1,12 @@
# disable lto rfbz#6570
%global _lto_cflags %nil
-%global git_tag 2023-01
+%global git_tag 2023-03
%global tag_version %(c=%{git_tag}; echo "${c}" | tr '-' '.')
Name: cinelerra-gg
Version: 5.1%{?tag_version:.%{tag_version}}
-Release: 2%{?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
@@ -226,6 +226,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Sat Apr 08 2023 Leigh Scott <leigh123linux(a)gmail.com> - 5.1.2023.03-1
+- Update to latest monthly release
+
* Mon Feb 06 2023 Nicolas Chauvet <kwizart(a)gmail.com> - 5.1.2023.01-2
- Disable lto - rhbz#6570
diff --git a/sources b/sources
index 5c3fa25..0144f9b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cinelerra-gg-2023-01.tar.gz) = 30f9bb2fb47468c3638531a872258caee35498edb34082388d41bad173200c030afc41add36ae8daccb0d753116b7d74b68a560d9f7295ba747799150c293855
+SHA512 (cinelerra-gg-2023-03.tar.gz) = 36bfa99b44120e80bb54a4f3eae7551b99f47105c1ced97b5b249f6266aaa80518cf32b8010a3429328a8126befc15931c9aedd8514dc46679e2673e12899457
1 year, 7 months
[openshot/f37] New upstream release
by Leigh Scott
Summary of changes:
c9549f7... New upstream release (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 7 months
[openshot/f38] New upstream release
by Leigh Scott
Summary of changes:
c9549f7... New upstream release (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 7 months