]> git.pld-linux.org Git - packages/adplay.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 28 May 2006 10:21:20 +0000 (10:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adplay.spec -> 1.1

adplay.spec [new file with mode: 0644]

diff --git a/adplay.spec b/adplay.spec
new file mode 100644 (file)
index 0000000..b786926
--- /dev/null
@@ -0,0 +1,55 @@
+Summary:       AdLib music player for the command line
+Summary(pl):   Odtwarzacz muzyki AdLib dzia³aj±cy z linii poleceñ
+Name:          adplay
+Version:       1.5
+Release:       1
+License:       GPL
+Group:         Applications/Sound
+Source0:       http://dl.sourceforge.net/adplug/%{name}-%{version}.tar.bz2
+# Source0-md5: 18e1ac84b6f07d0388902a083f400da7
+URL:           http://adplug.sourceforge.net/
+BuildRequires: adplug-devel >= 2.0
+BuildRequires: alsa-lib-devel >= 0.9.1
+BuildRequires: esound-devel
+BuildRequires: pkgconfig
+Requires:      adplug >= 2.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+AdPlay/UNIX is AdPlug's UNIX console-based frontend. AdPlug is a free,
+universal OPL2 audio playback library. AdPlay/UNIX supports the full
+range of AdPlug's file format playback features. Despite this, at the
+moment, only emulated OPL2 output is supported by AdPlay/UNIX, but
+this on a wide range of output devices.
+
+%description -l pl
+AdPlay/UNIX to frontend AdPluga dla uniksowej konsoli. AdPlug to
+wolnodostêpna, uniwersalna biblioteka otwarzania d¼wiêku OPL2.
+AdPlay/UNIX obs³uguje ca³y zakres mo¿liwo¶ci odtwarzania formatów
+plików AdPluga. Niezale¿nie od tego przez AdPlay/UNIX aktualnie
+obs³ugiwane jest tylko emulowane wyj¶cie OPL2, ale za to na wielu
+ró¿nych urz±dzeniach wyj¶ciowych.
+
+%prep
+%setup -q
+
+%build
+%configure \
+       --disable-output-sdl \
+       --disable-output-qsa
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/adplay
+%{_mandir}/man1/adplay.1*
This page took 0.080819 seconds and 4 git commands to generate.