Augustin Cavalier
af44d046b0
ffmpeg 2.3: ffprobe works
2014-07-28 17:15:35 -04:00
Augustin Cavalier
0466598113
ffmpeg: 2.3!!
2014-07-28 17:14:32 -04:00
François Revol
f38c89a888
Add a preliminary recipe for gophernicus
...
Doesn't install as a net_server service yet.
One must also create /var/gopher/ manually.
2014-07-28 21:55:11 +02:00
Augustin Cavalier
e7ca44f6d4
ca_root_certificates: declare "compat >=0". And it works!
2014-07-28 14:34:49 -04:00
Augustin Cavalier
16ee50dad0
ffmpeg: add 0.10.14. GCC2 only, does not compile on GCC4.
...
Already tried for GCC4:
* -fstack-check=no
* --enable-pic
* --disable-pic
* -O3, -O2
... all of which were listed as solving the problem by various Linux
distros. Will try for FFmpeg 2.2 next.
2014-07-28 14:34:48 -04:00
Augustin Cavalier
4038f2a711
FFmpeg 0.11: mark as untested to make HaikuPorter select 0.10 instead.
...
(And it really is untested anyway).
2014-07-28 14:34:46 -04:00
François Revol
dc39470e37
lame: require ncurses
...
It's optional but lets the CLI frontend use terminfo.
2014-07-28 15:15:26 +02:00
François Revol
3b31a1c8f4
lame: Fix build for secondary arch
2014-07-28 14:51:14 +02:00
François Revol
897fbff867
beshare: Fix paths for writable folders (logs, downloads, shared)
2014-07-26 20:07:12 +02:00
François Revol
3248bc06b5
beshare: Update recipe and fix the build
...
It now runs, but it still wants to put logs and downloads
in its app folder...
2014-07-26 19:27:40 +02:00
François Revol
dbc126cf91
muscle: Add TODO: enable threading for devel package
...
We can't use it yet to build BeShare.
2014-07-26 18:47:18 +02:00
François Revol
add587d9c7
muscle: Also install support headers
2014-07-26 18:42:20 +02:00
François Revol
736bbea971
muscle: Replace vint32 by int32 for atomics
...
We don't need this anymore.
2014-07-26 18:42:13 +02:00
François Revol
c689ebb29f
muscle: Fix PROVIDES
2014-07-26 17:52:51 +02:00
François Revol
8782307b80
muscle: Also add headers to the _devel package
...
I'm not sure which ones we need, so I'll put them all for now.
2014-07-26 17:24:16 +02:00
François Revol
4b3dec5d6f
muscle: Add a _devel package with the static library
2014-07-26 17:23:26 +02:00
François Revol
eb966aeee5
muscle: Rename 'admin' binary to 'muscled-admin'
...
Because 'admin' is way too vague.
2014-07-26 17:12:18 +02:00
François Revol
f692d193a1
muscle: Also build static library
...
It's not built by default.
2014-07-26 17:10:58 +02:00
François Revol
e2fe685f06
muscle: Drop BUILDHOME
...
It doesn't seem to be used anywhere.
2014-07-26 17:09:17 +02:00
François Revol
3cabb3cfe2
bzr: Mark the recipe as tested for x86_gcc2
...
Builds fine and seems to work so far for me.
2014-07-26 16:09:53 +02:00
François Revol
96d4df23c0
bzr: Update the patch to also work with gcc4
...
For when we need it.
2014-07-26 16:05:23 +02:00
François Revol
f8b2d8e299
bzr: Add our own location for SSL certificates
...
Spent an hour finding this place...
Let's hope they won't move too much.
2014-07-26 15:17:30 +02:00
Adrien Destugues
301d8f27aa
sdl2_ttf: fix dependencies.
2014-07-25 17:08:33 +02:00
François Revol
f311cbed15
muscle: Fix building for gcc4
...
It misses a devel package though...
2014-07-24 23:37:03 +02:00
Adrien Destugues
7229b2d56b
SDL2: regenerate configure script.
...
* I made changes to configure.in, but for this to work configure needs
to be regenerated.
2014-07-24 21:51:09 +02:00
François Revol
8b5886eeee
bzr: Update recipe
...
Untested yet, but it builds.
Only for gcc2 for now, since we don't have a python package
for secondary arch yet, and it needs to use libpython.so...
2014-07-24 00:10:03 +02:00
Augustin Cavalier
07dec02e21
Pe: recipe for 2.4.5.
2014-07-23 17:50:54 -04:00
Augustin Cavalier
7122ae7bc3
Pe: nuke old unused recipes.
2014-07-23 17:50:53 -04:00
François Revol
8f7f3c4b3a
glib2: bump revision
2014-07-23 18:28:40 +02:00
François Revol
3872efa606
glib2: Fix glib-gettextize
...
Of course it was made from a template which has
datadir=@datadir@
... and the next line:
gettext_dir=$prefix/shared/glib-2.0/gettext
Go figure :-D
2014-07-23 18:08:04 +02:00
François Revol
942b9b160d
Add an old patch sitting around for acpica
...
Just for the record.
2014-07-23 15:39:05 +02:00
François Revol
8d6e6794d6
asciidoc: Drop gcc and ld dependency
...
It's python stuff.
2014-07-23 14:54:21 +02:00
François Revol
ab9940f435
Revert "asciidoc: Switch to architecture "any""
...
This reverts commit 1606e09674 .
As Oliver said we might want to support different python version
on different architectures, so we should stick to arch-dependent
for python stuff anyway.
2014-07-23 14:52:34 +02:00
François Revol
4354bfb4a8
tig: Update recipe and version
...
It doesn't seem to build with gcc2.
We probably want to have it as /bin/tig anyway...
2014-07-23 14:49:25 +02:00
François Revol
9daa59dddd
asciidoc: add cmd:python to REQUIRES
...
A python script without python wouldn't bite much...
2014-07-23 14:13:18 +02:00
François Revol
1606e09674
asciidoc: Switch to architecture "any"
...
It's just plain python anyway.
2014-07-23 14:06:42 +02:00
François Revol
32a31bba6f
asciidoc: drop the PATCH() call
...
We fake #!/usr now, so it's useless.
2014-07-23 14:04:17 +02:00
François Revol
218999cba7
asciidoc: Fix build
...
It seems to be python sutuff only, we should probably switch it to arch any.
We can also probably drop the PATCH() call since we now fake #!/usr...
2014-07-23 13:59:07 +02:00
François Revol
f867fd44e5
lynx: keep-old settings
2014-07-23 01:34:13 +02:00
François Revol
4ff99792ec
Add a recipe for Lynx
...
The patchset overwrites configure, because lynx wants to use
its own version of autoconf, which would be too much trouble.
2014-07-23 01:10:30 +02:00
Kacper Kasper
3d17251dcd
Merged in Hybrid support fixes to various packages (pull request #195 )
2014-07-22 21:56:40 +02:00
Sergei Reznikov
c57346b957
libfaac: fix hybrid support
2014-07-22 21:47:39 +02:00
Sergei Reznikov
51f28a5084
libsndfile: fix hybrid support
2014-07-22 21:47:27 +02:00
Sergei Reznikov
1cf83bb316
libdvdread: fix hybrid support
2014-07-22 21:46:50 +02:00
Sergei Reznikov
d4df872bb8
libdvdnav: fix hybrid support
2014-07-22 21:43:58 +02:00
Sergei Reznikov
347cf24005
libdvdcss: fix hybrid support
2014-07-22 21:41:22 +02:00
Sergei Reznikov
c1747df208
a52dec: fix hybrid support
2014-07-22 21:38:52 +02:00
Kacper Kasper
7711034271
lcms: forgot to bump the revision.
2014-07-22 21:14:54 +02:00
Kacper Kasper
ba409e483b
libe-book: add recipe for version 0.1.1
2014-07-22 20:21:04 +02:00
Kacper Kasper
34f99db294
libfreehand: add recipe for version 0.1.0
2014-07-22 20:20:28 +02:00