Search Criteria
Package Details: pantheon-camera-git 1.0.6.r91.gf856989-1
Git Clone URL: | https://aur.archlinux.org/pantheon-camera-git.git (read-only, click to copy) |
---|---|
Package Base: | pantheon-camera-git |
Description: | The Pantheon Camera Application |
Upstream URL: | https://github.com/elementary/camera |
Licenses: | |
Groups: | |
Conflicts: | |
Provides: | |
Submitter: | alucryd |
Maintainer: | SolarAquarion |
Last Packager: | FabioLolix |
Votes: | 5 |
Popularity: | 0.021296 |
First Submitted: | 2017-05-01 15:19 |
Last Updated: | 2020-11-29 14:42 |
Dependencies (14)
- clutter (clutter-git, deepin-clutter)
- clutter-gst (clutter-gst-git)
- clutter-gtk
- gstreamer (gstreamer-git)
- gtk3 (gtk3-donnatella, gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-mushrooms, gtk3-git, gtk3-ubuntu, gtk3-patched-filechooser-icon-view, gtk3-typeahead, gtk3-no_deadkeys_underline, gtk3-classic)
- libcanberra (libcanberra-git)
- libgranite.so (granite-git, granite)
- libhandy (libhandy-glade-catalog-disabled-git, libhandy-git)
- appstream (make)
- git (git-git) (make)
- granite (granite-git) (make)
- intltool (make)
- meson (meson-git) (make)
- vala (vala0.42, vala0.44, vala-git) (make)
Required by (1)
- pantheon-stable (requires pantheon-camera)
Latest Comments
sampa82 commented on 2020-10-22 01:04
Seems to need libhandy1 now. As of pantheon-camera-git r979.4c035fc-1pantheon-camera-git r979.4c035fc-1:
SolarAquarion commented on 2020-08-18 16:22
you should be using granite normal
alucryd commented on 2018-01-02 13:36
Thanks, updated to use meson.
symbx commented on 2017-11-30 21:23
Need update PKGBUILD:
- Add meson to makedepends
- Change methods:
build() {
cd pantheon-camera/build
export DESTDIR="${pkgdir}"
meson --buildtype release --prefix /usr ../ ./
ninja
}
package() {
cd pantheon-camera/build
ninja install
}
quequotion commented on 2017-04-10 10:26
Looks like development has moved to a new repository at
lp:pantheon-camera