Author: wiget Date: Wed Oct 28 18:10:39 2009 GMT Module: packages Tag: HEAD ---- Log message: - build and package shared libmp4ff - rel. 3
---- Files affected: packages/faad2: faad2.spec (1.32 -> 1.33) , faad2-mp4ff.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/faad2/faad2.spec diff -u packages/faad2/faad2.spec:1.32 packages/faad2/faad2.spec:1.33 --- packages/faad2/faad2.spec:1.32 Wed Sep 16 15:06:35 2009 +++ packages/faad2/faad2.spec Wed Oct 28 19:10:33 2009 @@ -11,7 +11,7 @@ Summary(pl.UTF-8): Darmowy zaawansowany dekoder audio Name: faad2 Version: 2.6.1 -Release: 2 +Release: 3 License: GPL Group: Applications/Sound Source0: http://dl.sourceforge.net/faac/%{name}-%{version}.tar.gz @@ -21,6 +21,7 @@ Patch2: %{name}-soname.patch Patch3: %{name}-backward_compat.patch Patch4: %{name}-ac.patch +Patch5: %{name}-mp4ff.patch URL: http://www.audiocoding.com/ %{?with_mpeg4ip:BuildRequires: SDL-devel} BuildRequires: autoconf @@ -114,6 +115,7 @@ %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 %build %{__libtoolize} @@ -152,18 +154,24 @@ %doc AUTHORS ChangeLog NEWS README TODO %attr(755,root,root) %{_libdir}/libfaad.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libfaad.so.0 +%attr(755,root,root) %{_libdir}/libmp4ff.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libmp4ff.so.0 %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libfaad.so +%attr(755,root,root) %{_libdir}/libmp4ff.so %{_libdir}/libfaad.la +%{_libdir}/libmp4ff.la %{_includedir}/faad.h +%{_includedir}/mp4ff.h %{_includedir}/neaacdec.h %if %{with static_libs} %files static %defattr(644,root,root,755) %{_libdir}/libfaad.a +%{_libdir}/libmp4ff.a %endif %if %{with xmms} @@ -184,6 +192,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.33 2009/10/28 18:10:33 wiget +- build and package shared libmp4ff +- rel. 3 + Revision 1.32 2009/09/16 13:06:35 tommat - add missing AC_PROG_CXX to configure.in ================================================================ Index: packages/faad2/faad2-mp4ff.patch diff -u /dev/null packages/faad2/faad2-mp4ff.patch:1.1 --- /dev/null Wed Oct 28 19:10:39 2009 +++ packages/faad2/faad2-mp4ff.patch Wed Oct 28 19:10:33 2009 @@ -0,0 +1,15 @@ +--- faad2/common/mp4ff/Makefile.am.wiget 2009-10-28 18:54:29.000000000 +0100 ++++ faad2/common/mp4ff/Makefile.am 2009-10-28 18:56:28.000000000 +0100 +@@ -1,8 +1,9 @@ +-noinst_LTLIBRARIES = libmp4ff.la ++lib_LTLIBRARIES = libmp4ff.la ++ ++include_HEADERS = mp4ff.h + + libmp4ff_la_CFLAGS = -DUSE_TAGGING=1 + + libmp4ff_la_SOURCES = mp4ff.c mp4atom.c mp4meta.c mp4sample.c mp4util.c \ +- mp4tagupdate.c mp4ff.h mp4ffint.h mp4ff_int_types.h \ ++ mp4tagupdate.c mp4ffint.h mp4ff_int_types.h \ + drms.h drms.c drmstables.h +- ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/faad2/faad2.spec?r1=1.32&r2=1.33&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
