Package Details: subliminal-git 2.1.0.r25.gaf3b8bd-1

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: 32
Popularity: 0.000025
First Submitted: 2012-12-24 07:53 (UTC)
Last Updated: 2024-01-26 16:03 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

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 and nemo-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 or subliminal-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:

provides=('subliminal')
conflicts=('subliminal')

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 I had the same problem. I solved it by reinstalling these packages: python-babelfish python-sphinx python-sphinxcontrib-programoutput python-enzyme And then updating this package. ¯\_(ツ)_/¯

psamim commented on 2017-02-15 20:11 (UTC)

Hi, I get the following error: ==> Starting build()... sphinx-build -b man -d _build/doctrees -n . _build/man Running Sphinx v1.5.2 making output directory... Exception occurred: File "/tmp/yaourt-tmp-samim/aur-subliminal-git/src/subliminal/subliminal/core.py", line 12, in <module> from babelfish import Language, LanguageReverseError ModuleNotFoundError: No module named 'babelfish' The full traceback has been saved in /tmp/sphinx-err-96t42pmv.log, if you want to report the issue to the developers. Please also report this if it was a user error, so that a better error message can be provided next time. A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks! make: *** [Makefile:141: man] Error 1

hcartiaux commented on 2017-01-31 09:05 (UTC)

@jevv, no, it's not a good practice. The Pkgrel should be bumped only if the PKGBUILD is changed, which is not the case. And in all cases, I can't bump all the dependencies...

je-vv commented on 2017-01-14 04:26 (UTC) (edited on 2017-01-14 04:27 (UTC) by je-vv)

Can the release be increased, so that the package gets re-compiled given the python version change to 3.6? Also the deps also owned, :-) Thx!