Search Criteria
Package Details: oacapture 1.5.0-2
Git Clone URL: | https://aur.archlinux.org/oacapture.git (read-only, click to copy) |
---|---|
Package Base: | oacapture |
Description: | A planetary imaging application using Qt5 |
Upstream URL: | http://www.openastroproject.org/oacapture/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | vinvin |
Maintainer: | vinvin (mobarre) |
Last Packager: | mobarre |
Votes: | 3 |
Popularity: | 0.003871 |
First Submitted: | 2015-01-10 00:29 |
Last Updated: | 2019-03-20 14:56 |
Dependencies (7)
- autoconf-archive (autoconf-archive-git)
- cfitsio
- libdc1394
- qt5-base (qt5-base-git, qt5-base-headless)
- qt5-tools (qt5-tools-git)
- sdl (sdl-openglhq, sdl-nokbgrab, sdl-openglhq-nokbgrab, sdl-hg)
- fxload (optional) – support for QHY5 cameras
Latest Comments
vinvin commented on 2018-06-16 18:48
Oh I didn't see that you edited the message. I do have sdl and libdc1394, I'll add them in the list.
vinvin commented on 2018-06-16 18:45
I have no problem building the package, maybe you have a bad version of autotools installed? I have the base-devel package that brings autoconf 2.69-4 and automake 1.15.1-1. Finished making: oacapture 1.4.0-1 (Sat 16 Jun 2018 20:27:28 CEST)
jetibest commented on 2018-06-15 22:53
When installing with latest update (pacman -Syu) I get this error when running
./bootstrap
:EDIT: Turns out that an earlier warning indicated something with SDL, so I installed the package sdl
pacman -S sdl
, and this solved the problem. Also, to avoid Perl warnings I set:LANG=C;LC_CTYPE=C
prior to executing./bootstrap
. I guesssdl
should be added as a dependency?EDIT2: In addition (while I'm at it), I had to also install
pacman -S libdc1394
in order to do themake
. And I manually executed the build commands used in the PKGBUILD with diff from github as indicated by cgarry on 2018-03-22.cgarry commented on 2018-03-21 23:45
The author of oacapture has generated a working PKGBUILD and diff file for the latest version (v1.4.0) of oacapture. These files can be found here: https://github.com/openastroproject/openastro/tree/master/packagers/arch
Can this package be updated to use these files please?
vinvin commented on 2017-08-20 20:45
The new version fails to compile its own ffmpeg apparently, this is becoming too complicated for the time I have to spend on it...
vinvin commented on 2016-10-04 00:20
I have updated the package to 1.0.0, using the patch for qt5 given here: https://stargazerslounge.com/topic/272720-oacapture-100/?page=2
vinvin commented on 2015-05-21 00:41
Updated to 0.5.0.
Note that oaCapture also supports Qt5, but in this package focuses on Qt4.
vinvin commented on 2015-02-27 00:27
New version 0.3.0 released, package updated: http://stargazerslounge.com/topic/237676-oacapture-030-release/
vinvin commented on 2015-01-10 01:20
Fixed. Should be fine now.
vinvin commented on 2015-01-10 00:59
It actually fails to install on systems with ffmpeg already installed, because it embeds ffmpeg and installs it, with other dependencies. Sorry.