Package Details: subliminal 2.3.2-1

Git Clone URL: https://aur.archlinux.org/subliminal.git (read-only, click to copy)
Package Base: subliminal
Description: Python library and CLI tool for searching and downloading subtitles.
Upstream URL: https://github.com/Diaoul/subliminal
Licenses: MIT
Submitter: nicoulaj
Maintainer: gileri
Last Packager: gileri
Votes: 33
Popularity: 1.14
First Submitted: 2017-03-23 17:35 (UTC)
Last Updated: 2025-05-09 19:25 (UTC)

Latest Comments

1 2 Next › Last »

lucasrizzini commented on 2025-05-10 13:13 (UTC) (edited on 2025-05-11 21:17 (UTC) by lucasrizzini)

Also, the makedepend "python-installer" dependency. Look alive, maintainer!

bpierre commented on 2025-05-10 11:31 (UTC)

Package is still missing some build dependencies.

bpierre commented on 2025-05-05 07:26 (UTC)

The package is missing 2 build dependencies:

diff --git i/PKGBUILD w/PKGBUILD
index 1e285ee..82612bf 100644
--- i/PKGBUILD
+++ w/PKGBUILD
@@ -23,6 +23,8 @@ depends=('python-guessit>=3.0.0'
          'python-tomlkit>=0.13.2'
          'python-rarfile>=2.7')
 makedepends=('git'
+             'python-hatch-vcs'
+             'python-hatchling'
              'python-setuptools')
 source=("https://github.com/Diaoul/subliminal/releases/download/2.3.0/${pkgname}-${pkgver}.tar.gz")
 sha256sums=('428073ce98f6a967207615a4c58732fdcb80819fdd8b0404f8dd2ebea18666eb')

Korialo commented on 2024-07-29 13:35 (UTC) (edited on 2024-07-29 13:42 (UTC) by Korialo)

Build fails in clean chroot:

[2024-07-29T13:29:53.654Z] ==> Retrieving sources...
[2024-07-29T13:29:53.657Z]   -> Found subliminal-2.2.1.tar.gz
[2024-07-29T13:29:53.660Z] ==> Extracting sources...
[2024-07-29T13:29:53.663Z] ==> WARNING: Skipping all source file integrity checks.
[2024-07-29T13:29:53.688Z]   -> Extracting subliminal-2.2.1.tar.gz with bsdtar
[2024-07-29T13:29:53.741Z] ==> Starting build()...
[2024-07-29T13:29:53.758Z] /usr/bin/python: No module named build.__main__; 'build' is a package and cannot be directly executed
[2024-07-29T13:29:53.764Z] ==> ERROR: A failure occurred in build().
[2024-07-29T13:29:53.769Z]     Aborting...
[2024-07-29T13:29:54.283Z] ==> Removing chroot copy [/var/lib/ahriman/chroot/aur-clone/aur-clone-x86_64/ahriman-1372831]...done
[2024-07-29T13:29:54.293Z] ==> ERROR: Build failed
[2024-07-29T13:29:54.300Z] subliminal (x86_64) build exception

Edit: You're missing some dependencies python-build python-installer python-wheel so this package doesn't fail in chroot.

yar commented on 2024-07-15 07:36 (UTC)

Also needs makedepends=(python-wheel python-installer)

simonzack commented on 2024-07-05 03:38 (UTC)

This needs the build dependency python-build.

gileri commented on 2024-06-25 20:11 (UTC)

I've updated the package, however we still have to wait for python-babelfish and python-pysubs2 to be updated. Both are now flagged out-of-date.

rien333 commented on 2022-02-02 18:43 (UTC)

Wait wtf I explained this very thing to someone two months ago, scroll down a bit.

rien333 commented on 2022-02-02 18:42 (UTC)

I can give you two hints: (i) you probably upgraded from python 3.9 to python 3.10 a few months ago, which means you needed to reinstall all (AUR) python- packages. (ii) No module named 'babelfish. Check reddit on how to reinstall all ( or at least most) python packages.