-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vobsub2srt ebuild for gentoo #13
Comments
Thanks to thawn for writing the ebuild script (#13). Packaging stuff is now moved to packaging/ and the README was updated. Signed-off-by: Rüdiger Sonderfeld <ruediger@c-plusplus.de>
Thanks for your contribution. I added the script to packaging/vobsub2srt-999.ebuild and added some basic instructions to the README (script version of your explanation. I hope it works.). I added you to the list of Contributors. If you like I'll add your real name and email. |
Sorry, if I am beating a dead horse, but here is a simplified ebuild, which makes use of cmake-utils.eclass. It also properly installs into /usr prefix instead of /usr/local.
|
Thanks! I've updated the ebuild script. |
Hi, I've been using the ebuild but I'm wondering if it's possible to disable OpenCL in the build? I'm running the Mesa amd drivers, so I have to disable it to get it to build. |
EAPI=4 is no longer accepted by Gentoo. Your ebuild will still work if you change to EAPI=5...just did that, and it built and ripped subtitles out of a ripped DVD. |
See: ruediger#13 (comment) Signed-off-by: Rüdiger Sonderfeld <ruediger@c-plusplus.de>
Hi,
I was not sure, where to put this, so I am putting it here.
I have created an ebuild that allows installing vobsub2srt and its dependencies on a gentoo machine. I put the ebuild code below. just copy and paste it into a file called
vobsub2srt-9999.ebuild
in the directory/usr/local/portage/media/video/vobsub2srt/
. Then, you need to open a terminal, cd to that directory and runebuild vobsub2srt-999.ebuild digest
. Afterwards you can compile and install the latest git version of vobsub2srt by runningemerge vobsub2srt
It works with a stable release of gentoo where it will use tesseract 2.04-r1. However that tesseract version is quite old. in order to get tesseract 3.x to run, you need to enable the 'stuff' portage overlay as follows. run
emerge layman
then runlayman -a stuff
which will enable a small gentoo overlay that contains tesseract 3.01 and its dependencies that are not in the standard portage tree. Afterwards, you can again just emerge vobsub2srt which will then use tesseract 3.01.Here is the ebuild:
The text was updated successfully, but these errors were encountered: