Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gnome-sound-recorder: update to 3.38.0
@ 2020-10-01  9:27 PaperMountainStudio
  2020-10-09 20:17 ` ericonr
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: PaperMountainStudio @ 2020-10-01  9:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/PaperMountainStudio/void-packages 0001-gnome-sound-recorder-update-to-3.38.0.patch
https://github.com/void-linux/void-packages/pull/25220

gnome-sound-recorder: update to 3.38.0


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-0001-gnome-sound-recorder-update-to-3.38.0.patch-25220.patch --]
[-- Type: text/x-diff, Size: 1498 bytes --]

From 0e52e459731c7d0470fac9e87eb057c3419aace2 Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Thu, 1 Oct 2020 11:25:42 +0200
Subject: [PATCH] gnome-sound-recorder: update to 3.38.0

---
 srcpkgs/gnome-sound-recorder/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gnome-sound-recorder/template b/srcpkgs/gnome-sound-recorder/template
index 47acd94873c..ef1044fa5ee 100644
--- a/srcpkgs/gnome-sound-recorder/template
+++ b/srcpkgs/gnome-sound-recorder/template
@@ -1,16 +1,16 @@
 # Template file for 'gnome-sound-recorder'
 pkgname=gnome-sound-recorder
-version=3.34.0
+version=3.38.0
 revision=1
 build_helper="gir"
 build_style=meson
 hostmakedepends="gettext glib-devel itstool pkg-config"
-makedepends="gjs-devel libglib-devel gtk+3-devel"
-depends="desktop-file-utils gjs gsettings-desktop-schemas gst-plugins-base1"
+makedepends="gjs-devel libglib-devel gtk+3-devel gst-plugins-bad1-devel libhandy1-devel"
+depends="desktop-file-utils gjs gsettings-desktop-schemas gst-plugins-bad1 gst-plugins-base1"
 short_desc="GNOME sound recorder application"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Apps/SoundRecorder"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=49f1d6e0c06ac3bacc6084b2f5a63c8b91c5a20c3fc824532b7736a1151684c4
+checksum=23903f7361be410870fba947209167b96f4907630641d33ccbaa8e42f574b699
 lib32disabled=yes

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

* Re: gnome-sound-recorder: update to 3.38.0
  2020-10-01  9:27 [PR PATCH] gnome-sound-recorder: update to 3.38.0 PaperMountainStudio
@ 2020-10-09 20:17 ` ericonr
  2020-10-09 20:34 ` PaperMountainStudio
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-10-09 20:17 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25220#issuecomment-706383636

Comment:
I can't launch it on sway:

```
Gjs-Message: 17:15:34.580: JS LOG: Sound Recorder (org.gnome.SoundRecorder)
Gjs-Message: 17:15:34.580: JS LOG: Version: 3.38.0
Gjs-Message: 17:15:34.692: JS LOG: Not all elements could be addded.
Error: Argument element may not be null

(gnome-sound-recorder:13843): Gjs-CRITICAL **: 17:15:34.692: JS ERROR: TypeError: srcElement is null
_init@resource:///org/gnome/SoundRecorder/js/recorder.js:103:9
_init@resource:///org/gnome/SoundRecorder/js/window.js:48:25
vfunc_activate@resource:///org/gnome/SoundRecorder/js/application.js:113:23
main@resource:///org/gnome/SoundRecorder/js/main.js:47:30
run@resource:///org/gnome/gjs/modules/script/package.js:222:19
@/bin/gnome-sound-recorder:8:17
```

Am I missing a dependency or does it require gnome?

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

* Re: gnome-sound-recorder: update to 3.38.0
  2020-10-01  9:27 [PR PATCH] gnome-sound-recorder: update to 3.38.0 PaperMountainStudio
  2020-10-09 20:17 ` ericonr
@ 2020-10-09 20:34 ` PaperMountainStudio
  2020-10-09 20:35 ` PaperMountainStudio
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: PaperMountainStudio @ 2020-10-09 20:34 UTC (permalink / raw)
  To: ml

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

New comment by PaperMountainStudio on void-packages repository

https://github.com/void-linux/void-packages/pull/25220#issuecomment-706390392

Comment:
I am not sure, I also have sway and it works fine, but I have gnome installed. When I tried uninstalling it, it still worked, but there may be some dependencies left which I installed manually. Could you maybe try installing libhandy1?

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

