rebuilt with ffmpeg 2:6.1.1 [release 1.1.9-2mamba;Wed Jan 10 2024]
This commit is contained in:
parent
a52365fe13
commit
9db8f399da
10
ocaml-ffmpeg-1.1.9-ffmpeg-6.1.1.patch
Normal file
10
ocaml-ffmpeg-1.1.9-ffmpeg-6.1.1.patch
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- ocaml-ffmpeg-1.1.9/examples/all_codecs.ml.orig 2024-01-10 10:51:37.935174153 +0100
|
||||||
|
+++ ocaml-ffmpeg-1.1.9/examples/all_codecs.ml 2024-01-10 10:51:56.816206897 +0100
|
||||||
|
@@ -5,6 +5,7 @@
|
||||||
|
| `Reorder -> "Reorder"
|
||||||
|
| `Bitmap_sub -> "Bitmap sub"
|
||||||
|
| `Text_sub -> "Text sub"
|
||||||
|
+ | `Fields -> "Fields"
|
||||||
|
|
||||||
|
let string_of_media_type = function
|
||||||
|
| `Unknown -> "unknown"
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: ocaml-ffmpeg
|
Name: ocaml-ffmpeg
|
||||||
Version: 1.1.9
|
Version: 1.1.9
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: OCaml bindings to the FFmpeg library
|
Summary: OCaml bindings to the FFmpeg library
|
||||||
Group: Development/Bindings
|
Group: Development/Bindings
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,6 +11,7 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/savonet/ocaml-ffmpeg
|
URL: https://github.com/savonet/ocaml-ffmpeg
|
||||||
Source: https://github.com/savonet/ocaml-ffmpeg.git/v%{version}/ocaml-ffmpeg-%{version}.tar.bz2
|
Source: https://github.com/savonet/ocaml-ffmpeg.git/v%{version}/ocaml-ffmpeg-%{version}.tar.bz2
|
||||||
|
Patch0: ocaml-ffmpeg-1.1.9-ffmpeg-6.1.1.patch
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -24,6 +25,13 @@ BuildRequires: libswscale-ffmpeg-devel
|
|||||||
BuildRequires: ocaml-runtime
|
BuildRequires: ocaml-runtime
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: ocaml >= 4.14.1
|
BuildRequires: ocaml >= 4.14.1
|
||||||
|
BuildRequires: libavcodec-ffmpeg-devel >= 2:6.1.1
|
||||||
|
BuildRequires: libavdevice-ffmpeg-devel >= 2:6.1.1
|
||||||
|
BuildRequires: libavfilter-ffmpeg-devel >= 2:6.1.1
|
||||||
|
BuildRequires: libavformat-ffmpeg-devel >= 2:6.1.1
|
||||||
|
BuildRequires: libavutil-ffmpeg-devel >= 2:6.1.1
|
||||||
|
BuildRequires: libswresample-ffmpeg-devel >= 2:6.1.1
|
||||||
|
BuildRequires: libswscale-ffmpeg-devel >= 2:6.1.1
|
||||||
|
|
||||||
%description
|
%description
|
||||||
OCaml bindings to the FFmpeg library.
|
OCaml bindings to the FFmpeg library.
|
||||||
@ -40,6 +48,7 @@ This package contains libraries and signature files for developing applications
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch 0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
dune build
|
dune build
|
||||||
@ -78,6 +87,9 @@ rm -rf %{buildroot}/usr/doc
|
|||||||
%doc CHANGES README.md
|
%doc CHANGES README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 10 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.9-2mamba
|
||||||
|
- rebuilt with ffmpeg 2:6.1.1
|
||||||
|
|
||||||
* Tue Dec 26 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.9-1mamba
|
* Tue Dec 26 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.9-1mamba
|
||||||
- update to 1.1.9
|
- update to 1.1.9
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user