I hereby claim:
- I am kai4785 on github.
- I am kaimeyer (https://keybase.io/kaimeyer) on keybase.
- I have a public key ASAzDUuRDpjrWrIb3o6JTbi56r0GO_V2TFJ0MxGH_OYWwAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/python3.6 | |
| ''' | |
| takp_dps.py | |
| This script will parse and follow (see Python-Tail below) a TAKP client | |
| generated log file, and generate Battle Reports. | |
| Battle reports are printed to the screen 10 seconds (keep_alive) after battle | |
| messages have stopped. All timestamps come from the log file, so if it's been |
| #!/bin/bash | |
| set -e | |
| # TODO: Add optional Wined3d support | |
| # http://downloads.fdossena.com/Projects/WineD3D/Builds/WineD3DForWindows_2.2-staging.zip | |
| # Need gtk libs in order to draw windows, and it'll pull in all but the 32bit graphics drivers for x11 we need. | |
| # CentOS7: gtk3.i686 |
| %define __python /usr/bin/python3 | |
| Name: pithos | |
| Version: 1.4.1 | |
| Release: 1%{?dist} | |
| Summary: A native Pandora Radio client for Linux | |
| Group: Applications/Multimedia | |
| License: ASL 2.0 | |
| URL: https://pithos.github.io/ | |
| Source0: https://github.com/pithos/pithos/archive/%{version}.tar.gz |