diff options
author | Koen Kooi <koen@openembedded.org> | 2009-10-07 22:21:26 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-07 23:20:10 +0200 |
commit | cc3a65820157e2d3c8384c6db4e0f3f8d6b56f3e (patch) | |
tree | 248d9fad9e97ab95cd12ec8253a5e00aa49d2523 | |
parent | f5d88d0f924e52828a70e7390b0c460f0f3b59bb (diff) |
gstreamer: update some bits
-rw-r--r-- | conf/checksums.ini | 16 | ||||
-rw-r--r-- | recipes/gstreamer/gst-plugins-base_0.10.25.bb | 12 | ||||
-rw-r--r-- | recipes/gstreamer/gstreamer_0.10.25.bb | 8 | ||||
-rw-r--r-- | recipes/python/python-gst_0.10.10.bb | 6 | ||||
-rw-r--r-- | recipes/python/python-gst_0.10.17.bb | 36 |
5 files changed, 76 insertions, 2 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index 7894a6015a..932a2d9af5 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -6674,6 +6674,10 @@ sha256=45e7c9967d0fb0344f4da539ab343fb979384b36a429a8594c94cf466dff4320 md5=85563f1167a3265cf61c8886c318dda7 sha256=a24640d8ca9c485d7611880193f18e5ae62af07e3b9464904f3602277f1d4097 +[http://www.flumotion.net/src/flumotion/flumotion-0.6.1.tar.bz2] +md5=22a9047871c5aebc84fc7fe4f3e4613d +sha256=fe348102ecb0a11faab0bfc6b4b48fb9d99c49e4565a9fb52db64bb7cd4ca78a + [http://pypi.python.org/packages/source/f/flup/flup-1.0.1.tar.gz] md5=414181781fb0923f884a38503e8e56da sha256=270e2e423a0b8e90091fd6f38422c488b67a23494d671764b9ed2e17ca802e16 @@ -10342,6 +10346,10 @@ sha256=184c5aed03ebfe38a276fc03cb7d8685d9a6da5a48bf6a0565c83e11a29cd5f9 md5=641cc7def2d8667b9b4df15e69dba25f sha256=1c11d98eb9a1b1bc54becf465e74c2aa4019bb57a31dd70686269af6a9b9e93b +[http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-0.10.25.tar.bz2] +md5=d29669dd79276c5cd94e1613c03cd9ab +sha256=0ab2f7e1d818e7af1be99c4eae02ba69d4a1b8f7e3527929a6426f1daa0d4607 + [http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-0.10.5.tar.bz2] md5=2b5958fb0baaf8d1b4eae18f7b13d49b sha256=fe2fb4fe446a1d3f8ccd4284ae7ffd25cb9f1b836b3d0e29d2494d10c1ae3eac @@ -10442,6 +10450,10 @@ sha256=b9f1bb98917d9879d46b6a959ce9068471908763f2ca98e480837485e290b106 md5=6183d61e434b5d34f232248a35571627 sha256=c875753a6cccd40a79f5824ea5ec51ee4615a4f22103e4adfc6a0221bf615d8e +[http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.17.tar.bz2] +md5=3998753de6500ee8c18ce1456df43df6 +sha256=70cef839b429dcea0cae342d24bc2e0e5deae01e902a8858e2c7dd76a724cde9 + [http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.7.tar.bz2] md5=16dd6515fd011ad449e5ce191dbb94be sha256=24520b3e33f98a3bcc79ad68f7d426475cbacf12e4c56338f58a05158523d71d @@ -10486,6 +10498,10 @@ sha256=61489e0192b1362e6dc760154204c73c1edd9ad9d8c754535483ec00ad7e389e md5=f7b2e300d2d85756407ec529424ab237 sha256=cf750821040102d2c9fbfed56472a86fd0d8c24ada37901c41867c88438a776d +[http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.25.tar.bz2] +md5=88544e034a051baf472983791d233076 +sha256=39b2ba7b3bfa8df6d998a9461e7091c27757e36a53e93969d7d9982a56526578 + [http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.4.tar.bz2] md5=263a7800ecf44d0f38d0cbc80bce65ff sha256=7b8add7db1e0b0e3671f374469ef32b151fa96bc9eb2aa265eefd79548752ffc diff --git a/recipes/gstreamer/gst-plugins-base_0.10.25.bb b/recipes/gstreamer/gst-plugins-base_0.10.25.bb new file mode 100644 index 0000000000..b00234de2c --- /dev/null +++ b/recipes/gstreamer/gst-plugins-base_0.10.25.bb @@ -0,0 +1,12 @@ +require gst-plugins.inc + +PR = "${INC_PR}.0" + +PROVIDES += "gst-plugins" + +# gst-plugins-base only builds the alsa plugin +# if alsa has been built and is present. You will +# not get an error if this is not present, just +# a missing alsa plugin +DEPENDS += "libtheora alsa-lib libsm virtual/libx11 freetype gnome-vfs libxv" + diff --git a/recipes/gstreamer/gstreamer_0.10.25.bb b/recipes/gstreamer/gstreamer_0.10.25.bb new file mode 100644 index 0000000000..22bc2172ed --- /dev/null +++ b/recipes/gstreamer/gstreamer_0.10.25.bb @@ -0,0 +1,8 @@ +require gstreamer.inc + +EXTRA_OECONF += "ac_cv_func_register_printf_function=no" + +do_configure_prepend() { + sed -i -e s:docs::g Makefile.am +} + diff --git a/recipes/python/python-gst_0.10.10.bb b/recipes/python/python-gst_0.10.10.bb index faef7cb5f1..0de87d6f42 100644 --- a/recipes/python/python-gst_0.10.10.bb +++ b/recipes/python/python-gst_0.10.10.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Python Gstreamer bindings" SECTION = "devel/python" LICENSE = "LGPL" DEPENDS = "gstreamer gst-plugins-base python-pygobject" -PR = "ml3" +PR = "ml4" SRC_URI = "\ http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \ @@ -11,7 +11,9 @@ SRC_URI = "\ " S = "${WORKDIR}/gst-python-${PV}" -inherit autotools distutils-base pkgconfig +inherit autotools pkgconfig distutils-base + +require fix-path.inc EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../" diff --git a/recipes/python/python-gst_0.10.17.bb b/recipes/python/python-gst_0.10.17.bb new file mode 100644 index 0000000000..5695e6e04e --- /dev/null +++ b/recipes/python/python-gst_0.10.17.bb @@ -0,0 +1,36 @@ +DESCRIPTION = "Python Gstreamer bindings" +SECTION = "devel/python" +LICENSE = "LGPL" +DEPENDS = "gstreamer gst-plugins-base python-pygobject" + +SRC_URI = "\ + http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \ + file://python-path.patch;patch=1 \ + file://import-gobject-instead-of-pygtk.patch;patch=1 \ +" +S = "${WORKDIR}/gst-python-${PV}" + +inherit autotools pkgconfig distutils-base + +require fix-path.inc + +EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../" + +do_configure_prepend() { + install -d ${S}/m4 + install -m 0644 ${S}/common/m4/*.m4 ${S}/m4/ +} + +do_stage() { + autotools_stage_all +} + +PACKAGES =+ "${PN}-examples" + +FILES_${PN} += "${datadir}/gst-python" +FILES_${PN}-dev += "\ + ${datadir}/gst-python/0.10/defs \ + ${libdir}/${PYTHON_DIR}/site-packages/gst-0.10/gst/*.la \ +" +FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/gst-0.10/gst/.debug/ ${libdir}/gstreamer-0.10/.debug/" +FILES_${PN}-examples = "${datadir}/gst-python/0.10/examples" |