[shotcut] package has been moved to fedora repo.
by Martin Gansser
commit 185c6ba7b07d105dd8df91e0ab3c248b2e43d0db
Author: Martin Gansser <mgansser(a)online.de>
Date: Tue Jun 18 08:27:56 2024 +0200
package has been moved to fedora repo.
.gitignore | 69 ---------
Force_X.patch | 12 --
dead.package | 1 +
shotcut.spec | 464 ----------------------------------------------------------
sources | 1 -
5 files changed, 1 insertion(+), 546 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..57c460e
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+package has been moved to fedora repo.
5 months
[flowblade] package has been moved to fedora repo.
by Martin Gansser
commit f83026dc527727b93784e2ac22a3c277fad47e40
Author: Martin Gansser <mgansser(a)online.de>
Date: Mon Jun 17 08:15:46 2024 +0200
package has been moved to fedora repo.
.gitignore | 26 ---
dead.package | 1 +
flowblade-invalid-escape-sequence.patch | 29 ---
flowblade.spec | 350 --------------------------------
flowblade_sys_path.patch | 23 ---
sources | 1 -
6 files changed, 1 insertion(+), 429 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..57c460e
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+package has been moved to fedora repo.
5 months, 1 week
[ffmpeg/el9] fix
by Leigh Scott
commit 0c5be4e54d42cb8b97f5b5be3ad2bb14cd95d300
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Jun 16 18:43:35 2024 +0100
fix
ffmpeg.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 08bcf5c..a432311 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -39,6 +39,7 @@
%global _with_webp 1
%global _with_zmq 1
%else
+%global _without_rubberband 1
%global _without_vulkan 1
%endif
%endif
5 months, 1 week
[ffmpeg/el9] fix
by Leigh Scott
commit ff509e1378fca26c2c127ea9e4be5ebc635934b5
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Jun 16 18:34:31 2024 +0100
fix
ffmpeg.spec | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index c59851e..08bcf5c 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -31,7 +31,6 @@
%global _with_ilbc 1
%global _with_openh264 1
%global _with_rav1e 1
-%global _with_rubberband 1
%global _with_smb 1
%global _with_snappy 1
%global _with_tesseract 1
@@ -208,7 +207,7 @@ BuildRequires: openjpeg2-devel
%{!?_without_pulse:BuildRequires: pulseaudio-libs-devel}
BuildRequires: perl(Pod::Man)
%{?_with_rav1e:BuildRequires: pkgconfig(rav1e)}
-%{?_with_rubberband:BuildRequires: rubberband-devel}
+%{!?_without_rubberband:BuildRequires: rubberband-devel}
%{!?_without_tools:BuildRequires: SDL2-devel}
%{?_with_snappy:BuildRequires: snappy-devel}
BuildRequires: soxr-devel
5 months, 1 week
[ffmpeg/f40] Rebuild
by Leigh Scott
commit a63bcbae44cf3701c3146e375ac4c3cad92879d2
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Jun 16 17:53:32 2024 +0100
Rebuild
ffmpeg.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 157340e..4f5b619 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -98,7 +98,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 6.1.1
-Release: 11%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
+Release: 12%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
License: %{ffmpeg_license}
URL: https://ffmpeg.org/
%if 0%{?date}
@@ -531,6 +531,9 @@ cp -pa %{buildroot}%{_libdir}/libavcodec.so.* \
%changelog
+* Sun Jun 16 2024 Leigh Scott <leigh123linux(a)gmail.com> - 6.1.1-12
+- rebuilt
+
* Fri May 31 2024 Robert-André Mauchin <zebob.m(a)gmail.com> - 6.1.1-11
- Rebuild for svt-av1 2.1.0
5 months, 1 week
[ffmpeg/el9] Update to 5.1.5
by Leigh Scott
commit 58e5a4e1602c266ae3a40a0736edc3290f2d049e
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Jun 16 17:50:00 2024 +0100
Update to 5.1.5
ffmpeg.spec | 7 +++++--
sources | 4 ++--
2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 04d9495..c59851e 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -112,8 +112,8 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
-Version: 5.1.4
-Release: 1%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
+Version: 5.1.5
+Release: 1%{?dist}
License: %{ffmpeg_license}
URL: https://ffmpeg.org/
%if 0%{?date}
@@ -532,6 +532,9 @@ strip %{buildroot}%{_libdir}/%{name}/libavcodec.so.*
%changelog
+* Sun Jun 16 2024 Leigh Scott <leigh123linux(a)gmail.com> - 5.1.5-1
+- Update to 5.1.5
+
* Wed Nov 15 2023 Nicolas Chauvet <kwizart(a)gmail.com> - 5.1.4-1
- Update to 5.1.4
diff --git a/sources b/sources
index 61a5306..805a024 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (ffmpeg-5.1.4.tar.xz) = 7d7fe8c660a62971a979553a864648d5c859059d3e64d4d32e4f5dca6fd4374270abdeec2dd782c34b2254e7485995c3fe0c1dcef54159e30536eab7f20e0795
-SHA512 (ffmpeg-5.1.4.tar.xz.asc) = f161815d47c988f8b6281a95f22301d07a22ddc41a2a84bfc126b4d7de0e9175da499c2cc15b3bdaa415af0e8ed1d2b4d52096a81b4a3d804effb00ff9e8ec5b
+SHA512 (ffmpeg-5.1.5.tar.xz) = 5281d58d1a6a390f444cb692ac7c3b7b2792107d6ba8087361b1a40944b012279f2d39e1a5c5a21f58aa03131543d4cf6e9fbb207ace5cde011aa38123f4a6d4
+SHA512 (ffmpeg-5.1.5.tar.xz.asc) = d57d0aa1c660f313b5443f6b4c5634440ef9f6220c1d6892be8abf272c68edfacf7e663d3c20de5f9e57572d93094ed534c34a1b839b78223dec11f90bbd90dd
5 months, 1 week
[vdr-markad/f39] Update to 3.6.7
by Martin Gansser
Summary of changes:
b27b9c8... Update to 3.6.7 (*)
(*) This commit already existed in another branch; no separate mail sent
5 months, 1 week
[vdr-markad/f40] Update to 3.6.7
by Martin Gansser
Summary of changes:
b27b9c8... Update to 3.6.7 (*)
(*) This commit already existed in another branch; no separate mail sent
5 months, 1 week
[vdr-markad] Update to 3.6.7
by Martin Gansser
commit b27b9c8f47e36e7d58b312a1acad60cb86931043
Author: Martin Gansser <mgansser(a)online.de>
Date: Sun Jun 16 13:50:55 2024 +0200
Update to 3.6.7
.gitignore | 1 +
sources | 2 +-
vdr-markad.spec | 7 +++++--
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d6e7b2e..b56cfdb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -94,3 +94,4 @@ vdr-plugin-markad-74e2a8c5382fa8bfacd12274899112724a1e0d51.tar.bz2
/vdr-markad-3.6.4.tar.gz
/vdr-markad-3.6.5.tar.gz
/vdr-markad-3.6.6.tar.gz
+/vdr-markad-3.6.7.tar.gz
diff --git a/sources b/sources
index 6c9752a..368e4cf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-markad-3.6.6.tar.gz) = de60f6da4f9ace63afbd598cf0aab075d5dafc9316334f74e06de376e2cb90e475077dde519761d34689634f6a7d4025aeffb6d34d04cb43a54e9332ef85979e
+SHA512 (vdr-markad-3.6.7.tar.gz) = 2a10ea4c240bf85d799462a70a1ad65b7a75cd721376d8c6f5553da2ce5eb9a745c6fadcb4cca8ec9e8f1e82b065a264d41634e653b23688e8e438f69699602a
diff --git a/vdr-markad.spec b/vdr-markad.spec
index 8825490..c2f2358 100644
--- a/vdr-markad.spec
+++ b/vdr-markad.spec
@@ -5,7 +5,7 @@
%endif
Name: vdr-markad
-Version: 3.6.6
+Version: 3.6.7
Release: 1%{?dist}
Summary: Advanced commercial detection for VDR
License: GPLv2+
@@ -72,7 +72,10 @@ fi
%doc html
%changelog
-* Sat Jun 08 2024 Martin Gansser <martinkg(a)fedoraproject.org> - 3.6.6-1
+* Sun Jun 16 2024 Martin Gansser <martinkg(a)fedoraproject.org> - 3.6.7-1
+- Update to 3.6.7
+
+* Tue Jun 04 2024 Martin Gansser <martinkg(a)fedoraproject.org> - 3.6.6-1
- Update to 3.6.6
* Fri May 31 2024 Martin Gansser <martinkg(a)fedoraproject.org> - 3.6.5-1
5 months, 1 week