Package Details: vobsub2srt-git 1.0.7.gf3205f5-1

Git Clone URL: https://aur.archlinux.org/vobsub2srt-git.git (read-only, click to copy)
Package Base: vobsub2srt-git
Description: Convert IDX/SUB subtitles into SRT text subtitles. (GIT version)
Upstream URL: https://github.com/ruediger/VobSub2SRT
Licenses: GPL
Submitter: None
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 33
Popularity: 0.185991
First Submitted: 2011-06-20 16:38 (UTC)
Last Updated: 2022-04-01 13:24 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

OJaksch commented on 2018-12-29 08:22 (UTC) (edited on 2018-12-29 08:23 (UTC) by OJaksch)

According to https://github.com/ruediger/VobSub2SRT/issues/67 one has to use this patch:

--- vobsub2srt/CMakeLists.txt.org 2018-12-29 09:08:18.308882020 +0100

+++ vobsub2srt/CMakeLists.txt 2018-12-29 09:08:01.435614925 +0100

@@ -54,7 +54,7 @@

include(CheckCXXSourceRuns)

set(CMAKE_C_FLAGS "-std=gnu99")

-set(CMAKE_CXX_FLAGS "-ansi -pedantic -Wall -Wextra -Wno-long-long")

+set(CMAKE_CXX_FLAGS "-ansi -pedantic -Wall -Wextra -Wno-long-long -std=gnu++11")

set(CMAKE_CXX_FLAGS_RELEASE "-O3 -mtune=native -march=native -DNDEBUG -fomit-frame-pointer -ffast-math") # TODO -Ofast GCC 4.6

set(CMAKE_C_FLAGS_RELEASE ${CMAKE_CXX_FLAGS_RELEASE})

sokl commented on 2018-11-18 22:07 (UTC) (edited on 2018-11-18 22:08 (UTC) by sokl)

To make it work with tesseract 4 ln -s /usr/lib/libtesseract.so /usr/lib/libtesseract.so.3

<deleted-account> commented on 2018-06-06 08:08 (UTC)

Oh! This article has suggested to me many new ideas. I will embark on doing it. Hope you can continue to contribute your talents in this area. Thank you. http://subwaysurfers.online

<deleted-account> commented on 2015-05-10 09:09 (UTC)

Hello, Sorry for the delay. As I am leaving ArchLinux, feel free to adopt this package ;) Best Regards.

<deleted-account> commented on 2014-10-05 20:55 (UTC)

@cfinnberg: Thanks for signal. Dependencies removed.

cfinnberg commented on 2014-10-05 19:48 (UTC)

Why are ffmpeg and mplayer dependencies? It seems to work ok for me without them. From the project readme file I get that it uses/copies code from those programs but I don´t see that it actually needs them.

<deleted-account> commented on 2013-07-26 19:45 (UTC)

tesseract-data-eng is already an optdepend of tesseract.

mamamia88 commented on 2013-07-26 18:00 (UTC)

Needs tesseract-data-eng for english and other data for other languages i would presume. Maybe add those as optdepends? I mean the app won't even work without them so they aren't really optional but if you are a noob like me you need them.

<deleted-account> commented on 2013-04-13 07:24 (UTC)

PKGBUILD updated with the new CVS PKGBUILD features: https://wiki.archlinux.org/index.php/Arch_CVS_%26_SVN_PKGBUILD_guidelines#Git You should update manually due to the new format of the package version.

<deleted-account> commented on 2013-02-26 21:44 (UTC)

@Marty_Stoopid: PKGBUILD corrected.