Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] strawberry: update to 0.6.5
@ 2019-11-07 15:16 voidlinux-github
  2019-11-07 17:03 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-11-07 15:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/void-ppc/void-packages strawbs
https://github.com/void-linux/void-packages/pull/16210

strawberry: update to 0.6.5


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

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

From b397d240d465d639df3ae2cf3f585ace2e2d2bc7 Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Thu, 7 Nov 2019 15:41:51 +0100
Subject: [PATCH] strawberry: update to 0.6.5

---
 srcpkgs/strawberry/patches/sentinel.patch | 42 -----------------------
 srcpkgs/strawberry/template               |  4 +--
 2 files changed, 2 insertions(+), 44 deletions(-)
 delete mode 100644 srcpkgs/strawberry/patches/sentinel.patch

diff --git a/srcpkgs/strawberry/patches/sentinel.patch b/srcpkgs/strawberry/patches/sentinel.patch
deleted file mode 100644
index 5d6f1443db0..00000000000
--- a/srcpkgs/strawberry/patches/sentinel.patch
+++ /dev/null
@@ -1,42 +0,0 @@
---- src/engine/gstenginepipeline.cpp	2019-01-04 01:25:44.330066042 +0100
-+++ src/engine/gstenginepipeline.cpp	2019-01-04 01:25:49.105534312 +0100
-@@ -390,7 +390,7 @@
-   if (!InitAudioBin()) return false;
- 
-   // Set playbin's sink to be our costum audio-sink.
--  g_object_set(GST_OBJECT(pipeline_), "audio-sink", audiobin_, NULL);
-+  g_object_set(GST_OBJECT(pipeline_), "audio-sink", audiobin_, (char*)0);
-   pipeline_is_connected_ = true;
- 
-   return true;
---- src/device/cddasongloader.cpp	2019-01-04 01:28:36.954906340 +0100
-+++ src/device/cddasongloader.cpp	2019-01-04 01:29:22.541864995 +0100
-@@ -84,7 +84,7 @@
-     g_object_set(cdda_, "device", g_strdup(url_.path().toLocal8Bit().constData()), nullptr);
-   }
-   if (g_object_class_find_property (G_OBJECT_GET_CLASS (cdda_), "paranoia-mode")) {
--    g_object_set (cdda_, "paranoia-mode", 0, NULL);
-+    g_object_set (cdda_, "paranoia-mode", 0, (char*)0);
-   }
- 
-   // Change the element's state to ready and paused, to be able to query it
-@@ -124,7 +124,7 @@
- 
-   GstElement *pipeline = gst_pipeline_new("pipeline");
-   GstElement *sink = gst_element_factory_make ("fakesink", NULL);
--  gst_bin_add_many (GST_BIN (pipeline), cdda_, sink, NULL);
-+  gst_bin_add_many (GST_BIN (pipeline), cdda_, sink, (char*)0);
-   gst_element_link (cdda_, sink);
-   gst_element_set_state(pipeline, GST_STATE_READY);
-   gst_element_set_state(pipeline, GST_STATE_PAUSED);
---- src/musicbrainz/chromaprinter.cpp	2019-01-04 01:27:28.842452039 +0100
-+++ src/musicbrainz/chromaprinter.cpp	2019-01-04 01:27:49.900117399 +0100
-@@ -101,7 +101,7 @@
-       "format", G_TYPE_STRING, "S16LE",
-       "channels", G_TYPE_INT, kDecodeChannels,
-       "rate", G_TYPE_INT, kDecodeRate,
--      NULL);
-+      (char*)0);
-   gst_element_link_filtered(resample, sink, caps);
-   gst_caps_unref(caps);
- 
diff --git a/srcpkgs/strawberry/template b/srcpkgs/strawberry/template
index c2f79ef9452..10c6ad626a6 100644
--- a/srcpkgs/strawberry/template
+++ b/srcpkgs/strawberry/template
@@ -1,6 +1,6 @@
 # Template file for 'strawberry'
 pkgname=strawberry
-version=0.6.3
+version=0.6.5
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config qt5-host-tools qt5-devel protobuf"
@@ -15,4 +15,4 @@ maintainer="q66 <daniel@octaforge.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.strawbs.org/"
 distfiles="https://files.jkvinge.net/packages/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=48a8aeaa3ab48516cf57cd248803e201f9ddd30e4f597c6655c579c77b3eff7f
+checksum=e8c12b6f286e9f2b3ae77ffe964371da478056ed60631e1394b1491d63fb528e

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

* Re: [PR PATCH] [Merged]: strawberry: update to 0.6.5
  2019-11-07 15:16 [PR PATCH] strawberry: update to 0.6.5 voidlinux-github
@ 2019-11-07 17:03 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-11-07 17:03 UTC (permalink / raw)
  To: ml

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

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

strawberry: update to 0.6.5
https://github.com/void-linux/void-packages/pull/16210

Description:


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

end of thread, other threads:[~2019-11-07 17:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-07 15:16 [PR PATCH] strawberry: update to 0.6.5 voidlinux-github
2019-11-07 17:03 ` [PR PATCH] [Merged]: " voidlinux-github

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