Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (1651526b493eed80c9f3879bda1234daa6b62edf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (1651526b493eed80c9f3879bda1234daa6b62edf)
  • Date: Mon, 7 Sep 2020 19:12:51 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
libs/usbredir/DEPENDS | 1 +
libs/usbredir/DETAILS | 25 +++++++++++++++++++++++++
libs/usbredir/HISTORY | 2 ++
4 files changed, 31 insertions(+)

New commits:
commit 1651526b493eed80c9f3879bda1234daa6b62edf
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

usbredir: new spell, USB redirection support library

diff --git a/ChangeLog b/ChangeLog
index 219721a..fe03b48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2020-09-07 Ismael Luceno <ismael AT sourcemage.org>
+ * libs/usbredir: new spell, USB redirection support library
+
2020-09-01 Eric Sandall <sandalle AT sourceamge.org>
* freedesktop.org: Add key Source2:
gpgkey-36EC5A6448A4F5EF79BEFE98E05AE1478F814C4F.gpg
From
https://src.fedoraproject.org/rpms/dbus/blob/master/f/dbus.spec for dbus
1.12.18+
diff --git a/libs/usbredir/DEPENDS b/libs/usbredir/DEPENDS
new file mode 100755
index 0000000..5487d07
--- /dev/null
+++ b/libs/usbredir/DEPENDS
@@ -0,0 +1 @@
+depends libusb
diff --git a/libs/usbredir/DETAILS b/libs/usbredir/DETAILS
new file mode 100755
index 0000000..e50d133
--- /dev/null
+++ b/libs/usbredir/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=usbredir
+ VERSION=0.7.1
+ SOURCE="$SPELL-$VERSION.tar.bz2"
+ SOURCE_URL[0]=https://www.spice-space.org/download/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:f8d26d59d5a530aa413fabe2402fbbd9662760453c2b4e83d34f2e5287c188114ea870f15ae1bc910297649986315be965f0d23d0a2b7b0cec2f207fc65d7598
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://www.spice-space.org/";
+ LICENSE[0]="GPL"
+ ENTERED=20200907
+ KEYWORDS=""
+ SHORT="USB redirection support library and utilities"
+cat << EOF
+usbredir is a protocol for redirection USB traffic from a single USB device,
+to a different (virtual) machine then the one to which the USB device is
+attached. See usb-redirection-protocol.txt for the description / definition
+of this protocol.
+
+This package contains a number of libraries to help implementing support
+for usbredir and a few simple usbredir applications:
+
+- usbredirparser: A library containing the parser for the usbredir protocol
+- usbredirhost: A library implementing the host side of a usbredir connection
+- usbredirserver: A simple tcp server usb-host, using usbredirhost
+- usbredirtestclient: A small test client for the usbredir protocol over tcp
+EOF
diff --git a/libs/usbredir/HISTORY b/libs/usbredir/HISTORY
new file mode 100644
index 0000000..24b70b0
--- /dev/null
+++ b/libs/usbredir/HISTORY
@@ -0,0 +1,2 @@
+2020-09-07 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (1651526b493eed80c9f3879bda1234daa6b62edf), Ismael Luceno, 09/07/2020

Archive powered by MHonArc 2.6.24.

Top of Page