%global _empty_manifest_terminate_build 0 Name: python-tartube Version: 2.4.370 Release: 1 Summary: GUI front-end for youtube-dl, yt-dlp and other compatible video downloaders License: LGPLv2.1+ URL: https://tartube.sourceforge.io Source0: https://mirrors.nju.edu.cn/pypi/web/packages/06/89/19ff7ff2b9ed1e43ec77d93076587b2b5804e42bb4cdadc0b7ca56bbdb0f/tartube-2.4.370.tar.gz BuildArch: noarch Requires: python3-feedparser Requires: python3-pygobject Requires: python3-matplotlib Requires: python3-playsound Requires: python3-requests %description Tartube is a GUI front-end for youtube-dl, yt-dlp and other compatible video downloaders. It is written in Python 3 / Gtk 3 and runs on MS Windows, Linux, BSD and MacOS. - You can fetch a list of videos from your favourite channels and playlists on YouTube, BitChute, and hundreds of other websites - In buffering is an issue, you can download a temporary copy of a video before automatically opening it in your favourite media player - Tartube will organise your videos into convenient folders (if that's what you want) - Tartube can alert you when livestreams and debut videos are starting (YouTube only) - If creators upload their videos to more than one website (YouTube and BitChute, for example), Tartube can interact with both sites without creating duplicates - Certain websites operate an "only one opinion allowed" policy. If you think that the censors will remove a video, against the wishes of its creators and before you've had a chance to watch it, Tartube can make an archive copy - Certain websites frequently place restrictions on a video, not because it is unsuitable for some audiences, but for purely political reasons. Tartube can, in some circumstances, see videos that are region-blocked and/or age-restricted - Certain websites manipulate search results, repeatedly unsubscribe people from their favourite channels and/or deliberately conceal videos that they don't like. Tartube won't do any of those things - If you want to listen to your favourite discussion videos, for example while driving a car, Tartube can make an archive copy of just the audio, rather than the full video - Tartube is free and open-source software Note for PyPI users: Tartube should be installed with: pip3 install tartube %package -n python3-tartube Summary: GUI front-end for youtube-dl, yt-dlp and other compatible video downloaders Provides: python-tartube BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-tartube Tartube is a GUI front-end for youtube-dl, yt-dlp and other compatible video downloaders. It is written in Python 3 / Gtk 3 and runs on MS Windows, Linux, BSD and MacOS. - You can fetch a list of videos from your favourite channels and playlists on YouTube, BitChute, and hundreds of other websites - In buffering is an issue, you can download a temporary copy of a video before automatically opening it in your favourite media player - Tartube will organise your videos into convenient folders (if that's what you want) - Tartube can alert you when livestreams and debut videos are starting (YouTube only) - If creators upload their videos to more than one website (YouTube and BitChute, for example), Tartube can interact with both sites without creating duplicates - Certain websites operate an "only one opinion allowed" policy. If you think that the censors will remove a video, against the wishes of its creators and before you've had a chance to watch it, Tartube can make an archive copy - Certain websites frequently place restrictions on a video, not because it is unsuitable for some audiences, but for purely political reasons. Tartube can, in some circumstances, see videos that are region-blocked and/or age-restricted - Certain websites manipulate search results, repeatedly unsubscribe people from their favourite channels and/or deliberately conceal videos that they don't like. Tartube won't do any of those things - If you want to listen to your favourite discussion videos, for example while driving a car, Tartube can make an archive copy of just the audio, rather than the full video - Tartube is free and open-source software Note for PyPI users: Tartube should be installed with: pip3 install tartube %package help Summary: Development documents and examples for tartube Provides: python3-tartube-doc %description help Tartube is a GUI front-end for youtube-dl, yt-dlp and other compatible video downloaders. It is written in Python 3 / Gtk 3 and runs on MS Windows, Linux, BSD and MacOS. - You can fetch a list of videos from your favourite channels and playlists on YouTube, BitChute, and hundreds of other websites - In buffering is an issue, you can download a temporary copy of a video before automatically opening it in your favourite media player - Tartube will organise your videos into convenient folders (if that's what you want) - Tartube can alert you when livestreams and debut videos are starting (YouTube only) - If creators upload their videos to more than one website (YouTube and BitChute, for example), Tartube can interact with both sites without creating duplicates - Certain websites operate an "only one opinion allowed" policy. If you think that the censors will remove a video, against the wishes of its creators and before you've had a chance to watch it, Tartube can make an archive copy - Certain websites frequently place restrictions on a video, not because it is unsuitable for some audiences, but for purely political reasons. Tartube can, in some circumstances, see videos that are region-blocked and/or age-restricted - Certain websites manipulate search results, repeatedly unsubscribe people from their favourite channels and/or deliberately conceal videos that they don't like. Tartube won't do any of those things - If you want to listen to your favourite discussion videos, for example while driving a car, Tartube can make an archive copy of just the audio, rather than the full video - Tartube is free and open-source software Note for PyPI users: Tartube should be installed with: pip3 install tartube %prep %autosetup -n tartube-2.4.370 %build %py3_build %install %py3_install install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/lib64 ]; then find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/bin ]; then find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/sbin ]; then find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %files -n python3-tartube -f filelist.lst %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog * Mon May 15 2023 Python_Bot - 2.4.370-1 - Package Spec generated