[telegram-desktop/f31] Added GSL to build requirements.
by Vitaly Zaitsev
commit 2a005084929bf741e45df0111931ef63627aae5c
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Fri May 1 22:28:23 2020 +0200
Added GSL to build requirements.
telegram-desktop.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index 0fd6bf7..58ebf23 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -77,6 +77,7 @@ BuildRequires: cmake
BuildRequires: gcc
# Development packages for Telegram Desktop...
+BuildRequires: guidelines-support-library-devel >= 3.0.0
BuildRequires: mapbox-variant-devel >= 0.3.6
BuildRequires: qt5-qtbase-private-devel
BuildRequires: libtgvoip-devel >= 2.4.4
4 years, 6 months
[telegram-desktop] Updated to version 2.1.1.
by Vitaly Zaitsev
commit 43d81660fdd7c9d76b58ea3d7a2cf594fd2ceae2
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Fri May 1 22:24:41 2020 +0200
Updated to version 2.1.1.
.gitignore | 1 +
sources | 2 +-
telegram-desktop.spec | 27 ++++++---------------------
3 files changed, 8 insertions(+), 22 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 94d761f..f84a1c8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -134,3 +134,4 @@
/tdesktop-2.0.0-full.tar.gz
/tdesktop-2.0.1-full.tar.gz
/tdesktop-2.1.0-full.tar.gz
+/tdesktop-2.1.1-full.tar.gz
diff --git a/sources b/sources
index 81277b5..8ac7e33 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tdesktop-2.1.0-full.tar.gz) = 46f5453c64d1dbd4cf8adde73fcc48e6b6f795972ab0f6516cb55112f47d5af990a049da356bedb81e6d3f7103c14a7be45369ff9a5a1812c07a1bfcda70646d
+SHA512 (tdesktop-2.1.1-full.tar.gz) = aa542c029ead2d1b6c398ecca949b86fae8f37094ceb462ace4628f8e53882faf35b3c2e4fe03dd2e4e17b07412896f7b05d6748b13c99a3bac117b7449d69a8
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index a285c0b..0fd6bf7 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -1,6 +1,5 @@
# Build conditionals (with - OFF, without - ON)...
%bcond_with gtk3
-%bcond_with gsl
%bcond_without rlottie
%bcond_without spellcheck
%bcond_without fonts
@@ -38,7 +37,7 @@
%endif
Name: telegram-desktop
-Version: 2.1.0
+Version: 2.1.1
Release: 1%{?dist}
# Application and 3rd-party modules licensing:
@@ -66,12 +65,6 @@ BuildRequires: rlottie-devel
Provides: bundled(rlottie) = 0~git
%endif
-%if %{with gsl}
-BuildRequires: guidelines-support-library-devel
-%else
-Provides: bundled(guidelines-support-library) = 2.0.0
-%endif
-
# Telegram Desktop require patched version of lxqt-qtplugin.
# Pull Request pending: https://github.com/lxqt/lxqt-qtplugin/pull/52
Provides: bundled(lxqt-qtplugin) = 0.14.0~git
@@ -147,16 +140,12 @@ business messaging needs.
mkdir -p %{_target_platform}
# Unbundling libraries...
-rm -rf Telegram/ThirdParty/{Catch,QR,SPMediaKeyTap,expected,hunspell,libdbusmenu-qt,libtgvoip,lz4,minizip,variant,xxHash}
+rm -rf Telegram/ThirdParty/{Catch,GSL,QR,SPMediaKeyTap,expected,hunspell,libdbusmenu-qt,libtgvoip,lz4,minizip,variant,xxHash}
%if %{with rlottie}
rm -rf Telegram/ThirdParty/rlottie
%endif
-%if %{with gsl}
-rm -rf Telegram/ThirdParty/GSL
-%endif
-
# Patching default desktop file...
desktop-file-edit --set-key=Exec --set-value="%{_bindir}/%{name} -- %u" --copy-name-to-generic-name lib/xdg/telegramdesktop.desktop
@@ -183,11 +172,6 @@ pushd %{_target_platform}
%else
-DDESKTOP_APP_USE_PACKAGED_RLOTTIE:BOOL=OFF \
%endif
-%if %{with gsl}
- -DDESKTOP_APP_USE_PACKAGED_GSL:BOOL=ON \
-%else
- -DDESKTOP_APP_USE_PACKAGED_GSL:BOOL=OFF \
-%endif
%if %{with clang}
-DCMAKE_C_COMPILER=%{_bindir}/clang \
-DCMAKE_CXX_COMPILER=%{_bindir}/clang++ \
@@ -204,6 +188,7 @@ pushd %{_target_platform}
-DTDESKTOP_API_ID=611335 \
-DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c \
-DDESKTOP_APP_USE_PACKAGED:BOOL=ON \
+ -DDESKTOP_APP_USE_PACKAGED_GSL:BOOL=ON \
-DDESKTOP_APP_USE_PACKAGED_EXPECTED:BOOL=ON \
-DDESKTOP_APP_USE_PACKAGED_VARIANT:BOOL=ON \
-DDESKTOP_APP_USE_PACKAGED_QRCODE:BOOL=ON \
@@ -234,11 +219,11 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{launcher}.desktop
%{_metainfodir}/%{launcher}.appdata.xml
%changelog
+* Fri May 01 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.1.1-1
+- Updated to version 2.1.1.
+
* Tue Apr 28 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.1.0-1
- Updated to version 2.1.0.
* Tue Mar 31 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.0.1-1
- Updated to version 2.0.1.
-
-* Mon Mar 30 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.0.0-1
-- Updated to version 2.0.0.
4 years, 6 months
[ffmpeg] Update to 20200501git
by Leigh Scott
commit af20cc4735762b54043b0838757eb46ef07226d5
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri May 1 09:39:35 2020 +0100
Update to 20200501git
.gitignore | 1 +
ffmpeg.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c59e7e3..5f9d152 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ ffmpeg-*.rpm
/ffmpeg-20200412.tar.bz2
/ffmpeg-20200419.tar.bz2
/ffmpeg-20200423.tar.bz2
+/ffmpeg-20200501.tar.bz2
diff --git a/ffmpeg.spec b/ffmpeg.spec
index bee10db..a44e12c 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -1,7 +1,7 @@
# TODO: add make test to %%check section
#global branch oldabi-
-%global date 20200423
+%global date 20200501
#global rel rc1
# rav1e has a broken .pc file
@@ -89,7 +89,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 4.3
-Release: 0.15.%{?date}%{?date:git}%{?rel}%{?dist}
+Release: 0.16.%{?date}%{?date:git}%{?rel}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -434,6 +434,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Fri May 01 2020 Leigh Scott <leigh123linux(a)gmail.com> - 4.3-0.16.20200501git
+- Update to 20200501git
+
* Thu Apr 23 2020 Leigh Scott <leigh123linux(a)gmail.com> - 4.3-0.15.20200423git
- Update to 20200423git
- Enable nvdec for aarch64
diff --git a/sources b/sources
index f5b9024..d121f23 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ffmpeg-20200423.tar.bz2) = 2fe0e10c38c770c3dc7c1ba0426720d5b94333cf8df66c4a066b2def1578323463fcdf954fa672284cbcb7d4ac2fd8cd78f46bb2d32da2ad7534f5a7055ab7eb
+SHA512 (ffmpeg-20200501.tar.bz2) = df77e6650d60366ba8d1b8d4cb692db36bf6ac8c871d221f5a833c9933b54c29cbe0eeb86a7ad1b0a88aaf7151771144f5eb9bf8cf1cfbe43ce9173d75e77540
4 years, 6 months