Projects
Essentials
x265
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 17
View file
x265.spec
Changed
@@ -12,6 +12,7 @@ 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: libnuma-devel >= 2.0.9 @@ -46,6 +47,7 @@ %prep %setup -q -n %{name}_%{version} %patch0 -p1 +%patch1 -p1 sed -i -e "s/0.0/%{soname}.0/g" source/cmake/version.cmake
View file
x265.pkgconfig.patch
Added
@@ -0,0 +1,10 @@ +--- a/source/x265.pc.in ++++ b/source/x265.pc.in +@@ -1,6 +1,6 @@ + prefix=@CMAKE_INSTALL_PREFIX@ + exec_prefix=${prefix} +-libdir=${exec_prefix}/@LIB_INSTALL_DIR@ ++libdir=@LIB_INSTALL_DIR@ + includedir=${prefix}/include + + Name: @CMAKE_PROJECT_NAME@
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
.