vrb 0.5.1-5ubuntu2 source package in Ubuntu

Changelog

vrb (0.5.1-5ubuntu2) precise; urgency=low

  * vrb/src/bin/vbuf.c: Revert workaround in previous upload; instead,
    use patch from BTS. (Closes: #625430)
 -- Daniel T Chen <email address hidden>   Fri, 14 Oct 2011 15:47:20 -0400

Upload details

Uploaded by:
Daniel T Chen
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
vrb_0.5.1.orig.tar.gz 46.9 KiB 13ac056f5f37b6e475127e1622fb4440b5698ce87016e96ccafd5997529f99ff
vrb_0.5.1-5ubuntu2.diff.gz 5.1 KiB 2d52783b874cca1f2f623f0f14016c6494128bd8f94342fda6a57b11c0e63905
vrb_0.5.1-5ubuntu2.dsc 1.1 KiB 45d97393f27bd3bd5b869e368c485975ae61ba36f44f1373566db7b562591144

Available diffs

View changes file

Binary packages built by this source

libvrb0: Virtual Ring Buffer library

 The Virtual Ring Buffer (VRB) is an implementation of a character
 FIFO ring buffer. A ring buffer is a special memory area, because
 writing beyond the end of it actually results in a write at the
 beginning. Such a construct comes very handy in applications where
 one end of a communications channel is required to produce or consume
 data at a constant rate, but the other end cannot gurantee this. This
 is a common situation in multimedia applications or Voice-over-IP
 solutions, for example.
 .
 VRB provides direct access to the buffer so the calling program can
 construct output data in place, or parse input data in place, without
 the extra step of copying data to or from a calling program provided
 buffer area, thus provides a highly efficient ring buffer
 implementation.

libvrb0-dev: Virtual Ring Buffer library - development files

 The Virtual Ring Buffer (VRB) is an implementation of a character
 FIFO ring buffer. A ring buffer is a special memory area, because
 writing beyond the end of it actually results in a write at the
 beginning. Such a construct comes very handy in applications where
 one end of a communications channel is required to produce or consume
 data at a constant rate, but the other end cannot gurantee this. This
 is a common situation in multimedia applications or Voice-over-IP
 solutions, for example.
 .
 VRB provides direct access to the buffer so the calling program can
 construct output data in place, or parse input data in place, without
 the extra step of copying data to or from a calling program provided
 buffer area, thus provides a highly efficient ring buffer
 implementation.
 .
 This package contains development files for linking against libvrb0.

vbuf: Virtual Ring Buffer library - shell interface

 The Virtual Ring Buffer (VRB) is an implementation of a character
 FIFO ring buffer. A ring buffer is a special memory area, because
 writing beyond the end of it actually results in a write at the
 beginning. Such a construct comes very handy in applications where
 one end of a communications channel is required to produce or consume
 data at a constant rate, but the other end cannot gurantee this. This
 is a common situation in multimedia applications or Voice-over-IP
 solutions, for example.
 .
 VRB provides direct access to the buffer so the calling program can
 construct output data in place, or parse input data in place, without
 the extra step of copying data to or from a calling program provided
 buffer area, thus provides a highly efficient ring buffer
 implementation.
 .
 This package contains the program vbuf, which implements nothing but
 a simple ring buffer, so it can be used directly from the shell.