aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openmoko-3rdparty/podboy_svn.bb
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-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-05-05podboy: depend on gst-plugin-mad only for not enterprise distroMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-20podboy: update to 1.6.1Valery Febvre
Changes since 1.5.0 * Enabled OGG audio format support. Ogg support has been added 3 months ago, but it was so far disabled due to a bug in GStreamer oggdemux pipeline element * New internal widget: Notify dialog. It is used to notify user when an operation, that can take some time, ends. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-07podboy: update to 1.5.0Valery Febvre
Changes since 1.3.4 * New feature: played episodes that are older than a specified amount of days (defined in Settings) can be auto-deleted on every startup. * New feature: episodes can now be tagged as "(un)deletable" in page "Episodes". All episodes with status "undeletable" will be ignored when auto-deletion of old episodes will be done on startup. * New feature: podcasts can be renamed. * New feature: downloads can be canceled. * Big code cleanup and code refactoring. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-16Podboy: update to 1.3.4Valery Febvre
* Add multi selection in lists (podcasts and episodes). * Add a missing refresh of "Downloads" page when episodes are deleted in "Episodes" page. * Little improvements here and there (sorry I don't remember where). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-04Podboy: update to 1.3.3 (as svn)Valery Febvre
* Lot of improvements in feed parsing (add and update). * Now, when a "Check For Updates" is done for several podcasts, a full report is displayed in a dialog. * New feature: podcasts source URLs can be edited. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-28podboy: new recipe for another elementary based podcast appValery Febvre
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>