mpg123-vl.spec 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. Summary: MPEG audio player.
  2. Summary(ja): MPEG audio ¥×¥ì¡¼¥ä
  3. Name: mpg123
  4. Version: 0.59r
  5. Release: 2vl3
  6. Group: Applications/Multimedia
  7. URL: http://www.mpg123.de/
  8. Source: http://www-ti.informatik.uni-tuebingen.de/~hippm/mpg123-0.59r-pl1.tar.gz
  9. Source1: mp3license
  10. Patch0: mpg123.patch
  11. Patch1: mpg123-0.59r-8bit.patch
  12. Patch2: mpg123-0.59r-jconv-2.patch
  13. Requires: libjconv
  14. BuildPreReq: libjconv
  15. Copyright: distributable
  16. Buildroot: %{_tmppath}/%{name}-%{version}-root
  17. Vendor: Project Vine
  18. Distribution: Vine Linux
  19. Packager: MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
  20. %description
  21. Mpg123 is a fast, free and portable MPEG audio player for Unix.
  22. It supports MPEG 1.0/2.0 layers 1, 2 and 3 ("mp3" files). For
  23. full CD quality playback (44 kHz, 16 bit, stereo) a Pentium CPU
  24. is required. Mono and/or reduced quality playback (22 kHz or
  25. 11 kHz) is possible on 486 CPUs.
  26. For information on the MP3 License, please visit:
  27. http://www.mpeg.org/
  28. %prep
  29. %setup -q
  30. %patch0 -p1 -b .mike
  31. %patch1 -p1 -b .8bit
  32. %patch2 -p1 -b .jconv
  33. %build
  34. make linux-${RPM_ARCH}-esd
  35. %install
  36. rm -rf ${RPM_BUILD_ROOT}
  37. mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
  38. mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
  39. make PREFIX=${RPM_BUILD_ROOT}/usr \
  40. BINDIR=${RPM_BUILD_ROOT}%{_bindir} \
  41. MANDIR=${RPM_BUILD_ROOT}%{_mandir} \
  42. install
  43. %clean
  44. rm -r ${RPM_BUILD_ROOT}
  45. %files
  46. %defattr(-,root,root)
  47. %doc BUGS CHANGES COPYING INSTALL JUKEBOX README TODO
  48. %doc $RPM_SOURCE_DIR/mp3license
  49. %{_bindir}/mpg123
  50. %{_mandir}/man1/mpg123.1*
  51. %changelog
  52. * Mon Jun 11 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
  53. - 0.59r-2vl3
  54. - use better macros
  55. * Wed Oct 11 2000 Yoichi Imai <yoichi@silver-forest.com>
  56. - add setlocale(LC_CTYPE, "");
  57. - for brp-*
  58. * Sun Jul 23 2000 Yoichi Imai <yoichi@silver-forest.com>
  59. - japanese convertion (convert_kanji_auto)
  60. * Wed Jun 07 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
  61. - 0.59r-2vl1
  62. - based on 0.59r-2 of LinuxPPC-Dev-Rel-1.1
  63. - build for Vine Linux
  64. * Fri Jul 30 1999 Bill Nottingham <notting@redhat.com>
  65. - 0.59r-pl1
  66. - fix URL in spec.
  67. * Mon Jun 21 1999 Bill Nottingham <notting@redhat.com>
  68. - update to 0.59r
  69. * Wed Apr 07 1999 Preston Brown <pbrown@redhat.com>
  70. - removed debug output from audio_esd.c.
  71. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  72. - auto rebuild in the new build environment (release 5)
  73. * Wed Mar 17 1999 Michael Fulbright <drmike@redhat.com>
  74. - hacked to work with esd for 8 bit fallback
  75. * Sat Mar 6 1999 Matt Wilson <msw@redhat.com>
  76. - rebuilt against new libaudio and esd
  77. * Mon Mar 1 1999 Matt Wilson <msw@redhat.com>
  78. - rebuilt against new libaudio and esd
  79. * Fri Feb 26 1999 Michael Maher <mike@redhat.com>
  80. - update package
  81. * Tue Jan 12 1999 Michael Maher <mike@redhat.com>
  82. - allowed to ship ... finally.
  83. * Wed Jan 21 1998 Otto Hammersmith <otto@redhat.com>
  84. - more cleanup