[ffmpeg] Add version for Br dav1d
by Leigh Scott
commit 355bbbfb3a98d36f132fe53c2a31441d629ee2fb
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Aug 6 16:22:55 2019 +0100
Add version for Br dav1d
ffmpeg.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 1315260..b8a12a8 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -117,7 +117,7 @@ BuildRequires: lame-devel >= 3.98.3
%{!?_without_jack:BuildRequires: jack-audio-connection-kit-devel}
%{!?_without_ladspa:BuildRequires: ladspa-devel}
%{!?_without_aom:BuildRequires: libaom-devel}
-%{!?_without_dav1d:BuildRequires: libdav1d-devel}
+%{!?_without_dav1d:BuildRequires: libdav1d-devel >= 0.2.1}
BuildRequires: libass-devel
BuildRequires: libbluray-devel
%{?_with_bs2b:BuildRequires: libbs2b-devel}
5 years, 3 months
[ffmpeg] Add patch to fix ppc build
by Leigh Scott
commit 4e6e648a6058e44fb80fe1d8bdb6027f48c87389
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Aug 6 16:05:09 2019 +0100
Add patch to fix ppc build
ffmpeg.spec | 2 ++
fix_ppc_build.patch | 21 +++++++++++++++++++++
2 files changed, 23 insertions(+)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 011ce88..1315260 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -97,6 +97,7 @@ Source0: ffmpeg-%{?branch}%{date}.tar.bz2
%else
Source0: http://ffmpeg.org/releases/ffmpeg-%{version}.tar.xz
%endif
+Patch0: fix_ppc_build.patch
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
%{?_with_cuda:BuildRequires: cuda-minimal-build-%{_cuda_version_rpm} cuda-drivers-devel}
%{?_with_libnpp:BuildRequires: pkgconfig(nppc-%{_cuda_version})}
@@ -322,6 +323,7 @@ echo "git-snapshot-%{?branch}%{date}-rpmfusion" > VERSION
%else
%setup -q -n ffmpeg-%{version}
%endif
+%patch0 -p1
# fix -O3 -g in host_cflags
sed -i "s|check_host_cflags -O3|check_host_cflags %{optflags}|" configure
mkdir -p _doc/examples
diff --git a/fix_ppc_build.patch b/fix_ppc_build.patch
new file mode 100644
index 0000000..3c35dc4
--- /dev/null
+++ b/fix_ppc_build.patch
@@ -0,0 +1,21 @@
+--- a/libswscale/ppc/swscale_vsx.c
++++ b/libswscale/ppc/swscale_vsx.c
+@@ -154,7 +154,7 @@
+ }
+ }
+
+-static void yuv2plane1_nbps_vsx(const int16_t *src, uint16_t *dest, int dstW,
++static av_always_inline void yuv2plane1_nbps_vsx(const int16_t *src, uint16_t *dest, int dstW,
+ int big_endian, int output_bits)
+ {
+ const int dst_u = -(uintptr_t)dest & 7;
+@@ -273,7 +273,7 @@
+ }
+ }
+
+-static void yuv2plane1_16_vsx(const int32_t *src, uint16_t *dest, int dstW,
++static av_always_inline void yuv2plane1_16_vsx(const int32_t *src, uint16_t *dest, int dstW,
+ int big_endian, int output_bits)
+ {
+ const int dst_u = -(uintptr_t)dest & 7;
+
5 years, 3 months
[ffmpeg] Patch1 merged upstream
by Nicolas Chauvet
commit 98589f016116b4d77c6c6865aa7d63d26b12134d
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Aug 6 13:57:51 2019 +0200
Patch1 merged upstream
ffmpeg.spec | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 6a7a9ac..011ce88 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -97,8 +97,6 @@ Source0: ffmpeg-%{?branch}%{date}.tar.bz2
%else
Source0: http://ffmpeg.org/releases/ffmpeg-%{version}.tar.xz
%endif
-#http://lists.ffmpeg.org/pipermail/ffmpeg-devel/2019-July/246927.html
-Patch1: Use-gnutls_set_default_priority.patch
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
%{?_with_cuda:BuildRequires: cuda-minimal-build-%{_cuda_version_rpm} cuda-drivers-devel}
%{?_with_libnpp:BuildRequires: pkgconfig(nppc-%{_cuda_version})}
5 years, 3 months
[ffmpeg] clean up
by Leigh Scott
commit fccd52fd594f4cfde161840fb66d0c4561cb8059
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Tue Aug 6 01:04:23 2019 +0100
clean up
ffmpeg.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 75d3471..6a7a9ac 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -9,7 +9,7 @@
%if 0%{?el7}
%global _without_aom 1
-%global _without_dav1d 1
+%global _without_dav1d 1
%global _without_frei0r 1
%global _without_mfx 1
%global _without_opus 1
@@ -18,7 +18,7 @@
%if 0%{?el8}
%global _without_aom 1
-%global _without_dav1d 1
+%global _without_dav1d 1
%global _without_mfx 1
%endif
5 years, 3 months
[ffmpeg] Update to 4.2 release
by Leigh Scott
commit 70ce5a1d16a90d3beb5c8bfa3358d301a14c95b8
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Tue Aug 6 01:01:56 2019 +0100
Update to 4.2 release
4361293fcf59edb56879c36edcd25f0a91e0edf8.patch | 32 --------------------------
ffmpeg.spec | 16 ++++++++-----
sources | 2 +-
3 files changed, 11 insertions(+), 39 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index cdd499f..75d3471 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -9,6 +9,7 @@
%if 0%{?el7}
%global _without_aom 1
+%global _without_dav1d 1
%global _without_frei0r 1
%global _without_mfx 1
%global _without_opus 1
@@ -17,6 +18,7 @@
%if 0%{?el8}
%global _without_aom 1
+%global _without_dav1d 1
%global _without_mfx 1
%endif
@@ -86,8 +88,8 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
-Version: 4.1.4
-Release: 2%{?date}%{?date:git}%{?rel}%{?dist}
+Version: 4.2
+Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -95,9 +97,6 @@ Source0: ffmpeg-%{?branch}%{date}.tar.bz2
%else
Source0: http://ffmpeg.org/releases/ffmpeg-%{version}.tar.xz
%endif
-#Backport avutil/mem: Fix invalid use of av_alloc_size
-#See rfbz#5221
-Patch0: 4361293fcf59edb56879c36edcd25f0a91e0edf8.patch
#http://lists.ffmpeg.org/pipermail/ffmpeg-devel/2019-July/246927.html
Patch1: Use-gnutls_set_default_priority.patch
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
@@ -119,6 +118,7 @@ BuildRequires: lame-devel >= 3.98.3
%{!?_without_jack:BuildRequires: jack-audio-connection-kit-devel}
%{!?_without_ladspa:BuildRequires: ladspa-devel}
%{!?_without_aom:BuildRequires: libaom-devel}
+%{!?_without_dav1d:BuildRequires: libdav1d-devel}
BuildRequires: libass-devel
BuildRequires: libbluray-devel
%{?_with_bs2b:BuildRequires: libbs2b-devel}
@@ -251,6 +251,7 @@ This package contains development files for %{name}
--enable-gnutls \\\
%{!?_without_ladspa:--enable-ladspa} \\\
%{!?_without_aom:--enable-libaom} \\\
+ %{!?_without_dav1d:--enable-libdav1d} \\\
--enable-libass \\\
--enable-libbluray \\\
%{?_with_bs2b:--enable-libbs2b} \\\
@@ -323,7 +324,6 @@ echo "git-snapshot-%{?branch}%{date}-rpmfusion" > VERSION
%else
%setup -q -n ffmpeg-%{version}
%endif
-%patch0 -p1
# fix -O3 -g in host_cflags
sed -i "s|check_host_cflags -O3|check_host_cflags %{optflags}|" configure
mkdir -p _doc/examples
@@ -430,6 +430,10 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Mon Aug 05 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 4.2-1
+- Update to 4.2 release
+- Enable dav1d support
+
* Sat Jul 27 2019 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.4-2
- Add patch for set_default_priority
diff --git a/sources b/sources
index fcf0ca9..d22d3b6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5307931aeb7aaee5e1509d9996040661 ffmpeg-4.1.4.tar.xz
+fb33a9110251873002869664686b2a3f ffmpeg-4.2.tar.xz
5 years, 3 months
[x265/el8] Update to 3.1.2
by Leigh Scott
Summary of changes:
12caa5d... Update to 3.1.2 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 3 months
[x265] Update to 3.1.2
by Leigh Scott
commit 12caa5d0daf102516bc5c5bbddeee7932af3cca3
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Sun Aug 4 10:23:03 2019 +0100
Update to 3.1.2
sources | 2 +-
x265.spec | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/sources b/sources
index 6b1e91d..e550c45 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-408ac428ff6bcc7c257d371080ef7fee x265-3.1.tar.gz
+b06a42a8d5b6e8bbc7bde740fff23728 x265-3.1.2.tar.gz
diff --git a/x265.spec b/x265.spec
index c441cdf..f564c36 100644
--- a/x265.spec
+++ b/x265.spec
@@ -2,7 +2,7 @@
Summary: H.265/HEVC encoder
Name: x265
-Version: 3.1
+Version: 3.1.2
Release: 1%{?dist}
URL: http://x265.org/
# source/Lib/TLibCommon - BSD
@@ -141,6 +141,9 @@ done
%{_libdir}/pkgconfig/x265.pc
%changelog
+* Sun Aug 04 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 3.1.2-1
+- Update to 3.1.2
+
* Fri Jun 28 2019 Nicolas Chauvet <kwizart(a)gmail.com> - 3.1-1
- Update to 3.1
- Switch to github mirror
5 years, 3 months
[mpd/f29] Update to 0.21.12
by Leigh Scott
Summary of changes:
48e7991... Update to 0.21.12 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 3 months
[mpd/f30] Update to 0.21.12
by Leigh Scott
Summary of changes:
48e7991... Update to 0.21.12 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 3 months
[mpd] Update to 0.21.12
by Leigh Scott
commit 48e79914aaf01006ddd190297bebfc6ab74747fb
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Sat Aug 3 20:22:10 2019 +0100
Update to 0.21.12
mpd.spec | 5 ++++-
sources | 4 ++--
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/mpd.spec b/mpd.spec
index 5234d9c..4c85a9e 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -16,7 +16,7 @@
Name: mpd
Epoch: 1
-Version: 0.21.11
+Version: 0.21.12
Release: 1%{?dist}
Summary: The Music Player Daemon
License: GPLv2+
@@ -225,6 +225,9 @@ fi
%changelog
+* Sat Aug 03 2019 Leigh Scott <leigh123linux(a)gmail.com> - 1:0.21.12-1
+- Update to 0.21.12
+
* Thu Jul 04 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 1:0.21.11-1
- Update to 0.21.11
- Clean up
diff --git a/sources b/sources
index c0534fb..c0ab9b2 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-8fdcf94544ece8089457257901d55119 mpd-0.21.11.tar.xz
-3d504bfac69e7f4d8187d0b4d13608ed mpd-0.21.11.tar.xz.sig
+10fe600e5833e0c458000417d5435b5e mpd-0.21.12.tar.xz
+9ebbaccd0e62776dd3434c7d69bf2c46 mpd-0.21.12.tar.xz.sig
5 years, 3 months