[chromium-freeworld] Update to 81.0.4044.138
by qvint
commit d10c32097da37db5dbdcae2c565a7906ed1cb2fe
Author: qvint <dotqvint(a)gmail.com>
Date: Wed May 6 03:39:29 2020 +0300
Update to 81.0.4044.138
chromium-freeworld.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index 320e4c2..d20f84b 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -69,7 +69,7 @@
%global ozone 0
##############################Package Definitions######################################
Name: chromium-freeworld
-Version: 81.0.4044.129
+Version: 81.0.4044.138
Release: 1%{?dist}
Summary: Chromium web browser built with all freeworld codecs and VA-API support
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
@@ -733,6 +733,9 @@ appstream-util validate-relax --nonet "%{buildroot}%{_metainfodir}/%{name}.appda
%{chromiumdir}/swiftshader/libGLESv2.so
#########################################changelogs#################################################
%changelog
+* Wed May 06 2020 qvint <dotqvint(a)gmail.com> - 81.0.4044.138-1
+- Update to 81.0.4044.138
+
* Thu Apr 30 2020 qvint <dotqvint(a)gmail.com> - 81.0.4044.129-1
- Update to 81.0.4044.129
diff --git a/sources b/sources
index aa083e4..dad27c2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (chromium-81.0.4044.129.tar.xz) = 93dfc5c1050bc226b836721d422a8d98a183fff81e91f55477dce0c650d35a95aeb89c810bea6e07ffb948ee62e8e150c8b8c5bad4658fcc215de05a681b064a
+SHA512 (chromium-81.0.4044.138.tar.xz) = 9f686b27b2f8ea5c15f50b0ddcd24745aec41e28af8c38618e18771401bd5cfb26939b9ac49973ea804cda458a939c1a6ad59cb24fb1937b7687c3d908183437
4 years, 6 months
[telegram-desktop/f31] Updated to version 2.1.2.
by Vitaly Zaitsev
commit cf862844529cb56e75809c706641c5bfa5e0390a
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Tue May 5 22:37:37 2020 +0200
Updated to version 2.1.2.
.gitignore | 1 +
sources | 2 +-
telegram-desktop.spec | 72 +++++++++++++++------------------------------------
3 files changed, 23 insertions(+), 52 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f84a1c8..9cf79c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -135,3 +135,4 @@
/tdesktop-2.0.1-full.tar.gz
/tdesktop-2.1.0-full.tar.gz
/tdesktop-2.1.1-full.tar.gz
+/tdesktop-2.1.2-full.tar.gz
diff --git a/sources b/sources
index 8ac7e33..f4e32c7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tdesktop-2.1.1-full.tar.gz) = aa542c029ead2d1b6c398ecca949b86fae8f37094ceb462ace4628f8e53882faf35b3c2e4fe03dd2e4e17b07412896f7b05d6748b13c99a3bac117b7449d69a8
+SHA512 (tdesktop-2.1.2-full.tar.gz) = c23d9a961132cd2592ce8f728ed7592091a8c2a1d94797facd93516ab0c9194bd5b90ba7a7d4e8aa778940bc4a23d4ac69507a9f150c3bf4e743c6659e545ccf
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index 3a0ede2..e7ee469 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -1,9 +1,6 @@
# Build conditionals (with - OFF, without - ON)...
-%bcond_with gtk3
%bcond_without rlottie
-%bcond_without spellcheck
-%bcond_without fonts
-%bcond_without mindbg
+%bcond_without ipo
%if 0%{?fedora} && 0%{?fedora} >= 32
%bcond_without clang
@@ -11,33 +8,24 @@
%bcond_with clang
%endif
-%ifarch x86_64
-%bcond_without ipo
-%else
-%bcond_with ipo
-%endif
-
# Telegram Desktop's constants...
%global appname tdesktop
%global launcher telegramdesktop
-%global tarsuffix -full
# Applying workaround to RHBZ#1559007...
%if %{with clang}
-%global optflags %(echo %{optflags} | sed -e 's/-mcet//g' -e 's/-fcf-protection//g' -e 's/-fstack-clash-protection//g' -e 's/$/-Qunused-arguments -Wno-unknown-warning-option/')
+%global optflags %(echo %{optflags} | sed -e 's/-mcet//g' -e 's/-fcf-protection//g' -e 's/-fstack-clash-protection//g' -e 's/$/-Qunused-arguments -Wno-unknown-warning-option -Wno-deprecated-declarations/')
%endif
# Decrease debuginfo verbosity to reduce memory consumption...
-%if %{with mindbg}
%ifarch x86_64
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
%else
%global optflags %(echo %{optflags} | sed 's/-g /-g2 /')
%endif
-%endif
Name: telegram-desktop
-Version: 2.1.1
+Version: 2.1.2
Release: 1%{?dist}
# Application and 3rd-party modules licensing:
@@ -50,12 +38,16 @@ Summary: Telegram Desktop official messaging app
ExclusiveArch: x86_64
# Source files...
-Source0: %{url}/releases/download/v%{version}/%{appname}-%{version}%{tarsuffix}.tar.gz
+Source0: %{url}/releases/download/v%{version}/%{appname}-%{version}-full.tar.gz
# Telegram Desktop require exact version of Qt due to Qt private API usage.
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
Requires: qt5-qtimageformats%{?_isa}
Requires: hicolor-icon-theme
+Requires: open-sans-fonts
+
+# Short alias for the main package...
+Provides: telegram%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
# Telegram Desktop require patched version of rlottie since 1.8.0.
# Pull Request pending: https://github.com/Samsung/rlottie/pull/252
@@ -90,38 +82,23 @@ BuildRequires: openal-soft-devel
BuildRequires: qt5-qtbase-devel
BuildRequires: libstdc++-devel
BuildRequires: expected-devel
+BuildRequires: hunspell-devel
BuildRequires: openssl-devel
BuildRequires: xxhash-devel
BuildRequires: json11-devel
BuildRequires: ninja-build
+BuildRequires: glib2-devel
BuildRequires: opus-devel
BuildRequires: lz4-devel
BuildRequires: xz-devel
BuildRequires: python3
-%if %{with gtk3}
-BuildRequires: libappindicator-gtk3-devel
-BuildRequires: glib2-devel
-BuildRequires: gtk3-devel
-Recommends: libappindicator-gtk3%{?_isa}
-Requires: gtk3%{?_isa}
-%endif
-
-%if %{with spellcheck}
-BuildRequires: hunspell-devel
-BuildRequires: glib2-devel
-%endif
-
%if %{with clang}
BuildRequires: compiler-rt
BuildRequires: clang
BuildRequires: llvm
%endif
-%if %{with fonts}
-Requires: open-sans-fonts
-%endif
-
%description
Telegram is a messaging app with a focus on speed and security, it’s super
fast, simple and free. You can use Telegram on all your devices at the same
@@ -137,36 +114,27 @@ business messaging needs.
%prep
# Unpacking Telegram Desktop source archive...
-%autosetup -n %{appname}-%{version}%{tarsuffix} -p1
+%autosetup -n %{appname}-%{version}-full -p1
mkdir -p %{_target_platform}
# Unbundling libraries...
-rm -rf Telegram/ThirdParty/{Catch,GSL,QR,SPMediaKeyTap,expected,hunspell,libdbusmenu-qt,libtgvoip,lz4,minizip,variant,xxHash}
+rm -rf Telegram/ThirdParty/{Catch,GSL,QR,SPMediaKeyTap,expected,fcitx-qt5,hime,hunspell,libdbusmenu-qt,libqtxdg,libtgvoip,lxqt-qtplugin,lz4,materialdecoration,minizip,nimf,qt5ct,range-v3,variant,xxHash}
+# Unbundling rlottie if build against packaged version...
%if %{with rlottie}
rm -rf Telegram/ThirdParty/rlottie
%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
-
%build
# Building Telegram Desktop using cmake...
pushd %{_target_platform}
%cmake -G Ninja \
-DCMAKE_BUILD_TYPE=Release \
-%if %{without gtk3}
- -DTDESKTOP_DISABLE_GTK_INTEGRATION:BOOL=ON \
-%endif
-%if %{without spellcheck}
- -DDESKTOP_APP_DISABLE_SPELLCHECK:BOOL=ON \
-%endif
-%if %{without fonts}
- -DDESKTOP_APP_USE_PACKAGED_FONTS:BOOL=OFF \
-%endif
-%if %{with ipo} && %{with mindbg} && %{without clang}
+%ifarch x86_64
+%if %{with ipo} && %{without clang}
-DDESKTOP_APP_ENABLE_IPO_OPTIMIZATIONS:BOOL=ON \
%endif
+%endif
%if %{with rlottie}
-DDESKTOP_APP_USE_PACKAGED_RLOTTIE:BOOL=ON \
-DDESKTOP_APP_LOTTIE_USE_CACHE:BOOL=OFF \
@@ -193,9 +161,11 @@ pushd %{_target_platform}
-DDESKTOP_APP_USE_PACKAGED_EXPECTED:BOOL=ON \
-DDESKTOP_APP_USE_PACKAGED_VARIANT:BOOL=ON \
-DDESKTOP_APP_USE_PACKAGED_QRCODE:BOOL=ON \
+ -DDESKTOP_APP_USE_PACKAGED_FONTS:BOOL=ON \
-DDESKTOP_APP_USE_GLIBC_WRAPS:BOOL=OFF \
-DDESKTOP_APP_DISABLE_CRASH_REPORTS:BOOL=ON \
-DTDESKTOP_USE_PACKAGED_TGVOIP:BOOL=ON \
+ -DTDESKTOP_DISABLE_GTK_INTEGRATION:BOOL=ON \
-DTDESKTOP_DISABLE_REGISTER_CUSTOM_SCHEME:BOOL=ON \
-DTDESKTOP_DISABLE_DESKTOP_FILE_GENERATION:BOOL=ON \
-DTDESKTOP_USE_FONTCONFIG_FALLBACK:BOOL=OFF \
@@ -220,11 +190,11 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{launcher}.desktop
%{_metainfodir}/%{launcher}.appdata.xml
%changelog
+* Tue May 05 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.1.2-1
+- Updated to version 2.1.2.
+
* 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.
4 years, 6 months
[faad2/f32] Update to 2.9.2
by Leigh Scott
Summary of changes:
15d878e... Update to 2.9.2 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 6 months
[faad2] Update to 2.9.2
by Leigh Scott
commit 15d878ef68fe0616acf8516218d0ffee43506557
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue May 5 14:54:45 2020 +0100
Update to 2.9.2
.gitignore | 1 +
faad2.spec | 14 +++++++++-----
readd_files_xmms.patch | 4 ++--
sources | 2 +-
4 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a7d5b70..2657acc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ faad2-2.7.tar.bz2
/faad2-2.8.1.tar.bz2
/faad2-2.8.8.tar.gz
/faad2-2_9_1.tar.gz
+/faad2-2_9_2.tar.gz
diff --git a/faad2.spec b/faad2.spec
index abfb0ce..6017c34 100644
--- a/faad2.spec
+++ b/faad2.spec
@@ -4,13 +4,13 @@
%global xmmsinputplugindir %(xmms-config --input-plugin-dir 2>/dev/null)
%endif
%endif
-%global _version 2_9_1
+%global _version 2_9_2
Summary: Library and frontend for decoding MPEG2/4 AAC
Name: faad2
Epoch: 1
-Version: 2.9.1
-Release: 3%{?dist}
+Version: 2.9.2
+Release: 1%{?dist}
License: GPLv2+
URL: http://www.audiocoding.com/faad2.html
Source: https://github.com/knik0/faad2/archive/%{_version}/%{name}-%{_version}.ta...
@@ -25,8 +25,8 @@ BuildRequires: automake
BuildRequires: libtool
BuildRequires: libsysfs-devel
%{?_with_xmms:
-BuildRequires: id3lib-devel
-BuildRequires: xmms-devel
+BuildRequires: id3lib-devel
+BuildRequires: xmms-devel
}
BuildRequires: zlib-devel
@@ -113,6 +113,7 @@ find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f
%doc TODO
%{_includedir}/faad.h
%{_includedir}/neaacdec.h
+%{_libdir}/pkgconfig/faad2.pc
%{_libdir}/libfaad*.so
%{?_with_xmms:
@@ -122,6 +123,9 @@ find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f
}
%changelog
+* Tue May 05 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1:2.9.2-1
+- Update to 2.9.2
+
* Thu Mar 12 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1:2.9.1-3
- Rebuilt for i686
diff --git a/readd_files_xmms.patch b/readd_files_xmms.patch
index 5cf6fa7..078f02b 100644
--- a/readd_files_xmms.patch
+++ b/readd_files_xmms.patch
@@ -5838,15 +5838,15 @@ diff --git a/configure.ac b/configure.ac
index a03cafe..547071f 100644
--- a/configure.ac
+++ b/configure.ac
-@@ -156,8 +156,6 @@ if test x$WITHDRM = xyes; then
+@@ -159,8 +159,6 @@ if test x$WITHDRM = xyes; then
fi
AC_CONFIG_FILES(libfaad/Makefile)
-AC_CONFIG_FILES(common/Makefile)
-AC_CONFIG_FILES(common/mp4ff/Makefile)
+ AC_CONFIG_FILES(libfaad/faad2.pc)
AC_CONFIG_FILES(plugins/Makefile)
AC_CONFIG_FILES(plugins/xmms/Makefile)
- AC_CONFIG_FILES(plugins/xmms/src/Makefile)
diff --git a/project/msvc/aacinfo.vcxproj b/project/msvc/aacinfo.vcxproj
deleted file mode 100644
index 4cca6d6..0000000
diff --git a/sources b/sources
index a56205d..d02dbb1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (faad2-2_9_1.tar.gz) = 1015f5b49baebf6c9404cfcd7b9d524cc76a57abcd1a46bb851463ae5226bfd8b80155b661708f66548466422855cd7aeec5676463cd1346c5fb1dc0821621ce
+SHA512 (faad2-2_9_2.tar.gz) = 996c279a56c6abde13da964b91d4ff87ac4c611e889f1dd59882fa3898093dec68ab0714cf106db10a5e24952e2d6dddc049ec9bf4f07ff68378a705d5debee2
4 years, 6 months
[HandBrake] Update nasm patch
by Leigh Scott
commit 59b65cffbf3d2fe31539eacc104af18e50a80bd2
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue May 5 09:32:11 2020 +0100
Update nasm patch
HandBrake-no-nasm.patch | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/HandBrake-no-nasm.patch b/HandBrake-no-nasm.patch
index 41cbc21..3b0f13c 100644
--- a/HandBrake-no-nasm.patch
+++ b/HandBrake-no-nasm.patch
@@ -1,9 +1,9 @@
-diff -up HandBrake-1.3.0/make/configure.py.orig HandBrake-1.3.0/make/configure.py
---- HandBrake-1.3.0/make/configure.py.orig 2019-11-09 21:44:32.000000000 +0100
-+++ HandBrake-1.3.0/make/configure.py 2019-11-27 10:47:07.605968329 +0100
-@@ -1609,7 +1609,7 @@ try:
- pkgconfig = ToolProbe( 'PKGCONFIG.exe', 'pkgconfig', 'pkg-config', abort=True, minversion=[0,29,0] )
-
+diff -up HandBrake-1.3.2/make/configure.py.orig HandBrake-1.3.2/make/configure.py
+--- HandBrake-1.3.2/make/configure.py.orig 2020-05-03 17:12:08.000000000 +0100
++++ HandBrake-1.3.2/make/configure.py 2020-05-05 09:25:31.662467659 +0100
+@@ -1608,7 +1608,7 @@ try:
+ lipo = ToolProbe( 'LIPO.exe', 'lipo', 'lipo', abort=False )
+ pkgconfig = ToolProbe( 'PKGCONFIG.exe', 'pkgconfig', 'pkg-config', abort=True, minversion=[0,27,0] )
meson = ToolProbe( 'MESON.exe', 'meson', 'meson', abort=True, minversion=[0,47,0] )
- nasm = ToolProbe( 'NASM.exe', 'asm', 'nasm', abort=True, minversion=[2,13,0] )
+ nasm = ToolProbe( 'NASM.exe', 'asm', 'nasm', abort=False, minversion=[2,13,0] )
4 years, 6 months