Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sound-juicer: update to 3.38.0
@ 2020-10-14  9:03 PaperMountainStudio
  2020-10-14  9:45 ` [PR PATCH] [Updated] " PaperMountainStudio
  2020-11-11 23:35 ` [PR PATCH] [Closed]: [WIP]: " PaperMountainStudio
  0 siblings, 2 replies; 3+ messages in thread
From: PaperMountainStudio @ 2020-10-14  9:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/PaperMountainStudio/void-packages 0003-sound-juicer-update-to-3.38.0.patch
https://github.com/void-linux/void-packages/pull/25594

sound-juicer: update to 3.38.0


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-0003-sound-juicer-update-to-3.38.0.patch-25594.patch --]
[-- Type: text/x-diff, Size: 1558 bytes --]

From 94fc0b938470d708977d7bbf080f1fcbed0877b2 Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Wed, 14 Oct 2020 10:42:50 +0200
Subject: [PATCH] sound-juicer: update to 3.38.0

---
 srcpkgs/sound-juicer/template | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sound-juicer/template b/srcpkgs/sound-juicer/template
index 7227140196f..8ce525d177b 100644
--- a/srcpkgs/sound-juicer/template
+++ b/srcpkgs/sound-juicer/template
@@ -1,8 +1,8 @@
 # Template file for 'sound-juicer'
 pkgname=sound-juicer
-version=3.24.0
+version=3.38.0
 revision=1
-build_style=gnu-configure
+build_style=meson
 hostmakedepends="glib-devel intltool itstool pkg-config"
 makedepends="brasero-devel gsettings-desktop-schemas-devel
  gst-plugins-base1-devel gst-plugins-good1 iso-codes libcanberra-devel
@@ -12,5 +12,10 @@ short_desc="CD ripping tool using GTK+ and GStreamer"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Apps/SoundJuicer"
+changelog="https://gitlab.gnome.org/GNOME/sound-juicer/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
-checksum=de6ae3889e60a572221274517a90d29dd21023acf3a94cc9c033270776270fa7
+checksum=ae375f357a1b8b81e4aff737c9d6c98bc2dadfe20e71754b1d52a79f036aa521
+
+post_extract() {
+	sed -i "s|sound_juicer_docdir = join_paths(sound_juicer_prefix, 'doc', meson.project_name())|sound_juicer_docdir = join_paths(sound_juicer_prefix, 'share', 'doc', meson.project_name())|" meson.build
+}

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

* Re: [PR PATCH] [Updated] sound-juicer: update to 3.38.0
  2020-10-14  9:03 [PR PATCH] sound-juicer: update to 3.38.0 PaperMountainStudio
@ 2020-10-14  9:45 ` PaperMountainStudio
  2020-11-11 23:35 ` [PR PATCH] [Closed]: [WIP]: " PaperMountainStudio
  1 sibling, 0 replies; 3+ messages in thread
From: PaperMountainStudio @ 2020-10-14  9:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/PaperMountainStudio/void-packages 0003-sound-juicer-update-to-3.38.0.patch
https://github.com/void-linux/void-packages/pull/25594

sound-juicer: update to 3.38.0


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-0003-sound-juicer-update-to-3.38.0.patch-25594.patch --]
[-- Type: text/x-diff, Size: 1670 bytes --]

From 28d53ac999cb07bbfbd1052a0ff232aa9e4ecfcd Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Wed, 14 Oct 2020 10:42:50 +0200
Subject: [PATCH] sound-juicer: update to 3.38.0

---
 srcpkgs/sound-juicer/template | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/sound-juicer/template b/srcpkgs/sound-juicer/template
index 7227140196f..2523046dd7a 100644
--- a/srcpkgs/sound-juicer/template
+++ b/srcpkgs/sound-juicer/template
@@ -1,9 +1,9 @@
 # Template file for 'sound-juicer'
 pkgname=sound-juicer
-version=3.24.0
+version=3.38.0
 revision=1
-build_style=gnu-configure
-hostmakedepends="glib-devel intltool itstool pkg-config"
+build_style=meson
+hostmakedepends="glib-devel intltool itstool pkg-config gstreamer1"
 makedepends="brasero-devel gsettings-desktop-schemas-devel
  gst-plugins-base1-devel gst-plugins-good1 iso-codes libcanberra-devel
  libdiscid-devel libmusicbrainz5-devel"
@@ -12,5 +12,10 @@ short_desc="CD ripping tool using GTK+ and GStreamer"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Apps/SoundJuicer"
+changelog="https://gitlab.gnome.org/GNOME/sound-juicer/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
-checksum=de6ae3889e60a572221274517a90d29dd21023acf3a94cc9c033270776270fa7
+checksum=ae375f357a1b8b81e4aff737c9d6c98bc2dadfe20e71754b1d52a79f036aa521
+
+post_extract() {
+	sed -i "s|sound_juicer_docdir = join_paths(sound_juicer_prefix, 'doc', meson.project_name())|sound_juicer_docdir = join_paths(sound_juicer_prefix, 'share', 'doc', meson.project_name())|" meson.build
+}

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

* Re: [PR PATCH] [Closed]: [WIP]: sound-juicer: update to 3.38.0
  2020-10-14  9:03 [PR PATCH] sound-juicer: update to 3.38.0 PaperMountainStudio
  2020-10-14  9:45 ` [PR PATCH] [Updated] " PaperMountainStudio
@ 2020-11-11 23:35 ` PaperMountainStudio
  1 sibling, 0 replies; 3+ messages in thread
From: PaperMountainStudio @ 2020-11-11 23:35 UTC (permalink / raw)
  To: ml

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

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

[WIP]: sound-juicer: update to 3.38.0
https://github.com/void-linux/void-packages/pull/25594

Description:


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

end of thread, other threads:[~2020-11-11 23:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-14  9:03 [PR PATCH] sound-juicer: update to 3.38.0 PaperMountainStudio
2020-10-14  9:45 ` [PR PATCH] [Updated] " PaperMountainStudio
2020-11-11 23:35 ` [PR PATCH] [Closed]: [WIP]: " PaperMountainStudio

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