Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fractal: update to 5.
@ 2023-11-25 10:50 AnInternetTroll
  2023-11-25 11:39 ` [PR REVIEW] " paper42
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: AnInternetTroll @ 2023-11-25 10:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AnInternetTroll/void-packages user/luca/fractal-5
https://github.com/void-linux/void-packages/pull/47392

fractal: update to 5.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86-64-glibc)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-user/luca/fractal-5-47392.patch --]
[-- Type: text/x-diff, Size: 2316 bytes --]

From c081cb543c84551293fb7cbf691bb1f957e9d3d1 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Sat, 25 Nov 2023 11:10:18 +0100
Subject: [PATCH] fractal: update to 5.

---
 common/shlibs            |  1 +
 srcpkgs/fractal/template | 13 +++++++------
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 247bfca781f5d..ba4ca7d85db80 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1132,6 +1132,7 @@ libgstsignalprocessor-1.0.so.0 gst-plugins-bad1-1.18.3_2
 libgstbasevideo-1.0.so.0 gst-plugins-bad1-1.18.3_2
 libgstbasecamerabinsrc-1.0.so.0 gst-plugins-bad1-1.18.3_2
 libgstcodecparsers-1.0.so.0 gst-plugins-bad1-1.18.3_2
+libgstplay-1.0.so.0 gst-plugins-bad1-1.18.3_2
 libgstplayer-1.0.so.0 gst-plugins-bad1-1.18.3_2
 libgstwebrtc-1.0.so.0 gst-plugins-bad1-1.18.4_2
 libgsttranscoder-1.0.so.0 gst-plugins-bad1-1.18.4_2
diff --git a/srcpkgs/fractal/template b/srcpkgs/fractal/template
index 5012cf23587b4..eee3c17daf280 100644
--- a/srcpkgs/fractal/template
+++ b/srcpkgs/fractal/template
@@ -1,20 +1,21 @@
 # Template file for 'fractal'
 pkgname=fractal
-version=4.4.2
-revision=2
+version=5
+revision=1
 build_style=meson
 build_helper="rust"
 hostmakedepends="cargo pkg-config glib-devel gettext"
-makedepends="gtk+3-devel libglib-devel openssl-devel gstreamer1-devel
+makedepends="gtk4-devel libglib-devel openssl-devel gstreamer1-devel
  cairo-devel gettext-devel gst-plugins-base1-devel gst-plugins-bad1-devel
- gst1-editing-services-devel gtksourceview4-devel pango-devel gspell-devel
- gmp-devel libsecret-devel libhandy-devel rust-std"
+ gst1-editing-services-devel gtksourceview5-devel pango-devel gspell-devel
+ gmp-devel libsecret-devel libhandy-devel rust-std libadwaita-devel
+ pipewire-devel libshumate-devel xdg-desktop-portal desktop-file-utils clang"
 short_desc="Matrix Messaging Client for GNOME"
 maintainer="Cameron Nemo <cam@nohom.org>"
 license="GPL-3.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Fractal"
 distfiles="https://gitlab.gnome.org/GNOME/fractal/-/archive/${version}/fractal-${version}.tar.gz"
-checksum=97bb2f355fb1a89851bf16c17aed63063c6c0a79d8adcd31ce0ab82bc4a56f5e
+checksum=649fbf06810fb3636098cf576773daa3065879794bb1e1984c6cd1bd2509d045
 
 post_patch() {
 	[ -z "$CROSS_BUILD" ] && return 0

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

* Re: [PR REVIEW] fractal: update to 5.
  2023-11-25 10:50 [PR PATCH] fractal: update to 5 AnInternetTroll
@ 2023-11-25 11:39 ` paper42
  2023-11-25 13:08 ` [PR PATCH] [Updated] " AnInternetTroll
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2023-11-25 11:39 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/47392#discussion_r1404856140

Comment:
if the last 3 dependencies are required, they should be in hostmakedepends

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

* Re: [PR PATCH] [Updated] fractal: update to 5.
  2023-11-25 10:50 [PR PATCH] fractal: update to 5 AnInternetTroll
  2023-11-25 11:39 ` [PR REVIEW] " paper42
