

Into an alternative root (default /) and prefix (default /usr): make install DESTDIR=tmp/ PREFIX=/usr/local/ The "make install" target also supports DESTDIR and PREFIX for installing See setup.py for a list of recognized UIs.Įxample: Install the CLI and Gtk UI with German and Dutch translations: export LINGUAS="de nl" GPODDER_MANPATH_NO_SHARE if set, install manpages to $PREFIX/man/man1 GPODDER_INSTALL_UIS space-separated list of UIs to install Variables are processed by setup.py: LINGUAS space-separated list of languages to install Will install all UIs and all translations. To install gPodder system-wide, use make install. Test module name should mirror the module to be tested). Tests, coverage reporting happens for the tested module (that's why the Unittests in src/gpodder/test/model.py are added as 'model'. "test_modules" in src/gpodder/unittests.py - for the example above, the

You should add the tests as, or in other words: The file: src/gpodder/model.pyĪfter you've added the test, make sure that the module appears in If you want to add unit tests for a specific module (ex: gpodder.model), If youĪdd tests to any module in src/gpodder you have nothing to do. The module appears after -doctest-modules in pytest.ini. If you want to add doctests, simply write the doctest and make sure that Tests in gPodder are written in two different ways: To set a specific python binary set PYTHON: PYTHON=python3 make unittest Better Youtube support (> 15 entries in feeds, download audio-only): youtube_dl.(webkit2gtk, webkitgtk4 or gir1.2-webkit2-4.0 packages). HTML show notes: WebKit2 gobject bindings.Clickable links in GTK UI show notes: html5lib.MP3 Player Sync Support: python-eyed3 (0.7 or newer).Native OS X support: ige-mac-integration.Bluetooth file sending: gnome-obex-send or bluetooth-sendto.With this, you get a self-contained gPodder CLI codebase. Install local copies of podcastparser and mygpoclient into "src/" from The dummy (no-op) D-Bus module provided in "tools/fake-dbus-module/".įor quick testing, you can use the script tools/localdepends.py to
#Apps that login to gpodder mac os x
DependenciesĪs an alternative to python-dbus on Mac OS X and Windows, you can use

You should have received a copy of the GNU General Public License along with this program. See the GNU General Public License for more details. GPodder is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. GPodder is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either version 3 of the License, or (at your option) any later version.
