Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] curl: restore libcurl-gnutls symlink from libcurl.
@ 2022-04-10 17:56 prez
  2022-04-11 17:13 ` leahneukirchen
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: prez @ 2022-04-10 17:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/prez/void-packages curl
https://github.com/void-linux/void-packages/pull/36619

curl: restore libcurl-gnutls symlink from libcurl.
Without this, many proprietary audio plugins aren't functional.


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

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

From f140bcad7d2de95ee151bb0775f882b9a2c46cf7 Mon Sep 17 00:00:00 2001
From: prez <prez@national.shitposting.agency>
Date: Sun, 10 Apr 2022 19:52:38 +0200
Subject: [PATCH] curl: restore libcurl-gnutls symlink from libcurl.

---
 common/shlibs         | 1 +
 srcpkgs/curl/template | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/common/shlibs b/common/shlibs
index 673c62085f5b..0858cc096712 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -366,6 +366,7 @@ libnssdbm3.so nss-3.12.4_1
 libnssckbi.so nss-3.12.4_1
 libnss3.so nss-3.12.4_1
 libcurl.so.4 libcurl-7.75.0_2
+libcurl-gnutls.so.4 libcurl-7.75.0_2
 libdaemon.so.0 libdaemon-0.14_1
 libavahi-common.so.3 avahi-libs-0.6.25_1
 libavahi-core.so.7 avahi-libs-0.6.25_1
diff --git a/srcpkgs/curl/template b/srcpkgs/curl/template
index 16a1abd02150..2c1e70f314b1 100644
--- a/srcpkgs/curl/template
+++ b/srcpkgs/curl/template
@@ -1,7 +1,7 @@
 # Template file for 'curl'
 pkgname=curl
 version=7.82.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="ac_cv_sizeof_off_t=8 --enable-threaded-resolver --enable-ipv6
  $(vopt_with rtmp) $(vopt_with gssapi) $(vopt_enable ldap) $(vopt_with gnutls)
@@ -66,8 +66,10 @@ post_install() {
 
 libcurl_package() {
 	short_desc="Multiprotocol file transfer library"
+	shlib_provides="libcurl-gnutls.so.4"
 	pkg_install() {
 		vmove "usr/lib/*.so.*"
+		ln -sf libcurl.so.4 ${PKGDESTDIR}/usr/lib/libcurl-gnutls.so.4
 	}
 }
 

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

end of thread, other threads:[~2023-02-02  2:01 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-10 17:56 [PR PATCH] curl: restore libcurl-gnutls symlink from libcurl prez
2022-04-11 17:13 ` leahneukirchen
2022-04-11 17:32 ` prez
2022-06-17 16:47 ` fdziarmagowski
2022-06-17 18:16 ` prez
2022-06-17 20:16 ` fdziarmagowski
2022-06-17 22:32 ` prez
2022-07-17 19:28 ` ericonr
2022-07-20 20:48 ` fdziarmagowski
2022-10-19  2:14 ` github-actions
2022-10-19  4:30 ` biopsin
2023-01-19  2:00 ` github-actions
2023-02-02  2:01 ` [PR PATCH] [Closed]: " github-actions

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