@ 2023-11-25 13:08 ` AnInternetTroll
  2023-11-25 13:41 ` AnInternetTroll
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: AnInternetTroll @ 2023-11-25 13:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AnInternetTroll/void-packages user/luca/fractal-5
https://github.com/void-linux/void-packages/pull/47392

fractal: update to 5.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86-64-glibc)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-user/luca/fractal-5-47392.patch --]
[-- Type: text/x-diff, Size: 2573 bytes --]

From 9b08f760bdc784bfbb8e1bd8d37a874d77fe2766 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Sat, 25 Nov 2023 11:10:18 +0100
Subject: [PATCH] fractal: update to 5.

---
 common/shlibs            |  1 +
 srcpkgs/fractal/template | 20 ++++++++++----------
 2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 247bfca781f5d..ba4ca7d85db80 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1132,6 +1132,7 @@ libgstsignalprocessor-1.0.so.0 gst-plugins-bad1-1.18.3_2
 libgstbasevideo-1.0.so.0 gst-plugins-bad1-1.18.3_2
 libgstbasecamerabinsrc-1.0.so.0 gst-plugins-bad1-1.18.3_2
 libgstcodecparsers-1.0.so.0 gst-plugins-bad1-1.18.3_2
+libgstplay-1.0.so.0 gst-plugins-bad1-1.18.3_2
 libgstplayer-1.0.so.0 gst-plugins-bad1-1.18.3_2
 libgstwebrtc-1.0.so.0 gst-plugins-bad1-1.18.4_2
 libgsttranscoder-1.0.so.0 gst-plugins-bad1-1.18.4_2
diff --git a/srcpkgs/fractal/template b/srcpkgs/fractal/template
index 5012cf23587b4..f5f0e91f307b6 100644
--- a/srcpkgs/fractal/template
+++ b/srcpkgs/fractal/template
@@ -1,25 +1,25 @@
 # Template file for 'fractal'
 pkgname=fractal
-version=4.4.2
-revision=2
+version=5
+revision=1
 build_style=meson
 build_helper="rust"
-hostmakedepends="cargo pkg-config glib-devel gettext"
-makedepends="gtk+3-devel libglib-devel openssl-devel gstreamer1-devel
+hostmakedepends="cargo pkg-config glib-devel gettext desktop-file-utils clang"
+makedepends="gtk4-devel libglib-devel openssl-devel gstreamer1-devel
  cairo-devel gettext-devel gst-plugins-base1-devel gst-plugins-bad1-devel
- gst1-editing-services-devel gtksourceview4-devel pango-devel gspell-devel
- gmp-devel libsecret-devel libhandy-devel rust-std"
+ gst1-editing-services-devel gtksourceview5-devel pango-devel gspell-devel
+ gmp-devel libsecret-devel libhandy-devel rust-std libadwaita-devel
+ pipewire-devel libshumate-devel xdg-desktop-portal"
 short_desc="Matrix Messaging Client for GNOME"
 maintainer="Cameron Nemo <cam@nohom.org>"
 license="GPL-3.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Fractal"
 distfiles="https://gitlab.gnome.org/GNOME/fractal/-/archive/${version}/fractal-${version}.tar.gz"
-checksum=97bb2f355fb1a89851bf16c17aed63063c6c0a79d8adcd31ce0ab82bc4a56f5e
+checksum=649fbf06810fb3636098cf576773daa3065879794bb1e1984c6cd1bd2509d045
 
 post_patch() {
 	[ -z "$CROSS_BUILD" ] && return 0
 
-	vsed -i scripts/cargo.sh \
-		-e 's;"$CARGO_TARGET_DIR";&/${RUST_TARGET};' \
-		-e '/CARGO_HOME/d'
+	vsed -i src/meson.build \
+		-e "s|'cp', 'src' / |'cp', 'src'  / '$RUST_TARGET' / |"
 }

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

