-
Notifications
You must be signed in to change notification settings - Fork 50
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
Cant download gdx-video-desktop-natives.jar #2
Comments
Currently the libgdx build server is not fully configured for ffmpeg yet. Unfortunately, the natives are not available until this is done. At the moment you'll have to manually build the natives to use gdx-video. I'll leave this issue open until the build server is working. |
Hello thanx for your fast answer! I tried using groovy but there is no such command as compile. Could you explain how to run the build or for the sake of simplicity send me the compiled jar? |
I tried to compile \gdx-video\gdx-video-desktop\jni\build.xml with ant but the error states: are you sure you committed everything to git? |
I just checked, and it works perfectly here. I cd into the gdx-video-desktop/jni folder and run ant. It compiled for a while, and results in a jar with compiled libs. Are you building on windows? If this is the case, you may have to change the compilers in the ant files. They are targeted meant for building from linux. Anyway, for your convenience, you can find the compiled libs here (built locally on my linux install): http://we.tl/TkUIk5u7n5 |
Yes im running win7. Thanx for the download link - saved me a lot of time! |
Hi. I have the same issue with build natives as marekhalmo. Thanks. |
Sorry, I didn't know the wetransfer link would go down so soon. Anyway, you can find it here (Hopefully more permanent this time...) |
Any tips for building on OSX? |
I'll update the natives file with macos later today. I've recently got access to a mac. I haven't figured out how to compile ffmpeg for older macosx, so it requires the latest osx currently. If you want to compile it yourself, have a look at https://github.com/intrigus/gdx-video. I've been discussing with intrigus how to fix the mac build as well. It's a WIP. |
The native libraries are updated with the osx libs included. I wasn't able to test them though (I didn't have access to a gdx-video project on that machine, and didn't have time to set one up). I hope it works! |
The native libraries... Is that what should download with a properly configured gradle.build file? Or one of the formerly posted download links? |
It's the formerly mentioned URL. The build server is unfortunately still a
work in progress. As it turns out, ffmpeg is quite complicated to build,
and the buildserver is having issues with this. Using Travis is also still
a WIP because of the osx support.
|
Is there an fix planned? |
It's been a long time because of time shortage off all people involved. Eventually it will arrive, but not short term. It involves a complicated setup and multiple people. |
Since 8cf9ab7 natives are included in the gdx-video-desktop artifact |
Can gdx-video-desktop.jar be downloaded somewhere (I have an old version but am wondering if there is something newer)? I am not using Gradle, in case it is included there. Would be great to have it also in the "extensions" folder in the nightlies. |
You can click on the snapshot badge and download the jar from sonatype manually |
Sorry I am unable to locate such a badge on github. By looking around a bit I found this link: https://oss.sonatype.org/content/repositories/snapshots, however, it leads to "Directory listing forbidden". Does it require Maven? |
I didn't manage to build it myself, so took the files from [here](libgdx/gdx-video#2): https://oss.sonatype.org/content/repositories/snapshots/com/badlogicgames/gdx-video/gdx-video-desktop/1.3.2-SNAPSHOT/ Tested only on linux
Hello, i tried the maven build but i can't download the gdx-video-desktop-natives.jar
I can't find it in any of my repos including the one mentioned in read.me
Could you help?
The text was updated successfully, but these errors were encountered: