Package Details: subliminal 2.5.0-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: 36
Popularity: 0.147895
First Submitted: 2017-03-23 17:35 (UTC)
Last Updated: 2025-12-15 22:02 (UTC)

Latest Comments

1 2 3 Next › Last »

gileri commented on 2025-09-14 09:25 (UTC) (edited on 2025-09-14 09:25 (UTC) by gileri)

Hi there.

For some reason, I was unsubbed of this package notifications, but as asm0dey did file an orphan request, I had a chance to see those comments.

I'll take care of it today.

In the meantime, please chill down a bit. Is the only problem you've encountered is the makedepends missing ?

asm0dey commented on 2025-09-14 08:54 (UTC)

@gwuensch, I'm on board with you.

erdnuesse commented on 2025-09-06 14:33 (UTC)

@gileri anything?

yar commented on 2025-09-04 03:30 (UTC)

needs makedepends+=(python-build python-hatchling python-hatch-vcs python-installer)

gwuensch commented on 2025-09-03 21:50 (UTC)

... and the makedepends are still missing.

Are the version bumps automated? I'm inclined to file an orphan request if the maintainer doesn't look at comments and the package stays broken for months.

gwuensch commented on 2025-06-23 11:48 (UTC)

The mentioned makedepends are still missing ... what's up with that? This package does not seem orphaned otherwise.

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.