29 Commits

Author SHA1 Message Date
github-actions[bot]
626a53a7a7 Update buildsystems to use buildsystem name variables, and report contents of those variables/methods during use. (#11936)
* Update buildsystems, update jq, add jq to core for arm.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Only report build options if they exist.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Fix overeager sed replacement.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* workflow debugging

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add logging for build errors.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Revert to function in each package file.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Update jq since it needs gcc14 to build.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add built packages for linux/386 to buildsystems

* remove deprecated gfbgraph

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* fix git tag for gnome_maps

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Update llvm20 package file.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Update gnome_maps deps.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Abstract out buildsystems_methods reporting.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Keep LIBC_VERSION const from being empty.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Update crew_profile_base and libxml2

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* clarify

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* lint

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Update libarchive

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* update libavif

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* more updates

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add libxml2 build comment.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add build comment to libarchive.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Don't warn for missing directory during package removal.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
2025-05-23 19:50:48 +00:00
github-actions[bot]
02bfed5d9d AutoBuild: update-aria2 started at 2025-01-26-18UTC (#11194)
* Aria2 1.36.0 => 1.37.0

* Add built packages for linux/386 to update-aria2

* Add built packages for linux/amd64 to update-aria2

* Add built packages for linux/arm/v7 to update-aria2

---------

Co-authored-by: Ed Reel <edreel@gmail.com>
Co-authored-by: uberhacker <uberhacker@users.noreply.github.com>
2025-01-26 22:55:05 +00:00
Maximilian Downey Twiss
f6b6cab229 Rename autotools constants to fall in line with the rest of crew (#10442)
* Rename CREW_OPTIONS to CREW_CONFIGURE_OPTIONS

* Rename build_extras and install_extras to configure_build_extras and configure_install_extras
2024-09-09 18:21:58 -05:00
Maximilian Downey Twiss
f6dc1d8d4e Derive binary_url in package.rb (#7082)
* Add binary_compression value to each package

* Remove binary_url values and arrays

* Handle packages with empty binary_sha256 arrays (either missing binaries or not compiled by us)
2024-01-25 11:03:31 -05:00
Maximilian Downey Twiss
98bffb67de Remove remaining uses of @_ver in git_hashtag (#8374) 2023-06-12 11:32:31 -04:00
Cassandra Watergate
d4ba874673 aria2 -> 1.36.0 (#7111)
add x86_64 and i686 binaries

add arm binaries
2022-06-03 02:09:02 -05:00
Ed Reel
4187204cee Add pre-built binaries for aria2 and pdftk (#5830) 2021-06-01 09:57:42 -04:00
Cassandra Watergate
a1343755a9 Fix aria2 (#5661) 2021-04-18 20:43:25 -05:00
Ed Reel
30a1f8719d Transition binary repo from Bintray to SourceForge (#5608) 2021-04-13 10:11:55 -04:00
saltedcoffii
1558e470e4 Licensed files aa* to az* 2021-03-18 16:52:48 -04:00
satmandu
ade0cc2127 Crew options fixes (#5258)
* Update libffi.rb

Old
```
crew files libffi
libffi: The libffi library provides a portable, high level programming interface to various calling conventions.
/usr/local/include/ffi.h
/usr/local/include/ffitarget.h
/usr/local/lib64/libffi.la
/usr/local/lib64/libffi.so
/usr/local/lib64/libffi.so.7
/usr/local/lib64/libffi.so.7.1.0
/usr/local/lib64/pkgconfig/libffi.pc
/usr/local/share/info/dir.gz
/usr/local/share/info/libffi.info.gz
/usr/local/share/man/man3/x86_64-cros-linux-gnu-ffi.3.gz
/usr/local/share/man/man3/x86_64-cros-linux-gnu-ffi_call.3.gz
/usr/local/share/man/man3/x86_64-cros-linux-gnu-ffi_prep_cif.3.gz
/usr/local/share/man/man3/x86_64-cros-linux-gnu-ffi_prep_cif_var.3.gz
Total found: 13
Disk usage: 90KB
```
new:
```
libffi: The libffi library provides a portable, high level programming interface to various calling conventions.
/usr/local/include/ffi.h
/usr/local/include/ffitarget.h
/usr/local/lib64/libffi.a
/usr/local/lib64/libffi.la
/usr/local/lib64/libffi.so
/usr/local/lib64/libffi.so.7
/usr/local/lib64/libffi.so.7.1.0
/usr/local/lib64/pkgconfig/libffi.pc
/usr/local/share/info/dir.gz
/usr/local/share/info/libffi.info.gz
/usr/local/share/man/man3/ffi.3.gz
/usr/local/share/man/man3/ffi_call.3.gz
/usr/local/share/man/man3/ffi_prep_cif.3.gz
/usr/local/share/man/man3/ffi_prep_cif_var.3.gz
Total found: 14
Disk usage: 324KB
```

* Update aria2.rb

* Update trousers.rb

* Update libmetalink.rb

* Update mono.rb

* Remove target prefix workaround logic

* Update aria2.rb

* Update libffi.rb

* Update libmetalink.rb

* Update mono.rb

* Update trousers.rb
2021-02-23 17:18:40 -06:00
Kevin Perkins
951925aeb8 Trim trailing whitespace in most files (#4946)
Co-authored-by: Ed Reel <edreel@gmail.com>
2021-01-20 17:58:34 -06:00
satmandu
4add51175f Adjust aria2 package to use CREW_BUILD (#4954)
* Adjust package to use CREW_BUILD

* remove core packages from dependencies
2021-01-20 16:14:42 -06:00
satmandu
9dd483a97c Aria2 + lto (#4939)
* aria2: use -flto & crew_options

* fix armv7l variables
2021-01-18 21:09:25 -06:00
Ed Reel
9617751bbd Add check for package compatibility 2020-05-14 23:57:07 -05:00
Ed Reel
82a64b98c9 Add pre-built binaries for packages a-y (#3630) 2019-10-31 13:10:54 -04:00
Casey Strouse
0b0efa5259 Update aria2 from 1.34.0 to 1.35.0 (#3612)
Tested on ARM.
2019-10-29 09:50:09 -05:00
Ed Reel
c6e475f043 Add pre-built binaries for ansible, ant, aria2, aws and libcyrussasl 2019-09-20 17:55:56 -05:00
Casey Strouse
7eec8852bd Update aria2 from 1.33.1 to 1.34.0 (#3483) 2019-09-20 14:37:53 -05:00
Ed Reel
baabfb83d4 Add pre-built binaries for aria2, ascii, asciidoc, avocado, bdwgc, datamash, whois and wput
Update versions based on changes

Bump versions to detect changes

Change permissions on whois.conf
2018-01-01 22:48:37 -06:00
Ed Reel
7ef970660e Merge pull request #1602 from duckunix/1585-pt2
Supporting 1585 - update ascii, asciidoc, datamash, whois, avocado, aria2, wput, bdwgc
2018-01-01 14:14:26 -06:00
Don Harper
6d76633162 aria2 - switch to download the .xz 2018-01-01 14:01:15 -06:00
Don Harper
5268c8fc44 aria2 - update to 1.33.1 2018-01-01 12:23:32 -06:00
Ed Reel
5a8e4c6560 Add pre-built binaries for a packages 2017-11-29 02:50:02 -06:00
Casey Strouse
bac4412069 Update aria2 from 1.32.0 to 1.33.0
This is a general bugfix and maintenance release.

Tested as working on Samsung Chromebook Plus (aarch64).
2017-11-01 18:27:42 -07:00
Kazushi (Jam) Marukawa
e06528278c Add pre-compiled binaries 2017-08-26 09:29:23 +09:00
Ed Reel
09d4868669 Change dependency from libsqlite3 to sqlite
- Remove libsqlite3 package
2017-08-02 23:21:37 +09:00
Ed Reel
c644d7ac4c Change packages a-c from sha1 to sha256 2017-06-28 23:08:34 -05:00
Ed Reel
2d6f528086 Add aria2 package 2017-06-22 16:41:32 -05:00