Check-in [ccc551cb58]
Overview
| Comment: | Added pip -U for mutagen; typo fixes. |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
ccc551cb583d9422a23c16ba4f26ecb5 |
| User & Date: | Oliver on 2017-01-25 19:14:37 |
| Other Links: | manifest | tags |
Context
|
2017-01-25
| ||
| 19:14 | Support for markup in checkbox config options. check-in: ecbafb9a1c user: mario tags: trunk | |
| 19:14 | Added pip -U for mutagen; typo fixes. check-in: ccc551cb58 user: Oliver tags: trunk | |
|
2017-01-22
| ||
| 22:15 | Enable record options getting applied. Added wget and more fPls options. Separate out row,*k,**kw params from overriden action.record() call. Simplify and rearrange gtk callbacks. check-in: c860f8c6cc user: mario tags: trunk | |
Changes
Modified dev/install_python_gtk.ps1 from [6af7be9ecb] to [8e267e6c83].
| ︙ | |||
98 99 100 101 102 103 104 | 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 | - + |
is_opt = '($optionalInstall)' # ← could use '((Ask "Install streamripper too [y/N]") -match N)' instead
prescn = 'if ($optionalInstall) {if ($t.found = (Get-ITPV "Streamripper")) {$STREAMRIPPER = $t.found}} else {$STREAMRIPPER=""; continue;}'
},
@{
title = "Mutagen (ID3-Support)"
url = "mutagen" # no download url
cmd = "pip"
|
| ︙ | |||
333 334 335 336 337 338 339 | 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 | - + - + |
}
#-- older 2.7 version found
else {
if ($PythonInstalledPath) {
Write-Host ""
Write-Host -b Red -f White @"
|
| ︙ |