Projects
Essentials
libde265
libde265.spec
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libde265.spec of Package libde265 (Revision 2)
Currently displaying revision
2
,
Show latest
# # spec file for package libde265 # # Copyright (c) 2017 Bjørn Lie, Bryne, Norway. # # 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. %define so_ver 0 Name: libde265 Version: 1.0.2 Release: 0 Summary: Open H.265 video codec implementation License: LGPL-3.0 Group: System/Libraries Url: http://www.libde265.org/ Source0: https://github.com/strukturag/libde265/releases/download/v%{version}/%{name}-%{version}.tar.gz Source99: baselibs.conf BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc-c++ BuildRequires: libtool BuildRequires: pkgconfig %description libde265 is an open source implementation of the H.265 video codec. It is written from scratch for simplicity and efficiency. Its simple API makes it easy to integrate it into other software. %package -n %{name}-%{so_ver} Group: System/Libraries Summary: Open H.265 video codec implementation - libraries %description -n %{name}-%{so_ver} libde265 is an open source implementation of the H.265 video codec. It is written from scratch for simplicity and efficiency. Its simple API makes it easy to integrate it into other software. This package contains the library files. %package devel Group: Development/Libraries/Other Summary: Open H.265 video codec implementation - development files Requires: %{name}-%{so_ver} = %{version} %description devel libde265 is an open source implementation of the H.265 video codec. It is written from scratch for simplicity and efficiency. Its simple API makes it easy to integrate it into other software. The development headers for compiling programs that use libde265 are provided by this package. %prep %autosetup %build NOCONFIGURE=1 ./autogen.sh %configure \ --disable-static \ --enable-shared \ --disable-dec265 \ --disable-sherlock265 \ %{nil} make %{?_smp_mflags} %install %make_install find %{buildroot} -type f -name "*.la" -delete -print # Don't package internal development tools. rm %{buildroot}%{_bindir}/bjoentegaard rm %{buildroot}%{_bindir}/block-rate-estim rm %{buildroot}%{_bindir}/enc265 rm %{buildroot}%{_bindir}/gen-enc-table rm %{buildroot}%{_bindir}/rd-curves rm %{buildroot}%{_bindir}/tests rm %{buildroot}%{_bindir}/yuv-distortion %post -n %{name}-%{so_ver} -p /sbin/ldconfig %postun -n %{name}-%{so_ver} -p /sbin/ldconfig %files -n %{name}-%{so_ver} %doc COPYING %{_libdir}/%{name}.so.* %files devel %doc AUTHORS README.md %{_includedir}/%{name}/ %{_libdir}/%{name}.so %{_libdir}/pkgconfig/%{name}.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
.