Search Criteria
Package Details: astrodmx-capture 2.9.7-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/astrodmx-capture.git (read-only, click to copy) |
|---|---|
| Package Base: | astrodmx-capture |
| Description: | AstroDMx Capture Astronomical Imaging |
| Upstream URL: | https://www.astrodmx-capture.org.uk/ |
| Keywords: | astrodmx astronomical astrophotography |
| Licenses: | custom |
| Submitter: | ashleyr |
| Maintainer: | cernyhonza |
| Last Packager: | cernyhonza |
| Votes: | 6 |
| Popularity: | 0.000154 |
| First Submitted: | 2020-04-30 10:54 (UTC) |
| Last Updated: | 2024-09-11 19:15 (UTC) |
Dependencies (26)
- at-spi2-core (at-spi2-core-gitAUR)
- cairo (cairo-gitAUR)
- curl (curl-gitAUR, curl-c-aresAUR)
- expat (expat-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-gitAUR, freetype2-macosAUR, freetype2-qdoledAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR, gdk-pixbuf2-noglycinAUR)
- glib2 (glib2-selinuxAUR, glib2-patched-thumbnailerAUR, glib2-gitAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- glu (glu-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-classic-xfceAUR)
- harfbuzz (harfbuzz-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libgphoto2 (libgphoto2-gitAUR)
- libsm
- libtool (libtool-gitAUR)
- libusb (libusb-gitAUR)
- libwebcam-gitAUR
- libx11 (libx11-gitAUR)
- Show 6 more dependencies...
Required by (0)
Sources (3)
- https://www.astrodmx-capture.org.uk/downloads/astrodmx/current/linux-arm//astrodmx-glibc-2.28_2.9.7_manual-armhf.tar.gz
- https://www.astrodmx-capture.org.uk/downloads/astrodmx/current/linux-arm/astrodmx-glibc-2.28_2.9.7_manual-aarch64.tar.gz
- https://www.astrodmx-capture.org.uk/downloads/astrodmx/current/linux-x86_64/astrodmx-capture_2.9.7_x86-64-manual.tar.gz
Latest Comments
1 2 Next › Last »
Adamyno commented on 2025-10-12 12:25 (UTC) (edited on 2025-10-12 12:27 (UTC) by Adamyno)
The actual versiion is 2.15.1. https://www.astrodmx-capture.org.uk/downloads/astrodmx/current/linux-x86_64/astrodmx-capture_2.15.1_x86-64-manual.tar.gz
BUILD file is incorrect.
Alternative installation solution until the fix is ready:
italic commented on 2024-04-28 00:37 (UTC)
The build file contains the incorrect link to the x86_64 package. It is actually at: https://www.astrodmx-capture.org.uk/downloads/astrodmx/current/linux-x86_64/astrodmx-capture_2.7.1_x86-64-manual.tar.gz (with underscore in
linux-x86_64instead of hyphen).emiliano.bovetti commented on 2024-04-04 07:47 (UTC)
Hey, I was unable to install v2.5.1, unfortunately
https://www.astrodmx-capture.org.uk/downloads/astrodmx/current/x86-64/astrodmx-capture_2.5.1_x86-64-manual.tar.gzgives a 404 and I think they are just removing old releases to save up space.Good news is the build worked by just bumping at its latest version (as of now 2.6.3 with
8dac54dbcf53cd1b7e16839307b355bd7e6bf844f523a322f1cf53fd02dc7f20for x86-64).JohnnySSH commented on 2022-11-10 19:23 (UTC)
The latest version of this is 1.7.2.0.
I'm not sure if the URL changed for the older source but the pkgbuild stop working and I couldn't get version 1.7.1 to build.
After editing the pkgbuild file to the below I have now successfully installed version 1.7.2.0:
Maintainer: Ashely Roll <ash at digitalnemesis dot com>
pkgname=astrodmx-capture pkgver=1.7.2.0 pkgrel=1 pkgdesc="AstroDMx Capture Astronomical Imaging" arch=('x86_64') url="https://www.astrodmx-capture.org.uk/"
No licence file available in package, see https://www.linux-astro-imaging.uk/linux/astronomy/linux-downloads
for details.
license=(custom) options=(!strip) install=$pkgname.install depends=('glibc>=2.27')
The Author, Nicola, is now copying new releases into both the
currentandoldfolders so that wecan maintain a constant path the file. Hopefully this will allow us to continue installing older versions
without breakage after a new version is released. Thanks Nicola!
source=("https://www.astrodmx-capture.org.uk/downloads/astrodmx/current/x86-64/astrodmx-capture_${pkgver}_x86-64-manual.tar.gz") sha256sums=("1ad1a3dba3ea8b8347e5d891609b48286e96cbcfdac2538655214a3f0a268cad")
_instdir="/opt/AstroDMx-Capture" _prefix="AstroDMx-${pkgver}-manual"
noextract=('astrodmx-capture_${pkgver}x86-64-manual.tar.gz') prepare() { #mkdir ${_prefix} bsdtar -xf "astrodmx-capture${pkgver}_x86-64-manual.tar.gz" -C ${_prefix} }
package() { # create the desitination folder mkdir -p "${pkgdir}${_instdir}"
}
gps1539 commented on 2022-06-10 18:23 (UTC)
@ashleyr thanks for maintaining while you could. I will take a look at what is involved when I get time next week to see if I can adopt it.
ashleyr commented on 2022-06-09 01:19 (UTC)
It seems the contents of the upstream package have changed around quite a bit and I don't have the free time to work out the right way to install it again.
I'd suggest uninstalling the package and using the manual installer from the AstroDMx Capture web site at this point.
Unfortunately I'm no longer in a position to maintain this package sorry.
gps1539 commented on 2022-06-08 23:46 (UTC)
Hi, could you update to 1.4.7.1, thanks.
ashleyr commented on 2022-02-16 09:19 (UTC)
I'll need a few days to update sorry, about to jump on a plane. Will get to it as soon as I can.
gps1539 commented on 2022-02-15 17:02 (UTC)
Hi, any chance of updating to 1.4.1, thanks.
ashleyr commented on 2021-12-26 09:46 (UTC)
@gps1539 Thanks for the heads up! it seems the upstream package has changed. I checked against my existing download.
Will be updating to a new release in a few minutes also.
1 2 Next › Last »