[xine-lib] Specfile clean up
by Xavier Bachelot
commit 61467479b909576c35d68cea4495827fcf3b1c79
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Tue Mar 8 15:24:35 2022 +0100
Specfile clean up
xine-lib.spec | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/xine-lib.spec b/xine-lib.spec
index d990010..df83112 100644
--- a/xine-lib.spec
+++ b/xine-lib.spec
@@ -1,4 +1,4 @@
-%define _legacy_common_support 1
+%define _legacy_common_support 1
%global plugin_abi 2.9
%global codecdir %{_libdir}/codecs
@@ -26,9 +26,9 @@ Name: xine-lib
Version: 1.2.11
Release: 13%{?snapshot:.%{date}hg%{revision}}%{?dist}
License: GPLv2+
-URL: http://www.xine-project.org/
+URL: https://www.xine-project.org/
%if ! 0%{?snapshot}
-Source0: http://downloads.sourceforge.net/xine/xine-lib-%{version}.tar.xz
+Source0: https://downloads.sourceforge.net/xine/xine-lib-%{version}.tar.xz
%else
Source0: xine-lib-%{version}-%{date}hg%{revision}.tar.xz
%endif
@@ -94,6 +94,7 @@ BuildRequires: SDL-devel
BuildRequires: speex-devel
BuildRequires: vcdimager-devel
BuildRequires: wavpack-devel
+BuildRequires: wayland-devel
%description
2 years, 8 months
[kodi] Update to 19.4
by Michael Cronenworth
commit 6ef13a54c94d965752196cb05755a6a7515f9254
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Tue Mar 8 08:31:13 2022 -0600
Update to 19.4
kodi-generate-tarball-xz.sh | 2 +-
kodi.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/kodi-generate-tarball-xz.sh b/kodi-generate-tarball-xz.sh
index 0693a06..f30f4f3 100755
--- a/kodi-generate-tarball-xz.sh
+++ b/kodi-generate-tarball-xz.sh
@@ -1,7 +1,7 @@
#!/bin/sh
MAJORVERSION=19
-MINORVERSION=3
+MINORVERSION=4
#GITCOMMIT=b6daed5dc4f8ab6d0b50cc8bcb80bfb9e6a3e583
#GITSHORT=b6daed5
CODENAME=Matrix
diff --git a/kodi.spec b/kodi.spec
index f5bd451..fd0e343 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -44,8 +44,8 @@
%endif
Name: kodi
-Version: 19.3
-Release: 3%{?dist}
+Version: 19.4
+Release: 1%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+ and LGPLv2+ and BSD and MIT
@@ -469,6 +469,9 @@ rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/kodi-wiiremote.1
%changelog
+* Tue Mar 08 2022 Michael Cronenworth <mike(a)cchtml.com> - 19.4-1
+- Kodi 19.4 Final
+
* Sun Feb 20 2022 Michael Cronenworth <mike(a)cchtml.com> - 19.3-3
- Patch for AC3 transcoding (RHBZ#6000)
diff --git a/sources b/sources
index 827008b..9f09d7d 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (kodi-19.3-patched.tar.xz) = 11806905e21d44a9602740f991bebfb378a64ed4f2694b1f4dd31abac52edca7865400200139461c30f11a36f2e421e81139ff7faf5bb3f0bea4c964db0313fb
+SHA512 (kodi-19.4-patched.tar.xz) = 7e97dffdf363696c6f0a327a77e8a758d66ce09ee38c976157a393a14a4c1a96add76b8a5dcf56c16487b420e6c3b5fad5b1f78811052d79ce510cecfda6127a
SHA512 (kodi-libdvdnav-6.0.0-Leia-Alpha-3.tar.gz) = 11c93eaacd156f8fd7dec7c43d366438b201f31ad55b2870463a9e286912b6ada08882319a021fb7992190f87b909a49f2b83e0321cc17aedc29f7fe5898fa72
SHA512 (kodi-libdvdread-6.0.0-Leia-Alpha-3.tar.gz) = b3419ba0a1a2dd70f1bb6236afdfe1c6e88c9ad4264198b289e3bba9375e077cecf7f89848c7b09debaa445327f3507101f3d157e692f7a7163b2bb52643e1e7
2 years, 8 months
[celluloid] Set gtk4 minimal version required.
by Vasiliy Glazov
commit 01debf34c74a29d540ca844aba6d955835dcd240
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Mon Mar 7 22:51:32 2022 +0300
Set gtk4 minimal version required.
celluloid.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/celluloid.spec b/celluloid.spec
index fcf4bd3..734dd8d 100644
--- a/celluloid.spec
+++ b/celluloid.spec
@@ -14,7 +14,7 @@ BuildRequires: gcc
BuildRequires: desktop-file-utils
BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(glib-2.0) >= 2.44
-BuildRequires: pkgconfig(gtk4)
+BuildRequires: pkgconfig(gtk4) >= 4.6.1
BuildRequires: intltool >= 0.40.6
BuildRequires: libappstream-glib
BuildRequires: pkgconfig(epoxy)
2 years, 8 months
[celluloid] Disable patches.
by Vasiliy Glazov
commit e82633ffbc489de732222dad095a4a10ed29260d
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Mon Mar 7 21:37:42 2022 +0300
Disable patches.
celluloid.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/celluloid.spec b/celluloid.spec
index 298d72d..fcf4bd3 100644
--- a/celluloid.spec
+++ b/celluloid.spec
@@ -7,8 +7,8 @@ License: GPLv3+
URL: https://github.com/celluloid-player/celluloid
Source0: %{url}/releases/download/v%{version}/%{name}-%{version}.tar.xz
# Fix autofit triggering regardless of settings
-Patch0: 65d0e47fcede58cb78df8e9a29ff669e2287273b.patch
-Patch1: 52a7d396c846eb337ad7796fdb7163e2bc208d64.patch
+#Patch0: 65d0e47fcede58cb78df8e9a29ff669e2287273b.patch
+#Patch1: 52a7d396c846eb337ad7796fdb7163e2bc208d64.patch
BuildRequires: gcc
BuildRequires: desktop-file-utils
2 years, 8 months
[celluloid] Update to 0.23.
by Vasiliy Glazov
commit 1e4da0df584cb3cc0bde1b1eb03743fc6c92b166
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Mon Mar 7 21:30:30 2022 +0300
Update to 0.23.
.gitignore | 1 +
celluloid.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6bfaac5..9b82d3c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
/celluloid-0.20.tar.xz
/celluloid-0.21.tar.xz
/celluloid-0.22.tar.xz
+/celluloid-0.23.tar.xz
diff --git a/celluloid.spec b/celluloid.spec
index 8d1bfeb..298d72d 100644
--- a/celluloid.spec
+++ b/celluloid.spec
@@ -1,6 +1,6 @@
Name: celluloid
-Version: 0.22
-Release: 4%{?dist}
+Version: 0.23
+Release: 1%{?dist}
Summary: A simple GTK+ frontend for mpv
License: GPLv3+
@@ -59,6 +59,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/io.github.celluloid_p
%{_mandir}/man1/%{name}.1.*
%changelog
+* Mon Mar 07 2022 Vasiliy N. Glazov <vascom2(a)gmail.com> - 0.23-1
+- Update to 0.23
+
* Wed Feb 09 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 0.22-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
diff --git a/sources b/sources
index e49fa64..e02dbdb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (celluloid-0.22.tar.xz) = becaad1ebbdf9d2d56c651d1956456dfd710e9baa61742eb5a31ccc2bdda1536868e25df62484d6053ab333e0bfc419788e7ffb616056fb23a6eba01d103c43c
+SHA512 (celluloid-0.23.tar.xz) = 70ca371990bd3bc93689d52470ece1f471c159382032313dd60e9f83c7683adef352ecae3a3e461b474581bb1c1c18570bbc434836a0a2991511154452709812
2 years, 8 months
[vdr-markad/f34] (4 commits) ...Update to 3.0.20
by Martin Gansser
Summary of changes:
6832d99... Rebuilt for new VDR API version (*)
9a5b9d2... Rebuilt for new VDR API version (*)
7abde5e... Rebuilt for new VDR API version (*)
934e842... Update to 3.0.20 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 8 months