[gstreamer1-plugins-bad-freeworld] Bump to have a bigger release than version without epoch
by Sérgio M. Basto
commit e35a0ee0875743cf5be1dfc0ff2a6ddacb015194
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun May 14 13:30:18 2023 +0100
Bump to have a bigger release than version without epoch
gstreamer1-plugins-bad-freeworld.spec | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/gstreamer1-plugins-bad-freeworld.spec b/gstreamer1-plugins-bad-freeworld.spec
index 48e762c..c90f612 100644
--- a/gstreamer1-plugins-bad-freeworld.spec
+++ b/gstreamer1-plugins-bad-freeworld.spec
@@ -6,7 +6,7 @@ Summary: GStreamer 1.0 streaming media framework "bad" plug-ins
Name: gstreamer1-plugins-bad-freeworld
Epoch: 1
Version: 1.22.2
-Release: 2%{?dist}
+Release: 4%{?dist}
License: LGPLv2+
URL: https://gstreamer.freedesktop.org/
Source0: %{url}/src/gst-plugins-bad/gst-plugins-bad-%{version}.tar.xz
@@ -103,6 +103,12 @@ rm -rf %{buildroot}%{_libdir}/pkgconfig
%changelog
+* Sun May 14 2023 Sérgio Basto <sergio(a)serjux.com> - 1:1.22.2-4
+- Bump to have a bigger release than version without epoch
+
+* Sun May 14 2023 Sérgio Basto <sergio(a)serjux.com> - 1:1.22.2-3
+- Bump to have a bigger release than version without epoch
+
* Sat May 06 2023 Sérgio Basto <sergio(a)serjux.com> - 1:1.22.2-2
- Fedora add voamrwbenc plugin, remove it in here
1 year, 6 months
[ffmpeg/f36] Enable openh264 for fedora
by Leigh Scott
commit d7428df4d38285c2cecdc3c7e25633ce776aa91c
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri May 12 11:18:30 2023 +0100
Enable openh264 for fedora
ffmpeg.spec | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index c8d3c46..f2ef976 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -18,6 +18,7 @@
%if 0%{?fedora}
# Disable because of gcc issue
%global _without_lensfun 1
+%global _with_openh264 1
%ifnarch i686
%global _with_bs2b 1
%global _with_chromaprint 1
@@ -133,7 +134,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 5.0.3
-Release: 1%{?dist}
+Release: 2%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -187,6 +188,7 @@ BuildRequires: libgcrypt-devel
BuildRequires: libGL-devel
BuildRequires: libmodplug-devel
BuildRequires: libmysofa-devel
+%{?_with_openh264:BuildRequires: openh264-devel}
BuildRequires: libopenmpt-devel
BuildRequires: librsvg2-devel
# Disable rtmp because of rfbz: 6441 & 2399
@@ -355,6 +357,7 @@ This package contains development files for %{name}
%{!?_without_opencl:--enable-opencl} \\\
%{?_with_opencv:--enable-libopencv} \\\
%{!?_without_opengl:--enable-opengl} \\\
+ %{?_with_openh264:--enable-libopenh264} \\\
--enable-libopenjpeg \\\
--enable-libopenmpt \\\
%{!?_without_opus:--enable-libopus} \\\
@@ -514,6 +517,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Fri May 12 2023 Leigh Scott <leigh123linux(a)gmail.com> - 5.0.3-2
+- Enable openh264 for fedora
+
* Tue Apr 04 2023 Nicolas Chauvet <kwizart(a)gmail.com> - 5.0.3-1
- Update to 5.0.3
1 year, 6 months
[ffmpeg/f37] Enable openh264 for fedora
by Leigh Scott
commit 1f8027ddc504c036a6e70fee52220cc64abff815
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri May 12 11:18:30 2023 +0100
Enable openh264 for fedora
ffmpeg.spec | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 0bdc6c2..be72d6e 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -24,6 +24,7 @@
# Disable because of gcc issue
%global _without_lensfun 1
%if 0%{?fedora}
+%global _with_openh264 1
%global _with_placebo 1
%endif
%ifnarch i686
@@ -111,7 +112,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 5.1.3
-Release: 1%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
+Release: 2%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
License: %{ffmpeg_license}
URL: https://ffmpeg.org/
%if 0%{?date}
@@ -165,6 +166,7 @@ BuildRequires: libgcrypt-devel
BuildRequires: libGL-devel
BuildRequires: libmodplug-devel
BuildRequires: libmysofa-devel
+%{?_with_openh264:BuildRequires: openh264-devel}
BuildRequires: libopenmpt-devel
%{?_with_placebo:BuildRequires: libplacebo-devel}
BuildRequires: librsvg2-devel
@@ -346,6 +348,7 @@ Freeworld libavcodec to complement the distro counterparts
%{!?_without_opencl:--enable-opencl} \\\
%{?_with_opencv:--enable-libopencv} \\\
%{!?_without_opengl:--enable-opengl} \\\
+ %{?_with_openh264:--enable-libopenh264} \\\
--enable-libopenjpeg \\\
--enable-libopenmpt \\\
%{!?_without_opus:--enable-libopus} \\\
@@ -524,6 +527,9 @@ strip %{buildroot}%{_libdir}/%{name}/libavcodec.so.*
%changelog
+* Fri May 12 2023 Leigh Scott <leigh123linux(a)gmail.com> - 5.1.3-2
+- Enable openh264 for fedora
+
* Fri Mar 31 2023 Leigh Scott <leigh123linux(a)gmail.com> - 5.1.3-1
- Update to 5.1.3 release
- verify upstream source signature
1 year, 6 months
[ffmpeg] Enable openh264 for fedora
by Leigh Scott
commit 5dfe2985d9ee144515cbf9f73c63baf5774f42b5
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri May 12 11:18:30 2023 +0100
Enable openh264 for fedora
ffmpeg.spec | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index f644f9c..e7a0216 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -24,6 +24,7 @@
# Disable because of gcc issue
%global _without_lensfun 1
%if 0%{?fedora}
+%global _with_openh264 1
%global _with_placebo 1
%endif
%ifnarch i686
@@ -111,7 +112,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 6.0
-Release: 9%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
+Release: 10%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
License: %{ffmpeg_license}
URL: https://ffmpeg.org/
%if 0%{?date}
@@ -168,6 +169,7 @@ BuildRequires: libgcrypt-devel
BuildRequires: libGL-devel
BuildRequires: libmodplug-devel
BuildRequires: libmysofa-devel
+%{?_with_openh264:BuildRequires: openh264-devel}
BuildRequires: libopenmpt-devel
%{?_with_placebo:BuildRequires: libplacebo-devel >= 4.192.0}
BuildRequires: librsvg2-devel
@@ -350,6 +352,7 @@ Freeworld libavcodec to complement the distro counterparts
%{!?_without_opencl:--enable-opencl} \\\
%{?_with_opencv:--enable-libopencv} \\\
%{!?_without_opengl:--enable-opengl} \\\
+ %{?_with_openh264:--enable-libopenh264} \\\
--enable-libopenjpeg \\\
--enable-libopenmpt \\\
%{!?_without_opus:--enable-libopus} \\\
@@ -529,6 +532,9 @@ strip %{buildroot}%{_libdir}/%{name}/libavcodec.so.*
%changelog
+* Fri May 12 2023 Leigh Scott <leigh123linux(a)gmail.com> - 6.0-10
+- Enable openh264 for fedora
+
* Mon Apr 24 2023 Nicolas Chauvet <kwizart(a)gmail.com> - 6.0-9
- Add ffmpeg-bin for deps
1 year, 6 months
[steam] Update sources
by Simone Caronni
Summary of changes:
dc609bc... Update sources (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 6 months
[steam/f38] Update sources
by Simone Caronni
Summary of changes:
dc609bc... Update sources (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 6 months
[steam/f37] Update sources
by Simone Caronni
Summary of changes:
dc609bc... Update sources (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 6 months
[steam/f36] Update sources
by Simone Caronni
Summary of changes:
dc609bc... Update sources (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 6 months