diff --git a/srcpkgs/rhythmbox/patches/fix-build.patch b/srcpkgs/rhythmbox/patches/fix-build.patch deleted file mode 100644 index 37f83743f38..00000000000 --- a/srcpkgs/rhythmbox/patches/fix-build.patch +++ /dev/null @@ -1,31 +0,0 @@ -From: Bastien Nocera -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, - diff --git a/srcpkgs/rhythmbox/template b/srcpkgs/rhythmbox/template index 17994451019..a65cf025728 100644 --- a/srcpkgs/rhythmbox/template +++ b/srcpkgs/rhythmbox/template @@ -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 " 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