[Bug 1030] Review request: xbmc - Media center

RPM Fusion Bugzilla noreply at rpmfusion.org
Wed Jan 27 01:40:32 CET 2010


http://bugzilla.rpmfusion.org/show_bug.cgi?id=1030





--- Comment #80 from Alex Lancaster <alexl at users.sourceforge.net>  2010-01-27 01:40:31 ---
(In reply to comment #77)
> @Alex
> Buildslave has been switched to rpmfusion.
> Nightly builds can still be found here:
> http://buildbot.xbmc.org/builders/fedora-nightly

Great, looks good.  I wonder if you might be able to create an additional build
configuration that would specifically enable the external libraries feature as
well as goom, i.e. mimic what our current spec does:

INCLUDEDIRS="-I/usr/include/ffmpeg/"
CFLAGS="-fPIC $INCLUDEDIRS"
CXXFLAGS="$CFLAGS"
LDFLAGS="-fPIC"
LIBS="-L%{_libdir}/mysql $LIBS"
export CFLAGS
export CXXFLAGS
export LDFLAGS
export LIBS

chmod +x bootstrap
./bootstrap
export ASFLAGS=-fPIC
./configure --enable-external-libraries --enable-goom CPPFLAGS="$INCLUDEDIRS"
make

That way we'd be able to quickly diagnose errors or regressions in the external
library functionality in RPM Fusion/Fedora.

At this time I think external library support will work for all libraries
except for the libdts because Fedora has switched to the new libdca, so it may
require the xbmc-9.11-libdca.patch for external library support.

In addition have you added all the packages listed in BuildRequires in the spec
as packages to install, if not it may not be using all the external libraries
XBMC supports.


-- 
Configure bugmail: http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the rpmfusion-developers mailing list