Search Criteria
Package Details: astrodmx-capture 2.3.2-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: | 3 |
Popularity: | 0.000026 |
First Submitted: | 2020-04-30 10:54 (UTC) |
Last Updated: | 2023-10-18 18:03 (UTC) |
Dependencies (26)
- at-spi2-core (at-spi2-core-minimal-gitAUR, at-spi2-core-gitAUR)
- cairo (cairo-glesv2-binAUR, cairo-glesv3-binAUR, cairo-gitAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR)
- expat (expat-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-infinality-remixAUR, freetype2-ultimate5AUR, freetype2-v35AUR, freetype2-gitAUR)
- gcc-libs (gccrs-libs-gitAUR, gcc-libs-gitAUR, gcc11-libsAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR, glib2-selinuxAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-widevineAUR)
- glu (glu-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-gitAUR, gtk3-ubuntuAUR)
- harfbuzz (harfbuzz-gitAUR)
- libglvnd
- libgphoto2 (libgphoto2-gitAUR)
- libsm
- libtool (libtool-gitAUR)
- libusb (libusb-gitAUR)
- libwebcam-gitAUR
- libx11 (libx11-gitAUR)
- Show 6 more dependencies...
Latest Comments
1 2 Next › Last »
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
andold
folders 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.
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
ashleyr commented on 2021-09-29 14:12 (UTC) (edited on 2021-10-05 01:09 (UTC) by ashleyr)
UPDATE
Nicola (the author) has very helpfully agreed to copy new releases into the
old
folder as they are released as well as put them into thecurrent
folder so that we can use the consistent path in ourPKGBUILD
and avoid it breaking. I've updated this as of version 1.2.6.Thanks heaps Nicola!
A quick note about the package breaking on new release
The author of AstroDMX is moving the archive location when they release a new version so the source link becomes invalid until I can update the version in the PKGBUILD.
I've contacted the author to see if there is a way we can fix this.
In the meantime, please flag as out of date, and I'll update as soon as I can.
Ash.
NicolasV commented on 2021-09-24 14:40 (UTC) (edited on 2021-09-24 14:48 (UTC) by NicolasV)
You need to replace "current" by "old" in the source package url in order to build 0.90.2. The right one is
https://www.astrodmx-capture.org.uk/sites/downloads/astrodmx/old/x86-64/astrodmx-glibc-2.30_${pkgver}_x86-64-manual.tar.gz
By the way, current version is 1.0.5 ;-)
1 2 Next › Last »