[HandBrake] update commit hash and date for 1.3.0 release
by Dominik Mierzejewski
commit 4f87b2c635cc919e4aeb2c1b987880cec652be9d
Author: Dominik 'Rathann' Mierzejewski <dominik(a)greysector.net>
Date: Wed Nov 27 18:34:41 2019 +0100
update commit hash and date for 1.3.0 release
HandBrake.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/HandBrake.spec b/HandBrake.spec
index bd9aa54..6806ef5 100644
--- a/HandBrake.spec
+++ b/HandBrake.spec
@@ -1,5 +1,5 @@
-%global commit0 b463d33a4ed4c9da5fb6432e7fb7e08422fc1aad
-%global date 20180405
+%global commit0 4672248655ddd687161bacdb539c208abde15c59
+%global date 20191109
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%global tag %{version}
@@ -18,7 +18,7 @@
Name: HandBrake
Version: 1.3.0
-Release: 1%{!?tag:.%{date}git%{shortcommit0}}%{?dist}
+Release: 2%{!?tag:.%{date}git%{shortcommit0}}%{?dist}
Summary: An open-source multiplatform video transcoder
License: GPLv2+
URL: http://handbrake.fr/
@@ -248,6 +248,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_bindir}/HandBrakeCLI
%changelog
+* Wed Nov 27 2019 Dominik 'Rathann' Mierzejewski <rpm(a)greysector.net> - 1.3.0-2
+- update commit hash and date for 1.3.0 release
+
* Thu Nov 21 2019 FeRD (Frank Dana) <ferdnyc(a)gmail.com> - 1.3.0-1
- New upstream version (fixes compilation with Pango 1.44+)
- New dependencies: libdav1d, libdrm, libva, numactl
5 years
[HandBrake/f31] (5 commits) ...fix build on non-x86 (without nasm)
by Dominik Mierzejewski
Summary of changes:
d8cc886... rebuild for libdvdread ABI bump (*)
2ee2fdd... New upstream version (fixes compilation with Pango 1.44+) (*)
3d0049d... add missing libva-devel build dependency (*)
53d5666... fix dependencies (*)
b780c90... fix build on non-x86 (without nasm) (*)
(*) This commit already existed in another branch; no separate mail sent
5 years
[HandBrake] fix build on non-x86 (without nasm)
by Dominik Mierzejewski
commit b780c90a987bc3c8bd7acc3ff424b2f78798594c
Author: Dominik 'Rathann' Mierzejewski <dominik(a)greysector.net>
Date: Wed Nov 27 10:52:29 2019 +0100
fix build on non-x86 (without nasm)
HandBrake-no-nasm.patch | 12 ++++++++++++
HandBrake.spec | 4 ++++
2 files changed, 16 insertions(+)
---
diff --git a/HandBrake-no-nasm.patch b/HandBrake-no-nasm.patch
new file mode 100644
index 0000000..41cbc21
--- /dev/null
+++ b/HandBrake-no-nasm.patch
@@ -0,0 +1,12 @@
+diff -up HandBrake-1.3.0/make/configure.py.orig HandBrake-1.3.0/make/configure.py
+--- HandBrake-1.3.0/make/configure.py.orig 2019-11-09 21:44:32.000000000 +0100
++++ HandBrake-1.3.0/make/configure.py 2019-11-27 10:47:07.605968329 +0100
+@@ -1609,7 +1609,7 @@ try:
+ pkgconfig = ToolProbe( 'PKGCONFIG.exe', 'pkgconfig', 'pkg-config', abort=True, minversion=[0,29,0] )
+
+ meson = ToolProbe( 'MESON.exe', 'meson', 'meson', abort=True, minversion=[0,47,0] )
+- nasm = ToolProbe( 'NASM.exe', 'asm', 'nasm', abort=True, minversion=[2,13,0] )
++ nasm = ToolProbe( 'NASM.exe', 'asm', 'nasm', abort=False, minversion=[2,13,0] )
+ ninja = ToolProbe( 'NINJA.exe', 'ninja', 'ninja-build', 'ninja', abort=True )
+
+ xcodebuild = ToolProbe( 'XCODEBUILD.exe', 'xcodebuild', 'xcodebuild', abort=(True if (build_tuple.match('*-*-darwin*') and cross is None) else False), versionopt='-version', minversion=[10,3,0] )
diff --git a/HandBrake.spec b/HandBrake.spec
index 1916a9d..bd9aa54 100644
--- a/HandBrake.spec
+++ b/HandBrake.spec
@@ -45,6 +45,8 @@ Patch3: %{name}-nostrip.patch
Patch4: %{name}-no-libva.patch
# Fix QSV with unpatched system FFmpeg
Patch5: %{name}-qsv.patch
+# Fix build on non-x86 (without nasm)
+Patch6: %{name}-no-nasm.patch
BuildRequires: a52dec-devel >= 0.7.4
BuildRequires: cmake3
@@ -146,6 +148,7 @@ gpgv2 --keyring %{S:2} %{S:1} %{S:0}
%else
%patch5 -p1
%endif
+%patch6 -p1
mkdir -p download
%{?_without_ffmpeg:cp -p %{SOURCE10} download}
@@ -250,6 +253,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
- New dependencies: libdav1d, libdrm, libva, numactl
- dropped dependencies: yasm
- fixes rfbz#5426
+- fix build on non-x86 (without nasm)
* Fri Nov 15 2019 Dominik 'Rathann' Mierzejewski <rpm(a)greysector.net> - 1.2.2-7
- rebuild for libdvdread ABI bump
5 years
[HandBrake] fix dependencies
by Dominik Mierzejewski
commit 53d5666ac590896a228a80eaed1615cfcd2f46d2
Author: Dominik 'Rathann' Mierzejewski <dominik(a)greysector.net>
Date: Wed Nov 27 10:36:34 2019 +0100
fix dependencies
drop yasm dependency (unused since 1.2.0)
numactl is not available on ARM 32bit
HandBrake.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/HandBrake.spec b/HandBrake.spec
index a5989c6..1916a9d 100644
--- a/HandBrake.spec
+++ b/HandBrake.spec
@@ -89,14 +89,15 @@ BuildRequires: meson
%if 0%{?_with_asm:1}
BuildRequires: nasm
%endif
+%ifnarch %{arm}
BuildRequires: numactl-devel
+%endif
BuildRequires: nv-codec-headers
BuildRequires: opus-devel
BuildRequires: python3
BuildRequires: speex-devel
BuildRequires: x264-devel >= 0.148
BuildRequires: x265-devel >= 1.9
-BuildRequires: yasm
BuildRequires: xz-devel
Requires: hicolor-icon-theme
@@ -186,6 +187,9 @@ echo "GCC.args.g.none = " >> custom.defs
--disable-gtk-update-checks \
%{?_with_asm:--enable-asm} \
--enable-x265 \
+%ifarch %{arm}
+ --disable-numa \
+%endif
%{?_with_fdk:--enable-fdk-aac} \
%{?_with_mfx:--enable-qsv}
@@ -244,6 +248,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
* Thu Nov 21 2019 FeRD (Frank Dana) <ferdnyc(a)gmail.com> - 1.3.0-1
- New upstream version (fixes compilation with Pango 1.44+)
- New dependencies: libdav1d, libdrm, libva, numactl
+- dropped dependencies: yasm
- fixes rfbz#5426
* Fri Nov 15 2019 Dominik 'Rathann' Mierzejewski <rpm(a)greysector.net> - 1.2.2-7
5 years
[qmplay2/f30] Update to 19.11.26
by Martin Gansser
Summary of changes:
82552f8... Update to 19.11.26 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years
[qmplay2/f31] Update to 19.11.26
by Martin Gansser
Summary of changes:
82552f8... Update to 19.11.26 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years
[qmplay2] Update to 19.11.26
by Martin Gansser
commit 82552f82651d65b0d27e0128682eab5e198d20ce
Author: Martin Gansser <mgansser(a)online.de>
Date: Wed Nov 27 10:50:19 2019 +0100
Update to 19.11.26
.gitignore | 1 +
qmplay2.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c39c592..d7fa8cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@
/QMPlay2-19.08.27.tar.gz
/QMPlay2-19.09.03.tar.gz
/QMPlay2-19.11.06.tar.gz
+/QMPlay2-19.11.26.tar.gz
diff --git a/qmplay2.spec b/qmplay2.spec
index ecb5e8a..b70c7cc 100644
--- a/qmplay2.spec
+++ b/qmplay2.spec
@@ -2,7 +2,7 @@
%global pname QMPlay2
Name: qmplay2
-Version: 19.11.06
+Version: 19.11.26
Release: 1%{?dist}
Summary: A Qt based media player, streamer and downloader
License: LGPLv3+
@@ -121,6 +121,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
%{_includedir}/%{pname}
%changelog
+* Wed Nov 27 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 19.11.26-1
+- Update to 19.11.26
+
* Thu Nov 07 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 19.11.06-1
- Update to 19.11.06
diff --git a/sources b/sources
index a200b5f..a69b45d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (QMPlay2-19.11.06.tar.gz) = 1fdafb5d1f9769e96c2d07f45879db6d3d6cbed2716e68acb6a4a4dd069cb8119f4e4ca37f91cb5a09904e0b473c169fb549650a7be227e592d6cde2b6b528c9
+SHA512 (QMPlay2-19.11.26.tar.gz) = d75e2279574cec0c0cd1b95cebf4ae412ee51f640a35a3b93cbc40be57b0f8f564e6cafde52d92203f96b33726d796fe0ecf7191e3dcead5dc4bd0c488884054
5 years
[unrar/el8] Update to 5.8.4
by Leigh Scott
Summary of changes:
2c0b6be... Update to 5.8.4 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years
[unrar/f30] Update to 5.8.4
by Leigh Scott
Summary of changes:
2c0b6be... Update to 5.8.4 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years