Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:bmwiedemann:reproducible:distribution:ring1
libyuv
Use-a-proper-so-version.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Use-a-proper-so-version.patch of Package libyuv
From: Peter Lemenkov <lemenkov@gmail.com> Date: Fri, 21 Sep 2018 12:45:55 +0200 Subject: [PATCH] Use a proper so-version Signed-off-by: Peter Lemenkov <lemenkov@gmail.com> diff --git a/CMakeLists.txt b/CMakeLists.txt index ed4948f0..e1f87062 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,6 +37,9 @@ SET_TARGET_PROPERTIES ( ${ly_lib_shared} PROPERTIES IMPORT_PREFIX "lib" ) endif() +INCLUDE ( CM_linux_packages.cmake ) +SET_TARGET_PROPERTIES ( ${ly_lib_shared} PROPERTIES VERSION ${YUV_VERSION} SOVERSION ${YUV_VER_MAJOR} ) + # this creates the conversion tool ADD_EXECUTABLE ( yuvconvert ${ly_base_dir}/util/yuvconvert.cc ) TARGET_LINK_LIBRARIES ( yuvconvert ${ly_lib_static} )
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor