| 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 | |
|---|
| 18 | Vendor: Project Vine |
|---|
| 19 | Distribution: Vine Linux |
|---|
| 20 | Packager: MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org> |
|---|
| 21 | |
|---|
| 22 | |
|---|
| 23 | %description |
|---|
| 24 | Mpg123 is a fast, free and portable MPEG audio player for Unix. |
|---|
| 25 | It supports MPEG 1.0/2.0 layers 1, 2 and 3 ("mp3" files). For |
|---|
| 26 | full CD quality playback (44 kHz, 16 bit, stereo) a Pentium CPU |
|---|
| 27 | is required. Mono and/or reduced quality playback (22 kHz or |
|---|
| 28 | 11 kHz) is possible on 486 CPUs. |
|---|
| 29 | |
|---|
| 30 | For information on the MP3 License, please visit: |
|---|
| 31 | http://www.mpeg.org/ |
|---|
| 32 | |
|---|
| 33 | |
|---|
| 34 | %prep |
|---|
| 35 | %setup -q |
|---|
| 36 | %patch0 -p1 -b .mike |
|---|
| 37 | %patch1 -p1 -b .8bit |
|---|
| 38 | %patch2 -p1 -b .jconv |
|---|
| 39 | |
|---|
| 40 | |
|---|
| 41 | %build |
|---|
| 42 | make linux-${RPM_ARCH}-esd |
|---|
| 43 | |
|---|
| 44 | |
|---|
| 45 | %install |
|---|
| 46 | rm -rf ${RPM_BUILD_ROOT} |
|---|
| 47 | mkdir -p ${RPM_BUILD_ROOT}%{_bindir} |
|---|
| 48 | mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1 |
|---|
| 49 | |
|---|
| 50 | make PREFIX=${RPM_BUILD_ROOT}/usr \ |
|---|
| 51 | BINDIR=${RPM_BUILD_ROOT}%{_bindir} \ |
|---|
| 52 | MANDIR=${RPM_BUILD_ROOT}%{_mandir} \ |
|---|
| 53 | install |
|---|
| 54 | |
|---|
| 55 | |
|---|
| 56 | %clean |
|---|
| 57 | rm -r ${RPM_BUILD_ROOT} |
|---|
| 58 | |
|---|
| 59 | |
|---|
| 60 | %files |
|---|
| 61 | %defattr(-,root,root) |
|---|
| 62 | %doc BUGS CHANGES COPYING INSTALL JUKEBOX README TODO |
|---|
| 63 | %doc $RPM_SOURCE_DIR/mp3license |
|---|
| 64 | %{_bindir}/mpg123 |
|---|
| 65 | %{_mandir}/man1/mpg123.1* |
|---|
| 66 | |
|---|
| 67 | |
|---|
| 68 | %changelog |
|---|
| 69 | * Mon Jun 11 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org> |
|---|
| 70 | - 0.59r-2vl3 |
|---|
| 71 | - use better macros |
|---|
| 72 | |
|---|
| 73 | * Wed Oct 11 2000 Yoichi Imai <yoichi@silver-forest.com> |
|---|
| 74 | - add setlocale(LC_CTYPE, ""); |
|---|
| 75 | - for brp-* |
|---|
| 76 | |
|---|
| 77 | * Sun Jul 23 2000 Yoichi Imai <yoichi@silver-forest.com> |
|---|
| 78 | - japanese convertion (convert_kanji_auto) |
|---|
| 79 | |
|---|
| 80 | * Wed Jun 07 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org> |
|---|
| 81 | - 0.59r-2vl1 |
|---|
| 82 | - based on 0.59r-2 of LinuxPPC-Dev-Rel-1.1 |
|---|
| 83 | - build for Vine Linux |
|---|
| 84 | |
|---|
| 85 | * Fri Jul 30 1999 Bill Nottingham <notting@redhat.com> |
|---|
| 86 | - 0.59r-pl1 |
|---|
| 87 | - fix URL in spec. |
|---|
| 88 | |
|---|
| 89 | * Mon Jun 21 1999 Bill Nottingham <notting@redhat.com> |
|---|
| 90 | - update to 0.59r |
|---|
| 91 | |
|---|
| 92 | * Wed Apr 07 1999 Preston Brown <pbrown@redhat.com> |
|---|
| 93 | - removed debug output from audio_esd.c. |
|---|
| 94 | |
|---|
| 95 | * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> |
|---|
| 96 | - auto rebuild in the new build environment (release 5) |
|---|
| 97 | |
|---|
| 98 | * Wed Mar 17 1999 Michael Fulbright <drmike@redhat.com> |
|---|
| 99 | - hacked to work with esd for 8 bit fallback |
|---|
| 100 | |
|---|
| 101 | * Sat Mar 6 1999 Matt Wilson <msw@redhat.com> |
|---|
| 102 | - rebuilt against new libaudio and esd |
|---|
| 103 | |
|---|
| 104 | * Mon Mar 1 1999 Matt Wilson <msw@redhat.com> |
|---|
| 105 | - rebuilt against new libaudio and esd |
|---|
| 106 | |
|---|
| 107 | * Fri Feb 26 1999 Michael Maher <mike@redhat.com> |
|---|
| 108 | - update package |
|---|
| 109 | |
|---|
| 110 | * Tue Jan 12 1999 Michael Maher <mike@redhat.com> |
|---|
| 111 | - allowed to ship ... finally. |
|---|
| 112 | |
|---|
| 113 | * Wed Jan 21 1998 Otto Hammersmith <otto@redhat.com> |
|---|
| 114 | - more cleanup |
|---|
| 115 | |
|---|