* Re: [PR PATCH] [Updated] fractal: update to 5.
  2023-11-25 10:50 [PR PATCH] fractal: update to 5 AnInternetTroll
  2023-11-25 11:39 ` [PR REVIEW] " paper42
  2023-11-25 13:08 ` [PR PATCH] [Updated] " AnInternetTroll
@ 2023-11-25 13:41 ` AnInternetTroll
  2023-11-25 17:23 ` AnInternetTroll
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: AnInternetTroll @ 2023-11-25 13:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AnInternetTroll/void-packages user/luca/fractal-5
https://github.com/void-linux/void-packages/pull/47392

fractal: update to 5.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86-64-glibc)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-user/luca/fractal-5-47392.patch --]
[-- Type: text/x-diff, Size: 2596 bytes --]

From b6a2cef69e3b6bb2bd21257e7eac9af256877b91 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Sat, 25 Nov 2023 11:10:18 +0100
Subject: [PATCH] fractal: update to 5.

---
 common/shlibs            |  1 +
 srcpkgs/fractal/template | 20 ++++++++++----------
 2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 247bfca781f5d..ba4ca7d85db80 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1132,6 +1132,7 @@ libgstsignalprocessor-1.0.so.0 gst-plugins-bad1-1.18.3_2
 libgstbasevideo-1.0.so.0 gst-plugins-bad1-1.18.3_2
 libgstbasecamerabinsrc-1.0.so.0 gst-plugins-bad1-1.18.3_2
 libgstcodecparsers-1.0.so.0 gst-plugins-bad1-1.18.3_2
+libgstplay-1.0.so.0 gst-plugins-bad1-1.18.3_2
 libgstplayer-1.0.so.0 gst-plugins-bad1-1.18.3_2
 libgstwebrtc-1.0.so.0 gst-plugins-bad1-1.18.4_2
 libgsttranscoder-1.0.so.0 gst-plugins-bad1-1.18.4_2
diff --git a/srcpkgs/fractal/template b/srcpkgs/fractal/template
index 5012cf23587b4..5ae91b5c5b348 100644
--- a/srcpkgs/fractal/template
+++ b/srcpkgs/fractal/template
@@ -1,25 +1,25 @@
 # Template file for 'fractal'
 pkgname=fractal
-version=4.4.2
-revision=2
+version=5
+revision=1
 build_style=meson
 build_helper="rust"
-hostmakedepends="cargo pkg-config glib-devel gettext"
-makedepends="gtk+3-devel libglib-devel openssl-devel gstreamer1-devel
+hostmakedepends="cargo pkg-config glib-devel gettext desktop-file-utils gtk4-update-icon-cache clang"
+makedepends="gtk4-devel libglib-devel openssl-devel gstreamer1-devel
  cairo-devel gettext-devel gst-plugins-base1-devel gst-plugins-bad1-devel
- gst1-editing-services-devel gtksourceview4-devel pango-devel gspell-devel
- gmp-devel libsecret-devel libhandy-devel rust-std"
+ gst1-editing-services-devel gtksourceview5-devel pango-devel gspell-devel
+ gmp-devel libsecret-devel libhandy-devel rust-std libadwaita-devel
+ pipewire-devel libshumate-devel xdg-desktop-portal"
 short_desc="Matrix Messaging Client for GNOME"
 maintainer="Cameron Nemo <cam@nohom.org>"
 license="GPL-3.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Fractal"
 distfiles="https://gitlab.gnome.org/GNOME/fractal/-/archive/${version}/fractal-${version}.tar.gz"
