summaryrefslogtreecommitdiff
path: root/recipes/gstreamer
AgeCommit message (Collapse)AuthorFiles
2010-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa1
* 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 Kooi1
2010-06-01gst-plugins-bad: add 0.10.19Koen Kooi1
2010-06-01gst-plugins-good: add 0.10.23Koen Kooi1
2010-06-01gst-plugins-base: add 0.10.29Koen Kooi1
2010-06-01gst-plugins: dependency tweaks, enable more pluginsKoen Kooi1
2010-06-01gstreamer: add 0.10.29Koen Kooi1
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson23
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 Larson23
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 Kooi1
2010-05-06gst-plugins: build some more plugins (e.g. mms, aacparse, faad)Koen Kooi1
2010-04-13gst-plugins-ugly-sid: add checksumsMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.ini, part 2 manual adjustementMartin Jansa2
* 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 Jansa27
* 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' Carikli1
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' Carikli1
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 Jansa2
gst-plugins-bad for build fix with thumb enabled Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-17gstreamer: updatesKoen Kooi9
* 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 Kooi1
2010-03-08gst-plugin-bc: update patch to the version thats going upstreamKoen Kooi1
2010-03-08gst-plugin-gles: use proper gst-plugin packagingKoen Kooi1
2010-03-08gst-plugin-bc: add git versionKoen Kooi2
2010-03-08gst-plugins: seperate packaging from configuring .incKoen Kooi2
2010-03-08gst-plugin-gles: update to current gitKoen Kooi2
2010-03-05gst-plugins-base: add support for rowstride conversion and NEON audioconvert ↵Koen Kooi2
functions
2010-02-25gst-plugins-good 0.10.17: depend on libv4l in order to fix a webcamDenis 'GNUtoo' Carikli1
gst-launch v4lsrc ! jpegdec ! xvimagesink doesn't work if you don't depend on libv4l with my gspca webcam. The fix was suggested in #gstreamer in freenode: Feb 20 20:37:36 <fargiolas> GNUtoo: did you compile it on your own? it seems it's not compiled with libv4l support And: Feb 20 20:43:08 <fargiolas> GNUtoo: probably your device output frames in an exotic pixel format and libv4l is needed to decode it The webcam was a gspca_zc3xx webcam
2010-01-27gst-plugins-good: add some more depsKoen Kooi1
2010-01-26gst-plugins-good: add 0.10.17Koen Kooi2
2010-01-26gst-plugins-good 0.10.15: remove INSECURE_DOWNLOAD, that doesn't belong in a ↵Koen Kooi1
recipe
2010-01-24gst-plugins-base 0.10.25: add patch to fix 'native' sinks, so no more ↵Koen Kooi2
spurious resample and ffmpegcolorspace elements
2010-01-18gst-rtsp: add 0.10.5Koen Kooi1
2010-01-13gst-fluendo-mpegdemux: add 0.10.23Koen Kooi1
2010-01-11gst-plugins.inc: disable introspectionSteve Sakoman1
2010-01-10ffmpeg: bump SRCREVKoen Kooi1
2009-12-06gst-plugins: disable dvdnav for shrMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-01gst-plugins: add more explicit dependenciesKoen Kooi2
2009-11-12gst-plugins-good: depend on flac as wellKoen Kooi1
2009-11-02gst-plugins: blacklist -static for meta packages as wellKoen Kooi1
2009-10-08gst-plugins-base: add pango as depKoen Kooi1
2009-10-07gstreamer: update some bitsKoen Kooi2
2009-09-30gst-plugin-gles: gles2 fix from PratheeshKoen Kooi3
2009-09-29gst-plugin-gles: add git versionTK, Pratheesh Gangadhar2
* the upstream git repo is corrupted, so we employ some tricks to build it * and it has an RPATH problem...
2009-09-21ffmpeg svn: bump SRCREV, increase PR for gst-ffmpegKoen Kooi1
2009-09-17gst-rtsp: add 0.10.4Koen Kooi1
* vala and python binding haven't been enabled, they most likely require some patching
2009-09-17gst-player: add recipe for a simple gstreamer playerBrijesh Singh1
2009-09-05gst-plugins-good: add esound to DEPENDS lineHenning Heinold1
* fixes compilation error * bump PR
2009-09-03gst-ffmpeg: bump PR on 0.10.7, add 0.10.8 and cleanup EXTRA_OECONFKoen Kooi2
2009-07-17gstreamer: sync with TI arago overlay a bitKoen Kooi5
2009-05-21gst-plugins: switch back to old way of excluding localesKoen Kooi1
2009-05-21gst-plugins: fixed pattern for meta package dependencies.Ihar Hrachyshka11
This fixes package name matching so that gst-plugins-*-meta packages include all the plugin ones. The current matching implementation doesn't make meta packages depend on gst-plugins with 'locale' and 'dev' in their names (f.e. gstfbdevsink). Also use INC_PR for gstremer-plugins as requested on ML. Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org>