]> git.pld-linux.org Git - packages/faad2.git/commitdiff
- add missing header
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 7 Sep 2005 23:37:34 +0000 (23:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- disable patch3 as it's incompatible with mpeg4ip (1.1+?)

Changed files:
    faad2.spec -> 1.18

faad2.spec

index f8b658db84fea66cf06b9e105fa2e1b5031d7161..a3115ef00e963226599876e2081e0c14339ee004 100644 (file)
@@ -11,7 +11,7 @@ Summary:      Freeware Advanced Audio Decoder 2
 Summary(pl):   Darmowy zaawansowany dekoder audio
 Name:          faad2
 Version:       2.0
-Release:       5
+Release:       5.2
 License:       GPL
 Group:         Applications/Sound
 Source0:       http://dl.sourceforge.net/faac/%{name}-%{version}.tar.gz
@@ -111,7 +111,7 @@ Wtyczka XMMS do plik
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
+#%patch3 -p1
 %patch4 -p1
 
 %build
@@ -121,7 +121,8 @@ Wtyczka XMMS do plik
 %{__autoheader}
 %{__automake}
 %configure \
-       %{?with_xmms:--with-xmms}
+       --with%{!?with_xmms:out}-xmms \
+       --with%{!?with_mpeg4ip:out}-mp4v2
 
 %{__make}
 
@@ -134,6 +135,8 @@ rm -rf $RPM_BUILD_ROOT
 rm -f $RPM_BUILD_ROOT%{xmms_input_plugindir}/*.{la,a}
 rm -f $RPM_BUILD_ROOT%{_libdir}/mp4player_plugin/*.{la,a}
 
+install ./common/mp4ff/mp4ff_int_types.h $RPM_BUILD_ROOT%{_includedir}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -158,6 +161,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libmp4ff.la
 %{_includedir}/faad.h
 %{_includedir}/mp4ff.h
+%{_includedir}/mp4ff_int_types.h
 
 %files static
 %defattr(644,root,root,755)
This page took 0.095995 seconds and 4 git commands to generate.