This repository was archived by the owner on Dec 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
VLC native libraries
Ivan Martinez-Ortiz edited this page Feb 27, 2014
·
2 revisions
Cryptic (initial) instructions to create a maven friendly vlc based distribution to be embedded as part of the eAdventure platform.
http://get.videolan.org:81/vlc/2.0.8/win32/vlc-2.0.8-win32.zip
unzip vlc-2.0.8-win32.zip
mv vlc-2.0.8 vlc-2.0.8-win32
zip vlc-2.0.8-win32.zip -r vlc-2.0.8-win32
http://get.videolan.org:81/vlc/2.0.8/win64/vlc-2.0.8-win64.zip
unzip vlc-2.0.8-win64.zip
mv vlc-2.0.8 vlc-2.0.8-win64
zip vlc-2.0.8-win64.zip -r vlc-2.0.8-win64
http://get.videolan.org:81/vlc/2.0.8/macosx/vlc-2.0.8.dmg
mkdir vlc-2.0.8-macosx.mnt
mkdir vlc-2.0.8-macosx
#dmg2img
dmg2img vlc-2.0.8.dmg vlc-2.0.8.img
mount -t hfsplus -o loop vlc-2.0.8.img vlc-2.0.8-macosx.mnt
cp -r vlc-2.0.8-macosx.mnt/VLC.app/Contents/MacOS/* vlc-2.0.8-macosx
zip vlc-2.0.8-macosx.zip -r vlc-2.0.8-macosx/
https://launchpad.net/~videolan/+archive/stable-daily
http://packages.ubuntu.com/search?keywords=vlc&searchon=names&suite=precise-updates§ion=all
http://mirrors.kernel.org/ubuntu/pool/universe/v/vlc/vlc_2.0.8-0ubuntu0.12.04.1_i386.deb
http://mirrors.kernel.org/ubuntu/pool/universe/v/vlc/vlc_2.0.8-0ubuntu0.12.04.1_amd64.deb
http://mirrors.kernel.org/ubuntu/pool/universe/v/vlc/libvlc5_2.0.8-0ubuntu0.12.04.1_i386.deb
http://mirrors.kernel.org/ubuntu/pool/universe/v/vlc/libvlc5_2.0.8-0ubuntu0.12.04.1_amd64.deb
http://mirrors.kernel.org/ubuntu/pool/universe/v/vlc/libvlccore5_2.0.8-0ubuntu0.12.04.1_i386.deb
http://mirrors.kernel.org/ubuntu/pool/universe/v/vlc/libvlccore5_2.0.8-0ubuntu0.12.04.1_amd64.deb
http://mirrors.kernel.org/ubuntu/pool/universe/v/vlc/vlc-data_2.0.8-0ubuntu0.12.04.1_all.deb
mkdir vlc-2.0.8-linux-i386
mkdir vlc-2.0.8-linux-amd64
dpkg -x vlc_2.0.8-0ubuntu0.12.04.1_i386.deb vlc-2.0.8-linux-i386
dpkg -x libvlc5_2.0.8-0ubuntu0.12.04.1_i386.deb vlc-2.0.8-linux-i386
dpkg -x libvlccore5_2.0.8-0ubuntu0.12.04.1_i386.deb vlc-2.0.8-linux-i386
dpkg -x vlc-data_2.0.8-0ubuntu0.12.04.1_all.deb vlc-2.0.8-linux-i386
zip vlc-2.0.8-linux-i386.zip -r vlc-2.0.8-linux-i386
zip vlc-2.0.8-linux-amd64.zip -r vlc-2.0.8-linux-amd64
eAdventure - eUCM research group
- Setting up a Development Environment
- Contributing Guidelines
- Build Process
- Project structure
- Schema
-
Engine
- Files paths and FileResolver
- Binding Schema elements with Engine elements
- Managing the game view through Layers
- Game loop and scene management
- IO
- File Resolver
- Assets: Converting schema objects to engine objects
- Engine Objects
- Actors
- Effects
- Testing the engine
- Editor
- Remote communication
- Release Process
- Other documentation