890c304
Name:           movit
19f1a4e
Version:        1.6.2
ffdc79a
Release:        4%{?dist}
890c304
Summary:        GPU video filter library
3854422
License:        GPLv2+
890c304
Url:            https://movit.sesse.net
3854422
Source0:        https://movit.sesse.net/%{name}-%{version}.tar.gz
890c304
890c304
BuildRequires:  gcc-c++
890c304
BuildRequires:  pkgconfig(egl)
890c304
BuildRequires:  pkgconfig(eigen3)
890c304
BuildRequires:  pkgconfig(epoxy)
890c304
BuildRequires:  pkgconfig(fftw3)
ae64047
BuildRequires:  pkgconfig(sdl2)
ae64047
BuildRequires:  pkgconfig(SDL2_image)
890c304
BuildRequires:  gtest-devel
890c304
Requires:       %{name}-data = %{version}-%{release}
890c304
890c304
%description
890c304
Movit is a library for video filters. It uses the GPU present in many
890c304
computers to accelerate computation of common filters and
890c304
transitions, facilitating real-time HD video editing.
890c304
890c304
This package contains the Movit shared library.
890c304
890c304
%package devel
890c304
Summary:        Development files for the Movit GPU video filter library
890c304
Requires:       %{name}%{?_isa} = %{version}-%{release}
890c304
890c304
%description devel
890c304
Movit is a library for video filters. It uses the GPU present in many
890c304
computers to accelerate computation of common filters and
890c304
transitions, facilitating real-time HD video editing.
890c304
890c304
This package contains the development files (library and header files).
890c304
890c304
%package        data
890c304
Summary:        Data files for the Movit GPU video filter library
890c304
BuildArch:      noarch
890c304
Requires:       %{name} = %{version}-%{release}
890c304
890c304
%description    data
890c304
Movit is a library for video filters. It uses the GPU present in many
890c304
computers to accelerate computation of common filters and
890c304
transitions, facilitating real-time HD video editing.
890c304
890c304
This package contains the architecture-independent data files.
890c304
890c304
%prep
890c304
%setup -q
890c304
890c304
%build
890c304
%configure --disable-static
890c304
%make_build TESTS=
890c304
890c304
%install
890c304
sed -i 's/-m 0644 libmovit.la/libmovit.la/' Makefile
890c304
%make_install
890c304
890c304
rm %{buildroot}%{_libdir}/libmovit.la
890c304
890c304
#check
890c304
# skipped test suite due src/gtest-all.cc is missing
890c304
# make check
890c304
274f3e5
%ldconfig_scriptlets
890c304
890c304
%files
890c304
%doc README NEWS
890c304
%license COPYING
890c304
%{_libdir}/libmovit.so.*
890c304
890c304
%files data
890c304
%{_datadir}/movit/
890c304
890c304
%files devel
890c304
%{_libdir}/libmovit.so
274f3e5
%{_includedir}/movit/
890c304
%{_libdir}/pkgconfig/movit.pc
890c304
890c304
%changelog
ffdc79a
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.2-4
ffdc79a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
ffdc79a
8a44485
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.2-3
8a44485
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
8a44485
5550aa1
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.2-2
5550aa1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
5550aa1
19f1a4e
* Sat May 12 2018 Martin Gansser <martinkg@fedoraproject.org> - 1.6.2-1
19f1a4e
- Update to 1.6.2
19f1a4e
274f3e5
* Fri Feb 23 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.6.1-1
274f3e5
- Update to 1.6.1
274f3e5
4fbe6a7
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-2
4fbe6a7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
4fbe6a7
ae64047
* Mon Jan 29 2018 Martin Gansser <martinkg@fedoraproject.org> - 1.6.0-1
ae64047
- Update to 1.6.0
ae64047
- Add pkgconfig(sdl2)
ae64047
- Add pkgconfig(SDL2_image)
ae64047
890c304
* Sat Sep 23 2017 Martin Gansser <martinkg@fedoraproject.org> - 1.5.3-2
3854422
- Correct license tag to GPLv2+
890c304
- Add comment why adding licensing test file
890c304
- Add %%license macro only to main package
890c304
- Add RR %%{name}-data = %%{version}-%%{release} to main package
890c304
- Add RR %%{name} = %%{version}-%%{release} to data sub package
890c304
890c304
* Sat Sep 09 2017 Martin Gansser <martinkg@fedoraproject.org> - 1.5.3-1
890c304
- Initial package: movit-1.5.3