Projects
Essentials
kvazaar
kvazaar.spec
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File kvazaar.spec of Package kvazaar (Revision 8)
Currently displaying revision
8
,
Show latest
# # spec file for package kvazaar # # Copyright (c) 2016 Packman Team <packman@links2linux.de> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.links2linux.org/ # %define libname libkvazaar %define libmver 3 Name: kvazaar Version: 0.8.3 Release: 0 Summary: HEVC encoder License: LGPL-2.1 Group: Productivity/Multimedia/Video/Editors and Convertors Url: http://ultravideo.cs.tut.fi/#encoder Source0: https://github.com/ultravideo/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: automake BuildRequires: findutils BuildRequires: gcc >= 4.4 BuildRequires: libtool BuildRequires: make BuildRequires: pkg-config %ifnarch %arm BuildRequires: yasm %endif Requires: %{libname}%{libmver} = %{version} %description An open-source HEVC encoder %package -n %{libname}%{libmver} Summary: HEVC encoder Group: System/Libraries %description -n %{libname}%{libmver} %{libname} shared library %package -n %{libname}-devel Summary: Header files %{libname} Group: Development/Libraries/C and C++ Requires: %{libname}%{libmver} = %{version} %description -n %{libname}-devel Header files for the %{libname} library %prep %setup -q %build autoreconf -fi %configure --disable-static make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} find %{buildroot} -type f -name "*.la" -delete -print %post -n %{libname}%{libmver} -p /sbin/ldconfig %postun -n %{libname}%{libmver} -p /sbin/ldconfig %files %defattr(-,root,root) %dir %{_datadir}/doc/%{name} %doc %{_datadir}/doc/%{name}/COPYING %doc %{_datadir}/doc/%{name}/CREDITS %doc %{_datadir}/doc/%{name}/README.md %{_bindir}/kvazaar %files -n %{libname}%{libmver} %defattr(-,root,root) %doc COPYING CREDITS README.md %{_libdir}/%{libname}.so.%{libmver}* %files -n %{libname}-devel %defattr(-,root,root) %{_includedir}/kvazaar.h %{_libdir}/%{libname}.so %{_libdir}/pkgconfig/kvazaar.pc %changelog
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.