Projects
Essentials
x265
x265.spec
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File x265.spec of Package x265 (Revision 20)
Currently displaying revision
20
,
Show latest
# based on the spec file from https://build.opensuse.org/package/view_file/home:Simmphonie/libx265/ Name: x265 %define soname 110 %define libname lib%{name} %define libsoname %{libname}-%{soname} Version: 2.3 Release: 0 License: GPL-2.0+ Summary: A free h265/HEVC encoder - encoder binary Url: https://bitbucket.org/multicoreware/x265/wiki/Home Group: Productivity/Multimedia/Video/Editors and Convertors Source0: https://bitbucket.org/multicoreware/x265/downloads/%{name}_%{version}.tar.gz Patch0: arm.patch Patch1: x265.pkgconfig.patch BuildRequires: gcc gcc-c++ BuildRequires: cmake >= 2.8.8 BuildRequires: pkg-config BuildRequires: yasm >= 1.2.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} > 1310 %ifarch x86_64 BuildRequires: libnuma-devel >= 2.0.9 %endif %endif %description x265 is a free library for encoding next-generation H265/HEVC video streams. %package -n %{libsoname} Summary: A free H265/HEVC encoder - encoder binary Group: Productivity/Multimedia/Video/Editors and Convertors %description -n %{libsoname} x265 is a free library for encoding next-generation H265/HEVC video streams. %package -n %{libname}-devel Summary: Libraries and include file for the %{libname} encoder Group: Development/Libraries/C and C++ Requires: %{buildrequires} Requires: %{libsoname} = %{version} Provides: %{name}-devel = %{version} Obsoletes: %{name}-devel < %{version} %description -n %{libname}-devel x265 is a free library for encoding next-generation H265/HEVC video streams. %prep %setup -q -n %{name}_%{version} %patch0 -p1 %patch1 -p1 sed -i -e "s/0.0/%{soname}.0/g" source/cmake/version.cmake %build %if 0%{?suse_version} < 1330 cd source %else %define __builddir ./source/build %define __sourcedir ./source %endif %cmake -DENABLE_TESTS=ON make %{?_smp_mflags} %install %if 0%{?suse_version} < 1330 cd source %endif %cmake_install rm -f %{buildroot}%{_libdir}/%{libname}.a echo "%{libname}-%{soname}" > %{_sourcedir}/baselibs.conf %post -n %{libsoname} -p /sbin/ldconfig %postun -n %{libsoname} -p /sbin/ldconfig %files -n %{libsoname} %defattr(0644,root,root) %{_libdir}/%{libname}.so.%{soname}* %files %defattr(0755,root,root) %{_bindir}/%{name} %files -n %{libname}-devel %defattr(0644,root,root) %{_includedir}/%{name}.h %{_includedir}/%{name}_config.h %{_libdir}/pkgconfig/%{name}.pc %{_libdir}/%{libname}.so %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
.