Package Details: subtitlecomposer 0.8.0-3

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: 31
Popularity: 0.058365
First Submitted: 2015-09-02 23:50 (UTC)
Last Updated: 2023-12-18 09:14 (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 »

j1simon commented on 2020-10-28 08:35 (UTC)

Regarding this bug report, it would be necessary to patch the desktop file until the new version is released: https://hastebin.com/agoyefomeh.diff

josete commented on 2020-05-16 09:40 (UTC)

Reinstalled! All perfect! Thanks a lot!

maxrd2 commented on 2020-05-15 10:02 (UTC)

@josete libicu got updated after subtitlecomposer package was built. Just reinstall/rebuild it with pacaur -S subtitlecomposer

josete commented on 2020-05-15 09:51 (UTC)

Hi! Trying to run this program I get: "subtitlecomposer: error while loading shared libraries: libicui18n.so.65: cannot open shared object file: No such file or directory" Any ideas?

Tio commented on 2019-06-28 00:09 (UTC)

Works with the latest update. Thanks!

Tio commented on 2019-06-27 15:00 (UTC)

I get this error now:

Building subtitlecomposer...
==> Making package: subtitlecomposer 0.6.6-6 (jue 27 jun 2019 16:59:37 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found v0.6.6.tar.gz
  -> Found 0001-Use-target_link_libraries-instead-of-qt5_use_modules.patch
==> Validating source files with sha256sums...
    v0.6.6.tar.gz ... Passed
    0001-Use-target_link_libraries-instead-of-qt5_use_modules.patch ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting v0.6.6.tar.gz with bsdtar
==> Starting prepare()...
/var/tmp/pamac-build-tio/subtitlecomposer/PKGBUILD: line 45: cd: /var/tmp/pamac-build-tio/subtitlecomposer/src/subtitlecomposer-0.6.6: No such file or directory
==> ERROR: A failure occurred in prepare().
    Aborting...

Martchus commented on 2019-06-27 14:59 (UTC)

@Tio fixed

Tio commented on 2019-06-27 14:29 (UTC)

Error:

Building subtitlecomposer...
==> Making package: subtitlecomposer 0.6.6-3 (jue 27 jun 2019 15:50:29 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading v0.6.6.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   131    0   131    0     0    205      0 --:--:-- --:--:-- --:--:--   204

100 32444    0 32444    0     0  20945      0 --:--:--  0:00:01 --:--:-- 20945
100 1598k    0 1598k    0     0   654k      0 --:--:--  0:00:02 --:--:-- 1753k
  -> Downloading 0001-Use-target_link_libraries-instead-of-qt5_use_modules.patch...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  7759    0  7759    0     0  13263      0 --:--:-- --:--:-- --:--:-- 13240
==> Validating source files with sha256sums...
    v0.6.6.tar.gz ... FAILED
    0001-Use-target_link_libraries-instead-of-qt5_use_modules.patch ... Passed
==> ERROR: One or more files did not pass the validity check!

Nocifer commented on 2019-01-26 14:56 (UTC) (edited on 2019-01-26 14:58 (UTC) by Nocifer)

I tried to build and I got the following error:

CMake Error: No source or binary directory provided

I had to edit the PKGBUILD's build() and add an extra '.' step for CMake's configuration, like so:

    ...
    -DBUILD_TESTING=OFF \
    .
  make