Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 911342 - media-libs/libuvc-0.0.7 version bump
Summary: media-libs/libuvc-0.0.7 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-07-27 21:17 UTC by Joakim Tjernlund
Modified: 2023-08-17 07:39 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joakim Tjernlund 2023-07-27 21:17:37 UTC
Changes in 0.0.7 (2023-03-31)
----------------

New features:
  - USB 3 support
  - Several image/stream formats (incl. NV12, H264, BGR, RGB, P010)
  - Format conversion functions
  - Accept pre-opened libusb handles (used on Android)
  - Library filename versioning (libuvc.0.0.7.dylib)
  - Store system time upon receipt of new frame
  - In-stream still-image-capture support
  - Ensure successful stream parameter negotiation
  - Improved build scripts
  - Better logging on Android

Bug fixes:
  - Many build issues
  - Log spam in production builds
  - A situation where libuvc could hang during shutdown
  - A deadlock in get_frame()
  - An issue that could cause the first frame to fail
  - Incorrect settings usage in example code
  - Unnecessary device reopening
  - Excessive number of transfer buffers affecting Mac builds
  - Freeing of transfers that may still be in progress
Comment 1 Larry the Git Cow gentoo-dev 2023-08-17 07:39:17 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2930bb197915d7e29fb87c01793a36d70b0a9d64

commit 2930bb197915d7e29fb87c01793a36d70b0a9d64
Author:     Joakim Tjernlund <Joakim.Tjernlund@infinera.com>
AuthorDate: 2023-07-29 16:00:38 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2023-08-17 07:39:12 +0000

    media-libs/libuvc: add 0.0.7
    
    Closes: https://bugs.gentoo.org/911342
    Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@infinera.com>
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 media-libs/libuvc/Manifest            |  1 +
 media-libs/libuvc/libuvc-0.0.7.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)