-checksum=97bb2f355fb1a89851bf16c17aed63063c6c0a79d8adcd31ce0ab82bc4a56f5e
+checksum=649fbf06810fb3636098cf576773daa3065879794bb1e1984c6cd1bd2509d045
 
 post_patch() {
 	[ -z "$CROSS_BUILD" ] && return 0
 
-	vsed -i scripts/cargo.sh \
-		-e 's;"$CARGO_TARGET_DIR";&/${RUST_TARGET};' \
-		-e '/CARGO_HOME/d'
+	vsed -i src/meson.build \
+		-e "s|'cp', 'src' / |'cp', 'src'  / '$RUST_TARGET' / |"
 }

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

* Re: [PR PATCH] [Updated] fractal: update to 5.
  2023-11-25 10:50 [PR PATCH] fractal: update to 5 AnInternetTroll
                   ` (2 preceding siblings ...)
  2023-11-25 13:41 ` AnInternetTroll
@ 2023-11-25 17:23 ` AnInternetTroll
  2023-11-26  7:50 ` [PR REVIEW] " classabbyamp
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: AnInternetTroll @ 2023-11-25 17:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AnInternetTroll/void-packages user/luca/fractal-5
https://github.com/void-linux/void-packages/pull/47392

fractal: update to 5.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86-64-glibc)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-user/luca/fractal-5-47392.patch --]
[-- Type: text/x-diff, Size: 2814 bytes --]

From d0bef4d3156a170841dabf7d94f87b77df0c13d9 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Sat, 25 Nov 2023 11:10:18 +0100
Subject: [PATCH] fractal: update to 5.

---
 common/shlibs            |  1 +
 srcpkgs/fractal/template | 24 ++++++++++++++----------
 2 files changed, 15 insertions(+), 10 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 247bfca781f5d..ba4ca7d85db80 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1132,6 +1132,7 @@ libgstsignalprocessor-1.0.so.0 gst-plugins-bad1-1.18.3_2
 libgstbasevideo-1.0.so.0 gst-plugins-bad1-1.18.3_2
 libgstbasecamerabinsrc-1.0.so.0 gst-plugins-bad1-1.18.3_2
 libgstcodecparsers-1.0.so.0 gst-plugins-bad1-1.18.3_2
+libgstplay-1.0.so.0 gst-plugins-bad1-1.18.3_2
 libgstplayer-1.0.so.0 gst-plugins-bad1-1.18.3_2
 libgstwebrtc-1.0.so.0 gst-plugins-bad1-1.18.4_2
 libgsttranscoder-1.0.so.0 gst-plugins-bad1-1.18.4_2
diff --git a/srcpkgs/fractal/template b/srcpkgs/fractal/template
index 5012cf23587b4..b94536526cbbd 100644
--- a/srcpkgs/fractal/template
+++ b/srcpkgs/fractal/template
@@ -1,25 +1,29 @@
 # Template file for 'fractal'
 pkgname=fractal
-version=4.4.2
-revision=2
+version=5
+revision=1
+# FIXME: Build fails on non 64-bit archs
+# Try again once this patch makes it into a release and into fractal
+# https://gitlab.freedesktop.org/pipewire/pipewire-rs/-/merge_requests/203
+archs="aarch64* x86_64*"
 build_style=meson
 build_helper="rust"
-hostmakedepends="cargo pkg-config glib-devel gettext"
-makedepends="gtk+3-devel libglib-devel openssl-devel gstreamer1-devel
+hostmakedepends="cargo pkg-config glib-devel gettext desktop-file-utils gtk4-update-icon-cache clang"
+makedepends="gtk4-devel libglib-devel openssl-devel gstreamer1-devel
  cairo-devel gettext-devel gst-plugins-base1-devel gst-plugins-bad1-devel
