Package Details: subtitlecomposer 0.8.1-2

Git Clone URL: https://aur.archlinux.org/subtitlecomposer.git (read-only, click to copy)
Package Base: subtitlecomposer
Description: Video subtitle editor
Upstream URL: https://invent.kde.org/multimedia/subtitlecomposer
Keywords: composer editor kde subtitle
Licenses: GPL
Submitter: Martchus
Maintainer: Martchus (maxrd2)
Last Packager: Martchus
Votes: 36
Popularity: 1.63
First Submitted: 2015-09-02 23:50 (UTC)
Last Updated: 2024-06-21 23:03 (UTC)

Pinned Comments

Martchus commented on 2016-05-18 21:59 (UTC)

All my packages are managed at GitHub where you can also contribute directly: https://github.com/Martchus/PKGBUILDs There also exist a binary repository (i686 and x86_64, also contains Git version): https://martchus.no-ip.biz/repo/arch/ownstuff

Latest Comments

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

Martchus commented on 2023-10-20 09:58 (UTC) (edited on 2023-10-20 10:04 (UTC) by Martchus)

@maxrd2 Not anymore, see e.g. https://gitlab.archlinux.org/archlinux/packaging/packages/kio5/-/commit/6ec6b557ca56731d9cf3ffc9206cf7bef39078c1. So @SunRed is right and this kind of change seemed to happen to all official packages depending on kf5 packages, too. I also don't think that there's going to be a kio6 anytime soon (it'll just be kio and only when kf7 would be released there'd be kio6 similar to how we have kio5 now).

maxrd2 commented on 2023-10-20 09:55 (UTC)

@SunRed Why? They all provide old name eg. kio5 Provides kio=5.xx and I'm pretty sure kio6 will Provide kio=6.xx

SunRed commented on 2023-10-20 08:40 (UTC)

Please apply the following patch since a bunch of packages were renamed (presumably) in preparation for the KDE 6 release

diff --git a/PKGBUILD b/PKGBUILD
index 189129f..54c5be0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,12 @@

 pkgname=subtitlecomposer
 pkgver=0.7.1
-pkgrel=6
+pkgrel=7
 pkgdesc='Video subtitle editor'
 arch=('i686' 'x86_64')
 url="https://invent.kde.org/multimedia/${_name}"
 license=('GPL')
-depends=('kcoreaddons' 'ktextwidgets' 'kio' 'sonnet' 'kcodecs' 'kross' 'kxmlgui' 'ki18n' 'ffmpeg' 'openal')
+depends=('kcoreaddons5' 'ktextwidgets5' 'kio5' 'sonnet5' 'kcodecs5' 'kross' 'kxmlgui5' 'ki18n5' 'ffmpeg' 'openal')
 makedepends=('extra-cmake-modules' 'jack' 'blas' 'xorg-server-xvfb')

 # Comment/uncomment the following dependency to disable/enable

Martchus commented on 2023-08-22 09:35 (UTC)

I recommend building in a clean chroot: https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot

robelix commented on 2023-08-22 02:52 (UTC)

It's necessary to uninstall pocketsphinx, otherwise it still tries to build against it - and fails.

MarsSeed commented on 2023-08-02 10:39 (UTC)

@Martchus, I see. Thank you for checking it, and for maintaining this package.

Martchus commented on 2023-08-02 10:27 (UTC)

I have been disabling pocketsphinx because it did not build against the latest version of it. Maybe that has been fixed now upstream but I don't think the latest release (which is packaged here) contains that fix. I'll add back pocketsphinx support back once the latest release builds against it.

MarsSeed commented on 2023-08-02 01:36 (UTC) (edited on 2023-08-02 01:36 (UTC) by MarsSeed)

Please kindly add pocketsphinx support as well.

MarsSeed commented on 2023-08-01 01:46 (UTC)

Please add a proper upstream URL, not just a link to KDE's multimedia GitLab group.

Martchus commented on 2023-07-19 07:27 (UTC)

Works for me. I have keyserver-options auto-key-retrieve and keyserver hkp://keyserver.ubuntu.com in ~/.gnupg/gpg.conf.