|
@@ -1,36 +1,36 @@
|
|
Summary: A MOD music file player library
|
|
Summary: A MOD music file player library
|
|
Name: libmikmod
|
|
Name: libmikmod
|
|
-Version: 3.2.0
|
|
+Version: 3.3.7
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
|
|
+
|
|
License: GPLv2 and LGPLv2+
|
|
License: GPLv2 and LGPLv2+
|
|
-Group: Applications/Multimedia
|
|
+Group: System Environment/Libraries
|
|
-Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
+URL: http://mikmod.sourceforge.net/
|
|
-URL: http://http://mikmod.shlomifish.org/
|
|
+
|
|
-Source0: http://mikmod.shlomifish.org/files/libmikmod-%{version}.tar.gz
|
|
+Source0: http://downloads.sourceforge.net/project/mikmod/libmikmod/3.3.7/%{name}-%{version}.tar.gz
|
|
Patch0: libmikmod-64bit.patch
|
|
Patch0: libmikmod-64bit.patch
|
|
-Patch2: libmikmod-strip-lib.patch
|
|
+Patch1: libmikmod-multilib.patch
|
|
-Patch3: libmikmod-multilib.patch
|
|
+Patch2: libmikmod-cflags.patch
|
|
-Patch6: libmikmod-CVE-2007-6720.patch
|
|
|
|
-Patch7: libmikmod-CVE-2009-0179.patch
|
|
|
|
|
|
|
|
-BuildRequires: libX11-devel
|
|
+Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
+BuildRequires: alsa-lib-devel
|
|
|
|
+BuildRequires: pulseaudio-libs-devel
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
|
|
|
|
-
|
|
|
|
%description
|
|
%description
|
|
libmikmod is a library used by the mikmod MOD music file player for
|
|
libmikmod is a library used by the mikmod MOD music file player for
|
|
UNIX-like systems. Supported file formats include MOD, STM, S3M, MTM,
|
|
UNIX-like systems. Supported file formats include MOD, STM, S3M, MTM,
|
|
XM, ULT and IT.
|
|
XM, ULT and IT.
|
|
|
|
|
|
%package devel
|
|
%package devel
|
|
-Group: Development/Libraries
|
|
|
|
Summary: Header files and documentation for compiling mikmod applications
|
|
Summary: Header files and documentation for compiling mikmod applications
|
|
|
|
+Group: Development/Libraries
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires(post): /sbin/install-info
|
|
Requires(post): /sbin/install-info
|
|
Requires(postun): /sbin/install-info
|
|
Requires(postun): /sbin/install-info
|
|
-Provides: mikmod-devel = 3.2.2
|
|
+Provides: mikmod-devel = %{version}-%{release}
|
|
Obsoletes: mikmod-devel < 3.2.2
|
|
Obsoletes: mikmod-devel < 3.2.2
|
|
|
|
|
|
%description devel
|
|
%description devel
|
|
@@ -40,13 +40,11 @@ applications for mikmod.
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
%patch0 -p1 -b .64bit
|
|
%patch0 -p1 -b .64bit
|
|
-%patch2 -p1 -b .strip-lib
|
|
+%patch1 -p1 -b .multilib
|
|
-%patch3 -p1 -b .multilib
|
|
+%patch2 -p1 -b .cflags
|
|
-%patch6 -p1 -b .CVE-2007-6720
|
|
|
|
-%patch7 -p1 -b .CVE-2009-0179
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
-%configure --enable-dl --disable-altivec
|
|
+%configure --enable-dl --enable-alsa --disable-simd
|
|
make %{?_smp_flags}
|
|
make %{?_smp_flags}
|
|
|
|
|
|
%install
|
|
%install
|
|
@@ -79,16 +77,23 @@ fi
|
|
%defattr(-, root, root)
|
|
%defattr(-, root, root)
|
|
%{_bindir}/*-config
|
|
%{_bindir}/*-config
|
|
%{_libdir}/*.so
|
|
%{_libdir}/*.so
|
|
|
|
+%{_libdir}/pkgconfig/%{name}.pc
|
|
%{_datadir}/aclocal/*
|
|
%{_datadir}/aclocal/*
|
|
%{_includedir}/*
|
|
%{_includedir}/*
|
|
%{_infodir}/mikmod*
|
|
%{_infodir}/mikmod*
|
|
%{_mandir}/man1/libmikmod-config*
|
|
%{_mandir}/man1/libmikmod-config*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Oct 27 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.3.7-1
|
|
|
|
+- new upstream release
|
|
|
|
+- updated Patch0, 1 (re-numbered from Patch 2)
|
|
|
|
+- added Patch2 from fc
|
|
|
|
+- dropt Patch 1, 5 and 6
|
|
|
|
+- added BR: alsa-lib-devel, pulseaudio-libs-devel
|
|
|
|
+
|
|
* Sun Jun 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
|
|
* Sun Jun 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|
|
|
|
|
|
-
|
|
|
|
* Wed Jun 06 2012 Jindrich Novy <jnovy@redhat.com> 3.2.0-1
|
|
* Wed Jun 06 2012 Jindrich Novy <jnovy@redhat.com> 3.2.0-1
|
|
- update to stable libmikmod-3.2.0
|
|
- update to stable libmikmod-3.2.0
|
|
|
|
|