2024-01-06 07:53:02 +01:00
|
|
|
%define ocamlpck ffmpeg
|
|
|
|
|
|
|
|
Name: ocaml-ffmpeg
|
2024-01-06 07:53:02 +01:00
|
|
|
Version: 0.4.3
|
2024-01-06 07:53:02 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: OCaml bindings to the FFmpeg library
|
|
|
|
Group: Development/Bindings
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-06 07:53:02 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/savonet/ocaml-ffmpeg
|
|
|
|
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
|
2024-01-06 07:53:02 +01:00
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: libpulseaudio-devel
|
|
|
|
BuildRequires: libavcodec-ffmpeg-devel
|
|
|
|
BuildRequires: libavdevice-ffmpeg-devel
|
|
|
|
BuildRequires: libavfilter-ffmpeg-devel
|
|
|
|
BuildRequires: libavformat-ffmpeg-devel
|
|
|
|
BuildRequires: libavutil-ffmpeg-devel
|
|
|
|
BuildRequires: libpostproc-ffmpeg-devel
|
|
|
|
BuildRequires: libswscale-ffmpeg-devel
|
|
|
|
BuildRequires: libswresample-ffmpeg-devel
|
2024-01-06 07:53:02 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 07:53:02 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
OCaml bindings to the FFmpeg library.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains libraries and signature files for developing applications that use %{name}.
|
|
|
|
|
2024-01-06 07:53:02 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-06 07:53:02 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-06 07:53:02 +01:00
|
|
|
./bootstrap
|
2024-01-06 07:53:02 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
./configure \
|
|
|
|
--prefix=%{_prefix} \
|
|
|
|
--disable-ldconf
|
|
|
|
|
|
|
|
%make
|
|
|
|
#make doc
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
export DESTDIR=%{buildroot}
|
|
|
|
export OCAMLFIND_DESTDIR=%{buildroot}$(ocamlfind printconf destdir)
|
|
|
|
export DLLDIR=$OCAMLFIND_DESTDIR/stublibs
|
|
|
|
|
|
|
|
install -d $OCAMLFIND_DESTDIR/%{ocamlpck}
|
|
|
|
install -d $OCAMLFIND_DESTDIR/stublibs
|
|
|
|
|
|
|
|
make install
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_libdir}/ocaml/%{ocamlpck}
|
|
|
|
%{_libdir}/ocaml/%{ocamlpck}/META
|
|
|
|
%{_libdir}/ocaml/%{ocamlpck}/*.cma
|
|
|
|
%{_libdir}/ocaml/%{ocamlpck}/*.cmi
|
|
|
|
%{_libdir}/ocaml/stublibs/*.so*
|
|
|
|
%doc COPYING
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/ocaml/%{ocamlpck}/*.a
|
|
|
|
%{_libdir}/ocaml/%{ocamlpck}/*.cmxa
|
|
|
|
%{_libdir}/ocaml/%{ocamlpck}/*.cmx
|
|
|
|
%{_libdir}/ocaml/%{ocamlpck}/*.mli
|
2024-01-06 07:53:02 +01:00
|
|
|
%doc CHANGES
|
2024-01-06 07:53:02 +01:00
|
|
|
#%doc doc/html/
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 07:53:02 +01:00
|
|
|
* Fri Feb 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.3-1mamba
|
|
|
|
- update to 0.4.3
|
|
|
|
|
2024-01-06 07:53:02 +01:00
|
|
|
* Sat Jun 29 2013 openmamba WebBuild System <webbuild@openmamba.org> 0.1.0-1mamba
|
|
|
|
- package created by davide using the webbuild interface
|