From Fedora Project Wiki
(add a list of current dependencies)
(add releng ticket)
Line 79: Line 79:
<!-- What work do other developers have to accomplish to complete the feature in time for release?  Is it a large change affecting many parts of the distribution or is it a very isolated change? What are those changes?-->
<!-- What work do other developers have to accomplish to complete the feature in time for release?  Is it a large change affecting many parts of the distribution or is it a very isolated change? What are those changes?-->


* Release engineering: [https://pagure.io/releng/issues #Releng issue number] (a check of an impact with Release Engineering is needed) <!-- REQUIRED FOR SYSTEM WIDE AS WELL AS FOR SELF CONTAINED CHANGES -->
* Release engineering: [https://pagure.io/releng/issue/7204 #7204] <!-- REQUIRED FOR SYSTEM WIDE AS WELL AS FOR SELF CONTAINED CHANGES -->
<!-- Does this feature require coordination with release engineering (e.g. changes to installer image generation or update package delivery)?  Is a mass rebuild required?  include a link to the releng issue.  
<!-- Does this feature require coordination with release engineering (e.g. changes to installer image generation or update package delivery)?  Is a mass rebuild required?  include a link to the releng issue.  
The issue is required to be filed prior to feature submission, to ensure that someone is on board to do any process development work and testing, and that all changes make it into the pipeline; a bullet point in a change is not sufficient communication -->
The issue is required to be filed prior to feature submission, to ensure that someone is on board to do any process development work and testing, and that all changes make it into the pipeline; a bullet point in a change is not sufficient communication -->

Revision as of 09:54, 11 December 2017


librealsense2

Summary

A new version of librealsense has been released, which does not support older camera versions. Bump librealsense to the new release and add the old library as librealsense1.

Owner

  • Name: Till Hofmann
  • Email: thofmann@fedoraproject.org
  • Release notes owner:

Current status

  • Targeted release: Fedora 28
  • Last updated: 2017-12-11
  • Tracker bug: <will be assigned by the Wrangler>

Detailed Description

The upstream librealsense2 release does not support older camera models such as F200, R200, LR200 and ZR300. Newer models are only supported by the new version. Thus, we need both libraries in order to support all camera models. The librealsense package will be bumped to the new release, and an additional librealsense1 package will be submitted for review.

Currently, no package depends on librealsense:

 $ dnf repoquery --releasever=rawhide --alldeps --whatrequires 'librealsense*'
 Last metadata expiration check: 0:30:06 ago on Mon 11 Dec 2017 10:15:08 CET.
 librealsense-devel-0:2.7.9-0.2.fc28.i686
 librealsense-devel-0:2.7.9-0.2.fc28.x86_64

Benefit to Fedora

Support for all RealSense camera models.

Scope

  • Proposal owners:
    • Update librealsense to latest upstream release, add Provides for librealsense2
    • Submit legacy librealsense1 for review
  • Other developers: N/A (not a System Wide Change)
  • Policies and guidelines: N/A (not a System Wide Change)
  • Trademark approval: N/A (not needed for this Change)

Upgrade/compatibility impact

Users who have an older camera need to switch to librealsense1 to have a compatible library.

N/A (not a System Wide Change)

How To Test

  • Test general functionality of older camera models (F200, R200, LR200 and ZR300) with librealsense1
  • Test general functionality of newer camera models (D400 series and the SR300) with librealsense

User Experience

N/A (not a System Wide Change)

Dependencies

N/A (not a System Wide Change)

Contingency Plan

  • Contingency mechanism: Switch back to legacy release (with an Epoch as the library was already updated)
  • Contingency deadline: N/A (not a System Wide Change)
  • Blocks release? N/A (not a System Wide Change), Yes/No
  • Blocks product? N/A

Documentation

N/A (not a System Wide Change)

Release Notes