Skip to content

jcelerier/UdooPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UdooPlayer

A loop player for the UDOO, based on libaudiotool

Installation on a new UDOO image (Ubuntu 12.04)

sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo add-apt-repository ppa:ubuntu-sdk-team/ppa
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install git g++-4.8 ubuntu-sdk libportaudiocpp0 libportaudio-dev libavfilter-dev libavformat-dev libavcodec-dev cmake

Build latest CMake and KDE Frameworks 5 Archive :

  • CMake
    mkdir ~/kf5
    cd ~/kf5 
    wget http://www.cmake.org/files/v3.0/cmake-3.0.0.tar.gz
    tar -zxf cmake-3.0.0.tar.gz
    cd cmake-3.0.0
    (mkdir build; cd build; cmake ..; make; make install)
  • Extra CMake modules
    git clone git://anongit.kde.org/extra-cmake-modules
    cd extra-cmake-modules
    (mkdir build; cd build; cmake ..; make; make install)
  • KArchive
    wget http://download.kde.org/stable/frameworks/5.0.0/karchive-5.0.0.tar.xz
    tar -xf karchive-5.0.0.tar.xz
    cd karchive-5.0.0.tar.xz
    (mkdir build; cd build; cmake ..; make; make install)

And build.

About

A loop player for the UDOO, based on libaudiotool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors