Skip to content
Commits on Source (10)
rhythmbox (3.4.4-5ubuntu1) jammy; urgency=medium
* Merge with Debian. Remaining changes:
+ debian/control.in, debian/rhythmbox-plugin-zeitgeist.install,
debian/rules:
- Split out zeitgeist plugin
+ debian/control.in:
- Allow unity-control-center as alternate dependency
- Suggest instead of recommend gst-plugins-ugly
- Recommends rhythmbox-plugin-alternative-toolbar. It improves the
user interface and makes it fit better with GNOME.
+ debian/patches/02_use_escaped_podcast_uri.patch
- Handle podcasts that have sound files with the same basename
+ debian/patches/03_magnatune_partner.patch:
- Change magnatune partner ID to 'ubuntu'
+ debian/patches/05_hide_on_quit.patch
- Hide (not quit) if RB is playing when closed
+ debian/patches/07_quicklists.patch
- Add quicklists
+ debian/patches/08_stop_quit.patch:
- Add a "Stop & Quit" option to the quickmenu (via .desktop)
- Add new symbol to librhythmbox-core10.symbols
+ debian/patches/0002-grilo-container-max-tracks.patch:
- Increase CONTAINER_MAX_TRACKS to 15000
+ debian/patches/10_encoding_use_ubuntu_profiles.patch, debian/*.prs,
debian/rhythmbox-data.install:
- Add Ubuntu encoding presets and use them by default
+ debian/patches/gitlab_lyrics_resources.patch:
- Disable lyrics servers that are not working anymore, either because
they are down or because they changed (lp: #1756597)
-- Jeremy Bicha <jeremy.bicha@canonical.com> Thu, 17 Feb 2022 13:39:15 -0500
rhythmbox (3.4.4-5) unstable; urgency=medium
* Cherry-pick patch to remove obsolete GNOME MediaKeys plugin
* Cherry-pick patch to make the replacement MPRIS plugin built-in
so it can't be disabled
* debian/rhythmbox-plugins.install: Don't try to install the MediaKeys plugin
* Bump debhelper-compat to 13
* Build-Depend on dh-sequence-gir, dh-sequence-gnome, dh-sequence-python3
* debian/rules: Drop unneeded -Wl,--as-needed
-- Jeremy Bicha <jeremy.bicha@canonical.com> Thu, 10 Feb 2022 11:07:22 -0500
rhythmbox (3.4.4-4ubuntu2) jammy; urgency=medium
* No-change rebuild with Python 3.10 as default version
-- Graham Inggs <ginggs@ubuntu.com> Sun, 16 Jan 2022 07:10:54 +0000
rhythmbox (3.4.4-4ubuntu1) jammy; urgency=medium
* Merge with Debian. Remaining changes:
......
......@@ -8,12 +8,12 @@ Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Emilio Pozuelo Monfort <pochu@debian.org>, Jeremy Bicha <jbicha@debian.org>, Jordi Mallach <jordi@debian.org>, Laurent Bigonville <bigon@debian.org>
Build-Depends: debhelper-compat (= 12),
Build-Depends: debhelper-compat (= 13),
dh-exec,
dh-python (>= 1.20130903),
gnome-pkg-tools (>= 0.6),
dh-sequence-gir,
dh-sequence-gnome,
dh-sequence-python3,
libgirepository1.0-dev (>= 0.10.0),
gobject-introspection (>= 0.10.0),
intltool (>= 0.35.0),
libgtk-3-dev (>= 3.20.0),
libgstreamer1.0-dev (>= 1.4.0),
......
......@@ -4,12 +4,12 @@ Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: @GNOME_TEAM@
Build-Depends: debhelper-compat (= 12),
Build-Depends: debhelper-compat (= 13),
dh-exec,
dh-python (>= 1.20130903),
gnome-pkg-tools (>= 0.6),
dh-sequence-gir,
dh-sequence-gnome,
dh-sequence-python3,
libgirepository1.0-dev (>= 0.10.0),
gobject-introspection (>= 0.10.0),
intltool (>= 0.35.0),
libgtk-3-dev (>= 3.20.0),
libgstreamer1.0-dev (>= 1.4.0),
......
From: Bastien Nocera <hadess@hadess.net>
Date: Wed, 20 Oct 2021 12:53:19 +0200
Subject: mpris: Make the plugin builtin
So it cannot be disabled.
(cherry picked from commit c51af9eca529e3dda2694483240a6bbdf29a0c01)
---
plugins/mpris/mpris.plugin.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/plugins/mpris/mpris.plugin.in b/plugins/mpris/mpris.plugin.in
index de23d73..3d48cbd 100644
--- a/plugins/mpris/mpris.plugin.in
+++ b/plugins/mpris/mpris.plugin.in
@@ -3,6 +3,7 @@ Module=mpris
IAge=2
_Name=MPRIS D-Bus interface
_Description=Provides an implementation of the MPRIS D-Bus interface specification
+Builtin=true
Authors=Jonathan Matthew
Copyright=Copyright © 2010 Jonathan Matthew
Website=https://wiki.gnome.org/Apps/Rhythmbox
......@@ -5,6 +5,8 @@ use-RB_APP_ICON-instead-of-hardcoding-icon-names.patch
lyrics-disable-winampcn-parser-as-its-servers-aren-t-talk.patch
git_xfade_gstreamer.patch
multiarch_fallback.patch
mmkeys-Remove-gnome-settings-daemon-MediaKeys-plugin.patch
mpris-Make-the-plugin-builtin.patch
02_use_escaped_podcast_uri.patch
03_magnatune_partner.patch
05_hide_on_quit.patch
......
......@@ -20,7 +20,6 @@ usr/lib/*/rhythmbox/plugins/lyrics
usr/share/rhythmbox/plugins/lyrics
usr/lib/*/rhythmbox/plugins/magnatune
usr/share/rhythmbox/plugins/magnatune
usr/lib/*/rhythmbox/plugins/mmkeys
usr/lib/*/rhythmbox/plugins/mpris
[linux-any] usr/lib/*/rhythmbox/plugins/mtpdevice
usr/lib/*/rhythmbox/plugins/notification
......
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,--as-needed
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1
%:
dh $@ --with gir,gnome,python3
dh $@
override_dh_autoreconf:
dh_autoreconf --as-needed ./autogen.sh
......@@ -27,7 +27,7 @@ override_dh_install:
dh_install -Xsample-plugins -Xcontext
override_dh_missing:
dh_missing --fail-missing -Xsample-plugins -Xcontext -Xrbzeitgeist
dh_missing -Xsample-plugins -Xcontext -Xrbzeitgeist
override_dh_python3:
dh_python3 --no-ext-rename /usr/lib/rhythmbox
......