[discord/f40] Update to 0.0.47
by Nicolas Chauvet
Summary of changes:
b084b74... Update to 0.0.47 (*)
(*) This commit already existed in another branch; no separate mail sent
8 months
[discord] Update to 0.0.47
by Nicolas Chauvet
commit b084b746ea897bb2e25c72c1660b9bd0c294ae20
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Mar 26 10:31:57 2024 +0100
Update to 0.0.47
discord.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/discord.spec b/discord.spec
index 18a7952..085d9e6 100644
--- a/discord.spec
+++ b/discord.spec
@@ -6,7 +6,7 @@
%global __provides_exclude_from %{_libdir}/discord/.*\\.s
Name: discord
-Version: 0.0.46
+Version: 0.0.47
Release: 1%{?dist}
Summary: All-in-one voice and text chat
@@ -81,6 +81,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.metain
%changelog
+* Tue Mar 26 2024 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.47-1
+- Update to 0.0.47
+
* Tue Mar 19 2024 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.46-1
- Update to 0.0.46
diff --git a/sources b/sources
index 3d529f5..60efc21 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (discord-0.0.46.tar.gz) = 7f88a1f5281beb5bcdb9741ae4d984ec71c09931f31c4265e15f63b5710baff0124b38421971e45e217e20d7de14e4b5ab9e0b7da6afc3eb8ff3456643f692e8
+SHA512 (discord-0.0.47.tar.gz) = da08bd801210d7194f8c5de1b43948e018dfccffc7685adbc28d0710351fbf9161f77ccb1e8c0c34b13d1955f53f8dd58f15470415b05d2e22057fe7ae73c703
8 months
[bino/f40] Some cunt moved it to fedora
by Leigh Scott
commit 417732198228605a8889bd4239bc0698bbf2efa1
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Mar 26 07:54:31 2024 +0000
Some cunt moved it to fedora
.gitignore | 2 -
bino.spec | 243 -----------------------------------------------------------
dead.package | 1 +
sources | 1 -
4 files changed, 1 insertion(+), 246 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..99180ef
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Some cunt moved it to fedora
8 months
[bino/f40] Update bino to 2.1
by Leigh Scott
Summary of changes:
18bfd88... Update bino to 2.1 (*)
(*) This commit already existed in another branch; no separate mail sent
8 months
[bino] Update bino to 2.1
by Leigh Scott
commit 18bfd88a84df92c3efb1d7729eab367a85247230
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Mar 26 00:44:36 2024 +0000
Update bino to 2.1
.gitignore | 1 +
bino.spec | 99 +++++++++++++++++++++++++++-----------------------------------
sources | 2 +-
3 files changed, 45 insertions(+), 57 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bf53797..fd0a39c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
bino-*.tar.xz
+/bino-2.1.tar.gz
diff --git a/bino.spec b/bino.spec
index fe86db2..31bfa5d 100644
--- a/bino.spec
+++ b/bino.spec
@@ -1,34 +1,39 @@
Name: bino
-Version: 1.6.8
-Release: 5%{?dist}
+Version: 2.1
+Release: 1%{?dist}
Summary: 3D video player
-Group: System Environment/Base
-License: GPLv3+
+License: GPL-3.0-or-later
URL: https://bino3d.org
-Source0: %url/releases/%{name}-%{version}.tar.xz
+Source0: %url/releases/%{name}-%{version}.tar.gz
# No libquadmath-devel on any other arch apart from x86
-ExclusiveArch: i686 x86_64
+#ExclusiveArch: i686 x86_64
-Requires(post): /sbin/install-info
-Requires(preun): /sbin/install-info
Requires: hicolor-icon-theme
-BuildRequires: automake
-%if 0%{?fedora} && 0%{?fedora} > 35
-BuildRequires: compat-ffmpeg4-devel
-%else
-BuildRequires: ffmpeg-devel
-%endif
-BuildRequires: gcc-c++
-BuildRequires: glew-devel
-BuildRequires: libass-devel
-BuildRequires: openal-devel
-BuildRequires: qt5-qtbase-devel
-BuildRequires: libquadmath-devel
-BuildRequires: gettext-devel
-BuildRequires: texinfo
-BuildRequires: desktop-file-utils
+BuildRequires: cmake
+BuildRequires: cmake(Qt6Core)
+BuildRequires: cmake(Qt6Gui)
+BuildRequires: cmake(Qt6OpenGL)
+BuildRequires: cmake(Qt6Widgets)
+BuildRequires: cmake(Qt6OpenGLWidgets)
+BuildRequires: cmake(Qt6Multimedia)
+BuildRequires: cmake(Qt6Svg)
+BuildRequires: cmake(Qt6Linguist)
+BuildRequires: cmake(QVR)
+BuildRequires: pkgconfig(freetype2)
+BuildRequires: pkgconfig(gl)
+BuildRequires: pkgconfig(glew) >= 1.5.0
+BuildRequires: pkgconfig(glib-2.0)
+BuildRequires: desktop-file-utils
+BuildRequires: ffmpeg-devel
+BuildRequires: libappstream-glib
+BuildRequires: gettext-devel
+BuildRequires: gcc-c++
+BuildRequires: pkgconfig(libass)
+BuildRequires: pkgconfig(openal)
+BuildRequires: pkgconfig(libpng)
+BuildRequires: texinfo
%description
Bino is a 3D video player. It supports stereoscopic 3D video with a wide
@@ -39,48 +44,30 @@ multi-projector setups.
%prep
%autosetup -p1
-# Removal of unneeded stuff
-rm -rf pkg/macosx/*
-touch pkg/macosx/Info.plist.in
-
%build
-%if 0%{?fedora} && 0%{?fedora} > 35
-export PKG_CONFIG_PATH="%{_libdir}/compat-ffmpeg4/pkgconfig"
-%endif
-%configure --with-qt-version=5
-%make_build V=1
+%cmake
+%cmake_build
%install
-%make_install
-rm -f %{buildroot}%{_infodir}/dir
+%cmake_install
rm -rf %{buildroot}%{_datadir}/doc
-desktop-file-validate %{buildroot}%{_datadir}/applications/bino.desktop
-
-%find_lang %{name}
-
-%post
-/sbin/install-info \
- --entry="* bino: (bino). 3D video player" \
- --section="Miscellaneous" \
- %{_infodir}/%{name}.info \
- %{_infodir}/dir 2>/dev/null || :
+%check
+desktop-file-validate %{buildroot}%{_datadir}/applications/org.bino3d.bino.desktop
+appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/org.bino3d.bino.metainfo.xml
-%preun
-if [ $1 -eq 0 ]; then
- /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir 2>/dev/null || :
-fi
-
-%files -f %{name}.lang
-%doc AUTHORS ChangeLog NEWS README doc/*
-%license COPYING
+%files
+%doc NEWS.md README.md
+%license LICENSE.md
%{_bindir}/bino
-%{_infodir}/*
-%{_mandir}/man1/*
-%{_datadir}/applications/bino.desktop
-%{_datadir}/icons/hicolor/*/apps/*
+%{_datadir}/applications/org.bino3d.bino.desktop
+%{_metainfodir}/org.bino3d.bino.metainfo.xml
+%{_datadir}/icons/hicolor/*/apps/org.bino3d.bino.*
%changelog
+* Mon Mar 25 2024 Leigh Scott <leigh123linux(a)gmail.com> - 2.1-1
+- Update bino to 2.1
+
* Sat Feb 03 2024 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 1.6.8-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
diff --git a/sources b/sources
index adc063e..24140bb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (bino-1.6.8.tar.xz) = d8cf5be356add4ed3fb36673038b5ffd92d0dc840798cc616fa4b11fec221c7f114347dfc7cdb7a3a24c5599b56301cddc99f84d3862d8e874612960281319cc
+SHA512 (bino-2.1.tar.gz) = 6a7e22a311bdfce4fbfb4b0dedebc5524ea08af773d14e6ca235c3693c7aacea40b1941302e2a9c20564a0783b4728b38db9f6cbb727289df668d50dbba0180d
8 months
[vdr-mpv/f40] Update to 1.6.1
by Martin Gansser
Summary of changes:
1167b3e... Update to 1.6.1 (*)
(*) This commit already existed in another branch; no separate mail sent
8 months
[vdr-mpv] Update to 1.6.1
by Martin Gansser
commit 1167b3ed3d3a1681aafb5fb42706e8f8f4c99fd4
Author: Martin Gansser <mgansser(a)online.de>
Date: Sun Mar 24 10:57:55 2024 +0100
Update to 1.6.1
.gitignore | 1 +
sources | 2 +-
vdr-mpv.spec | 7 +++++--
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 36bca8a..7c129ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@
/vdr-mpv-1.5.0.tar.gz
/vdr-mpv-1.5.2.tar.gz
/vdr-mpv-1.6.0.tar.gz
+/vdr-mpv-1.6.1.tar.gz
diff --git a/sources b/sources
index a71e1d7..3364e72 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-mpv-1.6.0.tar.gz) = 92855b79cf690f2ff90afd3c1f6269cbef900a74e7c52bc994a6771048557dcfc9a4fe1a6ab30dd2e659d547679cb112b4f7c95ae58741518bb3e19899c57e9c
+SHA512 (vdr-mpv-1.6.1.tar.gz) = b2b034c35926e8d0d57e55affc1cd065a9a5e501696ca610229a4f313d47150149863e1560ba140ae0c9b2dbcec856ead4cf8d084c68790cd42d4be5f0162676
diff --git a/vdr-mpv.spec b/vdr-mpv.spec
index 5a82899..6df08be 100644
--- a/vdr-mpv.spec
+++ b/vdr-mpv.spec
@@ -6,8 +6,8 @@
%endif
Name: vdr-%{pname}
-Version: 1.6.0
-Release: 2%{?dist}
+Version: 1.6.1
+Release: 1%{?dist}
Summary: A mpv player plugin for VDR
License: AGPLv3+
URL: https://github.com/ua0lnj/vdr-plugin-mpv
@@ -49,6 +49,9 @@ DRM_CFLAGS="$(pkg-config --cflags libdrm)"
%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
%changelog
+* Sun Mar 24 2024 Martin Gansser <martinkg(a)fedoraproject.org> - 1.6.1-1
+- Update to 1.6.1
+
* Sun Feb 04 2024 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 1.6.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
8 months