History log of /haiku/src/add-ons/media/media-add-ons/dvb/Jamfile
Revision Date Author Comments
# dff211d8 30-Oct-2014 Adrien Destugues <pulkomandy@gmail.com>

Build media add-ons for secondary arch.

Fixes #10049.


# 740ede8c 19-Aug-2014 Colin Günther <coling@gmx.de>

dvb.media_addon: Let C++ use C99 math features.

- This get rids of the complain "'UINT64_C' was not declared in this scope" and
allows us to remove the (now superflous) declaration of UINT64_C.
- No functional change intended.


# 220d0402 31-Jul-2014 Oliver Tappe <zooey@hirschkaefer.de>

Use libstdc++, libsupc++ and libgcc from gcc_syslibs.

* Instead of faking libstdc++.so from libstdc++.a, use libstdc++.so
from the gcc_syslibs build feature for everything except x86_gcc2.
* Use libgcc_s.so from the gcc_syslibs build feature for everything but
x86_gcc2 (which still carries libgcc as part of libroot.so).
* Drop filtering of libgcc objects for libroot, as that is no longer
necessary since we're only using libgcc-as-single-object for libroot
with x86_gcc2, where the filtered object file doesn't exist. Should
the objects that used to be filtered cause any problems as part of
libgcc_s.so, we can always filter them as part of the gcc build.
* Use libsupc++.so from the gcc_syslibs build feature for everything but
x86_gcc2.
* Adjust all Jamfiles accordingly.
* Deactivate building of faked libstdc++.so for non-x86-gcc2. For
x86_gcc2, we still build libstdc++.so from the sources in the Haiku
source tree as part of the Haiku build .
* Put gcc_syslibs package onto the image, when needed.


# 14d5e307 13-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update ffmpeg package and its requirements

Also make use of new build feature rules.


# 70074029 06-Mar-2012 Jérôme Duval <jerome.duval@gmail.com>

DVB: add a dependency on FFMpeg optional package

* MediaFormat.cpp includes avcodec.h from libavcodec without actually
using the library.


# 699dc0e3 17-Dec-2010 Marcus Overhagen <marcusoverhagen@gmail.com>

Very ugly hack to make DVB addon find the MPEG and AC3 codecs.
Something appeards to be very wrong with codec registration.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39885 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 16d5c24e 07-Jul-2009 Oliver Tappe <zooey@hirschkaefer.de>

* merged 32bit-wchar_t branches of buildtools and haiku back into
the respective trunk

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31443 a95241bf-73f2-0310-859d-f6bbb57e9c96


# fcb9bdc0 23-Apr-2007 Marcus Overhagen <marcusoverhagen@gmail.com>

added Jamfile for dvb.media_addon and fixed compilation problems after refactoring


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20780 a95241bf-73f2-0310-859d-f6bbb57e9c96


# dff211d8a6c9dfdadab4da366c327afeea03c56e 30-Oct-2014 Adrien Destugues <pulkomandy@gmail.com>

Build media add-ons for secondary arch.

Fixes #10049.


# 740ede8c9502481c2df77593f4c00311ea9efe6e 19-Aug-2014 Colin Günther <coling@gmx.de>

dvb.media_addon: Let C++ use C99 math features.

- This get rids of the complain "'UINT64_C' was not declared in this scope" and
allows us to remove the (now superflous) declaration of UINT64_C.
- No functional change intended.


# 220d04022750f40f8bac8f01fa551211e28d04f2 31-Jul-2014 Oliver Tappe <zooey@hirschkaefer.de>

Use libstdc++, libsupc++ and libgcc from gcc_syslibs.

* Instead of faking libstdc++.so from libstdc++.a, use libstdc++.so
from the gcc_syslibs build feature for everything except x86_gcc2.
* Use libgcc_s.so from the gcc_syslibs build feature for everything but
x86_gcc2 (which still carries libgcc as part of libroot.so).
* Drop filtering of libgcc objects for libroot, as that is no longer
necessary since we're only using libgcc-as-single-object for libroot
with x86_gcc2, where the filtered object file doesn't exist. Should
the objects that used to be filtered cause any problems as part of
libgcc_s.so, we can always filter them as part of the gcc build.
* Use libsupc++.so from the gcc_syslibs build feature for everything but
x86_gcc2.
* Adjust all Jamfiles accordingly.
* Deactivate building of faked libstdc++.so for non-x86-gcc2. For
x86_gcc2, we still build libstdc++.so from the sources in the Haiku
source tree as part of the Haiku build .
* Put gcc_syslibs package onto the image, when needed.


# 14d5e307b44211346880ca8255162dbd5dd773ff 13-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update ffmpeg package and its requirements

Also make use of new build feature rules.


# 7007402957f67a3ccd2698399634af182dd19cc0 06-Mar-2012 Jérôme Duval <jerome.duval@gmail.com>

DVB: add a dependency on FFMpeg optional package

* MediaFormat.cpp includes avcodec.h from libavcodec without actually
using the library.


# 699dc0e36748caeb50d3050fd8585699c03f7243 17-Dec-2010 Marcus Overhagen <marcusoverhagen@gmail.com>

Very ugly hack to make DVB addon find the MPEG and AC3 codecs.
Something appeards to be very wrong with codec registration.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39885 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 16d5c24e533eb14b7b8a99ee9f3ec9ba66335b1e 07-Jul-2009 Oliver Tappe <zooey@hirschkaefer.de>

* merged 32bit-wchar_t branches of buildtools and haiku back into
the respective trunk

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31443 a95241bf-73f2-0310-859d-f6bbb57e9c96


# fcb9bdc0c90a4dd4d1011fce41856e532dbd0226 23-Apr-2007 Marcus Overhagen <marcusoverhagen@gmail.com>

added Jamfile for dvb.media_addon and fixed compilation problems after refactoring


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20780 a95241bf-73f2-0310-859d-f6bbb57e9c96