aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnash
AgeCommit message (Collapse)Author
2009-01-25gnash: package browser pluginKoen Kooi
2009-01-22gnash: add 0.8.4, def pref -1 till it's runtime testedKoen Kooi
2008-11-15gnash: Build without ffmpegHolger Hans Peter Freyther
Optionally depend on ffmpeg
2008-10-29bluemchen wiese: Allow to disable certain ugly packages globallyHolger Hans Peter Freyther
Adopt the notion of gstreamer and allow to easily not build certain ugly packages. People are constraints to not live on a bluemchen wiese can set ENTERPRISE_DISTRO="1" in their config and get ugly packages removed. This is implemented by a set of packages in the BBMASK (as a safety net) and by using base conditional to onl conditonally add ugly packages.
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther
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-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther
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 Luebbe
2008-10-01gnash minimal: make sound workKoen Kooi
2008-09-21ffmpeg: bump SRCREVKoen Kooi
omapfbplay, gnash(-minimal), gst-ffmpeg, libomxil-bellagio: bump PR
2008-09-05gnash-minimal: fix packagingKoen Kooi
2008-09-03merge of '1044732b8a88225ade87ce8064bd97dee00124ac'Koen Kooi
and '462295240b0a06ab1c367eb883ec218b4313bf89'
2008-09-03gnash: enable ffmpeg and pluginKoen Kooi
2008-09-03gnash-minimal: don't package libltdl, we have libtool for thatKoen Kooi
2008-09-02gnash-minimal cvs: fix missing trunc() definition, ↵Koen Kooi
https://savannah.gnu.org/bugs/?24188
2008-09-02gnas-minimal: add ffmpeg supportKoen Kooi
2008-08-30ffmpeg: Revert DEPENDS on coreutils-native. Instead, remove -s (strip) ↵Leon Woestenberg
argument to install.
2008-08-20gnash-minimal: Incomplete fix for RDEPENDS on libltdl (still not being ↵Leon Woestenberg
picked up).
2008-08-19gnash-minimal: Add libltdl DEPENDS.Leon Woestenberg
2008-08-18gnash-minimal: Include $\(INTLLIBS\) in LDADD for gui/fb.Leon Woestenberg
2008-07-06gnash-minimal: fix dependsKoen Kooi
2008-07-05gnash-minimal: packaging fixesKoen Kooi
2008-07-05gnash-minimal: depend on libtool, remove PR from .incKoen Kooi
2008-07-05gnash: add missing patchKoen Kooi
2008-07-04gnash: fix build to use external libtoolKoen Kooi
2008-07-03gnash: add 0.8.3 with an ugly, ugly hack to work around libtool problemsKoen Kooi
2008-07-01gnash-minimal: fix PVKoen Kooi
2008-05-12gnash-minimal: Fix building for uclibc by working around faulty argz.h test ↵Leon Woestenberg
for uclibc, using _GNU_SOURCE.
2008-05-05gnash-minimal: Added gnash-minimal.inc, and _cvs.bbLeon Woestenberg
2008-05-02gnash-minimal_0.8.2.bb: Enabled fps measurement. Fix packaging of libltdl.Leon Woestenberg
2008-05-02gnash-minimal_0.8.2.bb: library paths have changed in 0.8.2, fix up packaging.Leon Woestenberg
2008-05-01gnash-minimal: DEPEND on agg.Leon Woestenberg
2008-04-30gnash-minimal_0.8.2.bb: New configuration; fb only, dedicated simple swf ↵Leon Woestenberg
files only.
2008-03-12gnash: add 0.8.2John Lee
2008-03-11gnash: clean up/fix for sysrootJohn Lee
2008-02-29gnash: create gnash.incJohn Lee
* add gnash 0.8.1
2007-07-31gnash: add 0.8.0Koen Kooi