[cmus] fix
by Leigh Scott
commit 816da42632ccfc164ee5ca1fe0eedd174b8cabd5
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Feb 28 21:53:29 2023 +0000
fix
cmus.spec | 1 +
ffmpeg6.patch | 15 +++++++++++++++
2 files changed, 16 insertions(+)
---
diff --git a/cmus.spec b/cmus.spec
index 5110764..4022011 100644
--- a/cmus.spec
+++ b/cmus.spec
@@ -5,6 +5,7 @@ Summary: Ncurses-Based Music Player
License: GPLv2+
URL: https://cmus.github.io/
Source0: https://github.com/cmus/%{name}/archive/v%{version}/%{name}-%{version}.ta...
+Patch0: ffmpeg6.patch
BuildRequires: alsa-lib-devel
BuildRequires: faad2-devel
diff --git a/ffmpeg6.patch b/ffmpeg6.patch
new file mode 100644
index 0000000..f5dac49
--- /dev/null
+++ b/ffmpeg6.patch
@@ -0,0 +1,15 @@
+https://github.com/FFmpeg/FFmpeg/commit/dd846bc4a9163f875cc2c4e99325c1a7b4ab8e7d
+diff --git a/ip/ffmpeg.c b/ip/ffmpeg.c
+index 09ed3fc..ea0b26f 100644
+--- a/ip/ffmpeg.c
++++ b/ip/ffmpeg.c
+@@ -202,9 +202,6 @@ static int ffmpeg_open(struct input_plugin_data *ip_data)
+ break;
+ }
+
+- if (codec->capabilities & AV_CODEC_CAP_TRUNCATED)
+- cc->flags |= AV_CODEC_FLAG_TRUNCATED;
+-
+ if (avcodec_open2(cc, codec, NULL) < 0) {
+ d_print("could not open codec: %d, %s\n", cc->codec_id, avcodec_get_name(cc->codec_id));
+ err = -IP_ERROR_UNSUPPORTED_FILE_TYPE;
1 year, 9 months
[cmus] Rebuild for new ffmpeg
by Leigh Scott
commit 0b1b121b4271392de67b8416494f3ec4b0268293
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Feb 28 21:18:30 2023 +0000
Rebuild for new ffmpeg
cmus.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/cmus.spec b/cmus.spec
index 3cf3d87..5110764 100644
--- a/cmus.spec
+++ b/cmus.spec
@@ -1,6 +1,6 @@
Name: cmus
Version: 2.10.0
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Ncurses-Based Music Player
License: GPLv2+
URL: https://cmus.github.io/
@@ -87,6 +87,9 @@ chmod -x examples/*
%changelog
+* Tue Feb 28 2023 Leigh Scott <leigh123linux(a)gmail.com> - 2.10.0-4
+- Rebuild for new ffmpeg
+
* Wed Feb 08 2023 Leigh Scott <leigh123linux(a)gmail.com> - 2.10.0-3
- Rebuild for new flac
1 year, 9 months
[minidlna] Rebuild for new ffmpeg
by Leigh Scott
commit 8407b74250d8dc3262b488df6c99e27ae42b54e4
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Feb 28 21:17:09 2023 +0000
Rebuild for new ffmpeg
minidlna.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/minidlna.spec b/minidlna.spec
index 06cf4f3..fb887df 100644
--- a/minidlna.spec
+++ b/minidlna.spec
@@ -1,6 +1,6 @@
Name: minidlna
Version: 1.3.2
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Lightweight DLNA/UPnP-AV server targeted at embedded systems
License: GPLv2
@@ -126,6 +126,9 @@ exit 0
%changelog
+* Tue Feb 28 2023 Leigh Scott <leigh123linux(a)gmail.com> - 1.3.2-3
+- Rebuild for new ffmpeg
+
* Wed Feb 08 2023 Leigh Scott <leigh123linux(a)gmail.com> - 1.3.2-2
- Rebuild for new flac
1 year, 9 months
[mplayer] fix source
by Leigh Scott
commit 9d848e365e27601d9988ab849ea3cbe62695b950
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Feb 28 21:08:54 2023 +0000
fix source
sources | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/sources b/sources
index f97be62..fcd520a 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
SHA512 (mplayer-export-2023-02-28.tar.xz) = 5e4380f0e5e6a3167978ada45811fbd685f87cdf715ab34eacaaa32f08941e686dbf35608d4757fa92945e0db6caf82f3fdedb021c217fcfafc8167397de626c
+SHA512 (Blue-1.11.tar.bz2) = 88fbe7af71acaff50a6fab61c6d52095e155ab9842543bda3505c8c14ac95985748f67c2753e249e4aea35eb6deda568cf8b831a75bcfd1394dd029ff32a9267
1 year, 9 months
[mplayer] Rebuild for new ffmpeg
by Leigh Scott
commit 04e2b853515b824a64932190cbbd14a45c041e62
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Feb 28 21:03:29 2023 +0000
Rebuild for new ffmpeg
.gitignore | 1 +
mplayer.spec | 11 +++++++----
sources | 3 +--
3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index df1fe1f..ade46c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ MPlayer-1.3.0.tar.xz
/mplayer-export-2021-11-09.tar.xz
/MPlayer-1.5.tar.xz
/mplayer-export-2022-07-26.tar.xz
+/mplayer-export-2023-02-28.tar.xz
diff --git a/mplayer.spec b/mplayer.spec
index 1762a02..bf44876 100644
--- a/mplayer.spec
+++ b/mplayer.spec
@@ -3,16 +3,16 @@
%endif
%global codecdir %{_libdir}/codecs
-%global pre 20220726svn
+%global pre 20230228svn
%global svn 1
-%global svnbuild 2022-07-26
+%global svnbuild 2023-02-28
Name: mplayer
Version: 1.5.1
%if 0%{?svn}
-Release: 0.3%{?pre:.%{pre}}%{?dist}
+Release: 0.4%{?pre:.%{pre}}%{?dist}
%else
-Release: 3%{?dist}
+Release: 4%{?dist}
%endif
Summary: Movie player playing most video formats and DVDs
@@ -381,6 +381,9 @@ fi
%{_datadir}/mplayer/*.fp
%changelog
+* Tue Feb 28 2023 Leigh Scott <leigh123linux(a)gmail.com> - 1.5.1-0.4.20230228svn
+- Rebuild for new ffmpeg
+
* Tue Nov 22 2022 Leigh Scott <leigh123linux(a)gmail.com> - 1.5.1-0.3.20220726svn
- Fix rfbz#6500
diff --git a/sources b/sources
index 0b3d2a0..f97be62 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-SHA512 (mplayer-export-2022-07-26.tar.xz) = 73b2bbf53e7b60cc3f157aa3039017fd664b15230bb605aae1e78958e09be4e1fd6192133d30fd6a865b2fea52ade896ad575d93d8002a5b2de0f5f8aac33f92
-SHA512 (Blue-1.11.tar.bz2) = 88fbe7af71acaff50a6fab61c6d52095e155ab9842543bda3505c8c14ac95985748f67c2753e249e4aea35eb6deda568cf8b831a75bcfd1394dd029ff32a9267
+SHA512 (mplayer-export-2023-02-28.tar.xz) = 5e4380f0e5e6a3167978ada45811fbd685f87cdf715ab34eacaaa32f08941e686dbf35608d4757fa92945e0db6caf82f3fdedb021c217fcfafc8167397de626c
1 year, 9 months
[mpd] Rebuild for new ffmpeg
by Leigh Scott
commit d26ab704926d90466a8f42a9534d93809223fa8a
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Feb 28 19:51:05 2023 +0000
Rebuild for new ffmpeg
mpd.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/mpd.spec b/mpd.spec
index 1c92376..230805d 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -17,7 +17,7 @@
Name: mpd
Epoch: 1
Version: 0.23.12
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: The Music Player Daemon
License: GPLv2+
URL: https://www.musicpd.org
@@ -250,6 +250,9 @@ fi
%changelog
+* Tue Feb 28 2023 Leigh Scott <leigh123linux(a)gmail.com> - 1:0.23.12-2
+- Rebuild for new ffmpeg
+
* Tue Jan 17 2023 Leigh Scott <leigh123linux(a)gmail.com> - 1:0.23.12-1
- Update to 0.23.12
1 year, 9 months
[gpac] Revert "Apply patch"
by Leigh Scott
commit 7fd9cc948234438d88b1bb9cc1206f6f9031555d
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Feb 28 16:11:45 2023 +0000
Revert "Apply patch"
This reverts commit 8c43f8fee9e1380348fc46f563f47871f52f76ff.
ffmpeg6.patch | 42 ------------------------------------------
gpac.spec | 1 -
2 files changed, 43 deletions(-)
---
diff --git a/gpac.spec b/gpac.spec
index abd8a03..04ffb87 100644
--- a/gpac.spec
+++ b/gpac.spec
@@ -25,7 +25,6 @@ Source0: https://github.com/gpac/gpac/archive/v%{version}/gpac-%{version}.ta
Patch0: gpac-doxygen_195.patch
Patch1: Revert-revert-ffmx-gfio.patch
-Patch2: ffmpeg6.patch
BuildRequires: SDL2-devel
BuildRequires: a52dec-devel
1 year, 9 months
[gpac] Revert "Try again"
by Leigh Scott
commit 761f99db48b260ec602dea6b857e7408a2487b86
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Feb 28 16:11:37 2023 +0000
Revert "Try again"
This reverts commit ecb6fffa663f80010c41dddd604c4af9a429116e.
ffmpeg6.patch | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
---
diff --git a/ffmpeg6.patch b/ffmpeg6.patch
index 7c5a713..91f298a 100644
--- a/ffmpeg6.patch
+++ b/ffmpeg6.patch
@@ -1,15 +1,7 @@
diff -uNrp a/src/filters/ff_common.h b/src/filters/ff_common.h
--- a/src/filters/ff_common.h 2022-12-19 16:03:06.000000000 +0000
-+++ b/src/filters/ff_common.h 2023-02-28 15:58:54.028978036 +0000
-@@ -28,6 +28,7 @@
- #include <gpac/list.h>
- #include <gpac/constants.h>
- #include <libavformat/avformat.h>
-+#include <libavformat/mux.h>
- #include <libavcodec/avcodec.h>
- #include <libavutil/opt.h>
- #include <libavutil/pixdesc.h>
-@@ -46,7 +47,7 @@
++++ b/src/filters/ff_common.h 2023-02-28 15:41:54.481172893 +0000
+@@ -46,7 +46,7 @@
#define FF_FREE_PCK(_pkt) av_free_packet(_pkt);
#define FF_RELEASE_PCK(_pkt)
#define FF_INIT_PCK(ctx, _pkt) { pkt = &ctx->pkt; av_init_packet(pkt); }
1 year, 9 months
[gpac] Try again
by Leigh Scott
commit ecb6fffa663f80010c41dddd604c4af9a429116e
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Feb 28 15:59:50 2023 +0000
Try again
ffmpeg6.patch | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/ffmpeg6.patch b/ffmpeg6.patch
index 91f298a..7c5a713 100644
--- a/ffmpeg6.patch
+++ b/ffmpeg6.patch
@@ -1,7 +1,15 @@
diff -uNrp a/src/filters/ff_common.h b/src/filters/ff_common.h
--- a/src/filters/ff_common.h 2022-12-19 16:03:06.000000000 +0000
-+++ b/src/filters/ff_common.h 2023-02-28 15:41:54.481172893 +0000
-@@ -46,7 +46,7 @@
++++ b/src/filters/ff_common.h 2023-02-28 15:58:54.028978036 +0000
+@@ -28,6 +28,7 @@
+ #include <gpac/list.h>
+ #include <gpac/constants.h>
+ #include <libavformat/avformat.h>
++#include <libavformat/mux.h>
+ #include <libavcodec/avcodec.h>
+ #include <libavutil/opt.h>
+ #include <libavutil/pixdesc.h>
+@@ -46,7 +47,7 @@
#define FF_FREE_PCK(_pkt) av_free_packet(_pkt);
#define FF_RELEASE_PCK(_pkt)
#define FF_INIT_PCK(ctx, _pkt) { pkt = &ctx->pkt; av_init_packet(pkt); }
1 year, 9 months