Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libxo: update to 1.6.0; install .a archive for -devel
@ 2023-11-14 10:08 arp242
  2023-11-14 11:44 ` mhmdanas
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: arp242 @ 2023-11-14 10:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/arp242/void-packages xo
https://github.com/void-linux/void-packages/pull/47233

libxo: update to 1.6.0; install .a archive for -devel
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 4bdcb9a3507d6d0ce64632c1d4234332e845ee9d Mon Sep 17 00:00:00 2001
From: Martin Tournoij <martin@arp242.net>
Date: Tue, 14 Nov 2023 10:04:18 +0000
Subject: [PATCH] libxo: update to 1.6.0; install .a archive for -devel

---
 srcpkgs/libxo/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libxo/template b/srcpkgs/libxo/template
index fb0ae8cb85ca8..0a9b354d33526 100644
--- a/srcpkgs/libxo/template
+++ b/srcpkgs/libxo/template
@@ -1,15 +1,14 @@
 # Template file for 'libxo'
 pkgname=libxo
-version=1.4.0
+version=1.6.0
 revision=1
 build_style=gnu-configure
-configure_args="--disable-static"
 short_desc="Library for programs to output XML, JSON and HTML"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"
 homepage="https://juniper.github.io/libxo/libxo-manual.html"
 distfiles="https://github.com/Juniper/libxo/releases/download/${version}/libxo-${version}.tar.gz"
-checksum=aa842d9374bc0c640d9526abdeb6f1dc75c1a14e892eafd3c9e0ee2e8dfc1c43
+checksum=9f2f276d7a5f25ff6fbfc0f38773d854c9356e7f985501627d0c0ee336c19006
 
 case $XBPS_TARGET_MACHINE in
 	*-musl)
@@ -32,6 +31,7 @@ libxo-devel_package() {
 		vmove usr/lib/pkgconfig
 		vmove usr/share/man/man3
 		vmove "usr/lib/*.so"
+		vmove "usr/lib/*.a"
 		vmove usr/share/libxo
 		vmove "usr/lib/libxo/encoder/*.so"
 	}

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

* Re: libxo: update to 1.6.0; install .a archive for -devel
  2023-11-14 10:08 [PR PATCH] libxo: update to 1.6.0; install .a archive for -devel arp242
@ 2023-11-14 11:44 ` mhmdanas
  2023-11-14 11:57 ` arp242
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: mhmdanas @ 2023-11-14 11:44 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/47233#issuecomment-1810051031

Comment:
Is there a reason you want the static libraries?

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

* Re: libxo: update to 1.6.0; install .a archive for -devel
  2023-11-14 10:08 [PR PATCH] libxo: update to 1.6.0; install .a archive for -devel arp242
  2023-11-14 11:44 ` mhmdanas
@ 2023-11-14 11:57 ` arp242
  2023-11-14 12:40 ` ahesford
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: arp242 @ 2023-11-14 11:57 UTC (permalink / raw)
  To: ml

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

New comment by arp242 on void-packages repository

https://github.com/void-linux/void-packages/pull/47233#issuecomment-1810068103

Comment:
I want to statically link things against libxo.

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

* Re: libxo: update to 1.6.0; install .a archive for -devel
  2023-11-14 10:08 [PR PATCH] libxo: update to 1.6.0; install .a archive for -devel arp242
  2023-11-14 11:44 ` mhmdanas
  2023-11-14 11:57 ` arp242
@ 2023-11-14 12:40 ` ahesford
  2023-11-14 18:26 ` [PR REVIEW] " classabbyamp
  2023-12-03 20:08 ` [PR PATCH] [Closed]: " Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2023-11-14 12:40 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/47233#issuecomment-1810129809

Comment:
Adding static libs is fine. Unless there was some specific reason this was disabled to begin with, it the "disable static" option shouldn't have been added.

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

* Re: [PR REVIEW] libxo: update to 1.6.0; install .a archive for -devel
  2023-11-14 10:08 [PR PATCH] libxo: update to 1.6.0; install .a archive for -devel arp242
                   ` (2 preceding siblings ...)
  2023-11-14 12:40 ` ahesford
@ 2023-11-14 18:26 ` classabbyamp
  2023-12-03 20:08 ` [PR PATCH] [Closed]: " Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-11-14 18:26 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/47233#discussion_r1393056193

Comment:
```suggestion
		vmove "usr/lib/libxo/encoder/*.so"
		vmove "usr/lib/libxo/encoder/*.a"
```

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

* Re: [PR PATCH] [Closed]: libxo: update to 1.6.0; install .a archive for -devel
  2023-11-14 10:08 [PR PATCH] libxo: update to 1.6.0; install .a archive for -devel arp242
                   ` (3 preceding siblings ...)
  2023-11-14 18:26 ` [PR REVIEW] " classabbyamp
@ 2023-12-03 20:08 ` Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2023-12-03 20:08 UTC (permalink / raw)
  To: ml

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

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

libxo: update to 1.6.0; install .a archive for -devel
https://github.com/void-linux/void-packages/pull/47233

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-12-03 20:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-14 10:08 [PR PATCH] libxo: update to 1.6.0; install .a archive for -devel arp242
2023-11-14 11:44 ` mhmdanas
2023-11-14 11:57 ` arp242
2023-11-14 12:40 ` ahesford
2023-11-14 18:26 ` [PR REVIEW] " classabbyamp
2023-12-03 20:08 ` [PR PATCH] [Closed]: " Duncaen

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