[discord/f28: 3/3] Update to 0.0.5
by seancallaway
commit 54187635be966a2cf8521b17a4eb7a79ca13abcc
Merge: 743e155 55e1afa
Author: Sean Callaway <seancallaway(a)gmail.com>
Date: Thu May 3 20:46:23 2018 -0700
Update to 0.0.5
.gitignore | 1 +
discord.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
6 years, 6 months
[discord/f28] (3 commits) ...Update to 0.0.5
by seancallaway
Summary of changes:
4349fe2... Added libatomic requirement. (*)
55e1afa... Update to 0.0.5 (*)
5418763... Update to 0.0.5
(*) This commit already existed in another branch; no separate mail sent
6 years, 6 months
[discord] Update to 0.0.5
by seancallaway
commit 55e1afa636aec482409651924d573a80c2fee85a
Author: Sean Callaway <seancallaway(a)gmail.com>
Date: Thu May 3 20:42:23 2018 -0700
Update to 0.0.5
.gitignore | 1 +
discord.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 84e2fb3..49e12e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/discord-0.0.4.tar.gz
+/discord-0.0.5.tar.gz
diff --git a/discord.spec b/discord.spec
index 9057508..1e98a6f 100644
--- a/discord.spec
+++ b/discord.spec
@@ -3,8 +3,8 @@
%global __requires_exclude libffmpeg.so
Name: discord
-Version: 0.0.4
-Release: 3%{?dist}
+Version: 0.0.5
+Release: 1%{?dist}
Summary: All-in-one voice and text chat for gamers
# License Information: https://bugzilla.rpmfusion.org/show_bug.cgi?id=4441#c14
@@ -60,6 +60,9 @@ discord.desktop
%changelog
+* Thu May 03 2018 Sean Callaway <seancallaway(a)fedoraproject.org> 0.0.5-1
+- Update to 0.0.5
+
* Fri Apr 27 2018 Sean Callaway <seancallaway(a)fedoraproject.org> 0.0.4-3
- Added libatomic requirement.
diff --git a/sources b/sources
index 945dfc1..dbcc2f6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-573637dc71ac61f1b4f47e1637aa946b discord-0.0.4.tar.gz
+18a8e7f86d26a1472dbfff060e1671e4 discord-0.0.5.tar.gz
6 years, 6 months
[kodi/f28] Move order of globals so source test on ffmpeg works
by Michael Cronenworth
commit 2839aa237ff057aaf687d28c240e868291a0211d
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Thu May 3 20:25:45 2018 -0500
Move order of globals so source test on ffmpeg works
kodi.spec | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/kodi.spec b/kodi.spec
index c48e0b5..2572ea1 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -12,6 +12,17 @@
# Default: Do not ship DVD decryption for legal reasons
%bcond_with dvd
+# Optional deps (not in EPEL)
+%if 0%{?fedora}
+# (libbluray in EPEL 6 is too old.)
+%global _with_libbluray 1
+%global _with_cwiid 1
+%global _with_libssh 1
+%global _with_libcec 1
+%global _with_external_ffmpeg 1
+%global _with_wayland 0
+%endif
+
Name: kodi
Version: 17.6
Release: 9%{?dist}
@@ -63,17 +74,6 @@ Patch4: kodi-17.6-array-segfault.patch
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881536
Patch5: kodi-17.6-ffmpeg-3.4.patch
-# Optional deps (not in EPEL)
-%if 0%{?fedora}
-# (libbluray in EPEL 6 is too old.)
-%global _with_libbluray 1
-%global _with_cwiid 1
-%global _with_libssh 1
-%global _with_libcec 1
-%global _with_external_ffmpeg 1
-%global _with_wayland 0
-%endif
-
%ifarch x86_64 i686
%global _with_crystalhd 1
%endif
6 years, 6 months
[kodi/f28] Add patch to fix skipping audio (RFBZ#4882)
by Michael Cronenworth
commit fefb75153c02c7c46e865761085980eda9a893c8
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Thu May 3 20:17:59 2018 -0500
Add patch to fix skipping audio (RFBZ#4882)
kodi-17.6-ffmpeg-3.4.patch | 12 ++++++++++++
kodi.spec | 21 ++++++++++++++++++++-
2 files changed, 32 insertions(+), 1 deletion(-)
---
diff --git a/kodi-17.6-ffmpeg-3.4.patch b/kodi-17.6-ffmpeg-3.4.patch
new file mode 100644
index 0000000..9f91bbb
--- /dev/null
+++ b/kodi-17.6-ffmpeg-3.4.patch
@@ -0,0 +1,12 @@
+--- a/xbmc/cores/VideoPlayer/VideoPlayerAudio.cpp
++++ b/xbmc/cores/VideoPlayer/VideoPlayerAudio.cpp
+@@ -486,7 +486,7 @@
+ // guess next pts
+ m_audioClock += audioframe.duration;
+
+- int ret = m_pAudioCodec->Decode(nullptr, 0, DVD_NOPTS_VALUE, DVD_NOPTS_VALUE);
++ int ret = 0;
+ if (ret < 0)
+ {
+ CLog::Log(LOGERROR, "CVideoPlayerAudio::DecodeFrame - Decode Error. Skipping audio packet (%d)", ret);
+
diff --git a/kodi.spec b/kodi.spec
index acf5872..c48e0b5 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -14,7 +14,7 @@
Name: kodi
Version: 17.6
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+ and LGPLv2+ and BSD and MIT
@@ -40,6 +40,11 @@ Source3: kodi-libdvdread-master.tar.gz
Source4: kodi-libdvdcss-master.tar.gz
%endif
+%if ! 0%{?_with_external_ffmpeg}
+# wget -O ffmpeg-3.1.11-Krypton-17.5.tar.gz https://github.com/xbmc/FFmpeg/archive/3.1.11-Krypton-17.5.tar.gz
+Source5: ffmpeg-3.1.11-Krypton-17.5.tar.gz
+%endif
+
# Set program version parameters
Patch1: kodi-16.0-versioning.patch
@@ -54,6 +59,10 @@ Patch3: kodi-17.6-ffmpeg-3.5.patch
# https://trac.kodi.tv/ticket/17850
Patch4: kodi-17.6-array-segfault.patch
+# Fixes broken audio that started with FFmpeg 3.4
+# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881536
+Patch5: kodi-17.6-ffmpeg-3.4.patch
+
# Optional deps (not in EPEL)
%if 0%{?fedora}
# (libbluray in EPEL 6 is too old.)
@@ -94,6 +103,8 @@ BuildRequires: expat-devel
BuildRequires: faad2-devel
%if 0%{?_with_external_ffmpeg}
BuildRequires: ffmpeg-devel
+%else
+BuildRequires: libidn2-devel
%endif
BuildRequires: flac-devel
BuildRequires: flex
@@ -279,7 +290,12 @@ cp -p %{SOURCE4} tools/depends/target/libdvdcss/libdvdcss-master.tar.gz
%else
%patch2 -p1 -b.libdvd
%endif
+%if 0%{?_with_external_ffmpeg}
%patch3 -p1 -b.ffmpeg-3.5
+%patch5 -p1 -b.ffmpeg-3.4
+%else
+cp -p %{SOURCE5} tools/depends/target/ffmpeg/
+%endif
%patch4 -p1 -b.array-segfault
@@ -427,6 +443,9 @@ fi
%changelog
+* Thu May 03 2018 Michael Cronenworth <mike(a)cchtml.com> - 17.6-9
+- Add patch for audio skipping (RFBZ#4882)
+
* Mon Apr 23 2018 Michael Cronenworth <mike(a)cchtml.com> - 17.6-8
- Add patch for crash on startup (RFBZ#4863)
6 years, 6 months
[VirtualBox-kmod] Start with jwrdegoede/vboxsf on Fedora 28
by Sérgio M. Basto
commit 23c3dbcf4ddfea55fccc8b08ef9c64d1440da6c7
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu May 3 16:45:06 2018 +0100
Start with jwrdegoede/vboxsf on Fedora 28
.gitignore | 1 +
VirtualBox-kmod.spec | 12 +++++++++++-
sources | 1 +
3 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..a45aca6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/master.zip
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index 7f0b698..f525e5a 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -36,7 +36,7 @@
Name: VirtualBox-kmod
Version: 5.2.10
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Kernel module for VirtualBox
Group: System Environment/Kernel
@@ -44,6 +44,8 @@ License: GPLv2 or CDDL
URL: http://www.virtualbox.org/wiki/VirtualBox
# This filters out the XEN kernel, since we don't run on XEN
Source1: VirtualBox-kmod-excludekernel-filter.txt
+Source2: https://github.com/jwrdegoede/vboxsf/archive/master.zip
+
#Patch1: fixes_for_4.15.v2.patch
%global AkmodsBuildRequires %{_bindir}/kmodtool, VirtualBox-kmodsrc >= %{version}%{vboxreltag}, xz, time
@@ -69,6 +71,11 @@ Kernel module for VirtualBox
tar --use-compress-program xz -xf %{_datadir}/%{name}-%{version}/%{name}-%{version}.tar.xz
pushd %{name}-%{version}
#patch1 -p2 -b .kernel_4.15
+%if 0%{?fedora} > 27
+rm -rf vboxsf/
+unzip %{SOURCE2}
+mv vboxsf-master/ vboxsf/
+%endif
popd
# error out if there was something wrong with kmodtool
@@ -122,6 +129,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Thu May 03 2018 Sérgio Basto <sergio(a)serjux.com> - 5.2.10-3
+- Start with jwrdegoede/vboxsf on Fedora 28
+
* Wed Apr 25 2018 Sérgio Basto <sergio(a)serjux.com> - 5.2.10-2
- Add fix for kernel 4.17
diff --git a/sources b/sources
index e69de29..c4405e8 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+eaa5b072e41d89fc89eb75a8db27ffc1 master.zip
6 years, 6 months