Search Criteria
Package Details: subliminal-git 2.2.1.r13.g204e543-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/subliminal-git.git (read-only, click to copy) |
---|---|
Package Base: | subliminal-git |
Description: | Python library and CLI tool for searching and downloading subtitles. |
Upstream URL: | https://github.com/Diaoul/subliminal |
Licenses: | MIT |
Conflicts: | subliminal |
Provides: | subliminal |
Submitter: | acieroid |
Maintainer: | gileri |
Last Packager: | gileri |
Votes: | 33 |
Popularity: | 0.64 |
First Submitted: | 2012-12-24 07:53 (UTC) |
Last Updated: | 2024-08-08 20:32 (UTC) |
Dependencies (25)
- python-babelfish
- python-beautifulsoup4
- python-chardet
- python-click
- python-click-option-groupAUR
- python-dogpile.cache
- python-enzymeAUR
- python-guessit
- python-platformdirs
- python-pysubs2AUR (python-pysubs2-gitAUR)
- python-rarfile
- python-requests
- python-srt (python-srt-gitAUR)
- python-stevedore
- python-tomli
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-sphinx-autodoc-typehints (make)
- python-sphinxcontrib-programoutput (make)
- python-sphinx_rtd_theme (make)
- python-wheel (make)
- towncrier (make)
Required by (2)
- magmatv-git (requires subliminal) (optional)
- mpv-autosub-git (requires subliminal)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »
DoTheEvolution commented on 2020-03-18 23:41 (UTC)
Does this work for you people? I think its off since python 3.8 update on arch
hcartiaux commented on 2019-11-12 12:33 (UTC)
@yochananmarqos updated using your PKGBUILD, I've added you to the list of contributors.
yochananmarqos commented on 2019-11-11 22:31 (UTC) (edited on 2019-11-11 23:31 (UTC) by yochananmarqos)
EDITED
@rohitghali: I've added
nautilus-subliminal-git
andnemo-subliminal-git
@hcartiaux: This requires
python-sphinx_rtd_theme
to make the man pages.A package already provides itself, no need to include it. Why are you using
replaces()
? This package replaces itself?If there were a docs package, it should be called
subliminal-docs
orsubliminal-docs-git
. Documentation is normally put in a separate package as it's optional. However, they're just man pages so it doesn't need to be separate. This is all you need:No need for a patch if you're only changing one line, you can use
sed
.See my PKGBUILD:
subliminal-git
hcartiaux commented on 2018-10-15 10:15 (UTC)
I guess you will have to write your own PKGBUILD.
rohitghali commented on 2018-10-13 07:16 (UTC) (edited on 2018-10-13 07:26 (UTC) by rohitghali)
Any idea how to integrate it with nautilus? I tried this, but that is for debian based systems. please make an Arch installer. https://github.com/Diaoul/nautilus-subliminal
hcartiaux commented on 2018-10-01 10:00 (UTC)
Sorry @tormec, I cannot reproduce.
tormen commented on 2018-09-24 14:37 (UTC)
When freshly installing this package, I get:
aurman -S subliminal-git ~~ initializing aurman... :: Ignoring installed package wine ~~ calculating solutions...
:: The following 9 package(s) are getting installed: aur/python-babelfish / -> 0.5.5-2 community/python-dogpile.cache / -> 0.6.7-1 aur/python-enzyme / -> 0.4.1-2 aur/python-guessit / -> 3.0.0-1 community/python-pysrt / -> 1.1.1-3 aur/python-rarfile / -> 3.0-1 aur/python-rebulk / -> 0.9.0-1 community/python-stevedore / -> 1.29.0-1 aur/subliminal-git / -> 2.0.5.r1.gdd74383-1
?? Do you want to continue? Y/n: Y
...
(2/2) installing python-stevedore [########################################################] 100% :: Running post-transaction hooks... (1/2) Arming ConditionNeedsUpdate... (2/2) Performing snapper post snapshots for the following configurations... ==> root: 681 ==> Making package: subliminal-git 2.0.5.r1.gdd74383-1 (Mon 24 Sep 2018 15:57:42 CEST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Cloning subliminal git repo... Cloning into bare repository '/home/me/.cache/aurman/subliminal-git/subliminal'... remote: Counting objects: 9551, done. remote: Total 9551 (delta 0), reused 0 (delta 0), pack-reused 9551 Receiving objects: 100% (9551/9551), 66.36 MiB | 237.00 KiB/s, done. Resolving deltas: 100% (6427/6427), done. -> Found sphinx-manpages.patch ==> Validating source files with md5sums... subliminal ... Skipped sphinx-manpages.patch ... Passed ==> Extracting sources... -> Creating working copy of subliminal git repo... Cloning into 'subliminal'... done. Switched to a new branch 'makepkg' ==> Starting prepare()... patching file docs/Makefile ==> Starting pkgver()... ==> Starting build()... sphinx-build -b man -d _build/doctrees -n . _build/man Running Sphinx v1.8.0
Configuration error: There is a programmable error in your configuration file:
Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/sphinx/config.py", line 353, in eval_config_file execfile_(filename, namespace) File "/usr/lib/python3.7/site-packages/sphinx/util/pycompat.py", line 150, in execfile_ exec_(code, _globals) File "/home/me/.cache/aurman/subliminal-git/src/subliminal/docs/conf.py", line 25, in <module> import subliminal File "/home/me/.cache/aurman/subliminal-git/src/subliminal/subliminal/init.py", line 11, in <module> from .core import (AsyncProviderPool, ProviderPool, check_video, download_best_subtitles, download_subtitles, File "/home/me/.cache/aurman/subliminal-git/src/subliminal/subliminal/core.py", line 13, in <module> from guessit import guessit ModuleNotFoundError: No module named 'guessit'</module></module></module>
make: *** [Makefile:141: man] Error 2 ==> ERROR: A failure occurred in build(). Aborting... 2018-09-24 16:02:32,523 - wrappers - makepkg - ERROR - makepkg query ['makepkg', '-cf', '--noconfirm'] failed in directory /home/me/.cache/aurman/subliminal-git ~~ the following packages are now orphans :: aur/python-guessit, community/python-stevedore, aur/python-rarfile, aur/python-enzyme, community/python-dogpile.cache, community/python-pysrt
I tried removing (aurman -R -s -n ...) all orphans and reinstalling. Same problem.
Any idea?
youngian commented on 2017-03-15 21:00 (UTC)
psamim commented on 2017-02-15 20:11 (UTC)
« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »