Package Details: subtitlecomposer-git 0.8.0+git105.e588beff-1

Git Clone URL: https://aur.archlinux.org/subtitlecomposer-git.git (read-only, click to copy)
Package Base: subtitlecomposer-git
Description: A KDE subtitle editor (git version)
Upstream URL: https://invent.kde.org/multimedia/subtitlecomposer
Keywords: composer editor kde subtitle
Licenses: GPL
Conflicts: subtitlecomposer
Provides: subtitlecomposer
Submitter: maxrd2
Maintainer: maxrd2 (Martchus)
Last Packager: maxrd2
Votes: 4
Popularity: 0.000001
First Submitted: 2016-02-07 03:20 (UTC)
Last Updated: 2024-05-22 20:30 (UTC)

Latest Comments

1 2 3 Next › Last »

Martchus commented on 2025-10-13 21:41 (UTC)

@kIERO A change that'll fixt this has been merged upstream.

kIERO commented on 2025-10-12 21:23 (UTC)

Build fails

-- Found PocketSphinx: /usr/lib/libpocketsphinx.so (found suitable version "5.0.4", minimum required is "5")
-- Performing Test PocketSphinx_NEW_ps_seg_iter
-- Performing Test PocketSphinx_NEW_ps_seg_iter - Success
-- Performing Test PocketSphinx_OK_prealpha5
-- Performing Test PocketSphinx_OK_prealpha5 - Failed
-- Have found BROKEN PocketSphinx 5 - Speech plugin will not be built
-- Configuring done (1.7s)
CMake Error at src/CMakeLists.txt:128 (target_link_libraries):
  Target "subtitlecomposer-lib" links to:

    Qt6::WidgetsPrivate

  but the target was not found.  Possible reasons include:

    * There is a typo in the target name.
    * A find_package call is missing for an IMPORTED target.
    * An ALIAS target is missing.



-- Generating done (0.1s)
CMake Generate step failed.  Build files cannot be regenerated correctly.

Martchus commented on 2025-10-09 08:05 (UTC)

Rebuilds are simply not forced that way under Arch. Adding ffmpeg >= 8.0 makes no sense as this actually builds and runs just fine with older versions of ffmpeg. I could add a dependency on soname level, though.

kIERO commented on 2025-10-09 05:55 (UTC)

subtitlecomposer: error while loading shared libraries: libavformat.so.61: cannot open shared object file: No such file or directory

had to rebuild because of that. I guess upgrading ffmpeg didn't force this package to rebuild. If anyone knows a way? or maybe just force ffmpeg >= 8.0*

maxrd2 commented on 2024-05-22 20:40 (UTC)

The xorg-server-xvfb was moved to checkdepends.
Build depends on KF6 now, although it should build fine with KF5 too.

matheuz1210 commented on 2024-05-18 15:07 (UTC)

ah, i was testing out the qt6 version, so i didn't notice that (it compiled nice, but i haven't actually used it yet, sorry)

Martchus commented on 2024-05-18 12:33 (UTC)

You are right. Unfortunately, the package currently doesn't compile anyway as of icu 75. This needs upstream changes or a hacky workaround on our side.

matheuz1210 commented on 2024-05-18 04:58 (UTC)

shouldn't xorg-server-xvfb be on checkdepends instead of makedepends?

jan666 commented on 2023-12-10 16:28 (UTC)

@xiota

I had troubles with this too on Manjaro. Finally figured it out i had pocketsphinx installed so the build process recognized this and tries to build SC with speech recognition even if disabled in pkgbuild.

Uninstall pocketsphinx did the trick, and clean build SC again