~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
3 2

[PATCH] main/libusb-compat: depend on libusb

Details
Message ID
<20211127231011.771100-1-wolf@wolfsden.cz>
DKIM signature
missing
Download raw message
Patch: +2 -1
With upgrade to 0.1.7, dependency on libusb is no longer auto-detected
(since libusb-compat is using dlopen) breaking other applications unless
libusb is installed manually.

This commit add manual dependency to resolve the issue.
---
 main/libusb-compat/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/main/libusb-compat/APKBUILD b/main/libusb-compat/APKBUILD
index aea6c17ec5..a7d3ddec45 100644
--- a/main/libusb-compat/APKBUILD
+++ b/main/libusb-compat/APKBUILD
@@ -1,12 +1,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libusb-compat
pkgver=0.1.7
pkgrel=0
pkgrel=1
pkgdesc="Compatility for older libusb"
url="https://libusb.info/"
arch="all"
license="LGPL-2.1-or-later"
subpackages="$pkgname-dev"
depends="libusb"
makedepends="libusb-dev"
source="https://github.com/libusb/libusb-compat-0.1/releases/download/v$pkgver/libusb-compat-$pkgver.tar.gz
	fix-headers.patch"
-- 
2.33.1
Details
Message ID
<20211128173442.th4mnlbcqnly6l4r@mail.wolfsden.cz>
In-Reply-To
<20211127231011.771100-1-wolf@wolfsden.cz> (view parent)
DKIM signature
missing
Download raw message
Forgot to mention that this needs to be done for 3.15 as well. That's
were are encountered the issue.

-- 
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.
Details
Message ID
<20211214130237.bzyywvdxok4aqpd6@mail.wolfsden.cz>
In-Reply-To
<20211127231011.771100-1-wolf@wolfsden.cz> (view parent)
DKIM signature
missing
Download raw message
On 2021-11-28 00:10:11 +0100, Wolf wrote:
> With upgrade to 0.1.7, dependency on libusb is no longer auto-detected
> (since libusb-compat is using dlopen) breaking other applications unless
> libusb is installed manually.
> 
> This commit add manual dependency to resolve the issue.

Polite ping regarding this. On that occasion I would also add that this
should go to 3.15 as well.

W.

-- 
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.
Details
Message ID
<163956497075.14324.7728035211430599478.gitlab.27859.a01081af2fa68aaeb742f67c412e8b5b4f4dc40f@listserv.local>
In-Reply-To
<20211127231011.771100-1-wolf@wolfsden.cz> (view parent)
DKIM signature
missing
Download raw message
Polite ping on this one. I'm also usin this as an opportunity to add that his should go to 3.15 as well (I've originally noticed there).

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/27859#note_198712
Reply to thread Export thread (mbox)