diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-15 03:56:58 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-15 03:56:58 +0000 |
commit | cfae79462c6839156af7954e846b155f78bdfaef (patch) | |
tree | 304da2712ba610d9007d042215dc923a542f1761 | |
parent | 877403cd3f6402e01f47e4d61d7702e1418cdb8f (diff) |
automatic import of python-tartube
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-tartube.spec | 173 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 175 insertions, 0 deletions
@@ -0,0 +1 @@ +/tartube-2.4.370.tar.gz diff --git a/python-tartube.spec b/python-tartube.spec new file mode 100644 index 0000000..175b6d6 --- /dev/null +++ b/python-tartube.spec @@ -0,0 +1,173 @@ +%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 <Python_Bot@openeuler.org> - 2.4.370-1 +- Package Spec generated @@ -0,0 +1 @@ +538f2fd9908cee8f79962a9ae460c08f tartube-2.4.370.tar.gz |