Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libgusb: update to 0.4.3.
@ 2023-01-22 12:52 motorto
  2023-01-22 12:58 ` [PR PATCH] [Updated] " motorto
  2023-04-02 18:09 ` [PR PATCH] [Closed]: " motorto
  0 siblings, 2 replies; 3+ messages in thread
From: motorto @ 2023-01-22 12:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1050 bytes --]

There is a new pull request by motorto against master on the void-packages repository

https://github.com/motorto/void-packages libgusb-0.4.3
https://github.com/void-linux/void-packages/pull/41798

libgusb: update to 0.4.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
```
SUMMARY
pkg:libgusb host:x86_64 target:x86_64 cross:n result:OK
pkg:libgusb host:x86_64-musl target:x86_64-musl cross:n result:OK
pkg:libgusb host:i686 target:i686 cross:n result:OK
pkg:libgusb host:x86_64 target:aarch64-musl cross:y result:OK
pkg:libgusb host:x86_64 target:aarch64 cross:y result:OK
pkg:libgusb host:x86_64 target:armv7l-musl cross:y result:OK
pkg:libgusb host:x86_64 target:armv7l cross:y result:OK
pkg:libgusb host:x86_64 target:armv6l-musl cross:y result:OK
pkg:libgusb host:x86_64 target:armv6l cross:y result:OK
```

A patch file from https://github.com/void-linux/void-packages/pull/41798.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libgusb-0.4.3-41798.patch --]
[-- Type: text/x-diff, Size: 1631 bytes --]

From bd39a3594ab754dea8c2370a188c3e26b3629179 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sun, 22 Jan 2023 12:38:38 +0000
Subject: [PATCH] libgusb: update to 0.4.3.

---
 srcpkgs/libgusb/template | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/libgusb/template b/srcpkgs/libgusb/template
index 6860869a82c9..9421c0e7391b 100644
--- a/srcpkgs/libgusb/template
+++ b/srcpkgs/libgusb/template
@@ -1,6 +1,6 @@
 # Template file for 'libgusb'
 pkgname=libgusb
-version=0.3.10
+version=0.4.3
 revision=1
 build_style=meson
 build_helper="gir"
@@ -8,16 +8,14 @@ configure_args="-Ddocs=false -Dintrospection=$(vopt_if gir true false)
  -Dvapi=$(vopt_if vala true false)"
 hostmakedepends="pkg-config $(vopt_if vala vala)"
 makedepends="libglib-devel libusb-devel libgudev-devel $(vopt_if vala vala-devel)
- usbutils"
+ usbutils json-glib-devel"
 short_desc="GLib wrapper around libusb1"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/hughsie/libgusb"
 changelog="https://raw.githubusercontent.com/hughsie/libgusb/master/NEWS"
-distfiles="http://people.freedesktop.org/~hughsient/releases/${pkgname}-${version}.tar.xz"
-checksum=0eb0b9ab0f8bba0c59631c809c37b616ef34eb3c8e000b0b9b71cf11e4931bdc
-# requires access to USB devices, not available on CI
-make_check=ci-skip
+distfiles="https://github.com/hughsie/libgusb/archive/refs/tags/${version}.tar.gz"
+checksum=8c7b7305b74e2e8725b3db19a80f5daecc560b8b6875fa8e7f90278b4b9bdacd
 
 build_options="gir vala"
 build_options_default="gir vala"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] libgusb: update to 0.4.3.
  2023-01-22 12:52 [PR PATCH] libgusb: update to 0.4.3 motorto
@ 2023-01-22 12:58 ` motorto
  2023-04-02 18:09 ` [PR PATCH] [Closed]: " motorto
  1 sibling, 0 replies; 3+ messages in thread
From: motorto @ 2023-01-22 12:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1055 bytes --]

There is an updated pull request by motorto against master on the void-packages repository

https://github.com/motorto/void-packages libgusb-0.4.3
https://github.com/void-linux/void-packages/pull/41798

