summaryrefslogtreecommitdiff
path: root/packages/xmms
AgeCommit message (Collapse)AuthorFiles
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko7
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2008-11-18xmms: update desktop file - Categories setting was absent, now set to AudioVideoSteve Sakoman1
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-16xmms: add sed magic to fix builds with gettext > 0.14.0Koen Kooi1
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe2
2008-01-26divers: replace '=' definition of dbg packages with '+=' for 43 files. ↵Rolf Leggewie2
fixes 2317.
2006-11-29Introduce STAGING_BINDIR_CROSS and STAGING_BINDIR_NATIVE as discussed on the ↵Richard Purdie1
mailing list. There should be no functionality changes yet.
2006-11-18Fix parse error by adding one or two "'" or '"' removing whitespace behind \...Holger Freyther1
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi2
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-08-24xmms_1.2.10.bb : split the plugins into seperate packages as very fewGraeme Gregory1
of them make sense on a PDA platform. Add RRECOMMENDS for needed plugins and mad/tremor ones so people automatically get working mp3/ogg playback
2006-08-14xmms_1.2.10.bb : add an icon and .desktop file for xmmsGraeme Gregory2
Call via a wrapper scipt so we can insert XLIB_SKIP_ARGB_VISUALS=1 before xmms so that double size mode works correctly (a tip gleaned from gentoo FAQ)
2006-08-13xmms: make rebuilds workKoen Kooi1
2006-08-13xmms-mad_0.10.bb : add the mad xmms pluginGraeme Gregory1
2006-08-13xmms_1.2.10.bb : remove extra quotes in xmms-config so the binconfigGraeme Gregory2
path munging works.
2006-08-12xmms-tremor_1.0.bb : tremor plugin for xmmsGraeme Gregory1
2006-08-12xmms_1.2.10.bb : improve autotools situation so we dont need to overrideGraeme Gregory2
do_configure and do_compile. Enable vorbis and mikmod as per TODO stage the dev files so we can build plugins.
2006-05-22add xmms, the x multimedia system. yes, it needs gtk+1 *cough*Michael Lauer4