Peter Korsgaard
9d6c2f548e
alsa-lib: convert to Makefile.autotools.in format
2009-02-23 13:37:48 +00:00
Peter Korsgaard
e90a4bf4af
alsa-lib: don't use versioned symbols
...
As reported by Dirk Vermaak and Daniel Mack. Fixes runtime issues with
alsa-lib, see
http://mailman.alsa-project.org/pipermail/alsa-devel/2009-February/014999.html
for details.
2009-02-23 13:01:26 +00:00
Peter Korsgaard
71a55254a4
dbus: convert to Makefile.autotools.in and bump version
2009-02-22 20:12:50 +00:00
Peter Korsgaard
87c15b5356
kexec: bump version and convert to Makefile.autotools.in format
2009-02-21 19:13:24 +00:00
Peter Korsgaard
8c1dd5d2c0
libsndfile: bump version and convert to Makefile.autotools.in format
2009-02-21 13:04:08 +00:00
Peter Korsgaard
52d5f898b8
libsndfile: cleanup help text
2009-02-21 13:04:02 +00:00
Peter Korsgaard
9a1333bcc7
php: Config.ext is in a BR2_PACKAGE_PHP conditional, so get rid of depends
2009-02-21 09:06:48 +00:00
Peter Korsgaard
0524852e7a
php: fix sqlite module
...
- php comes with it's own embedded sqlite, so no need to select sqlite
- disable largefile support for !BR2_LARGEFILE
- php somehow forgets to link with -ldl, breaking the sqlite extension.
Fix it by disabling the (unused?) modload support in sqlite.
2009-02-21 09:06:43 +00:00
Peter Korsgaard
21e3fa22ee
php: use alternative download URL so we can use DOWNLOAD macro
...
As noted by Solar on IRC.
2009-02-20 21:55:32 +00:00
Peter Korsgaard
01ea62911e
php: don't use DOWNLOAD macro
...
php.net only offers downloads though a strange php script with the file name
embedded in the *MIDDLE* of the URL, which isn't compatible with the DOWNLOAD
macro. Fix it by reverting php.mk hunk of r24689 to go back to $(WGET).
This ofcourse means that the primary site / fallback mirror stuff isn't used.
2009-02-20 15:13:50 +00:00
Peter Korsgaard
24981139f6
package/multimeda: add flac package
...
Patch by Sven Neumann (from #99 ).
Removed optimization patch, cleaned up configure args and fixed download URL.
2009-02-20 13:02:13 +00:00
Peter Korsgaard
b3d48af90d
alsa-utils: select ncurses library dependency
2009-02-19 16:04:20 +00:00
Peter Korsgaard
2453972351
libvorbis: select libogg dependency
...
Library dependencies should be selected, and not use depends on.
2009-02-19 15:45:05 +00:00
Peter Korsgaard
eacd9e0844
libvorbis: convert to Makefile.autotools.in format
...
Patch by Sven Neumann <s.neumann@phase-zero.de>
Closes #107
2009-02-19 15:45:00 +00:00
Peter Korsgaard
fc8ac0c7e5
pppd: fix build without UCLIBC_HAS_BSD_ERR
...
Replace the BSD specific warn() with a call to syslog.
Patch by Gustavo Zacarias, closes #109 .
2009-02-19 12:08:11 +00:00
Hamish Moffatt
a83dddf9ff
Enable multilink PPP (no reason to disable it)
...
Add configuration item to enable filtering (requires libpcap)
2009-02-19 05:31:05 +00:00
Peter Korsgaard
ea74003ebf
tslib: convert to Makefile.autotools.in format
...
Patch by Sven Neumann <s.neumann@phase-zero.de>
Closes #61 .
2009-02-18 14:16:38 +00:00
Peter Korsgaard
ddc807aea8
tslib: doesn't use C++, so don't require it in the configure script
2009-02-18 14:16:34 +00:00
Peter Korsgaard
bb76564738
busybox: 1.13.2 killall fix
2009-02-18 14:16:30 +00:00
Peter Korsgaard
1aae99bc34
mtd-utils: flashcp: handle non-power-of-2 erase size (E.G. for dataflash)
2009-02-17 14:04:49 +00:00
Peter Korsgaard
7892b23ae7
udev: options for path_id and firmware.sh
...
Patch by Mike Crowe.
2009-02-13 19:57:59 +00:00
Peter Korsgaard
8acde59f79
package: work around kconfig crash issue with comments in choice entries
2009-02-13 09:18:08 +00:00
Peter Korsgaard
dd0345aeaa
mpfr: bump version
2009-02-13 08:34:01 +00:00
Peter Korsgaard
5373ea118d
gmp: use GNU_MIRROR for site
2009-02-13 08:33:57 +00:00
Peter Korsgaard
585bc18384
gmp: bump version
2009-02-13 08:33:50 +00:00
Peter Korsgaard
7ac25f1320
dnsmasq: bump version
...
closes #97 .
2009-02-12 13:39:33 +00:00
Peter Korsgaard
5804c6d9fe
libpng: bump version
...
Fixes memory leak and double-free vulnerability
2009-02-12 12:17:12 +00:00
Peter Korsgaard
cf34241144
gmp/mpfr: use static libraries as make targets
...
The host shared objects are no more.
2009-02-10 16:38:53 +00:00
Peter Korsgaard
7897a950fe
gmp/mpfr: fix up dependencies to stop continous rebuild with --disable-shared
...
Don't list the shared objects as targets for the host compilation now that
we compile with --disable-shared.
2009-02-10 15:19:31 +00:00
Peter Korsgaard
0948f8af37
x11/video-xgi: fix vesa/xgi typo
...
Closes #95
2009-02-10 13:01:28 +00:00
Peter Korsgaard
42f985687d
gmp/mpfr: force static linking
...
Patch by Maxim Grigoriev.
GCC 4.3.x would link with the correct shared library versions, but without
any RPATH, so it ended up looking for then in /usr/lib/ at runtime.
This is less than good, as the version there might not be compatible, and
even worse for distributions like Ubuntu, which doesn't install those
libs by default, the build breaks.
Fix it by forcing static linking instead.
2009-02-09 13:01:32 +00:00
Peter Korsgaard
421b354ce2
vim: cleanup sed invocation
2009-02-08 11:00:44 +00:00
Peter Korsgaard
45c8d20378
alsa-lib: make python option depend on python
...
As discussed on the list.
2009-02-07 06:57:29 +00:00
Peter Korsgaard
a54e0dd97f
mpg123: remove unused mpg123x target (debug?)
2009-02-05 13:24:22 +00:00
Peter Korsgaard
2c89d7aeb6
mpg123: remove arm funroll-loops workaround
...
Fixed by toolchain patch.
2009-02-05 13:24:18 +00:00
Peter Korsgaard
d41e54e694
mpg123: cleanup unused hunk after r25004
2009-02-05 13:24:07 +00:00
Peter Korsgaard
c74eee7fe4
mpg123: cleanup after r19300 (don't introduce unneeded hidden configs)
2009-02-05 13:24:01 +00:00
Peter Korsgaard
4fc25fcf10
tremor: strip target lib
2009-02-04 23:51:11 +00:00
Peter Korsgaard
5b1dbd2031
microperl: strip target binary
2009-02-04 23:51:06 +00:00
Peter Korsgaard
0d149d98d5
alsa-lib: fix with with BR2_PACKAGE_ALSA_LIB_PYTHON
...
Tell it where to find the python headers.
2009-02-04 23:15:42 +00:00
Peter Korsgaard
c0dfdc21f9
package/: remove obsolete ltt package
...
As discussed on the list.
2009-02-04 12:56:35 +00:00
Ulf Samuelsson
25b41e7e6a
Define OSIP_CFLAGS and OSIP_LIBS for libeXosip2
2009-02-02 07:24:48 +00:00
Ulf Samuelsson
8bfd360ac6
Mark ltt as broken (all versions of tarball removed from SITE), package obsolete
2009-02-02 07:20:54 +00:00
Peter Korsgaard
a1523adcad
alsa-lib: clean up makefile
...
As discussed on the list. I suspect the ARM abi thing isn't needed anymore
now we use the correct abi in the first place, but I'll leave it in until
after the release.
2009-02-01 19:37:14 +00:00
Peter Korsgaard
91f780bc05
mpfr: bump version
...
I know that changing something as fundamental as mpfr this close to the
release isn't really ideal, but it's listed as the minimum version
for gcc 4.3.x:
http://gcc.gnu.org/install/prerequisites.html
Bernhard's tree has been using 2.3.2 since October, so the risk is probably
not that big though.
2009-02-01 19:37:09 +00:00
Peter Korsgaard
f3b9454a19
busybox: additional 1.13.2 fixes
2009-02-01 19:36:56 +00:00
Ulf Samuelsson
32521c03bd
Do not overwrite user configuration
2009-02-01 16:10:47 +00:00
Peter Korsgaard
1fb44d3bfd
dbus: revert r25194 (Unbreak Peters 'fixes' to dbus for a second time)
...
It was a bogus revert.
2009-01-31 22:53:35 +00:00
Ulf Samuelsson
f777dee1d4
Unbreak Peters 'fixes' to dbus for a second time
2009-01-31 21:01:24 +00:00
Peter Korsgaard
9e7881ccc9
x11r7: make xman and xcb-util visible in Kconfig
...
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2009-01-31 19:08:20 +00:00