rhythmbox: update to 3.4.3.
This commit is contained in:
parent
b9734398a5
commit
8c245cd31e
2 changed files with 3 additions and 34 deletions
|
@ -1,31 +0,0 @@
|
|||
From: Bastien Nocera <hadess@hadess.net>
|
||||
Date: Mon, 9 Oct 2017 13:11:47 +0200
|
||||
Subject: fmradio: Fix build with GStreamer master
|
||||
|
||||
The plugin description is not supposed to be a string constant, but an
|
||||
unescaped string, to be concatenated with function names.
|
||||
|
||||
This used to be acceptable (though would have warned), but breaks with
|
||||
the GStreamer 1.13 development branch.
|
||||
|
||||
rb-fm-radio-gst-src.c:181:6: error: pasting ""rbsilencesrc"" and "_get_desc" does not give a valid preprocessing token
|
||||
"rbsilencesrc",
|
||||
^
|
||||
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=788706
|
||||
---
|
||||
plugins/fmradio/rb-fm-radio-gst-src.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
--- plugins/fmradio/rb-fm-radio-gst-src.c
|
||||
+++ plugins/fmradio/rb-fm-radio-gst-src.c
|
||||
@@ -178,7 +178,7 @@ plugin_init (GstPlugin *plugin)
|
||||
|
||||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||
GST_VERSION_MINOR,
|
||||
- "rbsilencesrc",
|
||||
+ rbsilencesrc,
|
||||
"element to output silence",
|
||||
plugin_init,
|
||||
VERSION,
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'rhythmbox'
|
||||
pkgname=rhythmbox
|
||||
version=3.4.2
|
||||
revision=2
|
||||
version=3.4.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-schemas-compile --with-gudev
|
||||
--without-hal $(vopt_if gir --enable-vala)"
|
||||
|
@ -20,7 +20,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|||
license="GPL-2"
|
||||
homepage="http://www.rhythmbox.org"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version::3}/${pkgname}-${version}.tar.xz"
|
||||
checksum=c27622fb7658d3c8e935937a562ebd8a65f5316a12694d6a06cb17f790b6ec43
|
||||
checksum=fdc1c0c9dca689dea1872da28a7be30a1d5b12e6dda1b4b51c62d79deeb1a3fb
|
||||
|
||||
build_options="gir"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue