[SCM] morituri/master: Document python-cddb need and how to install on Ubuntu.

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:09:57 UTC 2014


The following commit has been merged in the master branch:
commit 9d9d8a81fd6fa654459d1117ed4df55bb0878882
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Mon Jan 28 21:16:29 2013 +0100

    Document python-cddb need and how to install on Ubuntu.
    
    Fixes #3.

diff --git a/README b/README
index c16aa2b..e94880b 100644
--- a/README
+++ b/README
@@ -28,6 +28,7 @@ REQUIREMENTS
 - GStreamer and its python bindings, for encoding
   - gst-plugins-base >= 0.10.22 for appsink
 - python musicbrainz2, for metadata lookup
+- python-cddb, for showing but not using disc info if not in musicbrainz
 - pycdio, for drive identification (optional)
 
 GETTING MORITURI
diff --git a/morituri/common/deps.py b/morituri/common/deps.py
index 5cc1efa..eec409d 100644
--- a/morituri/common/deps.py
+++ b/morituri/common/deps.py
@@ -42,3 +42,8 @@ class CDDB(deps.Dependency):
 
     def Fedora_install(self, distro):
         return self.Fedora_yum('python-CDDB')
+
+    def Ubuntu_install(self, distro):
+        return self.Ubuntu_apt('python-cddb')
+
+

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list