smpeg-xmms-vl.spec 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. Summary: MPEG video plugin for XMMS.
  2. Summary(ja): XMMS ÍÑ MPEG ¥Ó¥Ç¥ª¥×¥é¥°¥¤¥ó
  3. Name: smpeg-xmms
  4. Version: 0.3.5
  5. Release: 0vl2
  6. Copyright: GPL
  7. Group: System Environment/Libraries
  8. Source0: ftp://ftp.xmms.org/xmms/plugins/smpeg-xmms/%{name}-%{version}.tar.gz
  9. #Patch10: %{name}-%{version}-CFLAGS.patch
  10. URL: http://www.xmms.org/xmms
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. BuildPrereq: smpeg-devel SDL-devel xmms-devel
  13. Vendor: Project Vine
  14. Distribution: Vine Linux
  15. %description
  16. A MPEG video plugin for XMMS. Supports hardware acceleration in Xfree
  17. 4.x if available, fullscreen, resizeable window, VCD support, aspected
  18. ratio when resizing the window, etc.
  19. %prep
  20. rm -rf %{buildroot}
  21. %setup -q
  22. #%patch10 -p1
  23. %build
  24. %ifarch ia64
  25. %define optflags -O2 -fPIC
  26. %endif
  27. %configure --libdir=`xmms-config --input-plugin-dir`
  28. make
  29. %install
  30. rm -rf %{buildroot}
  31. %makeinstall libdir=%{buildroot}/`xmms-config --input-plugin-dir`
  32. %clean
  33. rm -rf %{buildroot}
  34. %post -p /sbin/ldconfig
  35. %postun -p /sbin/ldconfig
  36. %files
  37. %defattr(-, root, root)
  38. %{_libdir}/xmms/Input/*
  39. %changelog
  40. * Sun Jun 02 2002 Satoshi MACHINO <machino@vinelinux.org> 0.3.5-0vl2
  41. - fixed date in changelog ;P
  42. * Sun Jun 02 2002 Satoshi MACHINO <machino@vinelinux.org> 0.3.5-0vl1
  43. - updated smpeg-xmms-0.3.5
  44. - fixed URL tag
  45. - dropped CFLAGS.patch
  46. * Fri Apr 13 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
  47. - 0.3.1-2vl2
  48. - added Patch0 for newer glib/gtk+
  49. * Wed Dec 20 2000 Jun Nishii <jun@vinelinux.org>
  50. - 0.3.1-2vl1
  51. * Mon Nov 13 2000 Bill Nottingham <notting@redhat.com>
  52. - fix ia64 build (non-fPIC code in shared object)
  53. * Wed Aug 30 2000 Preston Brown <pbrown@redhat.com>
  54. - initial RPM.