[snes9x/f34] Fix FTBFS for gcc-11
by Andrea Musuruane
Summary of changes:
2ba2e28... Fix FTBFS for gcc-11 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 7 months
[snes9x] Fix FTBFS for gcc-11
by Andrea Musuruane
commit 2ba2e2811a4684dcef8d42354a696bea7d0ff4ab
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Sat Apr 17 18:40:18 2021 +0200
Fix FTBFS for gcc-11
snes9x.spec | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/snes9x.spec b/snes9x.spec
index c07a93f..00e3968 100644
--- a/snes9x.spec
+++ b/snes9x.spec
@@ -1,7 +1,7 @@
Summary: Super Nintendo Entertainment System emulator
Name: snes9x
Version: 1.60
-Release: 5%{?dist}
+Release: 6%{?dist}
License: Other
URL: http://www.snes9x.com/
Source0: https://github.com/snes9xgit/snes9x/archive/%{version}.tar.gz#/%{name}-%{...
@@ -66,6 +66,9 @@ rm -rf unzip
%build
+export CFLAGS="%{optflags} -std=gnu++14"
+export CXXFLAGS="%{optflags} -std=gnu++14"
+
# Build GTK version
pushd gtk
%meson
@@ -123,6 +126,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata
%changelog
+* Sat Apr 17 2021 Andrea Musuruane <musuruan(a)gmail.com> - 1.60-6
+- Fix FTBFS for gcc-11
+
* Thu Feb 04 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.60-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
3 years, 7 months
[lives] Rebuild for new mjpegtools
by Leigh Scott
commit e7182214a6b401c360bbb854ed8b88e2d80b6191
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Apr 17 16:57:43 2021 +0100
Rebuild for new mjpegtools
lives.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/lives.spec b/lives.spec
index f001709..c5be895 100644
--- a/lives.spec
+++ b/lives.spec
@@ -23,7 +23,7 @@
Name: lives
Version: 3.2.0
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Video editor and VJ tool
License: GPLv3+ and LGPLv3+
URL: http://lives-video.com
@@ -205,6 +205,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
%{_metainfodir}/LiVES.appdata.xml
%changelog
+* Sat Apr 17 2021 Leigh Scott <leigh123linux(a)gmail.com> - 3.2.0-5
+- Rebuild for new mjpegtools
+
* Wed Feb 03 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 3.2.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
3 years, 7 months
[gstreamer1-plugins-bad-freeworld] Rebuild for new mjpegtools
by Leigh Scott
commit e420689553bca80f272de6c899827a55e53a15e2
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Apr 17 16:56:24 2021 +0100
Rebuild for new mjpegtools
gstreamer1-plugins-bad-freeworld.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/gstreamer1-plugins-bad-freeworld.spec b/gstreamer1-plugins-bad-freeworld.spec
index 936acf3..d092561 100644
--- a/gstreamer1-plugins-bad-freeworld.spec
+++ b/gstreamer1-plugins-bad-freeworld.spec
@@ -1,7 +1,7 @@
Summary: GStreamer 1.0 streaming media framework "bad" plug-ins
Name: gstreamer1-plugins-bad-freeworld
Version: 1.18.4
-Release: 2%{?dist}
+Release: 3%{?dist}
License: LGPLv2+
URL: https://gstreamer.freedesktop.org/
Source0: %{url}/src/gst-plugins-bad/gst-plugins-bad-%{version}.tar.xz
@@ -96,6 +96,9 @@ rm -rf %{buildroot}%{_datadir}/gstreamer-1.0/encoding-profiles/
%changelog
+* Sat Apr 17 2021 Leigh Scott <leigh123linux(a)gmail.com> - 1.18.4-3
+- Rebuild for new mjpegtools
+
* Wed Apr 14 2021 Leigh Scott <leigh123linux(a)gmail.com> - 1.18.4-2
- Rebuild for new x265
3 years, 7 months
[mjpegtools/f34] Update to 2.2.0
by Leigh Scott
Summary of changes:
aef132b... Update to 2.2.0 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 7 months
[mjpegtools] Update to 2.2.0
by Leigh Scott
commit aef132b2a809ebc1dd6b7f15cb9385bb960ad927
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Apr 17 15:10:30 2021 +0100
Update to 2.2.0
.gitignore | 1 +
mjpegtools-2.1.0-no_format.patch | 70 ---------------------------------------
mjpegtools-2.1.0-pic.patch | 69 --------------------------------------
mjpegtools-2.1.0-sdl-cflags.patch | 11 ------
mjpegtools.spec | 17 +++++-----
sources | 2 +-
6 files changed, 10 insertions(+), 160 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 163eb25..1e0d3e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
mjpegtools-2.1.0.tar.gz
+/mjpegtools-2.2.0.tar.bz2
diff --git a/mjpegtools.spec b/mjpegtools.spec
index a9db493..2ea3d09 100644
--- a/mjpegtools.spec
+++ b/mjpegtools.spec
@@ -3,15 +3,12 @@
%endif
Name: mjpegtools
-Version: 2.1.0
-Release: 21%{?dist}
+Version: 2.2.0
+Release: 1%{?dist}
Summary: Tools to manipulate MPEG data
License: GPLv2
-URL: http://mjpeg.sourceforge.net/
-Source0: http://downloads.sourceforge.net/mjpeg/%{name}-%{version}.tar.gz
-Patch0: mjpegtools-2.1.0-sdl-cflags.patch
-Patch1: mjpegtools-2.1.0-no_format.patch
-Patch2: mjpegtools-2.1.0-pic.patch
+URL: https://mjpeg.sourceforge.net/
+Source0: https://sourceforge.net/projects/mjpeg/files/%{name}/%{version}/%{name}-%...
BuildRequires: automake
BuildRequires: gcc-c++
@@ -99,7 +96,7 @@ for building applications that use mjpegtools lavpipe libraries.
%prep
%autosetup -p1
-autoreconf -iv
+
sed -i -e 's/ARCHFLAGS=.*/ARCHFLAGS=/' configure*
sed -i -e 's|/lib /usr/lib|/%{_lib} %{_libdir}|' configure # lib64 rpaths
for f in docs/yuvfps.1 ; do
@@ -143,7 +140,6 @@ rm %buildroot%{_bindir}/mpegtranscode
%{_infodir}/mjpeg-howto.info*
%files gui
-%doc README.glav
%{_bindir}/glav
# lavplay and yuvplay won't save console util users from X11 and SDL
# dependencies as long as liblavplay is in -lav, but they're inherently
@@ -173,6 +169,9 @@ rm %buildroot%{_bindir}/mpegtranscode
%changelog
+* Sat Apr 17 2021 Leigh Scott <leigh123linux(a)gmail.com> - 2.2.0-1
+- Update to 2.2.0
+
* Wed Feb 03 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.1.0-21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
diff --git a/sources b/sources
index d7256b9..481ac45 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-57bf5dd78976ca9bac972a6511b236f3 mjpegtools-2.1.0.tar.gz
+SHA512 (mjpegtools-2.2.0.tar.bz2) = d645c0004bf20cab67d2e09cde709f05e32ab755b773c93f75ab65bf6d4ab23d80addf3f8b98e1ce59cc05efc0776b11ca0c71568acb81fab6a0f15e60bce71f
3 years, 7 months