[vdr-softhddevice] Update to 1.1.1
by Martin Gansser
commit ebfc058a75b4aeffa6a15c136191b1d3f4994273
Author: Martin Gansser <mgansser(a)online.de>
Date: Mon May 31 22:00:35 2021 +0200
Update to 1.1.1
.gitignore | 1 +
sources | 2 +-
vdr-softhddevice.spec | 7 +++++--
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f7a8004..8895bf9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
/vdr-softhddevice-1.0.14.tar.gz
/vdr-softhddevice-1.0.15.tar.gz
/vdr-softhddevice-1.1.0.tar.gz
+/vdr-softhddevice-1.1.1.tar.gz
diff --git a/sources b/sources
index 25f6266..4409398 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-softhddevice-1.1.0.tar.gz) = ab18fb93f0ec5eecb4f7d395064a5656487fe76325eb047abb6a06bf6ce64e258eea6d0878c5c5b75ba9aa46fe86c1a47be51c187bcb74015b5f63b47cbbc798
+SHA512 (vdr-softhddevice-1.1.1.tar.gz) = a62c9f720c2783f74cc2172f857ed47017fae6d32fb067ae1483653c4f4b139ebc037aad5dd73cf28c61d1ad37c5640dc5118b58d0d6c5ba32e8ae6cd1f3f5c3
diff --git a/vdr-softhddevice.spec b/vdr-softhddevice.spec
index 7d2ea14..6685810 100644
--- a/vdr-softhddevice.spec
+++ b/vdr-softhddevice.spec
@@ -1,6 +1,6 @@
Name: vdr-softhddevice
-Version: 1.1.0
-Release: 2%{?dist}
+Version: 1.1.1
+Release: 1%{?dist}
Summary: A software and GPU emulated HD output device plugin for VDR
License: AGPLv3
@@ -79,6 +79,9 @@ install -Dpm 644 %{SOURCE1} \
%license AGPL-3.0.txt
%changelog
+* Mon May 31 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 1.1.1-1
+- Update to 1.1.1
+
* Mon Apr 26 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 1.1.0-2
- Rebuilt for new VDR API version
3 years, 6 months
[vdr-skindesigner] Update to 1.2.17
by Martin Gansser
commit c30ff6965e2c53c2b731635ca88c27544625b1ec
Author: Martin Gansser <mgansser(a)online.de>
Date: Mon May 31 21:09:30 2021 +0200
Update to 1.2.17
.gitignore | 1 +
sources | 2 +-
vdr-skindesigner.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e6c716b..57710c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,4 @@ vdr-plugin-skindesigner-0.9.5.tar.bz2
/vdr-plugin-skindesigner-1.2.14.tar.bz2
/vdr-plugin-skindesigner-1.2.15.tar.bz2
/vdr-plugin-skindesigner-1.2.16.tar.bz2
+/vdr-plugin-skindesigner-1.2.17.tar.bz2
diff --git a/sources b/sources
index c7ec3e4..0ed78b0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-plugin-skindesigner-1.2.16.tar.bz2) = 71611b9cc257191c6efc347aad9d51fed4dec9cdd36a0ddedda2b512eae39329c99445657c15715affd32be7e3dd3d3046f20cb046b71ee7cb9144ec3616a4f2
+SHA512 (vdr-plugin-skindesigner-1.2.17.tar.bz2) = 5dee437fdcfcb8dee176c275f9df1f19c7fac6b78ca0f2c25803875079748a6212fb197b37e8adaa29d76f70752bff87ae23b616f718885783e676481917514a
diff --git a/vdr-skindesigner.spec b/vdr-skindesigner.spec
index 17c54b7..fc6198b 100644
--- a/vdr-skindesigner.spec
+++ b/vdr-skindesigner.spec
@@ -1,7 +1,7 @@
%global sname skindesigner
Name: vdr-skindesigner
-Version: 1.2.16
+Version: 1.2.17
Release: 1%{?dist}
Summary: A VDR skinning engine that displays XML based Skins
License: GPLv2+
@@ -136,6 +136,9 @@ ln -s %{vdr_resdir}/plugins/skindesigner/dtd %{buildroot}/%{vdr_configdir}/plugi
%{_includedir}/libskindesignerapi/*
%changelog
+* Mon May 31 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 1.2.17-1
+- Update to 1.2.17
+
* Fri May 21 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 1.2.16-1
- Update to 1.2.16
3 years, 6 months
[HandBrake] fix audio encoders when linking to FFmpeg 4.4 (rfbz#6006)
by Dominik Mierzejewski
commit 563d60f95c4daf534540aa3ce2857ba5a79ab869
Author: Dominik 'Rathann' Mierzejewski <dominik(a)greysector.net>
Date: Mon May 31 01:05:43 2021 +0200
fix audio encoders when linking to FFmpeg 4.4 (rfbz#6006)
HandBrake.spec | 10 +++++++++-
f28289fb06ab461ea082b4be56d6d1504c0c31c2.patch | 25 +++++++++++++++++++++++++
2 files changed, 34 insertions(+), 1 deletion(-)
---
diff --git a/HandBrake.spec b/HandBrake.spec
index 9554726..3dd5bf3 100644
--- a/HandBrake.spec
+++ b/HandBrake.spec
@@ -18,7 +18,7 @@
Name: HandBrake
Version: 1.3.3
-Release: 11%{!?tag:.%{date}git%{shortcommit0}}%{?dist}
+Release: 12%{!?tag:.%{date}git%{shortcommit0}}%{?dist}
Summary: An open-source multiplatform video transcoder
License: GPLv2+
URL: http://handbrake.fr/
@@ -50,6 +50,8 @@ Patch6: %{name}-no-nasm.patch
# rhel gettext is too old to support metainfo
# https://github.com/HandBrake/HandBrake/pull/2884
Patch7: %{name}-no-metainfo.patch
+# https://github.com/HandBrake/HandBrake/pull/3537
+Patch8: https://github.com/HandBrake/HandBrake/commit/f28289fb06ab461ea082b4be56d...
BuildRequires: a52dec-devel >= 0.7.4
BuildRequires: cmake3
@@ -158,6 +160,9 @@ gpgv2 --keyring %{S:2} %{S:1} %{S:0}
%if 0%{?rhel}
%patch7 -p1
%endif
+%if 0%{fedora} > 33
+%patch8 -p1
+%endif
mkdir -p download
%{?_without_ffmpeg:cp -p %{SOURCE10} download}
@@ -259,6 +264,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_bindir}/HandBrakeCLI
%changelog
+* Sun May 30 2021 Dominik 'Rathann' Mierzejewski <rpm(a)greysector.net> - 1.3.0-12
+- fix audio encoders when linking to FFmpeg 4.4 (rfbz#6006)
+
* Wed Apr 14 2021 Leigh Scott <leigh123linux(a)gmail.com> - 1.3.3-11
- Rebuild for new x265
diff --git a/f28289fb06ab461ea082b4be56d6d1504c0c31c2.patch b/f28289fb06ab461ea082b4be56d6d1504c0c31c2.patch
new file mode 100644
index 0000000..393c89b
--- /dev/null
+++ b/f28289fb06ab461ea082b4be56d6d1504c0c31c2.patch
@@ -0,0 +1,25 @@
+From f28289fb06ab461ea082b4be56d6d1504c0c31c2 Mon Sep 17 00:00:00 2001
+From: Damiano Galassi <damiog(a)gmail.com>
+Date: Sat, 10 Apr 2021 13:18:02 +0200
+Subject: [PATCH] libhb: fix audio encoders when linking to FFmpeg 4.4.
+
+---
+ libhb/encavcodecaudio.c | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/libhb/encavcodecaudio.c b/libhb/encavcodecaudio.c
+index 52fc4565d8..e6cf424144 100644
+--- a/libhb/encavcodecaudio.c
++++ b/libhb/encavcodecaudio.c
+@@ -410,7 +410,10 @@ static void Encode(hb_work_object_t *w, hb_buffer_list_t *list)
+
+ // Prepare input frame
+ int out_size;
+- AVFrame frame = { .nb_samples = pv->samples_per_frame, };
++ AVFrame frame = { .nb_samples = pv->samples_per_frame,
++ .format = pv->context->sample_fmt,
++ .channels = pv->context->channels
++ };
+
+ out_size = av_samples_get_buffer_size(NULL,
+ pv->context->channels,
3 years, 6 months
[lpf-mscore-fonts] Rename packages from mscore-fonts ms-core-fonts
by Sérgio M. Basto
commit 9039df1d325ebe6ef691d5350568c324e1fe4418
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat May 29 14:06:39 2021 +0100
Rename packages from mscore-fonts ms-core-fonts
61-mscore-andale.conf => 61-ms-core-andale.conf | 0
61-mscore-arial.conf => 61-ms-core-arial.conf | 0
61-mscore-comic.conf => 61-ms-core-comic.conf | 0
61-mscore-courier.conf => 61-ms-core-courier.conf | 0
61-mscore-georgia.conf => 61-ms-core-georgia.conf | 0
61-mscore-impact.conf => 61-ms-core-impact.conf | 0
61-mscore-times.conf => 61-ms-core-times.conf | 0
...ore-trebuchet.conf => 61-ms-core-trebuchet.conf | 0
61-mscore-verdana.conf => 61-ms-core-verdana.conf | 0
...score-webdings.conf => 61-ms-core-webdings.conf | 0
lpf-mscore-fonts.spec | 25 ++++++++++++----------
mscore-fonts.spec.in | 2 +-
12 files changed, 15 insertions(+), 12 deletions(-)
---
diff --git a/61-mscore-andale.conf b/61-ms-core-andale.conf
similarity index 100%
rename from 61-mscore-andale.conf
rename to 61-ms-core-andale.conf
diff --git a/61-mscore-arial.conf b/61-ms-core-arial.conf
similarity index 100%
rename from 61-mscore-arial.conf
rename to 61-ms-core-arial.conf
diff --git a/61-mscore-comic.conf b/61-ms-core-comic.conf
similarity index 100%
rename from 61-mscore-comic.conf
rename to 61-ms-core-comic.conf
diff --git a/61-mscore-courier.conf b/61-ms-core-courier.conf
similarity index 100%
rename from 61-mscore-courier.conf
rename to 61-ms-core-courier.conf
diff --git a/61-mscore-georgia.conf b/61-ms-core-georgia.conf
similarity index 100%
rename from 61-mscore-georgia.conf
rename to 61-ms-core-georgia.conf
diff --git a/61-mscore-impact.conf b/61-ms-core-impact.conf
similarity index 100%
rename from 61-mscore-impact.conf
rename to 61-ms-core-impact.conf
diff --git a/61-mscore-times.conf b/61-ms-core-times.conf
similarity index 100%
rename from 61-mscore-times.conf
rename to 61-ms-core-times.conf
diff --git a/61-mscore-trebuchet.conf b/61-ms-core-trebuchet.conf
similarity index 100%
rename from 61-mscore-trebuchet.conf
rename to 61-ms-core-trebuchet.conf
diff --git a/61-mscore-verdana.conf b/61-ms-core-verdana.conf
similarity index 100%
rename from 61-mscore-verdana.conf
rename to 61-ms-core-verdana.conf
diff --git a/61-mscore-webdings.conf b/61-ms-core-webdings.conf
similarity index 100%
rename from 61-mscore-webdings.conf
rename to 61-ms-core-webdings.conf
diff --git a/lpf-mscore-fonts.spec b/lpf-mscore-fonts.spec
index 0574099..d3d2089 100644
--- a/lpf-mscore-fonts.spec
+++ b/lpf-mscore-fonts.spec
@@ -3,7 +3,7 @@
Name: lpf-mscore-fonts
Version: 2.2
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Bootstrap package building mscore-fonts using lpf
License: MIT
@@ -12,16 +12,16 @@ Group: Development/Tools
BuildArch: noarch
Source0: mscore-fonts.spec.in
Source1: Licen.TXT
-Source2: 61-mscore-arial.conf
-Source3: 61-mscore-andale.conf
-Source4: 61-mscore-comic.conf
-Source5: 61-mscore-courier.conf
-Source6: 61-mscore-georgia.conf
-Source7: 61-mscore-impact.conf
-Source8: 61-mscore-times.conf
-Source9: 61-mscore-trebuchet.conf
-Source10: 61-mscore-verdana.conf
-Source11: 61-mscore-webdings.conf
+Source2: 61-ms-core-arial.conf
+Source3: 61-ms-core-andale.conf
+Source4: 61-ms-core-comic.conf
+Source5: 61-ms-core-courier.conf
+Source6: 61-ms-core-georgia.conf
+Source7: 61-ms-core-impact.conf
+Source8: 61-ms-core-times.conf
+Source9: 61-ms-core-trebuchet.conf
+Source10: 61-ms-core-verdana.conf
+Source11: 61-ms-core-webdings.conf
BuildRequires: desktop-file-utils
BuildRequires: lpf
@@ -63,6 +63,9 @@ mscore-fonts non-redistributable package.
%changelog
+* Wed May 26 2021 Sérgio Basto <sergio(a)serjux.com> - 2.2-4
+- Rename packages from mscore-fonts ms-core-fonts
+
* Wed Dec 25 2019 FeRD (Frank Dana) <ferdnyc(a)gmail.com> - 2.2-3
- Convert Licen.TXT file to UTF-8 encoding and Unix (CR) line-endings.
diff --git a/mscore-fonts.spec.in b/mscore-fonts.spec.in
index ca9bd55..8624b93 100644
--- a/mscore-fonts.spec.in
+++ b/mscore-fonts.spec.in
@@ -1,4 +1,4 @@
-%global fontname mscore
+%global fontname ms-core
# directory to unpack truetype fonts from the cab into
%global fontdir %{_datadir}/fonts/%{fontname}
3 years, 6 months