summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2007-01-14some pkgconfig hacks to make things somewhat workEric Andersen
2007-01-14Add new 'hal' package."Steven J. Hill"
2007-01-14silly typosEric Andersen
2007-01-14there is no 'package/hal/' at present...Eric Andersen
2007-01-14- Remove CC_FOR_BUILD="$(HOSTCC)" since it is already contained in theBernhard Reutner-Fischer
TARGET_CONFIGURE_OPTS
2007-01-14- add missing foo-source target for "make source" for downloading Bernhard Reutner-Fischer
package sources used by later offline build.
2007-01-14Add Samba to buildroot."Steven J. Hill"
2007-01-14Remove man pages after installing into target filesystem."Steven J. Hill"
2007-01-14Add libevent package. I started building all the components needed for NFSv4 ↵"Steven J. Hill"
support of which libevent is one of them. The rest of the needed components, however, are horrific to get building.
2007-01-14Update patch."Steven J. Hill"
2007-01-14oops, silence some debugging noiseEric Andersen
2007-01-14install the junk needed to (in theory) make pango actually workEric Andersen
2007-01-14fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen
they should be configured with --prefix=/usr and we then need to use make DESTDIR=$(STAGING_DIR) install to get things installed into the staging directory. The current situation for many packages, which use --prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled into the binary itself. This also adds in a pile of libtool fixups. Between broken pkgconfig, broken libtool handling, and broken --prefix settings, its a wonder things have worked as well as they have up till now. -Erik
2007-01-14filter pkgconfig output to force it do use our staging_dir and notEric Andersen
try to use the system libraries as it is inclined to do
2007-01-14Add packages for D-Bus and G-Lib interface library too."Steven J. Hill"
2007-01-14add fontconfig packageEric Andersen
2007-01-14Add new 'hwdata' package which we will need for D-Bus and HAL."Steven J. Hill"
2007-01-14Add new package."Steven J. Hill"
2007-01-14Use pre-generated files and do not run 'rpcgen'."Steven J. Hill"
2007-01-14Get rid of broken locale configuration option. I need to do a little more ↵"Steven J. Hill"
work on this.
2007-01-14Make gettext have its own definition."Steven J. Hill"
2007-01-14Add ProFTPD package with working init script."Steven J. Hill"
2007-01-14Add new NFS utilities package with working init script."Steven J. Hill"
2007-01-14Include all the new packages."Steven J. Hill"
2007-01-14Make sure to install the 'libgthread' shared libraries as well. Also, allow ↵"Steven J. Hill"
for configuration of locale support or not.
2007-01-14Correct spelling error and config option to create symlinks for old naming ↵"Steven J. Hill"
of MTD utilities. Also add in LDFLAGS and such to building with external toolchains.
2007-01-14Upgrade to udev-101. We also create and init script that actually works and ↵"Steven J. Hill"
has been tested in multiple PowerPC embedded platforms. We also add a new config option to build the volume_id library which will be used by D-Bus and HAL.
2007-01-14I'm sure opinions will vary on this, but at least when I'm using these ↵"Steven J. Hill"
tools, I don't want the static or an extra config file. Small filesystem please.
2007-01-14Update packages to provide properly working initialization scripts. These ↵"Steven J. Hill"
have been tested with embedded PowerPC systems.
2007-01-14x86 is the only thing that uses this monstrosity."Steven J. Hill"
2007-01-13"Dashing through the snow...with a gForce based display...o'er the data ↵"Steven J. Hill"
fields we go....cache thrashing all the way...hahaha"
2007-01-11a copy of mcookie will come in handy...Eric Andersen
2007-01-11it seems pdf and ps support are required for gtk2Eric Andersen
2007-01-11add Gtk+ version 2Eric Andersen
2007-01-11add atk packageEric Andersen
2007-01-11use a slightly more sensible dep, strip the correct library namesEric Andersen
2007-01-11fix build depsEric Andersen
2007-01-11add tiff packageEric Andersen
2007-01-11be explicit about not depending on X, dep should go the other wayEric Andersen
2007-01-11be explicit about not doing XEric Andersen
2007-01-11fix dependancies and install pathsEric Andersen
2007-01-11Add pangoEric Andersen
2007-01-11more updates to ensure subsequent packages buildEric Andersen
2007-01-10add in cairoEric Andersen
2007-01-10update xorg build and installation pathsEric Andersen
2007-01-10fixup freetype build and install locationsEric Andersen
2007-01-10- bump versionBernhard Reutner-Fischer
2007-01-10- bump versionBernhard Reutner-Fischer
2007-01-10needs pkg-configEric Andersen
2007-01-10fix install such that pkg-config setup is correctEric Andersen