Commit Graph

179 Commits

Author SHA1 Message Date
Jerome Duval
ab717d6c4f cpio: enable x86_64 2014-10-16 17:07:24 +00:00
Adrien Destugues
e92262243a Add recipe for unzip 6.10c11.
While this is not a stable release from unzip, it includes the Haiku
changes we upstreamed in 2011. It is better to use this than to backport
those changes to 6.0 again.
2014-10-14 20:39:19 +02:00
Adrien Destugues
2f69ff1c01 Add recipe for ncompress.
This is an updated version of what we currently have in haiku tree for
compress. It was renamed to ncompress to avoid confusion with the BSD
implementation.
2014-10-14 14:43:55 +02:00
Adrien Destugues
e386a9f4b4 cpio 2.11: fix recipe. 2014-10-14 14:43:21 +02:00
Jerome Duval
f4a30a5dbd snappy: added a recipe for version 1.1.2
* had to use a non official mirror because of GoogleDrive.
2014-10-03 16:35:00 +00:00
Jerome Duval
b315911a08 xz_utils: bump version. 2014-09-23 17:10:21 +00:00
Jerome Duval
d0ef852764 freetype: fixed pkg-config and libtool files.
to use package links as described by Ingo.
* added devel packages requirements for libpng, zlib, bzip2
2014-09-22 22:20:35 +00:00
Jérôme Duval
ba7a929582 fixPkgconfig doesn't need an argument. 2014-09-03 16:57:14 +02:00
Jerome Duval
ba846cd69c unrar: bump version
* removed version 4.2.4
2014-08-06 18:34:48 +00:00
Adrien Destugues
2db725ed3e LHA: add expander rule and fix libiconv detection
* Makes it possible to extract LHA archives with Expander
* Makes it possible to extract archives with non-utf8 file names inside
2014-07-17 09:48:03 +02:00
Augustin Cavalier
4eed96fc2c xz_utils: devel package requires base package. 2014-07-15 11:19:30 -04:00
Augustin Cavalier
6689510053 xz_utils: Split devel:liblzma into a separate package. 2014-07-13 10:39:35 -04:00
Adrien Destugues
6e05d6bcd6 unzip: fix recipe syntax.
Still does not build.
2014-06-10 23:05:46 +02:00
Jerome Duval
b41fbe8e15 fixed uses of libssl and libcrypto on secondary arch. 2014-06-02 17:28:47 +00:00
Jerome Duval
f9b9f23da2 lz4: gcc2 patches 2014-05-16 14:22:14 +00:00
Jerome Duval
ee4c981b18 added recipe for lz4 2014-05-15 22:20:40 +00:00
Jerome Duval
6d370e76fe unrar: added recipe for version 5.1.5 2014-05-13 15:44:25 +00:00
PulkoMandy
5f9bcb6928 Declare ARM support for packages to bootstrap.
* The bootstrap process won't work without that.
2014-04-22 21:23:55 +02:00
Oliver Tappe
80bbd70b83 Let all recipes use SHA-256 checksums only. 2014-04-21 19:31:51 +02:00
Oliver Tappe
f31617b50f Adjust many more recipes to support mirror site.
* Mostly added SRC_FILENAME where the automatic filename didn't
  make any sense.