- gst1-editing-services-devel gtksourceview4-devel pango-devel gspell-devel
- gmp-devel libsecret-devel libhandy-devel rust-std"
+ gst1-editing-services-devel gtksourceview5-devel pango-devel gspell-devel
+ gmp-devel libsecret-devel libhandy-devel rust-std libadwaita-devel
+ pipewire-devel libshumate-devel xdg-desktop-portal"
 short_desc="Matrix Messaging Client for GNOME"
 maintainer="Cameron Nemo <cam@nohom.org>"
 license="GPL-3.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Fractal"
 distfiles="https://gitlab.gnome.org/GNOME/fractal/-/archive/${version}/fractal-${version}.tar.gz"
-checksum=97bb2f355fb1a89851bf16c17aed63063c6c0a79d8adcd31ce0ab82bc4a56f5e
+checksum=649fbf06810fb3636098cf576773daa3065879794bb1e1984c6cd1bd2509d045
 
 post_patch() {
 	[ -z "$CROSS_BUILD" ] && return 0
 
-	vsed -i scripts/cargo.sh \
-		-e 's;"$CARGO_TARGET_DIR";&/${RUST_TARGET};' \
-		-e '/CARGO_HOME/d'
+	vsed -i src/meson.build \
+		-e "s|'cp', 'src' / |'cp', 'src'  / '$RUST_TARGET' / |"
 }

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

* Re: [PR REVIEW] fractal: update to 5.
  2023-11-25 10:50 [PR PATCH] fractal: update to 5 AnInternetTroll
                   ` (3 preceding siblings ...)
  2023-11-25 17:23 ` AnInternetTroll
@ 2023-11-26  7:50 ` classabbyamp
  2023-11-26  9:55 ` [PR PATCH] [Updated] " AnInternetTroll
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2023-11-26  7:50 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/47392#discussion_r1405347847

Comment:
try this: https://github.com/void-linux/void-packages/pull/46320/files#diff-a96c43938bfb4a64d9cc96f3b023ec7f3e0338bfba1c589fb04bc4e53ff67df4R19-R22

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

* Re: [PR PATCH] [Updated] fractal: update to 5.
  2023-11-25 10:50 [PR PATCH] fractal: update to 5 AnInternetTroll
                   ` (4 preceding siblings ...)
  2023-11-26  7:50 ` [PR REVIEW] " classabbyamp
@ 2023-11-26  9:55 ` AnInternetTroll
  2024-01-22 23:43 ` cinerea0
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: AnInternetTroll @ 2023-11-26  9:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AnInternetTroll/void-packages user/luca/fractal-5
https://github.com/void-linux/void-packages/pull/47392

fractal: update to 5.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86-64-glibc)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-user/luca/fractal-5-47392.patch --]
[-- Type: text/x-diff, Size: 2878 bytes --]

From 5dc45a3b61590208a54cb85106c76edf7215bc7d Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Sat, 25 Nov 2023 11:10:18 +0100
Subject: [PATCH] fractal: update to 5.

---
 common/shlibs            |  1 +
 srcpkgs/fractal/template | 26 ++++++++++++++++----------
 2 files changed, 17 insertions(+), 10 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 90018a5616f86..e6a460451ab00 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1132,6 +1132,7 @@ libgstsignalprocessor-1.0.so.0 gst-plugins-bad1-1.18.3_2
 libgstbasevideo-1.0.so.0 gst-plugins-bad1-1.18.3_2
 libgstbasecamerabinsrc-1.0.so.0 gst-plugins-bad1-1.18.3_2
 libgstcodecparsers-1.0.so.0 gst-plugins-bad1-1.18.3_2
+libgstplay-1.0.so.0 gst-plugins-bad1-1.18.3_2
 libgstplayer-1.0.so.0 gst-plugins-bad1-1.18.3_2
 libgstwebrtc-1.0.so.0 gst-plugins-bad1-1.18.4_2
 libgsttranscoder-1.0.so.0 gst-plugins-bad1-1.18.4_2
