diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/video.scm | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 3b9726741e2..94825248770 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm | |||
| @@ -4220,50 +4220,6 @@ and custom quantization matrices.") | |||
| 4220 | from sites like Twitch.tv and pipes them into a video player of choice.") | 4220 | from sites like Twitch.tv and pipes them into a video player of choice.") |
| 4221 | (license license:bsd-2))) | 4221 | (license license:bsd-2))) |
| 4222 | 4222 | ||
| 4223 | ;; XXX: This package has not been updated in 6 years, is related to an web | ||
| 4224 | ;; application and is not tested, it's most likely not working, but I haven't | ||
| 4225 | ;; tested it. Consider removal. | ||
| 4226 | (define-public twitchy | ||
| 4227 | (let ((commit "9beb36d80b16662414129693e74fa3a2fd97554e")) ; 3.4 has no tag | ||
| 4228 | (package | ||
| 4229 | (name "twitchy") | ||
| 4230 | (version (git-version "3.4" "1" commit)) | ||
| 4231 | (source | ||
| 4232 | (origin | ||
| 4233 | (method git-fetch) | ||
| 4234 | (uri (git-reference | ||
| 4235 | (url "https://github.com/BasioMeusPuga/twitchy") | ||
| 4236 | (commit commit))) | ||
| 4237 | (file-name (git-file-name name version)) | ||
| 4238 | (sha256 | ||
| 4239 | (base32 "0di03h1j9ipp2bbnxxlxz07v87icyg2hmnsr4s7184z5ql8kpzr7")))) | ||
| 4240 | (build-system pyproject-build-system) | ||
| 4241 | (arguments | ||
| 4242 | (list | ||
| 4243 | #:tests? #f ; No tests. | ||
| 4244 | #:phases | ||
| 4245 | #~(modify-phases %standard-phases | ||
| 4246 | (add-after 'unpack 'patch-paths | ||
| 4247 | (lambda* (#:key inputs #:allow-other-keys) | ||
| 4248 | (substitute* "twitchy/twitchy_play.py" | ||
| 4249 | (("\"streamlink ") | ||
| 4250 | (format #f "\"~a " | ||
| 4251 | (search-input-file inputs "/bin/streamlink")))))) | ||
| 4252 | (add-before 'sanity-check 'check-setup | ||
| 4253 | (lambda _ | ||
| 4254 | (setenv "HOME" (getcwd)))) ;Needs to write to ‘$HOME’. | ||
| 4255 | (add-after 'install 'install-rofi-plugin | ||
| 4256 | (lambda _ | ||
| 4257 | (install-file "plugins/rofi-twitchy" | ||
| 4258 | (string-append #$output "/bin"))))))) | ||
| 4259 | (native-inputs (list python-setuptools)) | ||
| 4260 | (inputs (list python-requests streamlink)) | ||
| 4261 | (home-page "https://github.com/BasioMeusPuga/twitchy") | ||
| 4262 | (synopsis "Command-line interface for Twitch.tv") | ||
| 4263 | (description | ||
| 4264 | "This package provides a command-line interface for Twitch.tv") | ||
| 4265 | (license license:gpl3+)))) | ||
| 4266 | |||
| 4267 | (define-public mlt | 4223 | (define-public mlt |
| 4268 | (package | 4224 | (package |
| 4269 | (name "mlt") | 4225 | (name "mlt") |
