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 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

Neros commented on 2018-06-12 23:43 (UTC)

@Martchus Thanks!

Martchus commented on 2018-06-11 14:00 (UTC)

@Neros If you don't need it, just leave pocketsphinx out-commented and build in a clean chroot. This is the cheapest workaround.

maxrd2 commented on 2018-06-11 13:50 (UTC)

@Neros that cmake error is because of invalid sphinbase pkgconfig file. Have submitted pull request upstream: https://github.com/cmusphinx/sphinxbase/pull/55 Before its merged sphinxbase.pc.in should be patched manually.

Neros commented on 2018-06-11 12:39 (UTC)

I can't compile it anymore:

CMake Error at /usr/share/cmake-3.11/Modules/FindPkgConfig.cmake:54 (set):
  Syntax error in cmake code at

    /usr/share/cmake-3.11/Modules/FindPkgConfig.cmake:54

  when parsing string

    ;pocketsphinx;m;sphinxbase;sphinxad;pulse;pulse-simple;pthread;m;blas;lapack;pulse\;pulse-simple\;pthread\;m\;blas\;lapack\

  Invalid character escape '\' (at end of input).
Call Stack (most recent call first):
  /usr/share/cmake-3.11/Modules/FindPkgConfig.cmake:81 (_pkgconfig_set)
  /usr/share/cmake-3.11/Modules/FindPkgConfig.cmake:113 (_pkgconfig_invoke)
  /usr/share/cmake-3.11/Modules/FindPkgConfig.cmake:450 (_pkgconfig_invoke_dyn)
  /usr/share/cmake-3.11/Modules/FindPkgConfig.cmake:585 (_pkg_check_modules_internal)
  cmake/FindPocketSphinx.cmake:11 (pkg_check_modules)
  src/speechplugins/pocketsphinx/CMakeLists.txt:1 (find_package)


-- Configuring incomplete, errors occurred!
See also "/tmp/yaourt-tmp-neros/aur-subtitlecomposer/src/subtitlecomposer-0.6.6/CMakeFiles/CMakeOutput.log".
See also "/tmp/yaourt-tmp-neros/aur-subtitlecomposer/src/subtitlecomposer-0.6.6/CMakeFiles/CMakeError.log".

Martchus commented on 2017-05-24 21:20 (UTC)

I've just rebuild the package in a clean chroot. Not sure why you're getting this error. Could you provide a little bit more of the output (not just the end)? Which makedepends/optdepends do you use?