diff --git a/srcpkgs/fractal/template b/srcpkgs/fractal/template
index 5012cf23587b4..ba182bee7f328 100644
--- a/srcpkgs/fractal/template
+++ b/srcpkgs/fractal/template
@@ -1,25 +1,31 @@
 # Template file for 'fractal'
 pkgname=fractal
-version=4.4.2
-revision=2
+version=5
+revision=1
 build_style=meson
 build_helper="rust"
-hostmakedepends="cargo pkg-config glib-devel gettext"
-makedepends="gtk+3-devel libglib-devel openssl-devel gstreamer1-devel
+hostmakedepends="cargo pkg-config glib-devel gettext desktop-file-utils gtk4-update-icon-cache clang"
+makedepends="gtk4-devel libglib-devel openssl-devel gstreamer1-devel
  cairo-devel gettext-devel gst-plugins-base1-devel gst-plugins-bad1-devel
- gst1-editing-services-devel gtksourceview4-devel pango-devel gspell-devel
- gmp-devel libsecret-devel libhandy-devel rust-std"
+ gst1-editing-services-devel gtksourceview5-devel pango-devel gspell-devel
+ gmp-devel libsecret-devel libhandy-devel rust-std libadwaita-devel
+ pipewire-devel libshumate-devel xdg-desktop-portal"
 short_desc="Matrix Messaging Client for GNOME"
 maintainer="Cameron Nemo <cam@nohom.org>"
 license="GPL-3.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Fractal"
 distfiles="https://gitlab.gnome.org/GNOME/fractal/-/archive/${version}/fractal-${version}.tar.gz"
-checksum=97bb2f355fb1a89851bf16c17aed63063c6c0a79d8adcd31ce0ab82bc4a56f5e
+checksum=649fbf06810fb3636098cf576773daa3065879794bb1e1984c6cd1bd2509d045
 
 post_patch() {
+	cat <<-EOF >> "Cargo.toml"
+	[patch.crates-io]
+	pipewire = {git="https://gitlab.freedesktop.org/pipewire/pipewire-rs.git", rev="ff923ee9dfe05ac50a137252ca45ac4361016360"}
+	EOF
+	# Needed to get the above to register
+	cargo update --package pipewire@0.7.2 --precise 0.7.2
 	[ -z "$CROSS_BUILD" ] && return 0
 
-	vsed -i scripts/cargo.sh \
-		-e 's;"$CARGO_TARGET_DIR";&/${RUST_TARGET};' \
-		-e '/CARGO_HOME/d'
+	vsed -i src/meson.build \
+		-e "s|'cp', 'src' / |'cp', 'src'  / '$RUST_TARGET' / |"
 }

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

* Re: fractal: update to 5.
  2023-11-25 10:50 [PR PATCH] fractal: update to 5 AnInternetTroll
                   ` (5 preceding siblings ...)
  2023-11-26  9:55 ` [PR PATCH] [Updated] " AnInternetTroll
@ 2024-01-22 23:43 ` cinerea0
  2024-01-26  1:23 ` chrysos349
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: cinerea0 @ 2024-01-22 23:43 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/47392#issuecomment-1905032989

Comment:
Fractal 6 has been released, maybe your build problems have been fixed in that version?

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

* Re: fractal: update to 5.
  2023-11-25 10:50 [PR PATCH] fractal: update to 5 AnInternetTroll
                   ` (6 preceding siblings ...)
  2024-01-22 23:43 ` cinerea0
@ 2024-01-26  1:23 ` chrysos349
  2024-01-26 18:43 ` AnInternetTroll
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: chrysos349 @ 2024-01-26  1:23 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/47392#issuecomment-1911260377

