summaryrefslogtreecommitdiff
path: root/media-sound/jack/files/jack-3.1.1-add-cddbserver-musicbrainz.patch
diff options
context:
space:
mode:
authorMartin Dummer <martin.dummer@gmx.net>2017-02-18 15:42:40 +0100
committerDavid Seifert <soap@gentoo.org>2017-03-10 12:07:59 +0100
commit646f4349916b798eae254248d85ece070f66ef25 (patch)
tree85e83bc2c22412ced189b3456447ba6a9f7d3bbf /media-sound/jack/files/jack-3.1.1-add-cddbserver-musicbrainz.patch
parent9884a9d4d07cf561dc1b947f638114731367534b (diff)
downloadgentoo-646f4349916b798eae254248d85ece070f66ef25.tar.gz
gentoo-646f4349916b798eae254248d85ece070f66ef25.tar.xz
media-sound/jack: fix #298850, new EAPI and eclass
- EAPI 6 - replace eclass distutils with distutils-r1 - fix ebuild python module dependencies - add proxy maintaintership - add functional enhancement: add cddb server freedb.musicbrainz.org Bug: https://bugs.gentoo.org/show_bug.cgi?id=298850 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/4156
Diffstat (limited to 'media-sound/jack/files/jack-3.1.1-add-cddbserver-musicbrainz.patch')
-rw-r--r--media-sound/jack/files/jack-3.1.1-add-cddbserver-musicbrainz.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/media-sound/jack/files/jack-3.1.1-add-cddbserver-musicbrainz.patch b/media-sound/jack/files/jack-3.1.1-add-cddbserver-musicbrainz.patch
new file mode 100644
index 00000000000..150c4409064
--- /dev/null
+++ b/media-sound/jack/files/jack-3.1.1-add-cddbserver-musicbrainz.patch
@@ -0,0 +1,15 @@
+--- a/jack_freedb.py
++++ b/jack_freedb.py
+@@ -46,6 +46,12 @@
+ 'mail': "freedb-submit@freedb.org",
+ 'my_mail': "default"
+ },
++ 'musicbrainz': {
++ 'host': "freedb.musicbrainz.org",
++ 'id': prog_name + " " + prog_version,
++ 'mail': "",
++ 'my_mail': "default"
++ },
+ }
+
+ def interpret_db_file(all_tracks, freedb_form_file, verb, dirs = 0, warn = None):