[mplayer] Rebuilt for new ffmpeg snapshot
by Leigh Scott
commit c065703b788567e83c2588ad2f84c23aa6af4fb5
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Dec 31 21:10:57 2020 +0000
Rebuilt for new ffmpeg snapshot
...-7ba6fc7408b5fb46c698e17471d12dd53d5685ec.patch | 37 ++++++++++++++++++++++
mplayer.spec | 2 ++
2 files changed, 39 insertions(+)
---
diff --git a/mplayer.git-7ba6fc7408b5fb46c698e17471d12dd53d5685ec.patch b/mplayer.git-7ba6fc7408b5fb46c698e17471d12dd53d5685ec.patch
new file mode 100644
index 0000000..1bfbbdb
--- /dev/null
+++ b/mplayer.git-7ba6fc7408b5fb46c698e17471d12dd53d5685ec.patch
@@ -0,0 +1,37 @@
+From 7ba6fc7408b5fb46c698e17471d12dd53d5685ec Mon Sep 17 00:00:00 2001
+From: reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>
+Date: Sun, 1 Nov 2020 15:07:44 +0000
+Subject: [PATCH] ad_spdif: Use avformat_free_context to free context.
+
+This avoids memleaks and in newest FFmpeg versions also
+compile errors.
+
+git-svn-id: svn://git.mplayerhq.hu/mplayer/trunk@38199 b3059339-0415-0410-9bf9-f77b7e298cf2
+---
+ libmpcodecs/ad_spdif.c | 10 ++--------
+ 1 file changed, 2 insertions(+), 8 deletions(-)
+
+diff --git a/libmpcodecs/ad_spdif.c b/libmpcodecs/ad_spdif.c
+index 1fc237b..8ee4724 100644
+--- a/libmpcodecs/ad_spdif.c
++++ b/libmpcodecs/ad_spdif.c
+@@ -298,14 +298,8 @@ static void uninit(sh_audio_t *sh)
+ if (spdif_ctx->header_written)
+ av_write_trailer(lavf_ctx);
+ av_freep(&lavf_ctx->pb);
+- if (lavf_ctx->streams) {
+- av_freep(&lavf_ctx->streams[0]->codec);
+- av_freep(&lavf_ctx->streams[0]->info);
+- av_freep(&lavf_ctx->streams[0]);
+- }
+- av_freep(&lavf_ctx->streams);
+- av_freep(&lavf_ctx->priv_data);
++ avformat_free_context(lavf_ctx);
++ lavf_ctx = NULL;
+ }
+- av_freep(&lavf_ctx);
+ av_freep(&spdif_ctx);
+ }
+--
+2.7.4
+
diff --git a/mplayer.spec b/mplayer.spec
index 04f4292..f2d3410 100644
--- a/mplayer.spec
+++ b/mplayer.spec
@@ -40,6 +40,7 @@ Patch3: %{name}-ffmpeg.patch
Patch4: 0001-codecs.conf-Add-AV1-decoder-dav1d-via-FFmpeg.patch
Patch5: 0002-codecs.conf-Add-AOM-AV1-decoder-via-FFmpeg.patch
Patch6: 0003-codecs.conf-Bump-version.patch
+Patch7: mplayer.git-7ba6fc7408b5fb46c698e17471d12dd53d5685ec.patch
BuildRequires: SDL-devel
BuildRequires: a52dec-devel
@@ -235,6 +236,7 @@ rm -rf ffmpeg
%patch4 -p1
%patch5 -p1
%patch6 -p1
+%patch7 -p1
mkdir GUI
cp -a `ls -1|grep -v GUI` GUI/
3 years, 10 months
[gstreamer1-libav] Rebuilt for new ffmpeg snapshot
by Leigh Scott
commit 90385a94d5638213c39ba70ef6f5de7aedbeb5ba
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Dec 31 20:57:30 2020 +0000
Rebuilt for new ffmpeg snapshot
gstreamer1-libav.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/gstreamer1-libav.spec b/gstreamer1-libav.spec
index ca1b084..00e5dd3 100644
--- a/gstreamer1-libav.spec
+++ b/gstreamer1-libav.spec
@@ -1,6 +1,6 @@
Name: gstreamer1-libav
Version: 1.18.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: GStreamer 1.0 libav-based plug-ins
License: LGPLv2+
URL: https://gstreamer.freedesktop.org/
@@ -69,6 +69,9 @@ plug-in.
%endif
%changelog
+* Thu Dec 31 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1.18.2-2
+- Rebuilt for new ffmpeg snapshot
+
* Sun Dec 13 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1.18.2-1
- 1.18.2
3 years, 10 months
[mplayer] Rebuilt for new ffmpeg snapshot
by Leigh Scott
commit 80936c5a9fa49a29fd583b6c5a007f32818a2556
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Dec 31 20:54:55 2020 +0000
Rebuilt for new ffmpeg snapshot
mplayer.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mplayer.spec b/mplayer.spec
index a413ad5..04f4292 100644
--- a/mplayer.spec
+++ b/mplayer.spec
@@ -10,9 +10,9 @@
Name: mplayer
Version: 1.4
%if 0%{?svn}
-Release: 13{?pre:.%{pre}}%{?dist}
+Release: 14{?pre:.%{pre}}%{?dist}
%else
-Release: 13%{?dist}
+Release: 14%{?dist}
%endif
Summary: Movie player playing most video formats and DVDs
@@ -383,6 +383,9 @@ fi
%{_datadir}/mplayer/*.fp
%changelog
+* Thu Dec 31 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1.4-14
+- Rebuilt for new ffmpeg snapshot
+
* Fri Nov 27 2020 Sérgio Basto <sergio(a)serjux.com> - 1.4-13
- Mass rebuild for x264-0.161
3 years, 10 months
[vlc] Rebuilt for new ffmpeg snapshot
by Leigh Scott
commit 10423d8b7711172ec75a4982432b894f0bca58ea
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Dec 31 20:16:59 2020 +0000
Rebuilt for new ffmpeg snapshot
vlc.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index f14da83..ef8a06f 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -51,7 +51,7 @@ Summary: The cross-platform open-source multimedia framework, player and server
Epoch: 1
Name: vlc
Version: 3.0.12.1
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2+
URL: https://www.videolan.org
%if 0%{?commit0:1}
@@ -622,6 +622,9 @@ fi || :
%changelog
+* Thu Dec 31 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1:3.0.12.1-2
+- Rebuilt for new ffmpeg snapshot
+
* Mon Dec 28 2020 Nicolas Chauvet <kwizart(a)gmail.com> - 1:3.0.12.1-1
- Update to 3.0.12.1
3 years, 10 months
[moc] Add make BR
by sagitter
commit 2b1d63542a33674e626ca164b16e058a2e75a75f
Author: Antonio T <sagitter(a)fedoraproject.org>
Date: Thu Dec 31 20:58:22 2020 +0100
Add make BR
moc.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/moc.spec b/moc.spec
index 766072e..859415c 100644
--- a/moc.spec
+++ b/moc.spec
@@ -14,7 +14,7 @@
Name: moc
Summary: Music on Console - Console audio player for Linux/UNIX
Version: 2.6
-Release: 0.35.svn%{checkout}%{?dist}
+Release: 0.36.svn%{checkout}%{?dist}
License: GPLv3+
URL: http://moc.daper.net
@@ -52,6 +52,7 @@ BuildRequires: libmad-devel
BuildRequires: faad2-devel
BuildRequires: autoconf, automake
+BuildRequires: make
%description
MOC (music on console) is a console audio player for LINUX/UNIX designed to be
@@ -99,6 +100,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/moc/decoder_plugins/*.la
%{_libdir}/%{name}/
%changelog
+* Thu Dec 31 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 2.6-0.36.svn3005
+- Add make BR
+
* Tue Aug 18 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.6-0.35.svn3005
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
3 years, 10 months
[xine-lib] Rebuilt for new ffmpeg snapshot
by Leigh Scott
commit 9b0d40f51f4a0c94d9404a4a7264f11bd565aa64
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Dec 31 19:21:43 2020 +0000
Rebuilt for new ffmpeg snapshot
xine-lib.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/xine-lib.spec b/xine-lib.spec
index 7e4e80c..2d95a36 100644
--- a/xine-lib.spec
+++ b/xine-lib.spec
@@ -24,7 +24,7 @@
Summary: A multimedia engine
Name: xine-lib
Version: 1.2.11
-Release: 4%{?snapshot:.%{date}hg%{revision}}%{?dist}
+Release: 5%{?snapshot:.%{date}hg%{revision}}%{?dist}
License: GPLv2+
URL: http://www.xine-project.org/
%if ! 0%{?snapshot}
@@ -323,6 +323,9 @@ mkdir -p %{buildroot}%{codecdir}
%changelog
+* Thu Dec 31 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1.2.11-5
+- Rebuilt for new ffmpeg snapshot
+
* Mon Dec 14 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1.2.11-4
- Actually do the dav1d rebuild
3 years, 10 months
[mpd] Rebuilt for new ffmpeg snapshot
by Leigh Scott
commit fd6c76a04bd0d126eebf589650e9e4f763db919c
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Dec 31 19:20:18 2020 +0000
Rebuilt for new ffmpeg snapshot
mpd.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/mpd.spec b/mpd.spec
index 68f3cc7..1559cff 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -17,7 +17,7 @@
Name: mpd
Epoch: 1
Version: 0.22.3
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: The Music Player Daemon
License: GPLv2+
URL: https://www.musicpd.org
@@ -243,6 +243,9 @@ fi
%changelog
+* Thu Dec 31 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1:0.22.3-2
+- Rebuilt for new ffmpeg snapshot
+
* Fri Nov 6 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1:0.22.3-1
- Update to 0.22.3
3 years, 10 months
[mpv] Rebuilt for new ffmpeg snapshot
by Leigh Scott
commit f6e5629b9c0d17167cbe977f61a066c8e7f5a77c
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Dec 31 19:19:08 2020 +0000
Rebuilt for new ffmpeg snapshot
mpv.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/mpv.spec b/mpv.spec
index 304f5a3..cb6f826 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -1,6 +1,6 @@
Name: mpv
Version: 0.33.0
-Release: 1%{?gitrelease}%{?dist}
+Release: 2%{?gitrelease}%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv2+ and LGPLv2+
URL: http://mpv.io/
@@ -180,6 +180,9 @@ install -Dpm 644 README.md etc/input.conf etc/mpv.conf -t %{buildroot}%{_docdir}
%{_libdir}/pkgconfig/mpv.pc
%changelog
+* Thu Dec 31 2020 Leigh Scott <leigh123linux(a)gmail.com> - 0.33.0-2
+- Rebuilt for new ffmpeg snapshot
+
* Sun Nov 22 2020 Leigh Scott <leigh123linux(a)gmail.com> - 0.33.0-1
- Update to 0.33.0
3 years, 10 months
[libde265] Rebuilt for new ffmpeg snapshot
by Leigh Scott
commit 721d49dfc9525693642cf2c5c7881e707fe46382
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Dec 31 19:12:25 2020 +0000
Rebuilt for new ffmpeg snapshot
libde265.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/libde265.spec b/libde265.spec
index 78144fe..9f206b3 100644
--- a/libde265.spec
+++ b/libde265.spec
@@ -1,7 +1,7 @@
Name: libde265
Summary: Open H.265 video codec implementation
Version: 1.0.8
-Release: 1%{?dist}
+Release: 2%{?dist}
License: LGPLv3+
Source: https://github.com/strukturag/libde265/releases/download/v%{version}/%{na...
URL: https://www.libde265.org/
@@ -105,6 +105,9 @@ rm -f %{buildroot}%{_bindir}/yuv-distortion
%{_bindir}/acceleration_speed
%changelog
+* Thu Dec 31 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1.0.8-2
+- Rebuilt for new ffmpeg snapshot
+
* Fri Nov 6 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1.0.8-1
- Update to 1.0.8
3 years, 10 months
[x264] Rebuilt for new ffmpeg snapshot
by Leigh Scott
commit 1bbcfb77e4ae38fad9906097cfa47b46ef83f5d5
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Dec 31 19:09:52 2020 +0000
Rebuilt for new ffmpeg snapshot
x264.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/x264.spec b/x264.spec
index ad5a90a..7caba8b 100644
--- a/x264.spec
+++ b/x264.spec
@@ -41,7 +41,7 @@
Summary: H264/AVC video streams encoder
Name: x264
Version: 0.%{api}
-Release: 1%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
+Release: 2%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
License: GPLv2+
URL: https://www.videolan.org/developers/x264.html
Source0: %{name}-0.%{api}-%{snapshot}.tar.bz2
@@ -217,6 +217,9 @@ install -pm644 generic/{AUTHORS,COPYING} %{buildroot}%{_pkgdocdir}/
%endif
%changelog
+* Thu Dec 31 2020 Leigh Scott <leigh123linux(a)gmail.com> - 0.161-2.20200912gitd198931
+- Rebuilt for new ffmpeg snapshot
+
* Wed Nov 18 2020 Sérgio Basto <sergio(a)serjux.com> - 0.161-1.20200912gitd198931
- Update x264 to api 0.161 (stable branch)
3 years, 10 months