From 04a085ec779a73b4962d1fc430ef0ced41e49199 Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 07:56:13 +0100 Subject: [PATCH] rebuilt with ocaml-ogg 0.7.4 [release 0.8.4-2mamba;Sun Jul 16 2023] --- ocaml-mm.spec | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/ocaml-mm.spec b/ocaml-mm.spec index c7ab3c4..21dca2e 100644 --- a/ocaml-mm.spec +++ b/ocaml-mm.spec @@ -1,8 +1,8 @@ %define ocamlpck mm Name: ocaml-mm -Version: 0.8.1 -Release: 1mamba +Version: 0.8.4 +Release: 2mamba Summary: OCaml multimedia library Group: Development/Libraries Vendor: openmamba @@ -19,9 +19,12 @@ BuildRequires: ocaml-ao-devel BuildRequires: ocaml-mad-devel BuildRequires: ocaml-ogg-devel BuildRequires: ocaml-pulseaudio-devel +BuildRequires: ocaml-runtime BuildRequires: ocaml-sdl-devel BuildRequires: ocaml-theora-devel ## AUTOBUILDREQ-END +BuildRequires: ocaml-ogg-devel >= 0.7.4 +BuildRequires: ocaml >= 4.14.1 BuildRequires: dune BuildRequires: libavcodec-ffmpeg-devel BuildRequires: libavdevice-ffmpeg-devel @@ -58,7 +61,7 @@ dune build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -DESTDIR=%{buildroot} dune install --prefix "/usr" --libdir "%{_lib}/ocaml" +DESTDIR=%{buildroot} dune install --prefix "/usr" --libdir "%{_libdir}/ocaml" rm -rf %{buildroot}/usr/doc @@ -85,6 +88,15 @@ rm -rf %{buildroot}/usr/doc %doc CHANGES.md README.md %changelog +* Sun Jul 16 2023 Sdk Build System 0.8.4-2mamba +- rebuilt with ocaml-ogg 0.7.4 + +* Sat Jul 08 2023 Automatic Build System 0.8.4-1mamba +- automatic version update by autodist + +* Thu Jul 06 2023 Sdk Build System 0.8.1-2mamba +- rebuilt with ocaml 4.14.1 + * Wed May 25 2022 Automatic Build System 0.8.1-1mamba - automatic version update by autodist