* [PR PATCH] weston: update to 14.0.0.
@ 2024-10-02 1:20 Calandracas606
2024-10-11 13:36 ` gebausim
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Calandracas606 @ 2024-10-02 1:20 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1365 bytes --]
There is a new pull request by Calandracas606 against master on the void-packages repository
https://github.com/Calandracas606/void-packages weston
https://github.com/void-linux/void-packages/pull/52456
weston: update to 14.0.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### 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, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl
- i686
- aarch64 (cross)
- aarch64-musl (cross)
- armv7l (cross)
- armv7l-musl (cross)
- armv6l (cross)
- armv6l-musl (cross)
A patch file from https://github.com/void-linux/void-packages/pull/52456.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-weston-52456.patch --]
[-- Type: text/x-diff, Size: 1095 bytes --]
From 7ce6e42cade95cdbbb078633b5ada0123948dbb7 Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@cock.li>
Date: Tue, 1 Oct 2024 21:18:37 -0400
Subject: [PATCH] weston: update to 14.0.0.
---
srcpkgs/weston/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/weston/template b/srcpkgs/weston/template
index 3738539e461f0d..eb2916f3142289 100644
--- a/srcpkgs/weston/template
+++ b/srcpkgs/weston/template
@@ -1,6 +1,6 @@
# Template file for 'weston'
pkgname=weston
-version=13.0.3
+version=14.0.0
revision=1
build_style=meson
configure_args=" $(vopt_bool vaapi backend-drm-screencast-vaapi) "
@@ -17,7 +17,7 @@ maintainer="Daniel Martinez <danielmartinez@cock.li>"
license="MIT"
homepage="https://wayland.freedesktop.org/"
distfiles="https://gitlab.freedesktop.org/wayland/weston/-/releases/${version}/downloads/weston-${version}.tar.xz"
-checksum=27f68d96e3b97d98daadef13a202356524924fa381418fa6716b9136ef099093
+checksum=47fd0325b0b948e9b003a38fdf4eb3a8581f3fdc740b8932b35ae8793bf4e4a5
lib32disabled=yes
replaces="weston-colord>=0"
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: weston: update to 14.0.0.
2024-10-02 1:20 [PR PATCH] weston: update to 14.0.0 Calandracas606
@ 2024-10-11 13:36 ` gebausim
2024-10-11 13:36 ` gebausim
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: gebausim @ 2024-10-11 13:36 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 224 bytes --]
New comment by gebausim on void-packages repository
https://github.com/void-linux/void-packages/pull/52456#issuecomment-2407432668
Comment:
The *pre_configure* step can now be removed. There is a `tests` meson option now.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: weston: update to 14.0.0.
2024-10-02 1:20 [PR PATCH] weston: update to 14.0.0 Calandracas606
2024-10-11 13:36 ` gebausim
@ 2024-10-11 13:36 ` gebausim
2024-10-15 3:04 ` [PR PATCH] [Updated] " Calandracas606
2024-11-01 2:10 ` [PR PATCH] [Merged]: " classabbyamp
3 siblings, 0 replies; 5+ messages in thread
From: gebausim @ 2024-10-11 13:36 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 220 bytes --]
New comment by gebausim on void-packages repository
https://github.com/void-linux/void-packages/pull/52456#issuecomment-2407432668
Comment:
The *pre_configure* step can be removed. There is a `tests` meson option now.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] weston: update to 14.0.0.
2024-10-02 1:20 [PR PATCH] weston: update to 14.0.0 Calandracas606
2024-10-11 13:36 ` gebausim
2024-10-11 13:36 ` gebausim
@ 2024-10-15 3:04 ` Calandracas606
2024-11-01 2:10 ` [PR PATCH] [Merged]: " classabbyamp
3 siblings, 0 replies; 5+ messages in thread
From: Calandracas606 @ 2024-10-15 3:04 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1370 bytes --]
There is an updated pull request by Calandracas606 against master on the void-packages repository
https://github.com/Calandracas606/void-packages weston
https://github.com/void-linux/void-packages/pull/52456
weston: update to 14.0.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### 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, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl
- i686
- aarch64 (cross)
- aarch64-musl (cross)
- armv7l (cross)
- armv7l-musl (cross)
- armv6l (cross)
- armv6l-musl (cross)
A patch file from https://github.com/void-linux/void-packages/pull/52456.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-weston-52456.patch --]
[-- Type: text/x-diff, Size: 1647 bytes --]
From ef85713d9234c54e9c87c32b96c419ed8899dc5e Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@cock.li>
Date: Tue, 1 Oct 2024 21:18:37 -0400
Subject: [PATCH] weston: update to 14.0.0.
---
srcpkgs/weston/template | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/srcpkgs/weston/template b/srcpkgs/weston/template
index 3738539e461f0d..b5b469444ade64 100644
--- a/srcpkgs/weston/template
+++ b/srcpkgs/weston/template
@@ -1,9 +1,10 @@
# Template file for 'weston'
pkgname=weston
-version=13.0.3
+version=14.0.0
revision=1
build_style=meson
-configure_args=" $(vopt_bool vaapi backend-drm-screencast-vaapi) "
+# requires XDG_RUNTIME_DIR for most tests
+configure_args="-Dtests=false $(vopt_bool vaapi backend-drm-screencast-vaapi) "
hostmakedepends="pkg-config wayland-devel wayland-protocols"
makedepends="libpng-devel wayland-devel wayland-protocols libxkbcommon-devel
pixman-devel pango-devel cairo-devel mtdev-devel libwebp-devel
@@ -17,7 +18,7 @@ maintainer="Daniel Martinez <danielmartinez@cock.li>"
license="MIT"
homepage="https://wayland.freedesktop.org/"
distfiles="https://gitlab.freedesktop.org/wayland/weston/-/releases/${version}/downloads/weston-${version}.tar.xz"
-checksum=27f68d96e3b97d98daadef13a202356524924fa381418fa6716b9136ef099093
+checksum=47fd0325b0b948e9b003a38fdf4eb3a8581f3fdc740b8932b35ae8793bf4e4a5
lib32disabled=yes
replaces="weston-colord>=0"
@@ -33,10 +34,6 @@ case "$XBPS_TARGET_MACHINE" in
;;
esac
-pre_configure() {
- vsed -i "/subdir('tests')/d" meson.build
-}
-
post_install() {
vlicense COPYING LICENSE
vdoc "${FILESDIR}/README.voidlinux"
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Merged]: weston: update to 14.0.0.
2024-10-02 1:20 [PR PATCH] weston: update to 14.0.0 Calandracas606
` (2 preceding siblings ...)
2024-10-15 3:04 ` [PR PATCH] [Updated] " Calandracas606
@ 2024-11-01 2:10 ` classabbyamp
3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-11-01 2:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1201 bytes --]
There's a merged pull request on the void-packages repository
weston: update to 14.0.0.
https://github.com/void-linux/void-packages/pull/52456
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### 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, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl
- i686
- aarch64 (cross)
- aarch64-musl (cross)
- armv7l (cross)
- armv7l-musl (cross)
- armv6l (cross)
- armv6l-musl (cross)
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-11-01 2:10 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-02 1:20 [PR PATCH] weston: update to 14.0.0 Calandracas606
2024-10-11 13:36 ` gebausim
2024-10-11 13:36 ` gebausim
2024-10-15 3:04 ` [PR PATCH] [Updated] " Calandracas606
2024-11-01 2:10 ` [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).