29726 Commits

Author SHA1 Message Date
fbrosson
6a0ab654e9 aspell: add a few other dictionaries: fi, fr, sk, sl, sr and sv.
fi (Finnish), fr (French), sk (Slovak), sl (Slovenian), sr (Serbian)
and sv (Swedish). Remark: there are 2 families of aspell_* recipes:
those which have aspell6- in their SOURCE_{URI,DIR} (e.g. fi, sk, sr)
and the others, which don't have the 6 in aspell- (e.g. fr, sl, sv).
2016-04-25 01:51:55 +00:00
fbrosson
379cb0abe3 sqlite: bump to 3.12.2, reorder sections, add TEST(). (#570) 2016-04-23 21:57:14 +00:00
fbrosson
44700fb58c aspell: bump en dictionary & add de, es, it, pl, pt_BR, pt_PT, ru. (#571)
* Bump aspell_en to 2016.01.19-0 and switch it to "any" arch.
* Do not use 2016.01.19_0 but 2016.01.19~0 (i.e. with a tilde instead
  of the underscore) in the name of the recipe in order to be able to
  define SOURCE_{URI,DIR} using "${portVersion/\~/-}", thus avoiding
  hard-coded version-related strings in the recipe.
* Remove from aspell_en's DESCRIPTION what's already in aspell's.
* Add: de (German), es (Spanish), it (Italian), pl (Polish), pt_BR
  (Brazilian Portuguese), pt_PT (Portuguese), ru (Russian).
2016-04-22 22:10:44 +00:00
fbrosson
eb912d4092 aspell_en: add x86_64, use mirror, fix typo: langague→language. 2016-04-22 02:33:36 +00:00
fbrosson
6ab4d92086 libcdio: fix versions of devel:lib{cdio,iso9660} in PROVIDES_devel.
* libcdio and libiso9660 had had their versions bumped in PROVIDES
  but not in PROVIDES_devel.
* Do not ship documentation and runtimes for secondary arch builds.
* Use a mirror redirector for SOURCE_URI.
* Update COPYRIGHT years.
2016-04-20 21:28:51 +00:00
fbrosson
ec31ba2cc4 cmake: bump to version 3.5.2. 2016-04-19 18:30:44 +02:00
fbrosson
91c1e30cd1 vcdimager: fix lib versioning, mark x86 and x86_64 as tested.
* Add lib versioning to lib:libvcdinfo and also use the same
  versioning (instead of $portVersion) for devel:libvcdinfo. This
  is safe because there are currently no packages depending on that
  lib. Also add version info for all runtimes.
* Mark all architectures as tested.
* Do not ship documentation and runtimes for secondary arch builds.
* Use a mirror redirector for SOURCE_URI rather than a fixed mirror.
* Update COPYRIGHT.
* Add TEST() with "make check" since the Makefile has this target.
2016-04-19 16:07:34 +00:00
fbrosson
fe6c8e6249 ccache: bump to version 3.2.5 using Haiku-style directories. (#567)
* Add PATCH() to use Haiku-style directories instead of the defaults:
  /usr/local/etc/ccache.conf => /boot/system/settings/ccache.conf
  $HOME/.ccache/ccache.conf => /home/config/cache/ccache/ccache.conf
  $HOME/.ccache/ => /home/config/cache/ccache/
  /usr/local/bin/ => /boot/home/config/non-packaged/bin/
* Create [/boot/system/]settings/ccache.conf as the system-wide
  configuration file with the "keep-old" label.
* Pass "`finddir B_SYSTEM_SETTINGS_DIRECTORY`" as sysconfdir in order
  to have the short path displayed instead of the long one, in case
  the system-wide configuration file contains errors.
2016-04-18 21:58:48 +00:00
fbrosson
d697b3e5b9 db: reoder sections, fix mixed spaces/tabs. 2016-04-17 21:49:26 +00:00
fbrosson
e60201f5fa ginac & cln: fix cln 1.3.4, update ginac 1.6.5, add ginac 1.6.7. (#559)
sci-libs/cln:

* REQUIRES_devel was set to libcln$secondaryArchSuffix instead of
  cln$secondaryArchSuffix, therefore preventing both the installation
  of cln_devel and its use in chrooted builds of ginac.
* Drop the recipe for version 1.3.2 (which was really old.)
* Change cmd:gcc to cmd:g++ in BUILD_PREREQUIRES.
* On x86_gcc2 using x86 as secondary arch, install pi in bin/ instead
  of bin/x86/.
* Do not use $portVersion as version of lib:libcln. Instead, use the
  libs' real version. This change is safe since the only package wich
  needs libcln is ginac and it is being updated in this very commit.

sci-mathematics/ginac:

* Fix versioned dependency on libcln for ginac-1.6.5.
* On x86_gcc2 using x86 2nd arch, do not install runtimes in bin/x86/
  but in bin/.
* Add ginac-1.6.7.
2016-04-17 21:30:37 +00:00
fbrosson
b3e8768b0d proj: fix minor issue in recipe for 4.8.0 and add 4.9.2.
* Fix test for setting commandSuffix and commandBinDir on x86_gcc2.
* Install runtimes in bin instead of bin/x86/ for x86 2nd arch.
* Drop unneeded "chmod +x ./configure" in BUILD().

Off topic: I would like to apologize for the duplicate commit log 3
commits earlier: "Update DriveEncryption homepage to upstream repo"
for haiku-apps/drive_encryption/drive_encryption-1.0.recipe.
I'm the only person to blame for this mistake. Sorry for the noise.
2016-04-16 15:45:45 +00:00
Humdinger
f07ee0f24a youtube-dl: new recipe for 2016.04.13 2016-04-16 08:38:55 +02:00
Humdinger
2d95727c6a BeGet: secure source, changed description, user settings
BeGet itself is only alpha quality, but works somewhat.
See its issues at HaikuArchives.
2016-04-15 14:45:21 +02:00
Richard Nyhus
f33fe87b7d Update DriveEncryption homepage to upstream repo (#557)
Change homepage back to github repo of Axel Dörfler
2016-04-15 08:24:28 +00:00
Richard Nyhus
9763e2ed99 Update DriveEncryption homepage to upstream repo (#557)
Change homepage back to github repo of Axel Dörfler
2016-04-15 08:15:50 +00:00
fbrosson
8567a52c0c pari: bump to version 2.7.5, fix x86_gcc2 and secondary arch.
* Bump version.
* Define PATCHES with $portVersion instead of $portVersionedName.
* Fix gcc2 build by simply dropping a duplicate semicolon typo.
* Fix config/Makefile.SH to have section 1 man pages installed in
  $MANDIR/man1 instead of $MANDIR.
* Mark x86_gcc2 as tested.
* Add $secondaryArchSuffix after each cmd: in PROVIDES.
* Drop ${data,documentation}Dir in secondary arch.
* Make secondary arch depend on primary arch.
* Use $libDir/pari (instead of $sysDataDir, which is not defined) for
  --sysdatadir in order to have /system/lib/pari/pari.cfg on primary
  arch and /system/lib/x86/pari/pari.cfg on x86-2nd arch, as the
  contents of these pari.cfg config files are arch-dependent.
2016-04-15 06:30:51 +00:00
Jerome Duval
9245c9342b python_pathtools: depends on python2. 2016-04-14 22:38:28 +00:00
Jerome Duval
4986ec1f30 python_html2text: bump version. 2016-04-14 22:37:54 +00:00
Jerome Duval
a09b71f069 python_dateutil: bump version. 2016-04-14 22:37:19 +00:00
Jerome Duval
604499aebe python_sip: bump version. 2016-04-14 22:36:38 +00:00
Jerome Duval
0f4340049d python_lxml: bump version. 2016-04-14 22:36:12 +00:00
Jerome Duval
1442985759 python_pygments: bump version. 2016-04-14 22:35:37 +00:00
Jerome Duval
03637760d8 python_pillow: bump version. 2016-04-14 22:35:09 +00:00
Jerome Duval
39fa35ec78 python_requests: bump version. 2016-04-14 22:34:40 +00:00
Jerome Duval
063f28fe2c python_docutils: bump version. 2016-04-14 22:34:05 +00:00
Jerome Duval
18522a2cef python_dulwich: bump version. 2016-04-14 22:33:37 +00:00
Jerome Duval
8b6616e63d python_urllib3: bump version. 2016-04-14 22:33:02 +00:00
Jerome Duval
984fdc144e python_watchdog: bump version. 2016-04-14 22:32:19 +00:00
Jerome Duval
51122b0ebb python_mock: bump version. 2016-04-14 22:31:52 +00:00
Jerome Duval
07839ae13d python_mako: bump version. 2016-04-14 21:29:07 +00:00
Jerome Duval
ccf00891a7 buildbot_slave: bump version. 2016-04-14 21:18:04 +00:00
Jerome Duval
225126668b python_setuptools: bump version. 2016-04-14 21:17:29 +00:00
Jerome Duval
2c2f8d6218 python_twisted: bump version. 2016-04-14 21:16:57 +00:00
Jerome Duval
e8005e9c62 python_zope.interface: bump version. 2016-04-14 21:15:58 +00:00
Jerome Duval
7f3bd1daac openssl: update git recipe.
* remove upstreamed part of the patchset.
2016-04-14 20:44:04 +00:00
Jerome Duval
445ef73276 ffmpeg: recipe doesn't seem to build with gcc4. 2016-04-14 19:15:36 +00:00
Jerome Duval
e2eafea65e gdk_pixbuf: bump version. 2016-04-14 19:15:34 +00:00
diversys
694f67d8a1 Merge pull request #556 from Begasus/kobodeluxe
new recipe for kobodeluxe 0.5.1
2016-04-14 17:19:56 +03:00
begasus
62a77adecd new recipe for kobodeluxe 0.5.1 2016-04-14 16:13:14 +02:00
diversys
5511d1325c Merge pull request #555 from Begasus/residualvm
add new recipe for residualvm
2016-04-14 16:57:59 +03:00
begasus
b5cbfeddd7 add new recipe for residualvm 0.2.1 2016-04-14 15:46:01 +02:00
fbrosson
7705be9cb1 pkgconfig: fix 0.27.1, 0.28 and 0.29, add 0.29.1. (#511)
* Add recipe for version 0.29.1.
* Use the runConfigure wrapper.
* Use exact copy of the patchset for 0.29 as there are no offset
  mismatches.

For 0.27.1:
* Call configure wuth "--with-pc-path" instead of "--with-pc_path".

For 0.28:
* Several changes to make it build and look almost like 0.29.1.

For 0.29:
* Switch to runConfigure in order to prevent pkg-config on secondary
  arch from shadowing that of the primary arch.

For 0.27.1, 0.28, 0.29 and 0.29.1:
* Fix COPYRIGHT.
* Update HOMEPAGE and SOURCE_URI to avoid "301 Moved Permanently".
2016-04-14 07:19:59 +02:00
Jerome Duval
4a2d359735 chromaprint: add recipe for version 1.3. 2016-04-13 23:39:56 +00:00
Jerome Duval
d100780b91 glew: also install libglewmx.
* fix #432.
2016-04-13 21:10:28 +00:00
Jerome Duval
acd0b0f571 cmake: use a temporary URL, until website is fixed. 2016-04-13 20:23:06 +00:00
fbrosson
1eb0d49f8a glib: add recipe for version 2.48.0. (#546) 2016-04-13 20:03:18 +02:00
Jerome Duval
ea098a39dc sqlite: bump version. 2016-04-13 19:30:36 +00:00
Jerome Duval
502e94396f libtasn1: bump version. 2016-04-13 19:24:21 +00:00
Humdinger
fce7b0cc73 Fixed Filer recipe
The link to Filer in $binDir pointed into the abyss...
2016-04-13 19:22:20 +02:00
Jerome Duval
95ff357f8a harfbuzz: bump version. 2016-04-13 19:13:47 +00:00