summaryrefslogtreecommitdiff
path: root/meta/packages/gstreamer
Commit message (Collapse)AuthorAgeFilesLines
* Major layout change to the packages directoryRichard Purdie2010-08-2719-1075/+0
| | | | | | | | | | | | | | | | | Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gst-meta-base: Fix vorbis plugin referenceRichard Purdie2010-07-231-2/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gst-plugins: Fix module splittingRichard Purdie2010-07-231-3/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gst-meta-base: Update ivorbis plugin nameRichard Purdie2010-07-161-2/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gst-plugins: fix multiple providers warningDongxiao Xu2010-07-144-28/+26
| | | | | | | Rename all the sub-plugin to eliminate the inclusion by all plugins set This can fix the multple providers warning Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* gst-plugins-bad: Disable apexsink since we don't have openssl in DEPENDS ↵Richard Purdie2010-07-141-2/+2
| | | | | | causing build failures Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gst-plugins.inc: Fix recipe metadataDongxiao Xu2010-06-301-0/+2
| | | | | | Add HOMEPAGE and BUGTRACKER information Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* gst-plugins-bad_0.10.19.bb: Fix recipe metadataDongxiao Xu2010-06-301-2/+9
| | | | | | | Add LICENSE and LIC_FILES_CHKSUM information Adjust variables order according to styleguide Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* gst-plugins-bad: Upgraded to version 0.10.19Dongxiao Xu2010-06-301-1/+3
| | | | | | | The new feature vdpau in the latest package breaks the build Add --disable-vdpau to disable it Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* gst-plugins-ugly_0.10.15.bb: Fix recipe metadataDongxiao Xu2010-06-301-1/+7
| | | | | | | Add LICENSE and LIC_FILES_CHKSUM information Adjust variables order according to styleguide Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* gst-plugins-ugly: Upgraded to version 0.10.15Dongxiao Xu2010-06-301-0/+0
| | | | | | No other change except bb file rename Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* gst-plugins-good_0.10.23.bb: Fix recipe metadataDongxiao Xu2010-06-301-1/+6
| | | | | | | Add LICENSE and LIC_FILES_CHKSUM information Adjust variables order according to styleguide Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* gst-plugins-good: Upgraded to version 0.10.23Dongxiao Xu2010-06-301-1/+1
| | | | | | No other change except bb file rename and PR reset Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* gst-plugins-base_0.10.29.bb: Fix recipe metadataDongxiao Xu2010-06-301-1/+7
| | | | | | | Add LICENSE and LIC_FILES_CHKSUM information Adjust variables order according to styleguide Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* gst-plugins-base: Upgraded to version 0.10.29Dongxiao Xu2010-06-301-0/+2
| | | | | | No other change except bb file rename and reset PR Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* gstreamer_0.10.29.bb: Fix recipe metadataDongxiao Xu2010-06-301-4/+9
| | | | | | | | Change LICENSE and HOMEPAGE information Add LIC_FILES_CHKSUM and BUGTRACKER information Adjust the variables order according to styleguide Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* gstreamer: Upgraded to version 0.10.29Dongxiao Xu2010-06-307-45/+21
| | | | | | | | | Rebase check_fix.patch Remove po-makefile-fix.patch since it is not being used Remove do_configure_prepend since ${S}/common/m4/lib-link.m4 is not exist in the latest version Change the local file directory name to ${PN}-${PV} Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* gst-meta-base: fix metadataDongxiao Xu2010-06-171-0/+1
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* Fix references to CROSS_DIR now that it has been removedJoshua Lock2010-04-281-1/+1
| | | | | | | CROSS_DIR is no longer removed so fix up classes, packages and documentation which refer to it. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* autotools: deprecate autotools_stage classJoshua Lock2010-04-272-2/+2
| | | | | | | | | Move the functionality into autotools and ensure all our Poky recipes are no longer using it. Keep the autools_stage class around for OE compatability but just have it inherit autools. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* gst-plugins-ogg/bad/ugly: Add missing inherit gettextRichard Purdie2010-01-063-0/+9
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gst-plugins-base: Inherit gettextRichard Purdie2010-01-051-0/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gstreamer: Fix DEPENDS on gettextRichard Purdie2009-12-011-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gstreamer, gst-plugins-base: Upgrade to 0.10.22Richard Purdie2009-08-194-14/+12
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gst-ffmpeg: Bump PR after configure changesRichard Purdie2009-05-251-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gst-ffmpeg: Disable pic due to register issues (fixing build problems)Richard Purdie2009-05-241-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* classes/autotools_stage.bbclass: Add autotools_stage class to simplify ↵Richard Purdie2008-12-302-10/+2
| | | | recipes using standard autotools
* gstreamer: Fix a problem with configure if check has already been builtRichard Purdie2008-11-102-0/+21
|
* gst-plugins-good: Remove bogus RPROVIDES and add to PACKAGES instead now the ↵Richard Purdie2008-09-101-2/+2
| | | | | | package class can handle this git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5178 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gst-plugins-ugly: update to 0.10.9Ross Burton2008-09-011-0/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5122 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gst-plugins-bad: upgrade to 0.10.8Ross Burton2008-08-032-94/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5014 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gst-plugins-good: upgrade to 0.10.9Ross Burton2008-08-031-0/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5013 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gst-plugins-base: upgrade to 0.10.20Ross Burton2008-06-191-0/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4708 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gstreamer: upgrade to 0.10.20, drop merged patchesRoss Burton2008-06-194-95/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4704 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gst-plugins-base: pass -f to rm to avoid failure if reconfiguringRoss Burton2008-06-191-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4703 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gst-plugins-good: Add RPROVIDES for gst-plugin-id3demuxRichard Purdie2008-06-121-0/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4634 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gst-plugins-ugly: upgrade to 0.10.6Ross Burton2008-05-222-13/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4537 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gst-ffmpeg: Patch out beos bits from ffmpeg which break libtool 2.2.2Richard Purdie2008-04-142-1/+57
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4263 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gstreamer: Remove horrible lib-link.m4 macro file which breaks libtool 2.2.2 ↵Richard Purdie2008-04-145-3/+26
| | | | | | with search path insanity git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4256 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gst-plugins-bad: Disable cdaudioRichard Purdie2008-04-071-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4182 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gstreamer: adapt po-makefile-fix patch a bitMarcin Juszkiewicz2008-04-012-7/+15
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4154 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gstreamer:patch to fix problem with mkinstalldirs (from OE)Marcin Juszkiewicz2008-03-292-2/+16
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4149 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gst-ffmpeg: Add missing patchRichard Purdie2008-03-191-0/+13
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4092 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gst-ffmpeg: Run autoreconf instead of a broken custom do_configureRichard Purdie2008-03-191-7/+4
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4091 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gst-fluendo: Run autoreconf to fix configure's libtool and unbreak the packagesRichard Purdie2008-03-193-5/+23
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4090 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gst-ffmpeg: added gst-plugins-base dependencyMarcin Juszkiewicz2008-03-131-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3990 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gstreamer: package the debug symbols for the core elementsRoss Burton2008-02-071-1/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3700 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gst-plugins-base: updated, ABI breakage in 0.10.16Ross Burton2008-01-301-0/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3625 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gstreamer: update to latest upstream, fix doesn't effect us bit it doesn't ↵Ross Burton2008-01-304-0/+0
| | | | | | hurt to be current git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3624 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gst-plugins-base: update to latest point releaseRoss Burton2008-01-291-0/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3617 311d38ba-8fff-0310-9ca6-ca027cbcb966