libgusb: update to 0.4.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
```
SUMMARY
pkg:libgusb host:x86_64 target:x86_64 cross:n result:OK
pkg:libgusb host:x86_64-musl target:x86_64-musl cross:n result:OK
pkg:libgusb host:i686 target:i686 cross:n result:OK
pkg:libgusb host:x86_64 target:aarch64-musl cross:y result:OK
pkg:libgusb host:x86_64 target:aarch64 cross:y result:OK
pkg:libgusb host:x86_64 target:armv7l-musl cross:y result:OK
pkg:libgusb host:x86_64 target:armv7l cross:y result:OK
pkg:libgusb host:x86_64 target:armv6l-musl cross:y result:OK
pkg:libgusb host:x86_64 target:armv6l cross:y result:OK
```

A patch file from https://github.com/void-linux/void-packages/pull/41798.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libgusb-0.4.3-41798.patch --]
[-- Type: text/x-diff, Size: 1758 bytes --]

From d5081ce3e9458962559be75205dffc8a05389936 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sun, 22 Jan 2023 12:38:38 +0000
Subject: [PATCH] libgusb: update to 0.4.3.

---
 srcpkgs/libgusb/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/libgusb/template b/srcpkgs/libgusb/template
index 6860869a82c9..faefc9d8dbad 100644
--- a/srcpkgs/libgusb/template
+++ b/srcpkgs/libgusb/template
@@ -1,6 +1,6 @@
 # Template file for 'libgusb'
 pkgname=libgusb
-version=0.3.10
+version=0.4.3
 revision=1
 build_style=meson
 build_helper="gir"
@@ -8,16 +8,15 @@ configure_args="-Ddocs=false -Dintrospection=$(vopt_if gir true false)
  -Dvapi=$(vopt_if vala true false)"
 hostmakedepends="pkg-config $(vopt_if vala vala)"
 makedepends="libglib-devel libusb-devel libgudev-devel $(vopt_if vala vala-devel)
- usbutils"
+ usbutils json-glib-devel"
 short_desc="GLib wrapper around libusb1"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/hughsie/libgusb"
 changelog="https://raw.githubusercontent.com/hughsie/libgusb/master/NEWS"
-distfiles="http://people.freedesktop.org/~hughsient/releases/${pkgname}-${version}.tar.xz"
-checksum=0eb0b9ab0f8bba0c59631c809c37b616ef34eb3c8e000b0b9b71cf11e4931bdc
-# requires access to USB devices, not available on CI
-make_check=ci-skip
+distfiles="https://github.com/hughsie/libgusb/archive/refs/tags/${version}.tar.gz"
+checksum=8c7b7305b74e2e8725b3db19a80f5daecc560b8b6875fa8e7f90278b4b9bdacd
+make_check=ci-skip # libgusb:ERROR:../gusb/gusb-self-test.c:83:gusb_context_func: assertion failed (array->len > 0): (0 > 0)
 
 build_options="gir vala"
 build_options_default="gir vala"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Closed]: libgusb: update to 0.4.3.
  2023-01-22 12:52 [PR PATCH] libgusb: update to 0.4.3 motorto
  2023-01-22 12:58 ` [PR PATCH] [Updated] " motorto
@ 2023-04-02 18:09 ` motorto
  1 sibling, 0 replies; 3+ messages in thread
From: motorto @ 2023-04-02 18:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 893 bytes --]

There's a closed pull request on the void-packages repository

libgusb: update to 0.4.3.
https://github.com/void-linux/void-packages/pull/41798

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
```
SUMMARY
pkg:libgusb host:x86_64 target:x86_64 cross:n result:OK
pkg:libgusb host:x86_64-musl target:x86_64-musl cross:n result:OK
pkg:libgusb host:i686 target:i686 cross:n result:OK
pkg:libgusb host:x86_64 target:aarch64-musl cross:y result:OK
pkg:libgusb host:x86_64 target:aarch64 cross:y result:OK
pkg:libgusb host:x86_64 target:armv7l-musl cross:y result:OK
pkg:libgusb host:x86_64 target:armv7l cross:y result:OK
pkg:libgusb host:x86_64 target:armv6l-musl cross:y result:OK
pkg:libgusb host:x86_64 target:armv6l cross:y result:OK
```

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-04-02 18:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-22 12:52 [PR PATCH] libgusb: update to 0.4.3 motorto
2023-01-22 12:58 ` [PR PATCH] [Updated] " motorto
2023-04-02 18:09 ` [PR PATCH] [Closed]: " motorto

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).