Comment:
```
# Template file for 'fractal'
pkgname=fractal
version=6
revision=1
build_style=meson
build_helper=rust
hostmakedepends="cargo clang desktop-file-utils gettext glib-devel
 gtk-update-icon-cache pkg-config"
makedepends="gst-plugins-base1-devel gtksourceview5-devel libadwaita-devel
 libshumate-devel pipewire-devel rust-std"
short_desc="Matrix Messaging Client for GNOME"
maintainer="Cameron Nemo <cam@nohom.org>"
license="GPL-3.0-or-later"
homepage="https://wiki.gnome.org/Apps/Fractal"
distfiles="https://gitlab.gnome.org/World/fractal/-/archive/${version}/fractal-${version}.tar.gz"
checksum=a730dffe5fd4859c16e0d84244a82f6ea843d4e464ee04e08fcb5bea61c248f2

if [ "$XBPS_TARGET_WORDSIZE" = 32 ]; then
	broken="uses i64"
fi

post_patch() {
	vsed -i "/xdg-desktop-portal/d" meson.build
	
	if [ "$CROSS_BUILD" ]; then
		vsed -i src/meson.build \
			-e "s%rust_target /%'${RUST_TARGET}' / rust_target /%"
	fi
}
```

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

* Re: fractal: update to 5.
  2023-11-25 10:50 [PR PATCH] fractal: update to 5 AnInternetTroll
                   ` (7 preceding siblings ...)
  2024-01-26  1:23 ` chrysos349
@ 2024-01-26 18:43 ` AnInternetTroll
  2024-01-26 22:14 ` chrysos349
  2024-01-26 22:31 ` [PR PATCH] [Closed]: " AnInternetTroll
  10 siblings, 0 replies; 12+ messages in thread
From: AnInternetTroll @ 2024-01-26 18:43 UTC (permalink / raw)
  To: ml

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

New comment by AnInternetTroll on void-packages repository

https://github.com/void-linux/void-packages/pull/47392#issuecomment-1912521335

Comment:
Hi @chrysos349, I appreciate the suggestion for the fractal 6 template.
Would you mind opening a PR with your change and I'll close mine?


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

* Re: fractal: update to 5.
  2023-11-25 10:50 [PR PATCH] fractal: update to 5 AnInternetTroll
                   ` (8 preceding siblings ...)
  2024-01-26 18:43 ` AnInternetTroll
@ 2024-01-26 22:14 ` chrysos349
  2024-01-26 22:31 ` [PR PATCH] [Closed]: " AnInternetTroll
  10 siblings, 0 replies; 12+ messages in thread
From: chrysos349 @ 2024-01-26 22:14 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/47392#issuecomment-1912765772

Comment:
@AnInternetTroll Done --> #48389

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

* Re: [PR PATCH] [Closed]: fractal: update to 5.
  2023-11-25 10:50 [PR PATCH] fractal: update to 5 AnInternetTroll
                   ` (9 preceding siblings ...)
  2024-01-26 22:14 ` chrysos349
@ 2024-01-26 22:31 ` AnInternetTroll
  10 siblings, 0 replies; 12+ messages in thread
From: AnInternetTroll @ 2024-01-26 22:31 UTC (permalink / raw)
  To: ml

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

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

fractal: update to 5.
https://github.com/void-linux/void-packages/pull/47392

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

#### Local build testing
- I built this PR locally for my native architecture, (x86-64-glibc)


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

end of thread, other threads:[~2024-01-26 22:31 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-25 10:50 [PR PATCH] fractal: update to 5 AnInternetTroll
2023-11-25 11:39 ` [PR REVIEW] " paper42
2023-11-25 13:08 ` [PR PATCH] [Updated] " AnInternetTroll
2023-11-25 13:41 ` AnInternetTroll
2023-11-25 17:23 ` AnInternetTroll
2023-11-26  7:50 ` [PR REVIEW] " classabbyamp
2023-11-26  9:55 ` [PR PATCH] [Updated] " AnInternetTroll
2024-01-22 23:43 ` cinerea0
2024-01-26  1:23 ` chrysos349
2024-01-26 18:43 ` AnInternetTroll
2024-01-26 22:14 ` chrysos349
2024-01-26 22:31 ` [PR PATCH] [Closed]: " AnInternetTroll

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