summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* package: add libconfig packagePeter Korsgaard2008-09-013-0/+30
|
* busybox: additional 1.12.0 patchesPeter Korsgaard2008-08-312-0/+154
|
* libglib2: fix build with/without locale supportPeter Korsgaard2008-08-312-3/+6
| | | | | | | Don't select BR2_ENABLE_LOCALE. Glib works without locale support in toolchain, and packages shouldn't silently select toolchain options. Only select libiconv if locale support isn't enabled.
* avahi: don't use BASE_DIR to reference source filesPeter Korsgaard2008-08-311-3/+3
| | | | dest != source if we want to support out-of-tree builds
* games: Move all games into games subdirDaniel Laird2008-08-2925-30/+24
| | | | | | | | | | Moved all games into a subdir called games and then updated makefiles as necessary. If not one objects to this one then I will probably do the same for audio next. Daniel Laird
* Makefile.autotools.in: Add extra POST_HOOK targetsDaniel Laird2008-08-291-2/+13
| | | | | | | | | | | | | | | It is not possible currently in Makefile.autotools.in packages to do something extra after an extract or configure. This may be useful for example extract libxml2-2.6.32 POST_EXTRACT = remove some .rej files that are in offical release patch (not fail because of remaining .rej files) configure I think this is useful improvement (necessary for Makefile.autotools.in packages) Daniel Laird
* libxslt: Convert to Makefile.autotools.in formatDaniel Laird2008-08-281-95/+24
| | | | | | | | Converted to Makefile.autotools.in format Version bumped to 1.1.24 Enabled crypto support dependant on gcrypt being chosen/not Post process xslt-config file like freetype-config/xm2-config.
* libxml2: Post process xml2-config file to actually work and bump versionDaniel Laird2008-08-281-3/+3
| | | | | | | | | | | | | | Version bumped to 2.6.31 (2.6.32 has .rej files so patch target fails - upstream need to be informed). The xml2-config file in staging dir needs to have prefix / exec-prefix setup to understand the staging directory location. This then means that packages that call xml2-config to get include paths/cflags and libs etc work properly. This is very similar to what freetype does to freetype-config.
* busybox: udhcpc patch for 1.12.0Peter Korsgaard2008-08-281-0/+15
|
* tcl: fix long help text linesPeter Korsgaard2008-08-271-4/+8
|
* xpdf: fix long help text linesPeter Korsgaard2008-08-271-1/+2
|
* pcmanfm: fix long help text linesPeter Korsgaard2008-08-271-1/+2
|
* gqview: fix long help text linesPeter Korsgaard2008-08-271-1/+1
|
* alsamixergui: fix long help text linesPeter Korsgaard2008-08-271-1/+2
| | | | Select fltk and fix homepage link while we're at it.
* blackbox: fix long help text linesPeter Korsgaard2008-08-271-1/+2
|
* matchbox: fix long help text linesPeter Korsgaard2008-08-271-7/+5
|
* openmotif: fix long help text linesPeter Korsgaard2008-08-271-1/+2
|
* fltk: fix long help text linesPeter Korsgaard2008-08-271-4/+2
| | | | Remove comment when X isn't available while we're at it.
* libsexy: fix long help text linesPeter Korsgaard2008-08-271-1/+5
| | | | Make it depend on libgtk2 while we're at it.
* x11r7: fix long help text linesPeter Korsgaard2008-08-271-1/+3
|
* qtopia: fix long help text linesPeter Korsgaard2008-08-271-3/+4
|
* qte: fix long help text linesPeter Korsgaard2008-08-271-11/+18
|
* ntfs-3g: fix long help text linesPeter Korsgaard2008-08-271-1/+6
|
* stunnel: fix long help text linesPeter Korsgaard2008-08-271-1/+6
| | | | And add homepage while we're at it.
* olsr: fix long help text linesPeter Korsgaard2008-08-271-6/+6
|
* kismet: fix long help text linesPeter Korsgaard2008-08-271-8/+11
| | | | And add homepage while we're at it.
* sudo: fix long help text linesPeter Korsgaard2008-08-271-4/+4
|
* kconfig: warn about overlong lines in help-textsPeter Korsgaard2008-08-272-0/+9
| | | | From busybox r22852.
* gtkperf: Remove settings that are defaultDaniel Laird2008-08-271-1/+0
| | | | | Remove default setting of AUTORECONF = no
* gtkperf: Adding gtkperf packageDaniel Laird2008-08-273-0/+26
| | | | | Allows some benchmarking of GTK on different targets.
* fbdump: Fix help text indentation and remove staging dir installationDaniel Laird2008-08-272-4/+4
| | | | | Tidy up fbdump package.
* fbdump: Add new package fbdump.Daniel Laird2008-08-273-0/+24
| | | | | | | fbdump is a simple tool to capture snapshots from the Linux kernel framebuffer device and write them out as a PPM file. Currently, most packed-pixel framebuffer formats and the vga16 framebuffer are supported.
* avahi: fix build with BR2_ENABLE_LOCALEPeter Korsgaard2008-08-272-2/+4
|
* libdaemon: convert to Makefile.autotools.in formatPeter Korsgaard2008-08-273-178/+9
|
* avahi: don't depend on busyboxPeter Korsgaard2008-08-271-1/+1
|
* libdaemon: bump versionPeter Korsgaard2008-08-271-1/+1
|
* netcat: convert to Makefile.autotools.in formatPeter Korsgaard2008-08-271-50/+9
|
* libglib2: remove redundant configure argsPeter Korsgaard2008-08-261-8/+1
|
* libglib2 fix !BR2_USE_WCHAR compilationPeter Korsgaard2008-08-261-1/+2
|
* libglib2: select libiconvPeter Korsgaard2008-08-262-1/+2
|
* atk: remove redundant configure argsPeter Korsgaard2008-08-261-8/+1
|
* atk: select libglib2Peter Korsgaard2008-08-261-4/+1
|
* popt: use := assignmentsPeter Korsgaard2008-08-261-6/+6
|
* popt: use install-strip for target installPeter Korsgaard2008-08-261-2/+2
|
* popt: cleanup redundant configure argsPeter Korsgaard2008-08-261-5/+0
|
* neon: use := assignmentsPeter Korsgaard2008-08-261-7/+5
|
* neon: uses pkgconfig so select itPeter Korsgaard2008-08-262-0/+3
|
* neon: strip target libraryPeter Korsgaard2008-08-261-0/+5
| | | | neon doesn't have an install-strip target, so do it afterwards instead.
* neon: fix compilation without xml supportPeter Korsgaard2008-08-261-0/+4
| | | | | webdav needs xml support, so disable it if no xml support is selected, otherwise configure could get confused about a host xml2-config script.
* neon: bump versionPeter Korsgaard2008-08-261-1/+1
| | | | Fixes CVE-2008-3746.