Compare commits
34 Commits
1.25.11-1m
...
main
Author | SHA1 | Date | |
---|---|---|---|
eb8362ca07 | |||
b0f1e32776 | |||
69f6f00cbd | |||
bb449fbaa3 | |||
cf728521e1 | |||
25e3e28d7e | |||
05122022a0 | |||
b2ca76ebbf | |||
6dc9adc04d | |||
fed1dd554d | |||
3e4392cfdd | |||
ab5c316448 | |||
4ba1f2299f | |||
6c626d4eae | |||
c735b9d912 | |||
a2a1a45ee3 | |||
29cfe32733 | |||
ed4db4c514 | |||
e142fc69f1 | |||
2b6d8f4c34 | |||
7a6f4d7914 | |||
bd72a8d49e | |||
3e717fcc1a | |||
7d45cc3098 | |||
421da1a2df | |||
91af08b842 | |||
f8e078abf4 | |||
574d60dc41 | |||
f2fe2f609f | |||
a20c952c83 | |||
e5399dc584 | |||
f6d7f14c24 | |||
b581ad6fe1 | |||
5636dc2a11 |
116
mpg123.spec
116
mpg123.spec
@ -1,25 +1,21 @@
|
|||||||
Name: mpg123
|
Name: mpg123
|
||||||
Version: 1.25.11
|
Version: 1.33.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A real time MPEG 1.0/2.0/2.5 audio player for layers 1,2 and 3
|
Summary: A real time MPEG 1.0/2.0/2.5 audio player for layers 1,2 and 3
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.mpg123.de/
|
URL: https://www.mpg123.de/
|
||||||
Source: http://www.mpg123.de/download/mpg123-%{version}.tar.bz2
|
Source: http://www.mpg123.de/download/mpg123-%{version}.tar.bz2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libalsa-devel
|
BuildRequires: libalsa-devel
|
||||||
%if "%{stage1}" != "1"
|
|
||||||
BuildRequires: libjack-devel
|
BuildRequires: libjack-devel
|
||||||
%endif
|
|
||||||
BuildRequires: libltdl-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libSDL-devel >= 1.2.11
|
BuildRequires: libSDL-devel >= 1.2.11
|
||||||
Requires: lib%{name} = %{version}-%{release}
|
Requires: lib%{name} = %{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
mpg123 is a real time MPEG 1.0/2.0/2.5 audio player for layers 1,2 and 3 (MPEG 1.0 layer 3 aka MP3 most commonly tested).
|
mpg123 is a real time MPEG 1.0/2.0/2.5 audio player for layers 1,2 and 3 (MPEG 1.0 layer 3 aka MP3 most commonly tested).
|
||||||
@ -43,7 +39,6 @@ Obsoletes: mpg123-devel
|
|||||||
mpg123 is a real time MPEG 1.0/2.0/2.5 audio player for layers 1,2 and 3 (MPEG 1.0 layer 3 aka MP3 most commonly tested).
|
mpg123 is a real time MPEG 1.0/2.0/2.5 audio player for layers 1,2 and 3 (MPEG 1.0 layer 3 aka MP3 most commonly tested).
|
||||||
This package contains the static libraries and headers for development.
|
This package contains the static libraries and headers for development.
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -88,6 +83,7 @@ This package contains the static libraries and headers for development.
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libmpg123.so.*
|
%{_libdir}/libmpg123.so.*
|
||||||
%{_libdir}/libout123.so.*
|
%{_libdir}/libout123.so.*
|
||||||
|
%{_libdir}/libsyn123.so.*
|
||||||
%{_libdir}/mpg123/output_dummy.so
|
%{_libdir}/mpg123/output_dummy.so
|
||||||
%{_libdir}/mpg123/output_alsa.so
|
%{_libdir}/mpg123/output_alsa.so
|
||||||
%if "%{stage1}" != "1"
|
%if "%{stage1}" != "1"
|
||||||
@ -99,15 +95,117 @@ This package contains the static libraries and headers for development.
|
|||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/*.h
|
%{_includedir}/*.h
|
||||||
%{_libdir}/libmpg123.la
|
|
||||||
%{_libdir}/libmpg123.so
|
%{_libdir}/libmpg123.so
|
||||||
%{_libdir}/libout123.la
|
|
||||||
%{_libdir}/libout123.so
|
%{_libdir}/libout123.so
|
||||||
|
%{_libdir}/libsyn123.so
|
||||||
%{_libdir}/pkgconfig/libmpg123.pc
|
%{_libdir}/pkgconfig/libmpg123.pc
|
||||||
%{_libdir}/pkgconfig/libout123.pc
|
%{_libdir}/pkgconfig/libout123.pc
|
||||||
|
%{_libdir}/pkgconfig/libsyn123.pc
|
||||||
%doc ChangeLog NEWS README
|
%doc ChangeLog NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jun 08 2025 Automatic Build System <autodist@openmamba.org> 1.33.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Dec 15 2024 Automatic Build System <autodist@openmamba.org> 1.32.10-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Nov 02 2024 Automatic Build System <autodist@openmamba.org> 1.32.9-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Oct 27 2024 Automatic Build System <autodist@openmamba.org> 1.32.8-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Aug 08 2024 Automatic Build System <autodist@openmamba.org> 1.32.7-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Apr 06 2024 Automatic Build System <autodist@openmamba.org> 1.32.6-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Feb 18 2024 Automatic Build System <autodist@openmamba.org> 1.32.5-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Jan 11 2024 Automatic Build System <autodist@openmamba.org> 1.32.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Oct 03 2023 Automatic Build System <autodist@mambasoft.it> 1.32.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Sep 28 2023 Automatic Build System <autodist@mambasoft.it> 1.32.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Sep 24 2023 Automatic Build System <autodist@mambasoft.it> 1.32.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Mar 20 2023 Automatic Build System <autodist@mambasoft.it> 1.31.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Jan 16 2023 Automatic Build System <autodist@mambasoft.it> 1.31.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Nov 01 2022 Automatic Build System <autodist@mambasoft.it> 1.31.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Oct 28 2022 Automatic Build System <autodist@mambasoft.it> 1.31.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Aug 10 2022 Automatic Build System <autodist@mambasoft.it> 1.30.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Jul 13 2022 Automatic Build System <autodist@mambasoft.it> 1.30.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Jun 26 2022 Automatic Build System <autodist@mambasoft.it> 1.30.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Dec 12 2021 Automatic Build System <autodist@mambasoft.it> 1.29.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Oct 24 2021 Automatic Build System <autodist@mambasoft.it> 1.29.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Oct 18 2021 Automatic Build System <autodist@mambasoft.it> 1.29.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Sep 06 2021 Automatic Build System <autodist@mambasoft.it> 1.29.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Jul 13 2021 Automatic Build System <autodist@mambasoft.it> 1.28.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Jul 10 2021 Automatic Build System <autodist@mambasoft.it> 1.28.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Jun 06 2021 Automatic Build System <autodist@mambasoft.it> 1.28.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun May 09 2021 Automatic Build System <autodist@mambasoft.it> 1.27.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri May 07 2021 Automatic Build System <autodist@mambasoft.it> 1.27.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Mar 24 2021 Automatic Build System <autodist@mambasoft.it> 1.26.5-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Feb 13 2021 Automatic Build System <autodist@mambasoft.it> 1.26.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Aug 06 2020 Automatic Build System <autodist@mambasoft.it> 1.26.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Aug 04 2020 Automatic Build System <autodist@mambasoft.it> 1.26.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Jun 26 2020 Automatic Build System <autodist@mambasoft.it> 1.26.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Nov 10 2019 Automatic Build System <autodist@mambasoft.it> 1.25.13-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Sep 11 2019 Automatic Build System <autodist@mambasoft.it> 1.25.12-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Jul 20 2019 Automatic Build System <autodist@mambasoft.it> 1.25.11-1mamba
|
* Sat Jul 20 2019 Automatic Build System <autodist@mambasoft.it> 1.25.11-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user