]> git.pld-linux.org Git - packages/gpac.git/blobdiff - gpac.spec
- rebuild with DirectFB 1.7.2
[packages/gpac.git] / gpac.spec
index 71709d949676abda353b2308771773f668be4990..07063e9d78df22cf08e397ecf182498571123651 100644 (file)
--- a/gpac.spec
+++ b/gpac.spec
@@ -11,7 +11,7 @@
 %bcond_without ffmpeg          # ffmpeg support
 %bcond_without freetype        # freetype support
 %bcond_without jpeg            # JPEG support
-%bcond_without js              # JavaScript support
+%bcond_with    js              # JavaScript support
 %bcond_without mad             # MP3 support
 %bcond_without png             # PNG support
 %bcond_without xvid            # xvid support
@@ -21,7 +21,7 @@ Summary:      GPAC - an implementation of the MPEG-4 Systems standard (ISO/IEC 14496-
 Summary(pl.UTF-8):     GPAC - implementacja standardu MPEG-4 Systems (ISO/IEC 14496-1)
 Name:          gpac
 Version:       0.5.0
-Release:       2
+Release:       13
 License:       LGPL v2+
 Group:         Applications/Multimedia
 Source0:       http://downloads.sourceforge.net/gpac/%{name}-%{version}.tar.gz
@@ -35,6 +35,8 @@ Patch5:               %{name}-idl_uuid.patch
 Patch6:                %{name}-js.patch
 Patch7:                %{name}-apps.patch
 Patch8:                %{name}-export.patch
+Patch9:                %{name}-ffmpeg2.patch
+Patch10:       wxWidgets3.patch
 URL:           http://gpac.sourceforge.net/
 %{?with_directfb:BuildRequires:        DirectFB-devel}
 BuildRequires: OpenGL-GLU-devel
@@ -163,6 +165,8 @@ Wtyczka GPAC dla przeglÄ…darek WWW zgodnych z Netscape.
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p0
+%patch10 -p1
 
 sed -i -e 's/wx-config/wx-gtk2-unicode-config/' configure
 chmod a+x configure
@@ -202,10 +206,10 @@ chmod a+x configure
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_pkgconfigdir}
 
-%{__make} install install-lib \
+%{__make} -j1 install install-lib \
        DESTDIR=$RPM_BUILD_ROOT
 
-%{__make} -C applications install \
+%{__make} -j1 -C applications install \
        DESTDIR=$RPM_BUILD_ROOT \
        MOZILLA_DIR=$RPM_BUILD_ROOT%{_browserpluginsdir}
 
This page took 0.027028 seconds and 4 git commands to generate.