[x264] Update to x264-0.164-20231001git31e19f92 (stable branch)
by Sérgio M. Basto
commit 51ffc39afb1b044579eb8d4b545f5b538fef8eaf
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Oct 1 22:54:05 2023 +0100
Update to x264-0.164-20231001git31e19f92 (stable branch)
.gitignore | 1 +
sources | 2 +-
version.h | 6 +++---
x264.spec | 11 +++++++----
4 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 826d1f7..956f7c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ x264-0.148-20160118-5c65704.tar.bz2
/x264-0.161-20210412git55d517b.tar.bz2
/x264-0.163-20210613git5db6aa6.tar.bz2
/x264-0.164-20220602gitbaee400f.tar.bz2
+/x264-0.164-20231001git31e19f92.tar.bz2
diff --git a/sources b/sources
index f67c27c..aa402e3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (x264-0.164-20220602gitbaee400f.tar.bz2) = c94615ee5c10b6adc6cb145721d196325de1f48703457f9d46a6e507a42ccc6adcfe87c6d6f86cab672dbbb8b7851e2bfea398ce667ea9fe1179b31e25ac36a4
+SHA512 (x264-0.164-20231001git31e19f92.tar.bz2) = 40374baa533e1b60c8659fe666e12eb8d107c0ce183489ae061487e1f11ff14585723ed31667107edaec73f9667966966f38391e69d52baecbe92b8e8686bd2d
diff --git a/version.h b/version.h
index d045eff..fb2120e 100644
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
-#define X264_REV 3095
+#define X264_REV 3108
#define X264_REV_DIFF 0
-#define X264_VERSION " r3095 baee400"
-#define X264_POINTVER "0.164.3095 baee400"
+#define X264_VERSION " r3108 31e19f9"
+#define X264_POINTVER "0.164.3108 31e19f9"
diff --git a/x264.spec b/x264.spec
index d0d453e..5b4a0f5 100644
--- a/x264.spec
+++ b/x264.spec
@@ -1,7 +1,7 @@
-# globals for x264-0.164-20220602gitbaee400f.tar.bz2
+# globals for x264-0.164-20231001git31e19f92.tar.bz2
%global api 164
-%global gitdate 20220602
-%global gitversion baee400f
+%global gitdate 20231001
+%global gitversion 31e19f92
%global snapshot %{gitdate}git%{gitversion}
%global gver .%{gitdate}git%{gitversion}
@@ -33,7 +33,7 @@
Summary: H264/AVC video streams encoder
Name: x264
Version: 0.%{api}
-Release: 9%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
+Release: 10%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
License: GPLv2+
URL: https://www.videolan.org/developers/x264.html
Source0: %{name}-0.%{api}-%{snapshot}.tar.bz2
@@ -182,6 +182,9 @@ install -pm644 generic/{AUTHORS,COPYING} %{buildroot}%{_pkgdocdir}/
%{_libdir}/pkgconfig/%{name}.pc
%changelog
+* Sun Oct 01 2023 Sérgio Basto <sergio(a)serjux.com> - 0.164-10.20231001git31e19f92
+- Update to x264-0.164-20231001git31e19f92 (stable branch)
+
* Wed Sep 27 2023 Sérgio Basto <sergio(a)serjux.com> - 0.164-9.20220602gitbaee400f
- [Bug 6769] Include bash completion definitions for x264
1 year, 1 month
[jellyfin] Revert upstream patch to fix playlist view
by Michael Cronenworth
commit 72590158299ecbf9598d744d914dfe027962e16f
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Sun Oct 1 15:41:19 2023 -0500
Revert upstream patch to fix playlist view
jellyfin-10.8.11-playlist-revert.patch | 23 +++++++++++++++++++++++
jellyfin.spec | 7 ++++++-
2 files changed, 29 insertions(+), 1 deletion(-)
---
diff --git a/jellyfin-10.8.11-playlist-revert.patch b/jellyfin-10.8.11-playlist-revert.patch
new file mode 100644
index 0000000..f9efb8a
--- /dev/null
+++ b/jellyfin-10.8.11-playlist-revert.patch
@@ -0,0 +1,23 @@
+From 98c6c34fbbcdb556873bdcdb577fbc55a296b650 Mon Sep 17 00:00:00 2001
+From: Bond_009 <bond.009(a)outlook.com>
+Date: Tue, 20 Jun 2023 18:06:30 +0200
+Subject: [PATCH] Don't ignore parentId for playlists (revert)
+
+---
+ Jellyfin.Api/Controllers/ItemsController.cs | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/Jellyfin.Api/Controllers/ItemsController.cs b/Jellyfin.Api/Controllers/ItemsController.cs
+index e5ef6b23e98..001d8095f4f 100644
+--- a/Jellyfin.Api/Controllers/ItemsController.cs
++++ b/Jellyfin.Api/Controllers/ItemsController.cs
+@@ -244,7 +244,8 @@ public class ItemsController : BaseJellyfinApiController
+ .AddAdditionalDtoOptions(enableImages, enableUserData, imageTypeLimit, enableImageTypes);
+
+ if (includeItemTypes.Length == 1
++ && (includeItemTypes[0] == BaseItemKind.Playlist
++ || includeItemTypes[0] == BaseItemKind.BoxSet))
+- && includeItemTypes[0] == BaseItemKind.BoxSet)
+ {
+ parentId = null;
+ }
diff --git a/jellyfin.spec b/jellyfin.spec
index 8dece26..87a77d9 100644
--- a/jellyfin.spec
+++ b/jellyfin.spec
@@ -9,7 +9,7 @@
Name: jellyfin
Version: 10.8.11
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: The Free Software Media System
License: GPL-2.0-only
URL: https://jellyfin.org
@@ -34,6 +34,8 @@ Source18: %{name}.sysusers
# https://github.com/jellyfin/jellyfin/pull/10275
Patch0: %{name}-vaapi-sei.patch
+# https://github.com/jellyfin/jellyfin/issues/10272
+Patch1: %{name}-10.8.11-playlist-revert.patch
# dotnet does not offer a runtime on ppc
ExcludeArch: %{power64} ppc64le %{arm}
@@ -295,6 +297,9 @@ fi
%changelog
+* Sun Oct 01 2023 Michael Cronenworth <mike(a)cchtml.com> - 10.8.11-3
+- Restore playlist view
+
* Mon Sep 25 2023 Michael Cronenworth <mike(a)cchtml.com> - 10.8.11-2
- Fix LiveTV with FFMPEG 6
1 year, 1 month
[telegram-desktop] Update to 4.10.2.
by Vasiliy Glazov
commit ff69b5f9e62b708659a9d5cb961a233bfe9f082e
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Sun Oct 1 09:30:47 2023 +0300
Update to 4.10.2.
sources | 2 +-
telegram-desktop.spec | 6 +++++-
2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/sources b/sources
index 38e67eb..d65f5f6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tdesktop-4.10.1-full.tar.gz) = aade390e663cffc9b63f3cc9e9ae1a4f54f34ecda49a7161114b3996b61b066c6bcce407eee8574fc2d8cd321b7299a479486da81ed4221cc4c2f92d0d378890
+SHA512 (tdesktop-4.10.2-full.tar.gz) = 82f5113291d573d64976e96b45fc5f633f38a7c0f14bcea9bfedf514667e98f08ec3c39f4889d0304c1024b8b059b2eddf3386f08be936a32fda329d376de92a
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index 97df227..6fc96d9 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -5,7 +5,7 @@
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
Name: telegram-desktop
-Version: 4.10.1
+Version: 4.10.2
Release: 1%{?dist}
# Application and 3rd-party modules licensing:
@@ -109,6 +109,7 @@ Provides: bundled(open-sans-fonts) = 1.10
Provides: bundled(plasma-wayland-protocols) = 1.6.0
Provides: bundled(rlottie) = 0~git8c69fc2
Provides: bundled(vazirmatn-fonts) = 27.2.2
+Provides: bundled(cppgir) = 0~git69ef481c
%description
Telegram is a messaging app with a focus on speed and security, it’s super
@@ -163,6 +164,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%{_metainfodir}/*.metainfo.xml
%changelog
+* Sun Oct 01 2023 Vasiliy Glazov <vascom2(a)gmail.com> - 4.10.2-1
+- Update to 4.10.2
+
* Mon Sep 25 2023 Vasiliy Glazov <vascom2(a)gmail.com> - 4.10.1-1
- Update to 4.10.1
1 year, 1 month