[python-ffmpeg-normalize] Update to 1.25.1
by Leigh Scott
commit 095b899a92de0e25446c30a7376bf961d8d4add1
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Aug 23 15:14:42 2022 +0100
Update to 1.25.1
python-ffmpeg-normalize.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/python-ffmpeg-normalize.spec b/python-ffmpeg-normalize.spec
index a3893af..e7d6ca6 100644
--- a/python-ffmpeg-normalize.spec
+++ b/python-ffmpeg-normalize.spec
@@ -2,8 +2,8 @@
%global pypi_name ffmpeg-normalize
Name: python-%{pypi_name}
-Version: 1.24.0
-Release: 2%{?dist}
+Version: 1.25.1
+Release: 1%{?dist}
Summary: Normalize audio via ffmpeg
License: MIT
@@ -62,6 +62,9 @@ Batch processing of several input files is possible, including video files.
%{python3_sitelib}/ffmpeg_normalize-%{version}-py%{python3_version}.egg-info
%changelog
+* Tue Aug 23 2022 Leigh Scott <leigh123linux(a)gmail.com> - 1.25.1-1
+- Update to 1.25.1
+
* Sun Aug 07 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 1.24.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
diff --git a/sources b/sources
index 1fe480d..a517a13 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ffmpeg-normalize-1.24.0.tar.gz) = 78acc857986e4a8289c57711304ccd3d35c43843fba766b01866d3d240835bd74666194f65d2bb3aea9285303cbfda22c8a0957c7aa87007db763f5e35d1379a
+SHA512 (ffmpeg-normalize-1.25.1.tar.gz) = 65e0ef282181622680a13650c2577bb4aa681e66e645ad5017de9b90a220f3701fa141873d0262cab73ef7cf42d3eca3f6785c35c1006ca8fe87dfdbaa72814a
2 years, 3 months
[stella/f37] Update stella to 6.7
by Leigh Scott
Summary of changes:
b051b02... Update stella to 6.7 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 3 months
[lightspark/f37] Update to 0.8.6
by Leigh Scott
Summary of changes:
c17f0d1... Update to 0.8.6 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 3 months
[lightspark] Update to 0.8.6
by Leigh Scott
commit c17f0d1c4cc0e8474651b3cc6f6db2c84d7d2333
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Aug 23 14:29:21 2022 +0100
Update to 0.8.6
.gitignore | 1 +
lightspark-0.8.5-ffmpeg45.patch | 232 ----------------------------------------
lightspark-0.8.5-gcc48.patch | 108 -------------------
lightspark.spec | 38 +++----
sources | 2 +-
5 files changed, 14 insertions(+), 367 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 56ed96a..82f600f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ lightspark-0.7.2-20140219git.tar.bz2
/lightspark-0.8.2.tar.gz
/lightspark-0.8.3.tar.gz
/lightspark-0.8.5.tar.gz
+/lightspark-0.8.6.tar.gz
diff --git a/lightspark.spec b/lightspark.spec
index 9e17ab3..a9c87df 100644
--- a/lightspark.spec
+++ b/lightspark.spec
@@ -5,11 +5,9 @@
%global commit_short %(c=%{commit}; echo ${c:0:7})
%global date 20170422
-%undefine __cmake_in_source_build
-
Name: lightspark
-Version: 0.8.5
-Release: 7%{?git_snapshot:.%{date}git%{commit_short}}%{?dist}
+Version: 0.8.6
+Release: 1%{?git_snapshot:.%{date}git%{commit_short}}%{?dist}
Summary: An alternative Flash Player implementation
License: LGPLv3+
URL: http://lightspark.github.io/
@@ -19,19 +17,10 @@ Source0: https://github.com/lightspark/lightspark/archive/%{commit}.tar.g
Source0: https://github.com/lightspark/lightspark/archive/%{version}/%{name}-%{ver...
%endif
-# Fix build on EL7 (gcc4.8)
-# https://github.com/lightspark/lightspark/commit/4d81b0977433f52d944d89a3c...
-Patch0: lightspark-0.8.5-gcc48.patch
-# Fix build against ffmpeg 4.5
-# https://github.com/lightspark/lightspark/commit/50297fc5f79cd88aebf7ef86a...
-# https://github.com/lightspark/lightspark/commit/e525ae0c317e79b2eabe9d4e6...
-Patch1: lightspark-0.8.5-ffmpeg45.patch
-
-BuildRequires: cmake3
+BuildRequires: cmake
BuildRequires: desktop-file-utils
BuildRequires: ffmpeg-devel
BuildRequires: gcc-c++
-BuildRequires: gettext
BuildRequires: glew-devel >= 1.5.4
BuildRequires: gtkglext-devel
BuildRequires: libcurl-devel
@@ -40,7 +29,6 @@ BuildRequires: libjpeg-turbo-devel
BuildRequires: librtmp-devel
BuildRequires: nasm
BuildRequires: ncurses-devel
-BuildRequires: pcre-devel
BuildRequires: SDL2-devel
BuildRequires: SDL2_mixer-devel
BuildRequires: xz-devel
@@ -57,7 +45,6 @@ Lightspark features:
modern hardware. Designed from scratch after the official Flash
documentation was released.
-
%package mozilla-plugin
Summary: Mozilla compatible plugin for %{name}
Requires: mozilla-filesystem
@@ -71,36 +58,31 @@ install gnash ( without gnash-plugin ).
%package chromium-plugin
Summary: Chromium compatible plugin for %{name}
-Requires: chromium
Requires: %{name} = %{version}-%{release}
%description chromium-plugin
This is the Chromium compatible plugin for %{name}.
-
%prep
%if 0%{?git_snapshot}
%setup -q -n %{name}-%{commit}
%else
%setup -q -n %{name}-%{version}
-%patch0 -p1 -b .gcc48
-%patch1 -p1 -b .ffmpeg45
%endif
%build
-%cmake3 \
+%cmake \
-DPLUGIN_DIRECTORY="%{_libdir}/mozilla/plugins" \
-DPPAPI_PLUGIN_DIRECTORY="%{_libdir}/chromium-browser/PepperFlash/" \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
%{?with_tightspark: -DCOMPILE_TIGHTSPARK=1}
-%cmake3_build
+%cmake_build
%install
-%cmake3_install
-%find_lang %{name}
+%cmake_install
%if %{with tightspark}
pushd %{buildroot}%{_datadir}/man/man1
@@ -114,7 +96,7 @@ rm %{buildroot}%{_libdir}/%{name}/lib%{name}.so
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
-%files -f %{name}.lang
+%files
%license COPYING COPYING.LESSER
%doc ChangeLog
%config(noreplace) %{_sysconfdir}/xdg/lightspark.conf
@@ -132,11 +114,15 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%files chromium-plugin
%license COPYING COPYING.LESSER
+%dir %{_libdir}/chromium-browser/
+%dir %{_libdir}/chromium-browser/PepperFlash/
%{_libdir}/chromium-browser/PepperFlash/libpepflashplayer.so
%{_libdir}/chromium-browser/PepperFlash/manifest.json
-
%changelog
+* Tue Aug 23 2022 Leigh Scott <leigh123linux(a)gmail.com> - 0.8.6-1
+- Update to 0.8.6
+
* Sun Aug 07 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 0.8.5-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
diff --git a/sources b/sources
index 467ebc4..fa50ff7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (lightspark-0.8.5.tar.gz) = 79e78925f9132b2c6044e4abf326d768c8d45509f85d9123e3dd172b2769772567223676fa7c8ea4d08bc541e9aa7a2b2d5a1062ff9f3a6274234af8798ee11b
+SHA512 (lightspark-0.8.6.tar.gz) = fbe568141c59ae660b62a7d1c38fae8039bd258c4822492b77274422789e9ea7f10805c9c0a9f54c91e437ce4605cc2bf4fca9d2879bbf1f2f3053d47b19f850
2 years, 3 months
[stella] Update stella to 6.7
by Sérgio M. Basto
commit b051b0284db1a3a2c6eda54330ab5ac32c003cb7
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Aug 23 11:29:47 2022 +0100
Update stella to 6.7
.gitignore | 1 +
sources | 2 +-
stella.spec | 7 +++++--
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 702ae4b..fc99ecb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ stella-4.7.2-src.tar.xz
/stella-6.4-src.tar.xz
/stella-6.5.3-src.tar.xz
/stella-6.6-src.tar.xz
+/stella-6.7-src.tar.xz
diff --git a/sources b/sources
index 48688b0..e943eff 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (stella-6.6-src.tar.xz) = 89aea0cec9c2f22f276c1c4b36b76deb1ef9fb913c959f93f8cbcac300acdb23d2e3e66981d3263ea1ccfd72aaab1aa47218136b82b5e12aa8fbf352959743ab
+SHA512 (stella-6.7-src.tar.xz) = c20a2e9d98e1330f151e5f7d0e7cf15b2279b0d5f1175269f4084bf4964337b998118800615ae62eabf9d0f8abe0bb9cd02bddd1ee827121a49131888b4946ff
diff --git a/stella.spec b/stella.spec
index f14e8c3..c31fdf0 100644
--- a/stella.spec
+++ b/stella.spec
@@ -1,7 +1,7 @@
#global prerel pre9
Name: stella
-Version: 6.6
-Release: 3%{?dist}
+Version: 6.7
+Release: 1%{?dist}
License: GPLv2+
Summary: A multi-platform Atari 2600 Video Computer System emulator
Group: Applications/Emulators
@@ -70,6 +70,9 @@ rm %{buildroot}%{_docdir}/%{name}/Copyright.txt
%changelog
+* Tue Aug 23 2022 Sérgio Basto <sergio(a)serjux.com> - 6.7-1
+- Update stella to 6.7
+
* Sun Aug 07 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 6.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
2 years, 3 months
[amule/f37] Rebuild with wxWidgets 3.2
by Sérgio M. Basto
Summary of changes:
e13689d... Rebuild with wxWidgets 3.2 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 3 months