2024-01-06 07:54:09 +01:00
|
|
|
%define ocamlpck gstreamer
|
|
|
|
|
|
|
|
Name: ocaml-gstreamer
|
2024-01-06 07:54:09 +01:00
|
|
|
Version: 0.3.1
|
2024-01-06 07:54:09 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: An OCaml interface for the GStreamer Multimedia framework
|
|
|
|
Group: Development/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-06 07:54:09 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/savonet/ocaml-gstreamer
|
|
|
|
Source: https://github.com/savonet/ocaml-gstreamer.git/v%{version}/ocaml-gstreamer-%{version}.tar.bz2
|
2024-01-06 07:54:09 +01:00
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libglib-devel
|
|
|
|
BuildRequires: libgst-plugins-base-devel
|
|
|
|
BuildRequires: libgstreamer-devel
|
2024-01-06 07:54:09 +01:00
|
|
|
BuildRequires: ocaml
|
2024-01-06 07:54:09 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 07:54:09 +01:00
|
|
|
BuildRequires: dune
|
2024-01-06 07:54:09 +01:00
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: pkg-config
|
|
|
|
BuildRequires: ocaml
|
|
|
|
BuildRequires: ocaml-findlib
|
|
|
|
|
|
|
|
%description
|
|
|
|
ocaml-gstreamer is an OCaml interface for the GStreamer Multimedia framework.
|
|
|
|
|
|
|
|
%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:54:09 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-06 07:54:09 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-01-06 07:54:09 +01:00
|
|
|
dune build --profile release
|
2024-01-06 07:54:09 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 07:54:09 +01:00
|
|
|
DESTDIR=%{buildroot} dune install --prefix "/usr" --libdir "%{_lib}/ocaml"
|
2024-01-06 07:54:09 +01:00
|
|
|
|
2024-01-06 07:54:09 +01:00
|
|
|
rm -rf %{buildroot}/usr/doc
|
2024-01-06 07:54:09 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_libdir}/ocaml/%{ocamlpck}
|
2024-01-06 07:54:09 +01:00
|
|
|
%{_libdir}/ocaml/%{ocamlpck}/*
|
|
|
|
%exclude %{_libdir}/ocaml/%{ocamlpck}/*.a
|
|
|
|
%exclude %{_libdir}/ocaml/%{ocamlpck}/*.cmxa
|
|
|
|
%exclude %{_libdir}/ocaml/%{ocamlpck}/*.cmx
|
|
|
|
%exclude %{_libdir}/ocaml/%{ocamlpck}/*.mli
|
2024-01-06 07:54:09 +01:00
|
|
|
%{_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
|
|
|
|
%doc examples
|
2024-01-06 07:54:09 +01:00
|
|
|
%doc CHANGES README.md
|
2024-01-06 07:54:09 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 07:54:09 +01:00
|
|
|
* Fri Feb 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.1-1mamba
|
|
|
|
- update to 0.3.1
|
|
|
|
|
2024-01-06 07:54:09 +01:00
|
|
|
* Sun Jun 23 2013 Davide Madrisan <davide.madrisan@gmail.com> 0.2.0-1mamba
|
|
|
|
- package created by autospec
|