X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=support%2Fbuilddeb.py;h=4a460f692f7e8006e6f71d0cc56d5540530f8bb0;hb=c462d7d29571b363410a50f2243910db900ca532;hp=203beafa64ce569134bd0b02ce07a5eb45028ac0;hpb=78c09505c98ae10d23a13173cec96f091db77835;p=watersofshiloah diff --git a/support/builddeb.py b/support/builddeb.py index 203beaf..4a460f6 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -12,12 +12,16 @@ import constants __appname__ = constants.__app_name__ -__description__ = """ +__description__ = """Player for inspirational streaming radio and audiobooks including the KJV Bible +Supports streaming: +* "Mormon Channel" inspirational radio station +* Conference precedings and magazines from The Church of Jesus Christ of Latter-day Saints +* Scriptures, including King James Version of the Bible and the Book of Mormon . -Homepage: +Homepage: http://www.lds.org """ -__author__ = "Ed Page" -__email__ = "eopage@byu.net" +__author__ = "The Church of Jesus Christ of Latter-day Saints" +__email__ = "" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ @@ -70,12 +74,13 @@ def build_package(distribution): "python-gtk2 | python2.5-gtk2", "python-xml | python2.5-xml", "python-dbus | python2.5-dbus", + "python-gst0.10 | python2.5-gst0.10", ]) maemoSpecificDepends = ", python-osso | python2.5-osso, python-hildon | python2.5-hildon" p.depends += { "debian": ", python-glade2", - "diablo": maemoSpecificDepends + ", python2.5-conic", - "fremantle": maemoSpecificDepends + ", python-glade2, python-alarm", + "diablo": maemoSpecificDepends + "", + "fremantle": maemoSpecificDepends + ", python-glade2", }[distribution] p.recommends = ", ".join([ ])