Updated to have the correct git version on AUR and some minor cleanup.
Search Criteria
Package Details: subtitlecomposer-git v0.5.6.2.g6528219-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2015-03-22)
| Package Base: | subtitlecomposer-git |
|---|---|
| Description: | A KDE subtitle editor |
| Upstream URL: | https://github.com/maxrd2/subtitlecomposer |
| Category: | multimedia |
| Licenses: | |
| Submitter: | onny |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 14 |
| First Submitted: | 2012-12-16 16:01 |
| Last Updated: | 2014-02-08 06:52 |
Required by (0)
Sources
Latest Comments
Comment by roentgen
Comment by capitao
I've just built this package and it wants to build again every time.
My installed version is "v0.5.6.2.g6528219-1" and the AUR version says "5264010-1" and it just wants to build again.
Comment by maxrd2
There's x86_64 repository with latest stable and nightly builds is anyone's interested.
[subtitlecomposer]
# Subtitle Composer stable and nightly builds
SigLevel = PackageRequired
Server = http://smoothware.net/$repo/$arch
Comment by roentgen
Please change the pkgver function because I just built this package and the AUR version is seen as an upgrade.
subtitlecomposer-git 32bffc8-1 -> 5264010-1
Comment by Demon
I've added a notice in this PKGBUILD for users to switch to https://aur.archlinux.org/packages/subtitlecomposer-git/
This package's svn repo hasn't recieved updates for a three years now, so it would be best for everyone to just switch to the maxrd2's repo:
https://github.com/maxrd2/subtitlecomposer
I'm sorry if the latest changes in this PKGBUILD caused troubles for anyone and thanks for understanding.
Comment by maxrd2
There is subtitlecomposer fork here https://github.com/maxrd2/subtitlecomposer with some fixes. There is plan to add some new features too. Patches welcome.
aijeitpipol: /usr/lib/libX11.so.6 issue when building with xine enabled is fixed (https://github.com/maxrd2/subtitlecomposer/commit/73e55bbee3aa4b978d443735f0fd007b56c1c431)
Demon: is it possible to change svn path to git path in PKGBUILD, or should i add another package in AUR?
Comment by Demon
I have no such problems. Make sure you upgrade your system first (pacman -Syu). Alternately, you can try this: http://ubuntuforums.org/showthread.php?t=1402709
Anonymous comment
I'm getting this error:
[100%] Building CXX object src/main/CMakeFiles/subtitlecomposer.dir/playerwidget.o
Linking CXX executable subtitlecomposer
/usr/bin/ld: CMakeFiles/subtitlecomposer.dir/__/services/xine/xineplayerbackend.o: undefined reference to symbol 'XOpenDisplay'
/usr/bin/ld: note: 'XOpenDisplay' is defined in DSO /usr/lib/libX11.so.6 so try adding it to the linker command line
/usr/lib/libX11.so.6: could not read symbols: Invalid operation
collect2: error: ld devolvió el estado de salida 1
make[2]: *** [src/main/subtitlecomposer] Error 1
make[1]: *** [src/main/CMakeFiles/subtitlecomposer.dir/all] Error 2
make: *** [all] Error 2
==> ERROR: Se produjo un error en build().
Cancelando...
==> ERROR:Makepkg no ha podido compilar subtitlecomposer-svn.
Any Ideas?