[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#72748: [PATCH] gnu: Add ytcc.
From: |
Z572 |
Subject: |
bug#72748: [PATCH] gnu: Add ytcc. |
Date: |
Thu, 12 Sep 2024 14:40:41 +0800 |
Sisiutl <sisiutl@egregore.fun> writes:
> * gnu/packages/video.scm (ytcc): New variable.
>
> Change-Id: Iaf4fd7343b02c52a358093ae81aaafbae1eea9bf
> ---
> gnu/packages/video.scm | 25 +++++++++++++++++++++++++
> 1 file changed, 25 insertions(+)
>
> diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
> index f1087994fd..d997a04171 100644
> --- a/gnu/packages/video.scm
> +++ b/gnu/packages/video.scm
> @@ -3315,6 +3315,31 @@ (define-public youtube-viewer
> (home-page "https://github.com/trizen/youtube-viewer")
> (license license:perl-license)))
>
> +(define-public ytcc
> + (package
> + (name "ytcc")
> + (version "2.6.1")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (pypi-uri "ytcc" version))
> + (sha256
> + (base32 "0laaj7m9mkn421hsljaqyhj2az641lg4y7ym6l8jl1xgs1vl9b4b"))))
> + (build-system pyproject-build-system)
> + (inputs (list python-click
> + python-wcwidth
> + python-websockets
> + python-urllib3-next
> + python-requests-next
> + python-pycryptodomex
> + python-mutagen
> + python-brotli
> + yt-dlp))
> + (home-page "https://github.com/woefe/ytcc")
> + (synopsis "Command line tool to keep track of your favorite playlists")
> + (description "Command line tool to keep track of your favorite
> playlists.")
> + (license license:gpl3+)))
> +
> (define-public libbluray
> (package
> (name "libbluray")
>
> base-commit: 7ed52500c945f5cba8a93dd0df7b89f9bca6b6e7
adjust description and push.
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#72748: [PATCH] gnu: Add ytcc.,
Z572 <=