Skip to content

dark-eye/camera-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building for click
==================

To build for a click package configure cmake as:

mkdir build
cd build

# Under bazzar VCS :
cmake [path_to_this_location] -DINSTALL_TESTS=off -DCLICK_MODE=on \
    -DREVNO=$(cd [path_to_this_location]; bzr revno)

# Under git VCS :
cmake [path_to_this_location] -DINSTALL_TESTS=off -DCLICK_MODE=on \
    -DREVNO=$(cd [path_to_this_location]; git rev-list --count --first-parent HEAD)

make DESTDIR=package install
click build package

This package can be installed by running:

pkcon install-local com.ubuntu.camera_*.click

About

Camera application for Ubuntu Touch devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • QML 52.0%
  • Python 26.1%
  • C++ 18.5%
  • CMake 2.6%
  • JavaScript 0.4%
  • Shell 0.4%