Author: charles Date: Fri Apr 9 21:31:28 2010 GMT Module: packages Tag: HEAD ---- Log message: - added -libpng14.patch - added --disable-debug --enable-external-python options
---- Files affected: packages/xbmc: xbmc.spec (1.13 -> 1.14) ---- Diffs: ================================================================ Index: packages/xbmc/xbmc.spec diff -u packages/xbmc/xbmc.spec:1.13 packages/xbmc/xbmc.spec:1.14 --- packages/xbmc/xbmc.spec:1.13 Fri Jan 1 17:19:50 2010 +++ packages/xbmc/xbmc.spec Fri Apr 9 23:31:23 2010 @@ -16,6 +16,7 @@ # Source0-md5: 9a68ac1e2f44a54cc3803fcdb1265767 URL: http://xbmc.org Patch0: %{name}-nobash.patch +Patch1: %{name}-libpng14.patch BuildRequires: SDL_image-devel BuildRequires: SDL_mixer-devel BuildRequires: a52dec-libs-devel @@ -89,11 +90,14 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build ./bootstrap %configure \ - --enable-external-libraries + --disable-debug \ + --enable-external-libraries \ + --enable-external-python %{__make} %install @@ -125,6 +129,10 @@ $Log$ +Revision 1.14 2010/04/09 21:31:23 charles +- added -libpng14.patch +- added --disable-debug --enable-external-python options + Revision 1.13 2010/01/01 16:19:50 sparky - nasm not required on x86_&4 - added .desktop and icon ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xbmc/xbmc.spec?r1=1.13&r2=1.14&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
