source: projects/specs/trunk/nonfree/self-build-mpg123/mpg123-vl.spec @ 9485

Revision 9485, 2.9 KB checked in by inagaki, 9 years ago (diff)

2015-04-04 Ryoichi INAGAKI <ryo1@…>

  • audacious, audacious-plugins, self-build-audacious-plugins-extra: updated
  • fluidsynth, libguess, self-build-mpg123: NEW


Line 
1Summary:        MPEG audio player.
2Summary(ja):    MPEG オーディオプレイヤー
3Name:           mpg123
4Version:        1.22.1
5Release:        1%{?_dist_release}
6
7License:        LGPLv2
8Group:          Applications/Multimedia
9URL:            http://www.mpg123.de/
10Source0:        http://downloads.sourceforge.net/mpg123/%{name}-%{version}.tar.bz2
11#Source1:       mp3license
12
13Buildroot:      %{_tmppath}/%{name}-%{version}-root
14BuildRequires:  alsa-lib-devel
15BuildRequires:  jack-audio-connection-kit-devel
16BuildRequires:  libtool-ltdl-devel
17BuildRequires:  pulseaudio-libs-devel
18
19Vendor:         Project Vine
20Distribution:   Vine Linux
21
22%description
23Real time command line MPEG audio player for Layer 1, 2 and Layer3.
24
25%package devel
26Summary:        Development files for %{name}
27Summary(ja):    %{name} の開発用ファイル
28Group:          Development/Libraries
29Requires:       %{name} = %{version}-%{release}
30Requires:       pkgconfig
31
32%description devel
33Development files for %{name}
34
35%prep
36%setup -q
37
38%build
39%configure --with-default-audio=alsa,dummy,jack,oss,pulse
40
41make %{?_smp_mflags}
42
43
44%install
45rm -rf $RPM_BUILD_ROOT
46make DESTDIR=$RPM_BUILD_ROOT install
47
48find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
49
50%clean
51rm -r $RPM_BUILD_ROOT
52
53%post -p /sbin/ldconfig
54
55%postun -p /sbin/ldconfig
56
57%files
58%defattr(-,root,root)
59%doc AUTHORS COPYING ChangeLog NEWS README
60%{_bindir}/mpg123
61%{_bindir}/mpg123-id3dump
62%{_bindir}/mpg123-strip
63%{_bindir}/out123
64%{_libdir}/libmpg123.so.*
65%dir %{_libdir}/mpg123
66%{_libdir}/mpg123/*.so
67%{_mandir}/man1/*
68
69%files devel
70%defattr(-,root,root)
71%{_includedir}/mpg123.h
72%{_libdir}/libmpg123.so
73%{_libdir}/pkgconfig/*.pc
74
75
76%changelog
77* Fri Apr  3 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.22.1-1
78- updated to 1.22.1
79- added devel subpackage
80
81* Mon Jun 11 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
82- 0.59r-2vl3
83- use better macros
84
85* Wed Oct 11 2000 Yoichi Imai <yoichi@silver-forest.com>
86- add setlocale(LC_CTYPE, "");
87- for brp-*
88
89* Sun Jul 23 2000 Yoichi Imai <yoichi@silver-forest.com>
90- japanese convertion (convert_kanji_auto)
91
92* Wed Jun 07 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
93- 0.59r-2vl1
94- based on 0.59r-2 of LinuxPPC-Dev-Rel-1.1
95- build for Vine Linux
96
97* Fri Jul 30 1999 Bill Nottingham <notting@redhat.com>
98- 0.59r-pl1
99- fix URL in spec.
100
101* Mon Jun 21 1999 Bill Nottingham <notting@redhat.com>
102- update to 0.59r
103
104* Wed Apr 07 1999 Preston Brown <pbrown@redhat.com>
105- removed debug output from audio_esd.c.
106
107* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
108- auto rebuild in the new build environment (release 5)
109
110* Wed Mar 17 1999 Michael Fulbright <drmike@redhat.com>
111- hacked to work with esd for 8 bit fallback
112
113* Sat Mar  6 1999 Matt Wilson <msw@redhat.com>
114- rebuilt against new libaudio and esd
115
116* Mon Mar  1 1999 Matt Wilson <msw@redhat.com>
117- rebuilt against new libaudio and esd
118
119* Fri Feb 26 1999 Michael Maher <mike@redhat.com>
120- update package
121
122* Tue Jan 12 1999 Michael Maher <mike@redhat.com>
123- allowed to ship ... finally.
124
125* Wed Jan 21 1998 Otto Hammersmith <otto@redhat.com>
126- more cleanup
127
Note: See TracBrowser for help on using the repository browser.