faad2.spec.in
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:3k
源码类别:

Windows CE

开发平台:

C/C++

  1. Summary:    C library and frontend for decoding MPEG2/4 AAC
  2. Name:       faad2
  3. Version:    @VERSION@
  4. Release:    1
  5. License:    GPL
  6. Group:      Applications/Multimedia
  7. Source0:    http://download.sourceforge.net/faad/%{name}-%{version}.tar.gz
  8. #Patch:                faad2-%{version}.patch
  9. BuildRequires: autoconf, automake, libtool, gcc-c++
  10. BuildRequires: xmms-devel, id3lib-devel, gtk-devel
  11. URL:        http://www.audiocoding.com/
  12. BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root
  13. Packager:   a.kurpiers@nt.tu-darmstadt.de
  14. %description
  15. FAAD 2 is a LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder, completely
  16. written from scratch. FAAD 2 is licensed under the GPL.
  17. Includes libmp4ff, a Quicktime library for UNIX in a freely redistributable,
  18. statically linkable library.
  19. %package devel
  20. Summary: Development libraries the FAAD 2 AAC decoder.
  21. Group: Development/Libraries
  22. Requires: %{name}
  23. %description devel
  24. Header files and development documentation for libfaad.
  25. %package xmms
  26. Group: Applications/Multimedia
  27. Summary: AAC and MP4 input plugin for xmms
  28. Requires: %{name}, %{name}-libmp4v2, xmms, id3lib
  29. %description xmms
  30. The AAC xmms input plugin for xmms recognizes AAC files by an
  31. .aac extension.
  32. This MP4 xmms plugin reads AAC files with and without ID3 tags (version 2.x).
  33. AAC files are MPEG2 or MPEG4 files that can be found in MPEG4 audio files
  34. (.mp4). MPEG4 files with AAC inside can be read by RealPlayer or Quicktime.
  35. %package libmp4v2
  36. Summary: C++ library to handle MP4 (Quicktime) content
  37. Group: Development/Libraries
  38. %description libmp4v2
  39. C++ library to handle MP4 (Quicktime) content
  40. %prep
  41. #%setup -n %{name}
  42. %setup -n %{name}-%{version}
  43. #%patch -p0
  44. %build
  45. #sh bootstrap
  46. ./configure --with-drm --with-xmms --prefix=/usr
  47. make
  48. %install
  49. rm -rf %{buildroot}
  50. # Hack to work around a problem with DESTDIR in libtool 1.4.x
  51. LIBRARY_PATH="%{buildroot}/usr/lib:${LIBRARY_PATH}" make install DESTDIR=%{buildroot}
  52. %post -p /sbin/ldconfig
  53. %postun -p /sbin/ldconfig
  54. %clean
  55. rm -rf %{buildroot}
  56. %files
  57. %defattr(-, root, root)
  58. %doc AUTHORS COPYING ChangeLog NEWS README TODO
  59. %{_bindir}/*
  60. %{_libdir}/libfaad.so*
  61. %{_libdir}/libmp4ff.so*
  62. %files devel
  63. %defattr(-, root, root)
  64. %{_libdir}/libfaad.a
  65. %{_libdir}/libfaad.la
  66. %{_libdir}/libmp4ff.a
  67. %{_libdir}/libmp4ff.la
  68. %{_includedir}/faad.h
  69. %{_includedir}/mp4ff.h
  70. %files xmms
  71. %defattr(-,root,root)
  72. %doc plugins/xmms/README
  73. %_libdir/xmms/Input/*
  74. %files libmp4v2
  75. %defattr(-, root, root)
  76. %{_libdir}/libmp4v2.*
  77. %{_includedir}/mp4.h
  78. %{_includedir}/mpeg4ip.h
  79. %{_includedir}/systems.h
  80. %changelog
  81. * Fri Feb 06 2004 Alexander Kurpiers <a.kurpiers@nt.tu-darmstadt.de>
  82. - remove seperate libmp4ff target
  83. * Wed Nov 05 2003 Alexander Kurpiers <a.kurpiers@nt.tu-darmstadt.de>
  84. - include xmms plugins/libmp4v2/libmp4ff into RPM
  85. * Tue Aug 12 2003 Matthias Saou <matthias.saou@est.une.marmotte.net>
  86. - Update to 2.0rc1.
  87. - Introduced LD_LIBRARY_PATH workaround.
  88. - Removed optional xmms plugin build, it seems mandatory now.
  89. - Added gtk+ build dep for the xmms plugin.
  90. * Wed May 14 2003 Matthias Saou <matthias.saou@est.une.marmotte.net>
  91. - Added xmms plugin build.
  92. * Wed Apr  9 2003 Matthias Saou <matthias.saou@est.une.marmotte.net>
  93. - Spec file cleanup.
  94. - Now exclude .la file.
  95. - Update to latest CVS checkout to fix compile problem.
  96. * Fri Aug 10 2002 Alexander Kurpiers <a.kurpiers@nt.tu-darmstadt.de>
  97. - changes to compile v1.1 release
  98. * Tue Jun 18 2002 Alexander Kurpiers <a.kurpiers@nt.tu-darmstadt.de>
  99. - First RPM.