diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2018-11-03 11:58:10 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2018-11-03 11:58:10 +0000 |
commit | 54c5444eba1973f2f6e1c0f576cf13cb1fa7f055 (patch) | |
tree | b334f264681f2e08e196f19340f62a77ab5d75ec /audio/rhythmbox | |
parent | ed3db43e3e696487cae99eb82b53f50be03a8c54 (diff) | |
download | ports-54c5444eba1973f2f6e1c0f576cf13cb1fa7f055.tar.gz ports-54c5444eba1973f2f6e1c0f576cf13cb1fa7f055.zip |
Notes
Diffstat (limited to 'audio/rhythmbox')
-rw-r--r-- | audio/rhythmbox/Makefile | 2 | ||||
-rw-r--r-- | audio/rhythmbox/files/patch-gst114 | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 0036650f27fa..44a396317c97 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -3,7 +3,7 @@ PORTNAME= rhythmbox PORTVERSION= 3.4.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/audio/rhythmbox/files/patch-gst114 b/audio/rhythmbox/files/patch-gst114 new file mode 100644 index 000000000000..f971ae98d8d7 --- /dev/null +++ b/audio/rhythmbox/files/patch-gst114 @@ -0,0 +1,12 @@ +Obtained from: https://gitlab.gnome.org/GNOME/rhythmbox/commit/b182c6b9e1d09e601bac0b703cc5f8b159ebbc3a +--- plugins/fmradio/rb-fm-radio-gst-src.c.orig ++++ 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, |