update to 0.4.3 [release 0.4.3-1mamba;Fri Feb 26 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 07:53:02 +01:00
parent 97eabc3a26
commit 20e8064363

View File

@ -1,19 +1,18 @@
%define ocamlpck ffmpeg %define ocamlpck ffmpeg
Name: ocaml-ffmpeg Name: ocaml-ffmpeg
Version: 0.1.0 Version: 0.4.3
Release: 1mamba Release: 1mamba
Summary: OCaml bindings to the FFmpeg library Summary: OCaml bindings to the FFmpeg library
Group: Development/Bindings Group: Development/Bindings
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: openmamba WebBuild System <webbuild@openmamba.org> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://savonet.sourceforge.net/ URL: https://github.com/savonet/ocaml-ffmpeg
Source: http://sourceforge.net/projects/savonet/files/ocaml-ffmpeg/%{version}/ocaml-ffmpeg-%{version}.tar.gz Source: https://github.com/savonet/ocaml-ffmpeg/releases/download/v%{version}/ocaml-ffmpeg-%{version}.tar.gz
#Source: http://sourceforge.net/projects/savonet/files/ocaml-ffmpeg/%{version}/ocaml-ffmpeg-%{version}.tar.gz
License: LGPL License: LGPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
## note: run 'autospec -u -a6 ocaml-ffmpeg' to get the list of build requirements.
## AUTOBUILDREQ-END
BuildRequires: libpulseaudio-devel BuildRequires: libpulseaudio-devel
BuildRequires: libavcodec-ffmpeg-devel BuildRequires: libavcodec-ffmpeg-devel
BuildRequires: libavdevice-ffmpeg-devel BuildRequires: libavdevice-ffmpeg-devel
@ -23,7 +22,7 @@ BuildRequires: libavutil-ffmpeg-devel
BuildRequires: libpostproc-ffmpeg-devel BuildRequires: libpostproc-ffmpeg-devel
BuildRequires: libswscale-ffmpeg-devel BuildRequires: libswscale-ffmpeg-devel
BuildRequires: libswresample-ffmpeg-devel BuildRequires: libswresample-ffmpeg-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root ## AUTOBUILDREQ-END
%description %description
OCaml bindings to the FFmpeg library. OCaml bindings to the FFmpeg library.
@ -36,8 +35,11 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel %description devel
This package contains libraries and signature files for developing applications that use %{name}. This package contains libraries and signature files for developing applications that use %{name}.
%debug_package
%prep %prep
%setup -q %setup -q
./bootstrap
%build %build
./configure \ ./configure \
@ -76,9 +78,12 @@ make install
%{_libdir}/ocaml/%{ocamlpck}/*.cmxa %{_libdir}/ocaml/%{ocamlpck}/*.cmxa
%{_libdir}/ocaml/%{ocamlpck}/*.cmx %{_libdir}/ocaml/%{ocamlpck}/*.cmx
%{_libdir}/ocaml/%{ocamlpck}/*.mli %{_libdir}/ocaml/%{ocamlpck}/*.mli
%doc CHANGES README %doc CHANGES
#%doc doc/html/ #%doc doc/html/
%changelog %changelog
* Fri Feb 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.3-1mamba
- update to 0.4.3
* Sat Jun 29 2013 openmamba WebBuild System <webbuild@openmamba.org> 0.1.0-1mamba * Sat Jun 29 2013 openmamba WebBuild System <webbuild@openmamba.org> 0.1.0-1mamba
- package created by davide using the webbuild interface - package created by davide using the webbuild interface