* Re: gnome-sound-recorder: update to 3.38.0
  2020-10-01  9:27 [PR PATCH] gnome-sound-recorder: update to 3.38.0 PaperMountainStudio
  2020-10-09 20:17 ` ericonr
  2020-10-09 20:34 ` PaperMountainStudio
@ 2020-10-09 20:35 ` PaperMountainStudio
  2020-10-09 20:51 ` ericonr
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: PaperMountainStudio @ 2020-10-09 20:35 UTC (permalink / raw)
  To: ml

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

New comment by PaperMountainStudio on void-packages repository

https://github.com/void-linux/void-packages/pull/25220#issuecomment-706390392

Comment:
I am not sure, I also have sway and it works fine, but I have gnome installed. When I tried uninstalling it, it still worked, but there may be some dependencies left which I installed manually. Could you maybe try installing libhandy1? @ericonr 

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

* Re: gnome-sound-recorder: update to 3.38.0
  2020-10-01  9:27 [PR PATCH] gnome-sound-recorder: update to 3.38.0 PaperMountainStudio
                   ` (2 preceding siblings ...)
  2020-10-09 20:35 ` PaperMountainStudio
@ 2020-10-09 20:51 ` ericonr
  2020-11-08 23:50 ` PaperMountainStudio
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-10-09 20:51 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25220#issuecomment-706396964

Comment:
I already have that installed/

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

* Re: gnome-sound-recorder: update to 3.38.0
  2020-10-01  9:27 [PR PATCH] gnome-sound-recorder: update to 3.38.0 PaperMountainStudio
                   ` (3 preceding siblings ...)
  2020-10-09 20:51 ` ericonr
@ 2020-11-08 23:50 ` PaperMountainStudio
  2020-11-08 23:50 ` [PR PATCH] [Closed]: " PaperMountainStudio
  2020-11-09  0:37 ` sgn
  6 siblings, 0 replies; 8+ messages in thread
From: PaperMountainStudio @ 2020-11-08 23:50 UTC (permalink / raw)
  To: ml

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

New comment by PaperMountainStudio on void-packages repository

https://github.com/void-linux/void-packages/pull/25220#issuecomment-723685009

Comment:
closing, already updated: c8ce95b6a8eafc421807ef1ece04795f272972b7

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

* Re: [PR PATCH] [Closed]: gnome-sound-recorder: update to 3.38.0
  2020-10-01  9:27 [PR PATCH] gnome-sound-recorder: update to 3.38.0 PaperMountainStudio
                   ` (4 preceding siblings ...)
  2020-11-08 23:50 ` PaperMountainStudio
@ 2020-11-08 23:50 ` PaperMountainStudio
  2020-11-09  0:37 ` sgn
  6 siblings, 0 replies; 8+ messages in thread
From: PaperMountainStudio @ 2020-11-08 23:50 UTC (permalink / raw)
  To: ml

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

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

gnome-sound-recorder: update to 3.38.0
https://github.com/void-linux/void-packages/pull/25220

Description:


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

* Re: gnome-sound-recorder: update to 3.38.0
  2020-10-01  9:27 [PR PATCH] gnome-sound-recorder: update to 3.38.0 PaperMountainStudio
                   ` (5 preceding siblings ...)
  2020-11-08 23:50 ` [PR PATCH] [Closed]: " PaperMountainStudio
@ 2020-11-09  0:37 ` sgn
  6 siblings, 0 replies; 8+ messages in thread
From: sgn @ 2020-11-09  0:37 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/25220#issuecomment-723693195

Comment:
Sorry, I didn't see this PR.

@ericonr glibc works fine, musl has problems.
I can't run full gnome on musl. I guess pulseaudio is required, pulseaudio somehow always run under "pulse" not current users.

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

end of thread, other threads:[~2020-11-09  0:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-01  9:27 [PR PATCH] gnome-sound-recorder: update to 3.38.0 PaperMountainStudio
2020-10-09 20:17 ` ericonr
2020-10-09 20:34 ` PaperMountainStudio
2020-10-09 20:35 ` PaperMountainStudio
2020-10-09 20:51 ` ericonr
2020-11-08 23:50 ` PaperMountainStudio
2020-11-08 23:50 ` [PR PATCH] [Closed]: " PaperMountainStudio
2020-11-09  0:37 ` sgn

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