1 | Name: mikmod
|
---|
2 | Version: 3.2.8
|
---|
3 | Release: 1%{?dist}
|
---|
4 | Summary: Console music module player
|
---|
5 | Group: Applications/Multimedia
|
---|
6 | License: GPLv2 and LGPLv2+
|
---|
7 | URL: http://mikmod.sourceforge.net/
|
---|
8 | %scm_source svn http://svn.netlabs.org/repos/ports/mikmod/trunk 2340
|
---|
9 |
|
---|
10 | BuildRequires: gcc
|
---|
11 | BuildRequires: ncurses-devel
|
---|
12 | BuildRequires: libmikmod-devel
|
---|
13 |
|
---|
14 | %description
|
---|
15 | MikMod is one of the best and most well known MOD music file players
|
---|
16 | for UNIX-like systems. This particular distribution is intended to
|
---|
17 | compile fairly painlessly in a Linux environment. MikMod uses the OSS
|
---|
18 | /dev/dsp driver including all recent kernels for output, and will also
|
---|
19 | write .wav files. Supported file formats include MOD, STM, S3M, MTM,
|
---|
20 | XM, ULT, and IT. The player uses ncurses for console output and
|
---|
21 | supports transparent loading from gzip/pkzip/zoo archives and the
|
---|
22 | loading/saving of playlists.
|
---|
23 |
|
---|
24 | Install the mikmod package if you need a MOD music file player.
|
---|
25 |
|
---|
26 | %prep
|
---|
27 | %scm_setup
|
---|
28 | autoreconf -vif
|
---|
29 |
|
---|
30 | %build
|
---|
31 | export LDFLAGS="-Zhigh-mem -Zomf -Zargs-wild -Zargs-resp"
|
---|
32 | export LIBS="-lcx"
|
---|
33 | %configure
|
---|
34 | make %{?_smp_mflags}
|
---|
35 |
|
---|
36 | %install
|
---|
37 | %make_install INSTALL="install -p"
|
---|
38 |
|
---|
39 | %files
|
---|
40 | %license COPYING
|
---|
41 | %doc AUTHORS NEWS README
|
---|
42 | %{_bindir}/%{name}.exe
|
---|
43 | %{_datadir}/%{name}/
|
---|
44 | %{_mandir}/man1/%{name}.1*
|
---|
45 |
|
---|
46 | %changelog
|
---|
47 | * Sat Mar 02 2019 Elbert Pol <elbert.pol@gmail.com>
|
---|
48 | - Updated to latest source
|
---|
49 | - Change some .spec lines
|
---|
50 |
|
---|
51 | * Thu Apr 14 2016 Valery V.Sedletski <_valerius@mail.ru> - 3.2.7-2
|
---|
52 | - Made the .spec in accordance with Fedora version
|
---|
53 |
|
---|
54 | * Sat Mar 19 2016 Valery V. Sedletski <_valerius@mail.ru> - 3.2.7-1
|
---|
55 | - Initial OS/2 packaging.
|
---|