[megasync] Fix glibc.
by Vasiliy Glazov
commit 983d5f499762993655fa9a30aade535e2b4c7c0a
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Fri Sep 17 10:57:10 2021 +0300
Fix glibc.
megasync.spec | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/megasync.spec b/megasync.spec
index e4c3a92..8a69e27 100644
--- a/megasync.spec
+++ b/megasync.spec
@@ -111,6 +111,11 @@ cp src/MEGASync/mega/LICENSE LICENSE-SDK
sed -i 's|videoStream->skip_to_keyframe|//videoStream->skip_to_keyframe|' src/MEGASync/mega/src/gfx/freeimage.cpp
sed -i 's|videoStream->skip_to_keyframe|//videoStream->skip_to_keyframe|' src/MEGASync/mega/src/gfx/qt.cpp
+%if 0%{?fedora} >= 35
+# Fix glibc for F35 and later
+sed -i 's|kSigStackSize = std::max(8192|kSigStackSize = std::max(static_cast<long>(8192)|' src/MEGASync/google_breakpad/client/linux/handler/exception_handler.cc
+%endif
+
#Disable all bundling
sed -i '/-u/d' src/configure
sed -i 's/-v/-y/' src/configure
3 years, 2 months
[megasync] Fix release.
by Vasiliy Glazov
commit def5bc60b95303c4c88d779620d82912f6f255d7
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Fri Sep 17 09:14:39 2021 +0300
Fix release.
megasync.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/megasync.spec b/megasync.spec
index ecea8e8..e4c3a92 100644
--- a/megasync.spec
+++ b/megasync.spec
@@ -11,7 +11,7 @@
Name: megasync
Version: 4.5.3.0
-Release: 2%{?dist}
+Release: 1%{?dist}
Summary: Easy automated syncing between your computers and your MEGA cloud drive
# MEGAsync is under a proprietary license, except the SDK which is BSD
License: Proprietary and BSD
@@ -246,10 +246,13 @@ popd
%endif
%changelog
+* Fri Sep 17 2021 Vasiliy N. Glazov <vascom2(a)gmail.com> - 4.5.3.0-1
+- Update to 4.5.3.0
+- Fix ffmeg
+
* Wed Aug 04 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 4.4.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
* Mon Mar 01 2021 Vasiliy N. Glazov <vascom2(a)gmail.com> - 4.4.0.0-1
- Update to 4.4.0.0
3 years, 2 months
[megasync: 2/2] Merge branch 'master' of ssh://pkgs.rpmfusion.org/nonfree/megasync
by Vasiliy Glazov
commit ffd58b08842b400e84bda582421d44bad743be78
Merge: 50a0cab 181079c
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Fri Sep 17 09:14:05 2021 +0300
Merge branch 'master' of ssh://pkgs.rpmfusion.org/nonfree/megasync
megasync.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --cc megasync.spec
index e87163c,944d919..ecea8e8
--- a/megasync.spec
+++ b/megasync.spec
@@@ -10,8 -9,8 +10,8 @@@
%endif
Name: megasync
-Version: 4.4.0.0
+Version: 4.5.3.0
- Release: 1%{?dist}
+ Release: 2%{?dist}
Summary: Easy automated syncing between your computers and your MEGA cloud drive
# MEGAsync is under a proprietary license, except the SDK which is BSD
License: Proprietary and BSD
@@@ -246,10 -242,9 +246,10 @@@ pop
%endif
%changelog
- * Fri Sep 17 2021 Vasiliy N. Glazov <vascom2(a)gmail.com> - 4.5.3.0-1
- - Update to 4.5.3.0
- - Fix ffmeg
+ * Wed Aug 04 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 4.4.0.0-2
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
+
* Mon Mar 01 2021 Vasiliy N. Glazov <vascom2(a)gmail.com> - 4.4.0.0-1
- Update to 4.4.0.0
3 years, 2 months
[megasync: 1/2] Update to 4.5.3.0. Fix ffmpeg.
by Vasiliy Glazov
commit 50a0cabf15671cdc37e872804862f94b6ff29c1c
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Fri Sep 17 09:12:11 2021 +0300
Update to 4.5.3.0. Fix ffmpeg.
.gitignore | 2 ++
megasync.spec | 16 ++++++++++++----
sources | 4 ++--
3 files changed, 16 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4a68793..56d3d62 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,5 @@
/v4.3.7.0_Linux.tar.gz
/v3.7.3h.tar.gz
/v4.4.0.0_Linux.tar.gz
+/v3.8.2c.tar.gz
+/v4.5.3.0_Linux.tar.gz
diff --git a/megasync.spec b/megasync.spec
index 7e5f49e..e87163c 100644
--- a/megasync.spec
+++ b/megasync.spec
@@ -1,4 +1,5 @@
-%global sdk_version 3.7.3h
+%global sdk_version 3.8.2c
+%global source_suffix Linux
%bcond_without dolphin
%bcond_without nautilus
@@ -9,13 +10,13 @@
%endif
Name: megasync
-Version: 4.4.0.0
+Version: 4.5.3.0
Release: 1%{?dist}
Summary: Easy automated syncing between your computers and your MEGA cloud drive
# MEGAsync is under a proprietary license, except the SDK which is BSD
License: Proprietary and BSD
URL: https://mega.nz
-Source0: https://github.com/meganz/MEGAsync/archive/v%{version}_Linux.tar.gz
+Source0: https://github.com/meganz/MEGAsync/archive/v%{version}_%{source_suffix}.t...
Source1: https://github.com/meganz/sdk/archive/v%{sdk_version}.tar.gz
ExcludeArch: %power64 aarch64
@@ -100,12 +101,15 @@ Requires: %{name}%{?_isa}
%prep
-%autosetup -n MEGAsync-%{version}_Linux
+%autosetup -n MEGAsync-%{version}_%{source_suffix}
#Move Mega SDK to it's place
tar -xvf %{SOURCE1} -C src/MEGASync/mega
mv src/MEGASync/mega/sdk-%{sdk_version}/* src/MEGASync/mega/
cp src/MEGASync/mega/LICENSE LICENSE-SDK
+# Fix ffmpeg build
+sed -i 's|videoStream->skip_to_keyframe|//videoStream->skip_to_keyframe|' src/MEGASync/mega/src/gfx/freeimage.cpp
+sed -i 's|videoStream->skip_to_keyframe|//videoStream->skip_to_keyframe|' src/MEGASync/mega/src/gfx/qt.cpp
#Disable all bundling
sed -i '/-u/d' src/configure
@@ -242,6 +246,10 @@ popd
%endif
%changelog
+* Fri Sep 17 2021 Vasiliy N. Glazov <vascom2(a)gmail.com> - 4.5.3.0-1
+- Update to 4.5.3.0
+- Fix ffmeg
+
* Mon Mar 01 2021 Vasiliy N. Glazov <vascom2(a)gmail.com> - 4.4.0.0-1
- Update to 4.4.0.0
diff --git a/sources b/sources
index 9c5e0c8..4422961 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (v3.7.3h.tar.gz) = f3303052d50a34635e7332f668e0f2856c19b1e326bdbda16028313d558bfa737c776e5f52695f2ee08ef985dbe6633f05eb5dd68221f63ff88e56a4294d8842
-SHA512 (v4.4.0.0_Linux.tar.gz) = e868d8062989e4609eb84e3059e274f78194dd6611bb5ca264e9029c7abae4aaf48627d3004d42edd4ccec39e6f8e9708c7c63da7421ace9f584c072bda7597a
+SHA512 (v3.8.2c.tar.gz) = 89cfa2a7ccb799da7e6a4d10454dd57843807ef22ed60b3c39d2ee3ca9e9c0265d2719e47338fb682472a7662466d869487d7392794030998b3d55335d9f8e88
+SHA512 (v4.5.3.0_Linux.tar.gz) = ee45cccd569fed8606fa2de8e82a62a3b43f9b4e0baa2f1a902e8ecf5d000fdf688bc69eaf2fae71d32be908d485acc8d65f985f8392c304de255c07c26ceed6
3 years, 2 months
[lightspark] Update to 0.8.5
by Xavier Bachelot
commit 5b09673b162641289656467ba493808ba1ce99ab
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Wed Sep 15 12:18:14 2021 +0200
Update to 0.8.5
.gitignore | 1 +
lightspark.spec | 9 +++++----
sources | 2 +-
3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6fc9d1d..56ed96a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ lightspark-0.7.2-20140219git.tar.bz2
/lightspark-0.8.1.tar.gz
/lightspark-0.8.2.tar.gz
/lightspark-0.8.3.tar.gz
+/lightspark-0.8.5.tar.gz
diff --git a/lightspark.spec b/lightspark.spec
index 26b48d4..7108026 100644
--- a/lightspark.spec
+++ b/lightspark.spec
@@ -6,8 +6,8 @@
%global date 20170422
Name: lightspark
-Version: 0.8.3
-Release: 6%{?git_snapshot:.%{date}git%{commit_short}}%{?dist}
+Version: 0.8.5
+Release: 1%{?git_snapshot:.%{date}git%{commit_short}}%{?dist}
Summary: An alternative Flash Player implementation
License: LGPLv3+
URL: http://lightspark.github.io/
@@ -23,7 +23,6 @@ BuildRequires: ffmpeg-devel
BuildRequires: gcc-c++
BuildRequires: gettext
BuildRequires: glew-devel >= 1.5.4
-BuildRequires: glibmm24-devel
BuildRequires: gtkglext-devel
BuildRequires: libcurl-devel
BuildRequires: libffi-devel
@@ -31,7 +30,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
@@ -127,6 +125,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Wed Sep 15 2021 Xavier Bachelot <xavier(a)bachelot.org> - 0.8.5-1
+- Update to 0.8.5
+
* Tue Aug 03 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.8.3-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
diff --git a/sources b/sources
index c6fb11f..467ebc4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (lightspark-0.8.3.tar.gz) = 023d1872577445a857c77908bc2ec83ebfa086bc77161dfd22b53fc0c38eb5d94cd5bb5c5a7508dee2039d3b8479c917dcee089fe551a984ec5525a5ae781997
+SHA512 (lightspark-0.8.5.tar.gz) = 79e78925f9132b2c6044e4abf326d768c8d45509f85d9123e3dd172b2769772567223676fa7c8ea4d08bc541e9aa7a2b2d5a1062ff9f3a6274234af8798ee11b
3 years, 2 months