diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/freetype/freetype-2.3.0/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/freetype/freetype-2.3.0/configure.patch | 43 | ||||
-rw-r--r-- | packages/freetype/freetype-2.3.0/no-hardcode.patch | 11 | ||||
-rw-r--r-- | packages/freetype/freetype_2.3.0.bb | 38 | ||||
-rw-r--r-- | packages/g15daemon/g15daemon_1.2.6a.bb | 8 | ||||
-rw-r--r-- | packages/libg15/libg15_1.2.1.bb | 4 | ||||
-rw-r--r-- | packages/libg15render/libg15render_1.2.bb | 4 | ||||
-rw-r--r-- | packages/musicpd/mpc_0.12.0.bb | 2 | ||||
-rw-r--r-- | packages/mythfront/mythfront-config.bb | 5 | ||||
-rw-r--r-- | packages/openchrome/openchrome_svn.bb | 2 | ||||
-rw-r--r-- | packages/pulseaudio/pulseaudio_0.9.2.bb | 17 | ||||
-rw-r--r-- | packages/quilt/quilt-native.inc | 2 | ||||
-rw-r--r-- | packages/quilt/quilt.inc | 1 | ||||
-rw-r--r-- | packages/quilt/quilt_0.39.bb | 2 | ||||
-rw-r--r-- | packages/quilt/quilt_0.45.bb | 2 | ||||
-rw-r--r-- | packages/xorg-xserver/xorg-xserver-common.inc | 12 | ||||
-rw-r--r-- | packages/xorg-xserver/xserver-xorg_X11R7.0-1.0.1.bb | 2 | ||||
-rw-r--r-- | packages/xorg-xserver/xserver-xorg_X11R7.1-1.1.0.bb | 2 |
18 files changed, 139 insertions, 18 deletions
diff --git a/packages/freetype/freetype-2.3.0/.mtn2git_empty b/packages/freetype/freetype-2.3.0/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/freetype/freetype-2.3.0/.mtn2git_empty diff --git a/packages/freetype/freetype-2.3.0/configure.patch b/packages/freetype/freetype-2.3.0/configure.patch new file mode 100644 index 0000000000..7c2035d7e8 --- /dev/null +++ b/packages/freetype/freetype-2.3.0/configure.patch @@ -0,0 +1,43 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +Index: freetype-2.3.0/builds/unix/configure.ac +=================================================================== +--- freetype-2.3.0.orig/builds/unix/configure.ac 2007-01-17 12:51:51.000000000 +0100 ++++ freetype-2.3.0/builds/unix/configure.ac 2007-01-19 00:10:00.000000000 +0100 +@@ -159,7 +159,7 @@ + + # don't quote AS_HELP_STRING! + AC_ARG_WITH([zlib], +- AS_HELP_STRING([--without-zlib], ++ AC_HELP_STRING([--without-zlib], + [use internal zlib instead of system-wide])) + if test x$with_zlib != xno && test -z "$LIBZ"; then + AC_CHECK_LIB([z], [gzsetparams], [AC_CHECK_HEADER([zlib.h], [LIBZ='-lz'])]) +@@ -175,7 +175,7 @@ + + # don't quote AS_HELP_STRING! + AC_ARG_WITH([old-mac-fonts], +- AS_HELP_STRING([--with-old-mac-fonts], ++ AC_HELP_STRING([--with-old-mac-fonts], + [allow Mac resource-based fonts to be used])) + if test x$with_old_mac_fonts = xyes; then + orig_LDFLAGS="${LDFLAGS}" +Index: freetype-2.3.0/builds/unix/unix-cc.in +=================================================================== +--- freetype-2.3.0.orig/builds/unix/unix-cc.in 2006-10-15 10:57:22.000000000 +0200 ++++ freetype-2.3.0/builds/unix/unix-cc.in 2007-01-19 00:10:53.000000000 +0100 +@@ -14,8 +14,10 @@ + + CC := @CC@ + COMPILER_SEP := $(SEP) ++SHELL := @SHELL@ ++top_builddir := $(BUILD_DIR) + +-LIBTOOL ?= $(BUILD_DIR)/libtool ++LIBTOOL := @LIBTOOL@ + + + # The object file extension (for standard and static libraries). This can be diff --git a/packages/freetype/freetype-2.3.0/no-hardcode.patch b/packages/freetype/freetype-2.3.0/no-hardcode.patch new file mode 100644 index 0000000000..65289758d5 --- /dev/null +++ b/packages/freetype/freetype-2.3.0/no-hardcode.patch @@ -0,0 +1,11 @@ +--- freetype-2.2.1/builds/unix/freetype-config.in.orig 2006-07-10 10:51:47.000000000 +0100 ++++ freetype-2.2.1/builds/unix/freetype-config.in 2006-07-10 10:52:27.000000000 +0100 +@@ -16,7 +16,7 @@ + libdir=@libdir@ + enable_shared=@enable_shared@ + wl=@wl@ +-hardcode_libdir_flag_spec='@hardcode_libdir_flag_spec@' ++hardcode_libdir_flag_spec='' + + usage() + { diff --git a/packages/freetype/freetype_2.3.0.bb b/packages/freetype/freetype_2.3.0.bb new file mode 100644 index 0000000000..3c574486c1 --- /dev/null +++ b/packages/freetype/freetype_2.3.0.bb @@ -0,0 +1,38 @@ +DESCRIPTION = "Freetype font rendering library" +SECTION = "libs" +LICENSE = "freetype" +PR = "r0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \ + file://configure.patch;patch=1 \ + file://no-hardcode.patch;patch=1" +S = "${WORKDIR}/freetype-${PV}" + +inherit autotools pkgconfig binconfig + +DEFAULT_PREFERENCE = "-1" + +LIBTOOL = "${S}/builds/unix/${HOST_SYS}-libtool" +EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'" +EXTRA_OECONF = "--without-zlib" + +do_configure() { + cd builds/unix + gnu-configize + aclocal -I . + autoconf + cd ${S} + oe_runconf +} + +do_compile_prepend() { + ${BUILD_CC} -o objs/apinames src/tools/apinames.c +} + +do_stage() { + autotools_stage_includes + oe_libinstall -so -a -C objs libfreetype ${STAGING_LIBDIR} +} + +FILES_${PN} = "${libdir}/lib*.so.*" +FILES_${PN}-dev += "${bindir}" diff --git a/packages/g15daemon/g15daemon_1.2.6a.bb b/packages/g15daemon/g15daemon_1.2.6a.bb index 872d61d848..0522b27a28 100644 --- a/packages/g15daemon/g15daemon_1.2.6a.bb +++ b/packages/g15daemon/g15daemon_1.2.6a.bb @@ -10,10 +10,16 @@ SECTION = "console/utils" PRIORITY = "optional" DEPENDS = "libdaemon libg15" RDEPENDS = "libg15" +RRECOMMENDS = "kernel-module-uinput" +PR="r2" SRC_URI = "${SOURCEFORGE_MIRROR}/g15daemon/g15daemon-${PV}.tar.bz2" inherit autotools -EXTRA_OECONF = "--disable-build-docs" +EXTRA_OECONF = "--with-gnu-ld" + +do_stage () { + autotools_stage_all +} diff --git a/packages/libg15/libg15_1.2.1.bb b/packages/libg15/libg15_1.2.1.bb index 746e5f2e98..62f18c91b0 100644 --- a/packages/libg15/libg15_1.2.1.bb +++ b/packages/libg15/libg15_1.2.1.bb @@ -4,12 +4,14 @@ LICENSE = "GPLv2" SECTION = "libs" PRIORITY = "optional" DEPENDS = "libusb" -PR = "r2" +PR = "r3" SRC_URI = "${SOURCEFORGE_MIRROR}/g15tools/libg15-${PV}.tar.bz2" inherit autotools +EXTRA_OECONF = "--with-gnu-ld" + do_stage () { oe_libinstall -a -so libg15 ${STAGING_LIBDIR} for i in libg15.h; do diff --git a/packages/libg15render/libg15render_1.2.bb b/packages/libg15render/libg15render_1.2.bb index 2adb511eea..055d911633 100644 --- a/packages/libg15render/libg15render_1.2.bb +++ b/packages/libg15render/libg15render_1.2.bb @@ -4,12 +4,14 @@ LICENSE = "GPLv2" SECTION = "libs" PRIORITY = "optional" DEPENDS = "libg15" -PR = "r1" +PR = "r2" SRC_URI = "${SOURCEFORGE_MIRROR}/g15tools/libg15render-${PV}.tar.bz2" inherit autotools +EXTRA_OECONF = "--with-gnu-ld" + do_stage () { oe_libinstall -a -so libg15render ${STAGING_LIBDIR} for i in libg15render.h; do diff --git a/packages/musicpd/mpc_0.12.0.bb b/packages/musicpd/mpc_0.12.0.bb index 1ab29c0d57..6d47f9418f 100644 --- a/packages/musicpd/mpc_0.12.0.bb +++ b/packages/musicpd/mpc_0.12.0.bb @@ -4,7 +4,7 @@ LICENSE = "GPLv2" SECTION = "console/multimedia" PR = "r0" -SRC_URI = "http://mercury.chem.pitt.edu/~shank/mpc-${PV}.tar.gz" +SRC_URI = "http://www.musicpd.org/uploads/files/mpc-${PV}.tar.bz2" EXTRA_OECONF = "--with-iconv-libraries=${STAGING_LIBDIR} \ --with-iconv-includes=${STAGING_INCDIR}" diff --git a/packages/mythfront/mythfront-config.bb b/packages/mythfront/mythfront-config.bb index 2cb7362ae8..b53393e202 100644 --- a/packages/mythfront/mythfront-config.bb +++ b/packages/mythfront/mythfront-config.bb @@ -1,8 +1,7 @@ -PV = "1.8" +PV = "1.9" PR = "r0" -DEPENDS = "xfonts-xorg" -RDEPENDS_${PN} = "xfonts-xorg" +RDEPENDS_${PN} = "font-misc-misc" LICENSE = "MIT" SRC_URI = "file://tftp.sh file://xorg.conf" diff --git a/packages/openchrome/openchrome_svn.bb b/packages/openchrome/openchrome_svn.bb index d5de8afce9..d680ebfbbb 100644 --- a/packages/openchrome/openchrome_svn.bb +++ b/packages/openchrome/openchrome_svn.bb @@ -11,7 +11,7 @@ FILES_libviaXvMCPro-dev = "${libdir}/libviaXvMCPro.so ${libdir}/libviaXvMCPro.la FILES_libviaXvMC-dbg = "${libdir}/.debug/libviaXvMC.so.*" FILES_libviaXvMCPro-dbg = "${libdir}/.debug/libviaXvMCPro.so.*" -DEPENDS = "xserver-xorg" +DEPENDS = "xserver-xorg libxvmc" inherit autotools xorg-module diff --git a/packages/pulseaudio/pulseaudio_0.9.2.bb b/packages/pulseaudio/pulseaudio_0.9.2.bb index abfc42957f..a8dbc840bc 100644 --- a/packages/pulseaudio/pulseaudio_0.9.2.bb +++ b/packages/pulseaudio/pulseaudio_0.9.2.bb @@ -3,24 +3,35 @@ HOMEPAGE = "http://www.pulseaudio.org" AUTHOR = "Lennart Poettering" SECTION = "libs/multimedia" LICENSE = "LGPL" + DEPENDS = "liboil libsamplerate0 libsndfile1 libtool" # optional DEPENDS += "alsa-lib" -PR = "r1" + +PR = "r2" SRC_URI = "http://0pointer.de/lennart/projects/pulseaudio/pulseaudio-${PV}.tar.gz" inherit autotools -EXTRA_OECONF = "--disable-lynx --without-x --without-glib --without-jack --with-alsa --with-oss" +EXTRA_OECONF = "\ + --disable-lynx \ + --without-x \ + --without-glib \ + --without-jack \ + --with-alsa \ + --with-oss \ + " PARALLEL_MAKE = "" LEAD_SONAME = "libpulse.so" + PACKAGES =+ "${PN}-conf ${PN}-bin" PACKAGES_DYNAMIC = "pulseaudio-module-* pulseaudio-lib-*" + FILES_${PN}-conf = "${sysconfdir}" -FILES_${PN}-bin = "${bindir}" +FILES_${PN}-bin = "${bindir}/*" python populate_packages_prepend() { #bb.data.setVar('PKG_pulseaudio', 'pulseaudio', d) diff --git a/packages/quilt/quilt-native.inc b/packages/quilt/quilt-native.inc index b7ddd8bce8..5861b2229c 100644 --- a/packages/quilt/quilt-native.inc +++ b/packages/quilt/quilt-native.inc @@ -1,7 +1,7 @@ require quilt_${PV}.inc SRC_URI_append_build-darwin = "? file://non-gnu.patch;patch=1 " -RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native" +RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native util-linux-native" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/quilt-${PV}" INHIBIT_AUTOTOOLS_DEPS = "1" diff --git a/packages/quilt/quilt.inc b/packages/quilt/quilt.inc index b1d19daf45..ee90455fca 100644 --- a/packages/quilt/quilt.inc +++ b/packages/quilt/quilt.inc @@ -2,6 +2,7 @@ DESCRIPTION = "Tool to work with series of patches." HOMEPAGE = "http://savannah.nongnu.org/projects/quilt/" SECTION = "devel" LICENSE = "GPL" +PR = "r1" SRC_URI = "http://download.savannah.gnu.org/releases/quilt/quilt-${PV}.tar.gz " diff --git a/packages/quilt/quilt_0.39.bb b/packages/quilt/quilt_0.39.bb index 9a08b19abd..5d8ae086c2 100644 --- a/packages/quilt/quilt_0.39.bb +++ b/packages/quilt/quilt_0.39.bb @@ -1,4 +1,4 @@ -RDEPENDS_${PN} += "patch diffstat bzip2" +RDEPENDS_${PN} += "patch diffstat bzip2 util-linux" require quilt_${PV}.inc diff --git a/packages/quilt/quilt_0.45.bb b/packages/quilt/quilt_0.45.bb index cf96cc9bc9..d809c83518 100644 --- a/packages/quilt/quilt_0.45.bb +++ b/packages/quilt/quilt_0.45.bb @@ -1,4 +1,4 @@ -RDEPENDS_${PN} += "patch diffstat bzip2" +RDEPENDS_${PN} += "patch diffstat bzip2 util-linux" require quilt_${PV}.inc diff --git a/packages/xorg-xserver/xorg-xserver-common.inc b/packages/xorg-xserver/xorg-xserver-common.inc index 2b174d3d7f..0a91cfed12 100644 --- a/packages/xorg-xserver/xorg-xserver-common.inc +++ b/packages/xorg-xserver/xorg-xserver-common.inc @@ -11,7 +11,7 @@ xcmiscproto xextproto xproto xf86miscproto xf86vidmodeproto xf86bigfontproto \ scrnsaverproto bigreqsproto resourceproto fontsproto inputproto \ xf86dgaproto videoproto compositeproto trapproto recordproto dmxproto \ resourceproto xineramaproto xtrans evieext libxkbfile libxfont libxau \ -libfontenc libxdmcp libxxf86vm libxaw libxmu libxt libxpm libxext libx11 \ +libfontenc libxdmcp libxxf86vm libxaw libxmu libxt libxpm libxext virtual/libx11 \ libxkbui libxxf86misc libxi libdmx libxtst libxres mesa mkfontscale-native" RDEPENDS="rgb" @@ -27,13 +27,17 @@ inherit autotools pkgconfig EXTRA_OECONF = "--disable-builddocs" -PACKAGES =+ "${PN}-xprint ${PN}-xvfb ${PN}-utils" +PACKAGES =+ "${PN}-xprint ${PN}-xvfb ${PN}-utils ${PN}-xnest ${PN}-dmx" -FILES_${PN}-xprint = "${libdir}/X11/xserver/*/print" +FILES_${PN}-xprint = "${libdir}/X11/xserver/*/print ${bindir}/Xprt" FILES_${PN}-xvfb = "${bindir}/Xvfb" +FILES_${PN}-xnest = "${bindir}/Xnest" +FILES_${PN}-dmx = "${bindir}/Xdmx ${bindir}/dmx* ${bindir}/xdmxconfig ${bindir}/xdmx ${bindir}/vdltodmx" FILES_${PN}-utils = "${bindir}/scanpci ${bindir}/pcitweak ${bindir}/ioport ${bindir}/in[bwl] ${bindir}/out[bwl] ${bindir}/mmap[rw] ${bindir}/gtf ${bindir}/getconfig ${bindir}/getconfig.pl" -FILES_${PN} = "${bindir} ${libdir}/X11/Options ${libdir}/X11/Cards ${libdir}/X11/getconfig ${libdir}/X11/etc ${libdir}/xserver/SecurityPolicy ${libdir}/modules ${libdir}/xorg/modules /etc/X11 " +FILES_${PN} = "${bindir} ${libdir}/X11/Options ${libdir}/X11/Cards ${libdir}/X11/getconfig ${libdir}/X11/etc ${libdir}/xserver/SecurityPolicy ${libdir}/xorg/modules/*.so ${libdir}/xorg/modules/*/*.so /etc/X11" FILES_${PN}-doc += "${libdir}/X11/doc /usr/share/X11/xkb/compiled/README.compiled" +FILES_${PN}-dbg += "${libdir}/xorg/modules/.debug ${libdir}/xorg/modules/*/.debug" +FILES_${PN}-dev += "${libdir}/xorg/modules/*.la ${libdir}/xorg/modules/*/*.la" do_stage() { autotools_stage_all diff --git a/packages/xorg-xserver/xserver-xorg_X11R7.0-1.0.1.bb b/packages/xorg-xserver/xserver-xorg_X11R7.0-1.0.1.bb index 2a7ba03431..06270e4316 100644 --- a/packages/xorg-xserver/xserver-xorg_X11R7.0-1.0.1.bb +++ b/packages/xorg-xserver/xserver-xorg_X11R7.0-1.0.1.bb @@ -1,5 +1,7 @@ require xorg-xserver-common.inc +PR = "r1" + #DESCRIPTION = "" #DEPENDS += " " diff --git a/packages/xorg-xserver/xserver-xorg_X11R7.1-1.1.0.bb b/packages/xorg-xserver/xserver-xorg_X11R7.1-1.1.0.bb index 3db5c640c7..acf1f2abb0 100644 --- a/packages/xorg-xserver/xserver-xorg_X11R7.1-1.1.0.bb +++ b/packages/xorg-xserver/xserver-xorg_X11R7.1-1.1.0.bb @@ -2,6 +2,8 @@ require xorg-xserver-common.inc SRC_URI += "file://drmfix.patch;patch=1" +PR = "r1" + EXTRA_OECONF += " ac_cv_file__usr_share_X11_sgml_defs_ent=no " #DESCRIPTION = "" |