* [PR PATCH] usbredir: update to 0.13.0.
@ 2023-07-10 14:49 motorto
2023-07-10 14:50 ` [PR PATCH] [Updated] " motorto
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: motorto @ 2023-07-10 14:49 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 570 bytes --]
There is a new pull request by motorto against master on the void-packages repository
https://github.com/motorto/void-packages usbredir-0.13.0
https://github.com/void-linux/void-packages/pull/44963
usbredir: update to 0.13.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
A patch file from https://github.com/void-linux/void-packages/pull/44963.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-usbredir-0.13.0-44963.patch --]
[-- Type: text/x-diff, Size: 1477 bytes --]
From d68dc642c150ab94150b6e9836a23cd0c6d1247f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Mon, 10 Jul 2023 15:48:42 +0100
Subject: [PATCH] usbredir: update to 0.13.0.
---
srcpkgs/usbredir/template | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/usbredir/template b/srcpkgs/usbredir/template
index af1e9d69de0e..2471a702bd55 100644
--- a/srcpkgs/usbredir/template
+++ b/srcpkgs/usbredir/template
@@ -1,9 +1,9 @@
# Template file for 'usbredir'
pkgname=usbredir
-version=0.10.0
+version=0.13.0
revision=1
build_style=meson
-configure_args="--sbindir=/usr/bin -Ddefault_library=both"
+configure_args="-Db_lto=true"
hostmakedepends="pkg-config"
makedepends="libusb-devel glib-devel"
short_desc="USB traffic redirection protocol"
@@ -11,14 +11,13 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-2.0-or-later"
homepage="https://spice-space.org"
distfiles="https://gitlab.freedesktop.org/spice/usbredir/-/archive/usbredir-${version}/usbredir-usbredir-${version}.tar.bz2"
-checksum=10143222c3ab3333252b546954cd3ee14bebe657c4e94e07ddef7071007cb7d1
+checksum=f8281022a7ede923b532dd1f869e5348898d44ccf1ccb4af22e8bf20810d9737
usbredir-devel_package() {
depends="${makedepends} ${sourcepkg}-${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
- vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] usbredir: update to 0.13.0.
2023-07-10 14:49 [PR PATCH] usbredir: update to 0.13.0 motorto
@ 2023-07-10 14:50 ` motorto
2023-07-10 14:53 ` motorto
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: motorto @ 2023-07-10 14:50 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 575 bytes --]
There is an updated pull request by motorto against master on the void-packages repository
https://github.com/motorto/void-packages usbredir-0.13.0
https://github.com/void-linux/void-packages/pull/44963
usbredir: update to 0.13.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
A patch file from https://github.com/void-linux/void-packages/pull/44963.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-usbredir-0.13.0-44963.patch --]
[-- Type: text/x-diff, Size: 1445 bytes --]
From 06bf04d69cda461aa178810a73e4c93e6545ee60 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Mon, 10 Jul 2023 15:48:42 +0100
Subject: [PATCH] usbredir: update to 0.13.0.
---
srcpkgs/usbredir/template | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/usbredir/template b/srcpkgs/usbredir/template
index af1e9d69de0e..ab7f7768acff 100644
--- a/srcpkgs/usbredir/template
+++ b/srcpkgs/usbredir/template
@@ -1,9 +1,8 @@
# Template file for 'usbredir'
pkgname=usbredir
-version=0.10.0
+version=0.13.0
revision=1
build_style=meson
-configure_args="--sbindir=/usr/bin -Ddefault_library=both"
hostmakedepends="pkg-config"
makedepends="libusb-devel glib-devel"
short_desc="USB traffic redirection protocol"
@@ -11,14 +10,13 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-2.0-or-later"
homepage="https://spice-space.org"
distfiles="https://gitlab.freedesktop.org/spice/usbredir/-/archive/usbredir-${version}/usbredir-usbredir-${version}.tar.bz2"
-checksum=10143222c3ab3333252b546954cd3ee14bebe657c4e94e07ddef7071007cb7d1
+checksum=f8281022a7ede923b532dd1f869e5348898d44ccf1ccb4af22e8bf20810d9737
usbredir-devel_package() {
depends="${makedepends} ${sourcepkg}-${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
- vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] usbredir: update to 0.13.0.
2023-07-10 14:49 [PR PATCH] usbredir: update to 0.13.0 motorto
2023-07-10 14:50 ` [PR PATCH] [Updated] " motorto
@ 2023-07-10 14:53 ` motorto
2023-07-10 14:58 ` motorto
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: motorto @ 2023-07-10 14:53 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 575 bytes --]
There is an updated pull request by motorto against master on the void-packages repository
https://github.com/motorto/void-packages usbredir-0.13.0
https://github.com/void-linux/void-packages/pull/44963
usbredir: update to 0.13.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
A patch file from https://github.com/void-linux/void-packages/pull/44963.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-usbredir-0.13.0-44963.patch --]
[-- Type: text/x-diff, Size: 1564 bytes --]
From d09bc80f667660cb3e61dfeea4c1a7f6b03a0055 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Mon, 10 Jul 2023 15:48:42 +0100
Subject: [PATCH] usbredir: update to 0.13.0.
---
srcpkgs/usbredir/template | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/usbredir/template b/srcpkgs/usbredir/template
index af1e9d69de0e..14ef6987efbb 100644
--- a/srcpkgs/usbredir/template
+++ b/srcpkgs/usbredir/template
@@ -1,24 +1,23 @@
# Template file for 'usbredir'
pkgname=usbredir
-version=0.10.0
+version=0.13.0
revision=1
build_style=meson
-configure_args="--sbindir=/usr/bin -Ddefault_library=both"
hostmakedepends="pkg-config"
makedepends="libusb-devel glib-devel"
short_desc="USB traffic redirection protocol"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
-license="GPL-2.0-or-later"
+license="GPL-2.0-or-later AND LGPL-2.1-or-later"
homepage="https://spice-space.org"
+changelog="https://gitlab.freedesktop.org/spice/usbredir/-/raw/main/ChangeLog.md"
distfiles="https://gitlab.freedesktop.org/spice/usbredir/-/archive/usbredir-${version}/usbredir-usbredir-${version}.tar.bz2"
-checksum=10143222c3ab3333252b546954cd3ee14bebe657c4e94e07ddef7071007cb7d1
+checksum=f8281022a7ede923b532dd1f869e5348898d44ccf1ccb4af22e8bf20810d9737
usbredir-devel_package() {
depends="${makedepends} ${sourcepkg}-${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
- vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] usbredir: update to 0.13.0.
2023-07-10 14:49 [PR PATCH] usbredir: update to 0.13.0 motorto
2023-07-10 14:50 ` [PR PATCH] [Updated] " motorto
2023-07-10 14:53 ` motorto
@ 2023-07-10 14:58 ` motorto
2023-07-10 20:54 ` classabbyamp
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: motorto @ 2023-07-10 14:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 575 bytes --]
There is an updated pull request by motorto against master on the void-packages repository
https://github.com/motorto/void-packages usbredir-0.13.0
https://github.com/void-linux/void-packages/pull/44963
usbredir: update to 0.13.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
A patch file from https://github.com/void-linux/void-packages/pull/44963.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-usbredir-0.13.0-44963.patch --]
[-- Type: text/x-diff, Size: 1560 bytes --]
From fc6576ee3da253e678cfd92490c4b6ed6950ae34 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Mon, 10 Jul 2023 15:48:42 +0100
Subject: [PATCH] usbredir: update to 0.13.0.
---
srcpkgs/usbredir/template | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/usbredir/template b/srcpkgs/usbredir/template
index af1e9d69de0e..849824515684 100644
--- a/srcpkgs/usbredir/template
+++ b/srcpkgs/usbredir/template
@@ -1,24 +1,23 @@
# Template file for 'usbredir'
pkgname=usbredir
-version=0.10.0
+version=0.13.0
revision=1
build_style=meson
-configure_args="--sbindir=/usr/bin -Ddefault_library=both"
hostmakedepends="pkg-config"
makedepends="libusb-devel glib-devel"
short_desc="USB traffic redirection protocol"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
-license="GPL-2.0-or-later"
+license="GPL-2.0-or-later,LGPL-2.1-or-later"
homepage="https://spice-space.org"
+changelog="https://gitlab.freedesktop.org/spice/usbredir/-/raw/main/ChangeLog.md"
distfiles="https://gitlab.freedesktop.org/spice/usbredir/-/archive/usbredir-${version}/usbredir-usbredir-${version}.tar.bz2"
-checksum=10143222c3ab3333252b546954cd3ee14bebe657c4e94e07ddef7071007cb7d1
+checksum=f8281022a7ede923b532dd1f869e5348898d44ccf1ccb4af22e8bf20810d9737
usbredir-devel_package() {
depends="${makedepends} ${sourcepkg}-${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
- vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: usbredir: update to 0.13.0.
2023-07-10 14:49 [PR PATCH] usbredir: update to 0.13.0 motorto
` (2 preceding siblings ...)
2023-07-10 14:58 ` motorto
@ 2023-07-10 20:54 ` classabbyamp
2023-07-10 22:18 ` motorto
2023-08-06 3:57 ` [PR PATCH] [Merged]: " classabbyamp
5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2023-07-10 20:54 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 263 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/44963#issuecomment-1629718058
Comment:
> Should I orphan this package? Its maintainer seems to not be active for a long time.
@thypon is somewhat active
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: usbredir: update to 0.13.0.
2023-07-10 14:49 [PR PATCH] usbredir: update to 0.13.0 motorto
` (3 preceding siblings ...)
2023-07-10 20:54 ` classabbyamp
@ 2023-07-10 22:18 ` motorto
2023-08-06 3:57 ` [PR PATCH] [Merged]: " classabbyamp
5 siblings, 0 replies; 7+ messages in thread
From: motorto @ 2023-07-10 22:18 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 329 bytes --]
New comment by motorto on void-packages repository
https://github.com/void-linux/void-packages/pull/44963#issuecomment-1629805616
Comment:
> > Should I orphan this package? Its maintainer seems to not be active for a long time.
>
> @thypon is somewhat active
My bad then, I just looked at the history of this package :)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Merged]: usbredir: update to 0.13.0.
2023-07-10 14:49 [PR PATCH] usbredir: update to 0.13.0 motorto
` (4 preceding siblings ...)
2023-07-10 22:18 ` motorto
@ 2023-08-06 3:57 ` classabbyamp
5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2023-08-06 3:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 500 bytes --]
There's a merged pull request on the void-packages repository
usbredir: update to 0.13.0.
https://github.com/void-linux/void-packages/pull/44963
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
Should I orphan this package? Its maintainer seems to not be active for a long time.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-08-06 3:57 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-10 14:49 [PR PATCH] usbredir: update to 0.13.0 motorto
2023-07-10 14:50 ` [PR PATCH] [Updated] " motorto
2023-07-10 14:53 ` motorto
2023-07-10 14:58 ` motorto
2023-07-10 20:54 ` classabbyamp
2023-07-10 22:18 ` motorto
2023-08-06 3:57 ` [PR PATCH] [Merged]: " classabbyamp
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).