source: projects/specs/trunk/m/mpg123/mpg123-vl.spec @ 521

Revision 521, 2.9 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary:      MPEG audio player.
2Summary(ja):  MPEG audio ¥×¥ì¡¼¥ä
3Name:         mpg123
4Version:      0.59r
5Release:      2vl3
6Group:        Applications/Multimedia
7URL:          http://www.mpg123.de/
8Source:       http://www-ti.informatik.uni-tuebingen.de/~hippm/mpg123-0.59r-pl1.tar.gz
9Source1:      mp3license
10Patch0:       mpg123.patch
11Patch1:       mpg123-0.59r-8bit.patch
12Patch2:       mpg123-0.59r-jconv-2.patch
13Requires:     libjconv
14BuildPreReq:  libjconv
15Copyright:    distributable
16Buildroot:    %{_tmppath}/%{name}-%{version}-root
17
18Vendor:       Project Vine
19Distribution: Vine Linux
20Packager:     MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
21
22
23%description
24Mpg123 is a fast, free and portable MPEG audio player for Unix.
25It supports MPEG 1.0/2.0 layers 1, 2 and 3 ("mp3" files).  For
26full CD quality playback (44 kHz, 16 bit, stereo) a Pentium CPU
27is required. Mono and/or reduced quality playback (22 kHz or
2811 kHz) is possible on 486 CPUs.
29
30For information on the MP3 License, please visit:
31http://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
42make linux-${RPM_ARCH}-esd
43
44
45%install
46rm -rf ${RPM_BUILD_ROOT}
47mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
48mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
49
50make PREFIX=${RPM_BUILD_ROOT}/usr \
51     BINDIR=${RPM_BUILD_ROOT}%{_bindir} \
52     MANDIR=${RPM_BUILD_ROOT}%{_mandir} \
53     install
54
55
56%clean
57rm -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
Note: See TracBrowser for help on using the repository browser.