Check-in [c032acbb92]
Comment: | Add notes on deprecations. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
c032acbb92956d80cd854223fdc63509 |
User & Date: | mario on 2020-05-18 12:58:09 |
Other Links: | manifest | tags |
2020-05-18
| ||
12:58 | If enabling https/certifi doesn't seem to work, just suppress ssl warnings. check-in: b4fb10f598 user: mario tags: trunk | |
12:58 | Add notes on deprecations. check-in: c032acbb92 user: mario tags: trunk | |
2020-05-17
| ||
07:47 | Adapt some links between configuration docs check-in: 195e8e4ec5 user: mario tags: trunk | |
Modified PACKAGING from [4883c4bdc9] to [60b1f4be5f].
1 2 3 4 5 6 7 8 9 10 11 12 13 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | + + + + + + + + + + + | # pack: PACKAGING= This is a short summary for distribution package maintainers. For regular end-user documentation please see the README and help/ pages. Changes in 2.2.2 (2020-05-xx) ----------------------------- There's been a few deprecations: · youtube is now in contrib/ · dirble, listenlive, delicast, streamlicensing, tuner2 are gone · don't package the contrib/disabled/ folder Structural changes from 2.1.5 onwards (2015-04-xx) -------------------------------------------------- → There's a new `bin` script. It's a lightweight invocation wrapper, intended to be installed as /usr/bin/streamtuner2 now. |
44 45 46 47 48 49 50 | 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | - + - + | themselves later.) Aux files --------- → Help files still need to go to share/docs/streamtuner2/help/ |
80 81 82 83 84 85 86 87 88 89 90 91 92 93 | 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 | + | Also, hard dependencies are meanwhile: - gtk (>= 2.16) - pygtk [or python-gi for python3] - python-requests (>= 2.0.0) - python-pyquery [though most plugins would work without] - and its implied python-lxml - python-pillow [or compatible PIL] Optional dependencies (just affects a single plugin, which semi-gracefully disables itself): - python-keybinder [for global_key] - python-dbus [for radiotray] |
Modified README from [89ac5b1acb] to [335fcc53f6].
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | - - + + - + - - - + + + - - | # type: doc # pack: README=/usr/share/doc/streamtuner2/ Streamtuner2 ============ ST2 is a browser for internet radio/streaming stations. It queries |
40 41 42 43 44 45 46 | 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | - + - - + | Use your distro package manager with e.g.: sudo apt-get install python python-gtk2 python-xdg python-requests ... Or utilize Pythons local package installer even: |