]> git.pld-linux.org Git - packages/mpg321.git/blob - mpg321.spec
- up to 0.2.3
[packages/mpg321.git] / mpg321.spec
1 Summary:        A Free command-line mp3 player based on smpeg
2 Summary(pl):    Odtwarzacz mp3 bazuj±cy na smpeg wywo³ywany z linii poleceñ
3 Name:           mpg321
4 Version:        0.2.3
5 Release:        1
6 Group:          Applications/Sound
7 Group(cs):      Aplikace/Zvuk
8 Group(da):      Programmer/Lyd
9 Group(de):      Applikationen/Laut
10 Group(es):      Aplicaciones/Sonido
11 Group(fr):      Aplicações/Son
12 Group(is):      Forrit/Hljóð
13 Group(it):      Applicazioni/Audio
14 Group(no):      Applikasjoner/Lyd
15 Group(pl):      Aplikacje/D¼wiêk
16 Group(pt):      Aplicações/Som
17 Group(pt_BR):   Aplicações/Som
18 Group(ru):      ðÒÉÌÏÖÅÎÉÑ/ú×ÕË
19 Group(sl):      Programi/Zvok
20 Group(sv):      Tillämpningar/Ljud
21 Group(uk):      ðÒÉËÌÁÄΦ ðÒÏÇÒÁÍÉ/ú×ÕË
22 License:        GPL
23 Source0:        http://prdownloads.sourceforge.net/mpg321/%{name}-%{version}.tar.gz
24 URL:            http://sourceforge.net/projects/%{name}/
25 BuildRequires:  libao-devel
26 BuildRequires:  mad-devel
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29 %description
30 mpg321 is a clone of the popular mpg123 command-line mp3 player. It
31 should function as a drop-in replacement for mpg123 in many simple
32 cases. However, it is currently very simple, and many of the
33 command-line options of mpg123 are no-ops. Don't expect this program
34 to work for everything! In particular, it will probably work with
35 front-ends (tested with gqmpeg) and as a mp3-to-wav decoder. On
36 lower-end systems it will probably not be as efficient as mpg123,
37 however.
38
39 %description -l pl
40 mpg321 to klon popularnego odtwarzacza mp3 mpg123. mpg321 powinien byæ
41 doskona³ym zamiennikiem dla mpg123 w wielu prostych przypadkach.
42
43 %prep
44 %setup -q
45
46 %build
47 %configure \
48         --disable-mpg123-symlink
49
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54 %{__make} install \
55         DESTDIR=$RPM_BUILD_ROOT
56 mv debian/changelog ChangeLog
57 gzip -9nf AUTHORS README README.remote THANKS NEWS TODO ChangeLog BUGS
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files
63 %defattr(644,root,root,755)
64 %doc *.gz
65 %attr(755,root,root) %{_bindir}/*
66 %{_mandir}/man*/*
This page took 0.055315 seconds and 3 git commands to generate.