Coder Social home page Coder Social logo

astroarch-pkgs's Introduction

astroarch-pkgs

Archlinux maintained packages for astrophotography

astroarch-pkgs's People

Contributors

mattblack85 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

sc74

astroarch-pkgs's Issues

Indi-3rdparty dependencies

The indi-3rdparty packages have a "PipeWire Media Session" dependency.

However, ArchWiki recommends "WirePlumber" as a session manager, considering deprecated "PipeWire Media Session".

Do you plan to follow this recommendation?

Package pylibcamera

  • make a PKGBUILD
  • release the package for aarch64/x64 on astroarch.astromatto.com repo

Siril 1.2.1 Package

Would it be possible to create the Siril package for aarch64 in order to install it in AstroArch?

Siril 1.2.1 Package

The PKGBUILD Aur for Arch x86 only needs little change https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=siril

Only add 'aarch64' and replaced libjpeg by libjpeg-turbo.

pkgname=siril
pkgver='1.2.1'
pkgrel=1
pkgdesc="An astronomical image processing software for Linux. (IRIS clone)"
arch=('aarch64' 'x86_64')
license=('GPL3')
depends=('gtk3' 'json-glib' 'fftw' 'cfitsio' 'gsl' 'libconfig' 'opencv' 'exiv2' 'gnuplot' 'ffms2')
makedepends=('meson' 'cmake' 'ninja')
url="https://www.siril.org/"
optdepends=('libpng: PNG import'
'libjpeg-turbo: JPEG import and export'
'libtiff: TIFF import and export'
'libraw: DSLR RAW images import'
'libcurl-gnutls: check for updates'
'gnuplot: photometry graphs creation')

source=("https://free-astro.org/download/siril-${pkgver}.tar.bz2")
sha256sums=('b1b44e9334df137bea5a73d9a84ebe71072bf622c63020a2a7a5536ecff1cd91')

build() {
cd "$srcdir/$pkgname-$pkgver/"
meson setup --prefix /usr --buildtype release _build
ninja -C _build
}

package() {
cd "$srcdir/$pkgname-$pkgver/"
meson install -C _build --destdir "$pkgdir"
}

Install Calamares on AstroArch

Hi,

Here is an idea for installing Calamares.

I first compiled 3 packages which are not on aarch64 from PKGBUILD x86_64.

1 - ckbcomp

PKGBUILD_ckbcomp.txt

2 - libx86emu

PKGBUILD_libx86EMU.txt

3 - hwinfo

PKGBUILD_hwinfo.txt

After the Calamares package which comes directly from Manjaro.

PKGBUILD_calamares.txt

For the application logos and banners, you must create a folder ../branding/astroarch
The ideal would be to add a line in the PKGBUILD for Calamares to replace that of Manjaro.
It would also be necessary to change the icon of the application found in the menu, once installed.

Finally, just modify the configuration files /etc/calamares/settings.conf to install what you want by removing or adding the hashtag in front of the modules.

Settings.conf.txt

There is a very interesting part for installing software with the package module. This would avoid overloading the AstroArch image.

The files for Calamares modules are under /usr/share/calamares/modules

Clear skies to you

libssl.so.1.1 is missing

It seems that launching paru -S leads to an error with libssl1.1 on AstroArch

error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.