JuliaIO / VideoIO.jl

Reading and writing of video files in Julia via ffmpeg
https://juliaio.github.io/VideoIO.jl/stable
Other
128 stars 53 forks source link

BinDeps problem? #17

Closed lucasb-eyer closed 10 years ago

lucasb-eyer commented 10 years ago
julia> VideoIO.avutil_version()
ERROR: type: ccall: expected Symbol, got Array{Any,1}
julia> VideoIO.libavutil
1-element Array{Any,1}:
 ((System Paths,Dict{Any,Any}()),"/usr/lib/libavutil.so.52")

Can't understand/fix because I'm a total BinDeps noob.

kmsquire commented 10 years ago

Sorry, Lucas, I've been working with @staticfloat to try to update VideoIO to the latest BinDeps, but there have been some issues. Hopefully we'll be able to get something in that works in the next few days. I'll try to check in something at least functional tomorrow.

lucasb-eyer commented 10 years ago

No stress, I just wasn't sure whether it was known to you or not because I didn't find an issue about it.

kmsquire commented 10 years ago

Ok, thanks, and thanks fir opening the issue! :-) the work has been taking place as part of PR #12. Things were actually working mostly fine until recent BibDeps changes, I think. There are a couple of issues holding things up right now (one BinDeps issue, and the fact that I'm trying to support ffmpeg PPA packages on Ubuntu). But it should be easy to work around or ignore both of these and simply get something working.

lucasb-eyer commented 10 years ago

When these things are resolved, I'll try to add pacman support.

kmsquire commented 10 years ago

Cool. I'm going to see if I can get something usable today.

lucasb-eyer commented 10 years ago

Works for me now, I guess this is got resolved.

kmsquire commented 10 years ago

Thanks! Forgot to close this...