aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gstreamer
AgeCommit message (Collapse)Author
2010-10-26mplayer,gst-plugins-ugly: bump PR to rebuild after libdvdread3 -> ↵Martin Jansa
libdvdread4 upgrade Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-21Various fixes for cp argument portabilityChris Larson
2010-10-20gst-plugins-ugly: add 0.10.16Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-10-20gst-plugins-good: add 0.10.25Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-10-14gstreamer: bump PR for introspection changeKoen Kooi
2010-10-03gst-plugins: bump PR for cdio commitKoen Kooi
2010-10-03gstreamer : moved unused files to obsolete dirFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-27gst-plugins.inc: fix path to orcc when prefix != /usrMichael Smith
Signed-off-by: Michael Smith <msmith@cbnco.com>
2010-09-27gst-plugins-base 0.10.30: depend on gtk+Michael Smith
Some of the tests and examples require gtk. Signed-off-by: Michael Smith <msmith@cbnco.com>
2010-09-23gst-plugins: add some more missing dependsKoen Kooi
* spotted by the angstrom testlab: http://gitorious.org/angstrom/angstrom-testlab/commit/a87e64ae3fbe47b679712c5c873f21e56f325c8f
2010-09-23gst-plugins-bad: add 0.10.20Koen Kooi
2010-09-22gst-plugin-gles: bump SRCREVKoen Kooi
2010-09-22gst-plugins-base: add 0.10.30Koen Kooi
2010-09-22gstreamer: add 0.10.30Koen Kooi
2010-09-18gst-plugins-base_0.10.29: Fix the gtk-doc Makefiles for make 3.82Holger Hans Peter Freyther
This is patching common/ so the patch applies to all gstreamer plugins using the same version of common.
2010-09-01gst-plugins-bad_0.10.19.bb: add libmodplug to DEPENDS.Graham Gower
Several images want gst-plugin-modplug (e.g. illume-image and the fso images). They fail to find it without this. Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-08-16recipes: bump PR in recipes depending on openssl after SHR and Angstrom ↵Martin Jansa
moved to openssl-1.0.0 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-08recipes: bump PR for packages depending on jpeg which changed .so name with ↵Martin Jansa
6b -> 8b upgrade * distro maintainers: please consider upgrading jpeg first to bump PR just once * this list is incomplete for sure, only recipes-versions I had built in my tmpdir, feel free to add more
2010-08-05gst-ffmpeg: use immediate var expansion of TOOLCHAIN_PATH for PATH_prependDenys Dmytriyenko
Fixes the recursive var expansion when TOOLCHAIN_PATH is derived from PATH. Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-08-03recipes: Fix the PATHs for toolchains.Khem Raj
* Look into the new multi-machine friendly installation. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-30ffmpeg_svn.bb: bump SRCREV to make it build on armv4t againKlaus Kurzmann
and bump PR of recipes that depend on it Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-07-22recipes: Fix references to CROSS_DIRKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Tom Rini <tom_rini@mentor.com> Acked-by: Richard Purdie <rpurdie@rpsys.net> Ackef-by: Chris Larson <clarson@kergoth.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org>
2010-07-21gst-plugins-bad 0.10.19: add missing dep on libcdaudioKoen Kooi
2010-07-08 gst-musicxml2midi: add git versionKoen Kooi
2010-06-23gst-ffmpeg: add 0.10.10, bump PR for 0.10.8Koen Kooi
2010-06-10recipes: bump PR/INC_PR for packages changed in ↵Martin Jansa
RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup * only 769 from 1102 recipes were covered by automatic PR bump, list of remaining 333 recipes not using PR/INC_PR is available for manual PR add or INC_PR conversion - volunteers? http://build.shr-project.org/tests/jama/files.not.PR.bumped * just echo 'PR = "r1"' to recipes without any PR/INC_PR is not so good idea without manual check, because sometimes they rely on PR set in their .inc file and "r1" could make it go backwards Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05gstreamer_0.10.28.bb: Fix to build with gettext 0.18Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa
* there is probably very few cases when it's needed without _${PN}, if you find one in attached patch, please enlighten me * usually we want those only for ${PN} not for all ${PACKAGES} ie ${PN}-dev, ${PN)-doc etc * there is a check for this in recipe-sanity.bclass * there is maybe few possible fixes also in bbclasses cpan-base.bbclass:RDEPENDS += "${@["perl", ""][(bb.data.inherits_class('native', d))]}" distutils-base.bbclass:RDEPENDS += "python-core" gtk-icon-cache.bbclass:RDEPENDS += "hicolor-icon-theme" image.bbclass:RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}" module.bbclass:RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules" ?opie_i18n.bbclass: rdepends = bb.data.getVar("RDEPENDS", d, 1) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS_%s' % x[0].lower(), pn, d) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS', rdepends, d) rubyextension.bbclass:RDEPENDS += "ruby" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com>
2010-06-01gst-plugins-ugly: add 0.10.15Koen Kooi
2010-06-01gst-plugins-bad: add 0.10.19Koen Kooi
2010-06-01gst-plugins-good: add 0.10.23Koen Kooi
2010-06-01gst-plugins-base: add 0.10.29Koen Kooi
2010-06-01gst-plugins: dependency tweaks, enable more pluginsKoen Kooi
2010-06-01gstreamer: add 0.10.29Koen Kooi
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-14gst-plugins: enable gst-plugin-x264Koen Kooi
2010-05-06gst-plugins: build some more plugins (e.g. mms, aacparse, faad)Koen Kooi
2010-04-13gst-plugins-ugly-sid: add checksumsMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.ini, part 2 manual adjustementMartin Jansa
* all: multiple checked items in SRC_URI (needs name= param) * other fixes like non-existent URL, checksums moved ot .inc or included .bb (ie for -native) * ... * tested with micro/micro-uclibc/Angstrom/SHR with SOURCE_MIRROR_FETCH="True" (ignoring COMPATIBLE_* * also tested -c fetch with s/SRC_URI_append_[^ ]*/SRC_URI_append/g and s/SRC_URI_[^ ]*/SRC_URI_append/g to catch all URLs used only for distro/machine/virtual override (see http://build.shr-project.org/tests/jama/SRC_URI.removeOverrides.patch) * in case I downloaded different checksum then what was in checksums.ini I used the old one from checksums.ini and put my checksum in comment * I'll send to ML list of recipes which cannot be downloaded (weren't converted) and where I got different checksums Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-03gst-meta-base: fixed ivorbis dependency and bump PRDenis 'GNUtoo' Carikli
I had the following error: | Collected errors: | * satisfy_dependencies_for: Cannot satisfy the following dependencies for gst-meta-audio: | * gst-plugin-ivorbis * but... I also had that in my deploy dir: gst-plugin-ivorbisdec_0.10.28-r7.1.5_armv6.ipk So I changed gst-plugin-ivorbis to gst-plugin-ivorbisdec
2010-04-03gst-plugins-bad 0.10.18 : also depend on orc and bump PRDenis 'GNUtoo' Carikli
If we depend only on orc-native and not also on orc (and orc is not installed): *it won't be able to find orc/orc.h *orcc will be detected correctly,which will cause the following code: " do_configure_append() { for i in $(find ${S} -name "Makefile") ; do sed -i -e s:/usr/bin/orcc:${STAGING_BINDIR_NATIVE}/orcc:g $i done } " that is in gst-plugins.inc to sed the /usr/bin/orcc in STAGING_BINDIR_NATIVE}/orcc with STAGING_BINDIR_NATIVE}/orcc roughly a path like: ${TMPDIR}/staging/i686-linux/usr/bin/orcc will result in ${TMPDIR}/staging/i686-linux/${TMPDIR}/staging/i686-linux/usr/bin/orcc:
2010-03-18gst-plugins-base_0.10.28: add updated ivorbis-thumb patch from ↵Martin Jansa
gst-plugins-bad for build fix with thumb enabled Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-17gstreamer: updatesKoen Kooi
* switch to new-style staging * add support for new-style checksums * move plugins to newer versions, so plugins moved (e.g. ivorbis) * fixup gstconfig header parsing
2010-03-17gst-ffmpeg: add 0.10.10, needed for newer ffmpeg_svn.bbKoen Kooi
2010-03-08gst-plugin-bc: update patch to the version thats going upstreamKoen Kooi
2010-03-08gst-plugin-gles: use proper gst-plugin packagingKoen Kooi
2010-03-08gst-plugin-bc: add git versionKoen Kooi
2010-03-08gst-plugins: seperate packaging from configuring .incKoen Kooi