Package Details: astrodmx-capture 2.7.1-3

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: 5
Popularity: 1.67
First Submitted: 2020-04-30 10:54 (UTC)
Last Updated: 2024-04-28 08:04 (UTC)

Latest Comments

1 2 Next › Last »

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_64 instead 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.gz gives 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 8dac54dbcf53cd1b7e16839307b355bd7e6bf844f523a322f1cf53fd02dc7f20 for 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 current and old folders so that we
can 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}"

# copy over the linux 64 bit files
cp --recursive ${_prefix}/opt/AstroDMx-Capture/* "${pkgdir}${_instdir}"

# add xdg menu
mkdir -p ${pkgdir}/etc/xdg/menus/applications-merged/
cp "${_prefix}/etc/xdg/menus/applications-merged/astrodmx.menu" "${pkgdir}/etc/xdg/menus/applications-merged/"

# copy usr share
mkdir -p "${pkgdir}/usr/share/"
cp -r ${_prefix}/usr/share/* "${pkgdir}/usr/share/"

# copy over the udev rules
mkdir -p "${pkgdir}/etc/udev/rules.d"
cp ${_prefix}/etc/udev/rules.d/* "${pkgdir}/etc/udev/rules.d"

# create a profile file to add an alias for astrodmx
mkdir -p "${pkgdir}/etc/profile.d"
echo "alias astrodmx=\"${_instdir}/bin/AstroDMx-Capture\"" > "${pkgdir}/etc/profile.d/${pkgname}.sh"

}

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.

gps1539 commented on 2021-12-25 23:09 (UTC)

Thanks for managing astrodmx. The sha256sum for the 1.3.14.0-2 package do not seem to match the PKGBUILD file and the update fails. I downloaded directly via wget and I get the different chksum.

$ sha256sum astrodmx-capture_1.3.14.0_x86-64-manual.tar.gz dcb650ff3b0553921c6133c05d9698954996a0408bbc04a0eaca841763372f68 astrodmx-capture_1.3.14.0_x86-64-manual.tar.gz