Polochon-street / leleleplayer

Home Page:http://lelele.io/leleleplayer.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compiling leleleplayer on mac

ejmaes opened this issue · comments

Though leleleplayer wasn't designed for mac, it is possible to compile and use the application.

I used macport to download the command line packages I needed : gstreamer1, gstreamer1-gst-plugins-bad, gstreamer1-gst-plugins-ugly, gstreamer1-gst-plugins-good, cmake.
While building the application, I ran into a few problems, for the installed packages weren't necessarily located where the code would look.

$ cp /opt/local/lib/gstreamer-1.0/include/gst/gstconfig.h /opt/local/include/gstreamer-1.0/gst/gstconfig.h
$ cp /opt/local/lib/gstreamer-1.0/include/gst/gl/gstglconfig.h /opt/local/include/gstreamer-1.0/gst/gl/gstglconfig.h

Installing the player via

# make install && glib-compile-schemas /usr/share/glib-2.0/schemas

isn't working either, but

$ ./leleleplayer 

does.

Regarding the application itself : the icons aren't recognized and that is most frustrating, but everything else seems to be working.
The keys (play/stop, next, etc.) could be used to replace those buttons, but they aren't recognized either.