]> git.pld-linux.org Git - packages/mpg321.git/commitdiff
mpg123 clone
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 11 Feb 2001 01:52:00 +0000 (01:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mpg321.spec -> 1.1

mpg321.spec [new file with mode: 0644]

diff --git a/mpg321.spec b/mpg321.spec
new file mode 100644 (file)
index 0000000..25c922e
--- /dev/null
@@ -0,0 +1,56 @@
+Summary:       A Free command-line mp3 player based on smpeg
+Summary(pl):   Odtwarzacz mp3 bazuj±cy na smpeg wywo³ywany z linii poleceñ.
+Name:          mpg321
+Version:       0.0.2
+Release:       1
+Group:         Applications/Sound
+Group(pl):     Aplikacje/D¼wiêk
+Copyright:     GPL
+Source0:       http://gemini.woot.net/~hosehead/packages/%{name}_%{version}.tar.gz
+Patch0:                mpg321-configure.patch
+BuildRequires: libao-devel
+BuildRequires: smpeg-devel
+BuildRequires: SDL-devel >= 1.1.5
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+mpg321 is a clone of the popular mpg123 command-line mp3 player. It should
+function as a drop-in replacement for mpg123 in many simple cases. However,
+it is currently very simple, and many of the command-line options of
+mpg123 are no-ops. Don't expect this program to work for everything!
+In particular, it will probably work with front-ends (tested with gqmpeg)
+and as a mp3-to-wav decoder. On lower-end systems it will probably not be
+as efficient as mpg123, however.                                                                                                           
+%description -l pl
+mpg321 to klon popularnego odtwarzacza mp3 mpg123. mpg321 powinien byæ
+doskona³ym zamiennikiem dla mpg123 w wielu prostych przypadkach.
+
+%prep
+%setup -q
+%patch -p1
+
+%build
+aclocal
+autoconf
+automake -a -c
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+gzip -9nf AUTHORS CREDITS README PROBLEMS TODO
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man*/*
This page took 0.07362 seconds and 4 git commands to generate.