2014-04-20 23:13:43 +02:00
Adrien Destugues
2b15d5c85d Merged in KapiX/haikuports (pull request #158)
zip 3.0
2014-04-19 23:33:20 +02:00
Jerome Duval
2851af416a sharutils: enable x86_gcc2 2014-04-14 19:55:35 +00:00
Jerome Duval
9914652aad unrar: added recipe for version 5.0.14 2014-04-14 18:27:03 +00:00
Kacper Kasper
160679de68 zip: turn bep into recipe. 2014-04-03 21:42:21 +00:00
Adrien Destugues
8b23273f9e Cleanups
* Remove some old non-recipes
* Add missing cmd:awk to some packages
2014-03-30 13:23:00 +02:00
Adrien Destugues
670cb5e9ae Tar: fix gcc2 build. 2014-03-28 21:47:12 +01:00
Jerome Duval
5e3de2f734 Promote version upgrades for x86 and x86_64. 2014-03-22 23:00:29 +00:00
Jonathan Schleifer
0ec0eefec9 tar: Oops, forgot to git add the patchset. Sorry. 2014-03-20 20:35:35 +01:00
Jonathan Schleifer
bd5d90be1b Fix tar-1.27.1
* Fixes the patch not applying
* Fixes build not succeeding due to -Werror
  (--enable-gcc-warnings is the default and enables -Werror as well)
2014-03-20 15:04:31 +01:00
Jerome Duval
cadf307871 tar: recipe for version 1.27.1 2014-03-20 10:18:36 +00:00
Jerome Duval
16588c2c30 xz_utils: recipe for version 5.0.5 2014-03-20 09:56:59 +00:00
Adrien Destugues
9a9f45b24e Fix pkg-config file for liblzma. 2014-01-12 19:34:40 +01:00
dradancer
609b62205d Updated descriptions/summaries to comply 2014-01-05 04:12:45 -08:00
dradancer
aeb2606424 Cleaned up summary/description in app-arch and app-editors (plus a few miscellanous) 2014-01-05 04:12:45 -08:00
noryb009
28c828ad5a Rewrap app-arch DESCRIPTIONs 2014-01-02 16:40:56 -05:00
Chris Roberts
54479651f4 Fix bzip2 library location and symlinks
* Move the static library to $libDir on secondary arch builds

* Create libbz2.so symlink so things can actually find/use the shared lib

* Remove $binDir and $manDir on secondary arch builds
  The bin commands were already excluded from the package because of
  where they were installed.  This just gets rid of the policy warning
2013-12-29 01:07:08 -07:00
Alexander von Gluck IV
d97a2aabd9 all: Don't use portVersionedName for SOURCE_DIR
* portVersionedName contains the secondary architecture,
  so using it means secondary package builds fail.
  example: $portVersionedName is libwow_x86-0.0.0 when
  doing an x86 build on x86_gcc2
2013-12-25 17:52:56 -06:00
Chris Roberts
f3310e9a20 Convert/update cabextract to working recipe 2013-11-24 20:55:10 -07:00
Chris Roberts
0a4db91cd1 Convert/update sharutils to working recipe
--HG--
rename : app-arch/sharutils/sharutils-4.10.recipe => app-arch/sharutils/sharutils-4.14.recipe
2013-11-24 20:54:41 -07:00
Chris Roberts
efbde530ea Convert/update pigz to working recipe
--HG--
rename : app-arch/pigz/pigz-2.1.6.recipe => app-arch/pigz/pigz-2.3.1.recipe
2013-11-24 20:54:03 -07:00
Chris Roberts
94a40407a0 Convert/update arc to working recipe
--HG--
rename : app-arch/arc/arc-5.21o.recipe => app-arch/arc/arc-5.21p.recipe
2013-11-24 20:53:40 -07:00
Chris Roberts
3101433d7c Convert xar to working recipe 2013-11-24 20:53:02 -07:00
Chris Roberts
09fea8babb Convert lha to working recipe 2013-11-24 20:51:25 -07:00
Chris Roberts
17aa424aa5 Convert ha to working recipe 2013-11-24 20:50:53 -07:00
Chris Roberts
1d2c140ea4 Convert fastjar to working recipe 2013-11-24 20:50:16 -07:00
Brandon Tran
868ce90398 Expanded description in unrar for Google Code-In 2013. 2013-11-20 00:09:48 -08:00
Brandon Tran
2e9eeae9c4 Expanded description in p7zip-9.13 for Google Code-In 2013. 2013-11-19 23:33:31 -08:00
Brandon Tran
e36636d635 Updated description of bzip2 for Google Code-In 2013. 2013-11-19 22:16:04 -08:00
Ingo Weinhold
68ae90bc60 cpio: Convert 2.10 recipe to an actual recipe
This is somewhat hacky. We should actually rebuild the build system,
but that doesn't work for gnulib.
2013-11-12 03:06:41 +01:00
Ingo Weinhold
d36638d95c cpio patches: whitespace cleanup 2013-11-12 03:06:40 +01:00