]> git.pld-linux.org Git - packages/kodi.git/commitdiff
- added -libpng14.patch
authorKarol Krenski <charles@pld-linux.org>
Fri, 9 Apr 2010 21:31:23 +0000 (21:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added --disable-debug --enable-external-python options

Changed files:
    xbmc.spec -> 1.14

xbmc.spec

index 23be4c44efced080f90c2247a373349be0f58bde..4d570988d1e29eab3f76aa11fc6e8f38794e8c77 100644 (file)
--- a/xbmc.spec
+++ b/xbmc.spec
@@ -15,6 +15,7 @@ Source0:      http://downloads.sourceforge.net/project/xbmc/XBMC%20Source%20Code/Came
 # 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
@@ -88,11 +89,14 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 ./bootstrap
 %configure \
-       --enable-external-libraries
+       --disable-debug \
+       --enable-external-libraries \
+       --enable-external-python
 %{__make}
 
 %install
This page took 0.129366 seconds and 4 git commands to generate.