diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-03-22 22:30:33 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-03-22 22:30:33 +0000 |
commit | 10ae5183def1d53d1b56d03ee139b9299c975560 (patch) | |
tree | 48691ced5d81c9de52fd0f353b10cb02b50f7397 | |
parent | c7ac7a3d1b132af81a03976a9c2142df97bded6a (diff) | |
parent | a12ac56357b7776233de666d936349d41121c29d (diff) |
merge of '14b470b8393c6f8fc91c520b519c4568090174a8'
and 'b451b371edee2ec7da2bd9be75e747f85e99cfe2'
-rw-r--r-- | packages/librsvg/librsvg_2.16.0.bb | 3 | ||||
-rw-r--r-- | packages/python/python-2.4.4-manifest.inc | 4 | ||||
-rw-r--r-- | packages/python/python-gstreamer_0.10.6.bb | 16 |
3 files changed, 22 insertions, 1 deletions
diff --git a/packages/librsvg/librsvg_2.16.0.bb b/packages/librsvg/librsvg_2.16.0.bb index 3110c12148..230ba1b43f 100644 --- a/packages/librsvg/librsvg_2.16.0.bb +++ b/packages/librsvg/librsvg_2.16.0.bb @@ -15,7 +15,8 @@ FILES_rsvg = "${bindir}/rsvg \ ${bindir}/rsvg-convert \ ${datadir}/pixmaps/svg-viewer.svg" FILES_librsvg-gtk = "${libdir}/gtk-2.0/*/*/*.so.*" -FILES_librsvg-gtk-dev += "${libdir}/gtk-2.0/*" +FILES_librsvg-gtk-dev += "${libdir}/gtk-2.0/*.la \ + ${libdir}/gtk-2.0/*/*.la" FILES_librsvg-gtk-dbg += "${libdir}/gtk-2.0/.debug" EXTRA_OECONF = "--disable-mozilla-plugin" diff --git a/packages/python/python-2.4.4-manifest.inc b/packages/python/python-2.4.4-manifest.inc index 88755a8e9d..7a1035ac50 100644 --- a/packages/python/python-2.4.4-manifest.inc +++ b/packages/python/python-2.4.4-manifest.inc @@ -12,6 +12,10 @@ PROVIDES+="python-profile python-threading python-distutils python-textutils pyt PACKAGES="python-profile python-threading python-distutils python-textutils python-codecs python-pickle python-datetime python-core python-io python-compiler python-compression python-re python-xmlrpc python-terminal python-email python-image python-resource python-devel python-math python-hotshot python-unixadmin python-tkinter python-gdbm python-fcntl python-netclient python-pprint python-netserver python-curses python-syslog python-html python-readline python-subprocess python-pydoc python-logging python-mailbox python-xml python-mime python-tests python-unittest python-stringold python-lib-old-and-deprecated python-compile python-shell python-bsddb python-mmap python-zlib python-db python-crypt python-idle python-lang python-audio python-misc" +DESCRIPTION_python-misc-dbg="Misc Python debug files" +FILES_python-misc-dbg="${libdir}/python2.4/lib-dynload/.debug" +RDEPENDS_python-misc-dbg="python-core" + DESCRIPTION_python-misc="Misc Python files" FILES_python-misc="${libdir}/python2.4/" RDEPENDS_python-misc="python-core" diff --git a/packages/python/python-gstreamer_0.10.6.bb b/packages/python/python-gstreamer_0.10.6.bb new file mode 100644 index 0000000000..28dba93cb5 --- /dev/null +++ b/packages/python/python-gstreamer_0.10.6.bb @@ -0,0 +1,16 @@ +LICENSE = "GPL" +DESCRIPTION = "Python gstreamer Bindings" +SECTION = "devel/python" +HOMEPAGE = "http://gstreamer.freedesktop.org" +PRIORITY = "optional" +#DEPENDS = "gstreamer" +#RDEPENDS = "gstreamer" + +SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.gz" +S = "${WORKDIR}/gst-python-${PV}" + +inherit autotools pkgconfig + +do_configure() { + oe_runconf +} |