aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gstreamer
AgeCommit message (Collapse)Author
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
2010-03-08gst-plugin-gles: update to current gitKoen Kooi
2010-03-05gst-plugins-base: add support for rowstride conversion and NEON audioconvert ↵Koen Kooi
functions
2010-02-25gst-plugins-good 0.10.17: depend on libv4l in order to fix a webcamDenis 'GNUtoo' Carikli
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 Kooi
2010-01-26gst-plugins-good: add 0.10.17Koen Kooi
2010-01-26gst-plugins-good 0.10.15: remove INSECURE_DOWNLOAD, that doesn't belong in a ↵Koen Kooi
recipe
2010-01-24gst-plugins-base 0.10.25: add patch to fix 'native' sinks, so no more ↵Koen Kooi
spurious resample and ffmpegcolorspace elements
2010-01-18gst-rtsp: add 0.10.5Koen Kooi
2010-01-13gst-fluendo-mpegdemux: add 0.10.23Koen Kooi
2010-01-11gst-plugins.inc: disable introspectionSteve Sakoman
2010-01-10ffmpeg: bump SRCREVKoen Kooi
2009-12-06gst-plugins: disable dvdnav for shrMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-01gst-plugins: add more explicit dependenciesKoen Kooi
2009-11-12gst-plugins-good: depend on flac as wellKoen Kooi
2009-11-02gst-plugins: blacklist -static for meta packages as wellKoen Kooi
2009-10-08gst-plugins-base: add pango as depKoen Kooi
2009-10-07gstreamer: update some bitsKoen Kooi
2009-09-30gst-plugin-gles: gles2 fix from PratheeshKoen Kooi
2009-09-29gst-plugin-gles: add git versionTK, Pratheesh Gangadhar
* 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 Kooi
2009-09-17gst-rtsp: add 0.10.4Koen Kooi
* 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 Singh
2009-09-05gst-plugins-good: add esound to DEPENDS lineHenning Heinold
* fixes compilation error * bump PR
2009-09-03gst-ffmpeg: bump PR on 0.10.7, add 0.10.8 and cleanup EXTRA_OECONFKoen Kooi
2009-07-17gstreamer: sync with TI arago overlay a bitKoen Kooi