154 lines
4.8 KiB
RPMSpec
154 lines
4.8 KiB
RPMSpec
Name: idjc
|
|
Version: 0.9.8
|
|
Release: 1mamba
|
|
Summary: A graphical shoutcast/icecast client
|
|
Group: Graphical Desktop/Applications/Internet
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://sourceforge.net/projects/idjc/
|
|
Source: http://downloads.sourceforge.net/idjc/idjc-%{version}.tar.gz
|
|
Patch0: idjc-0.8.8-python-2.7.patch
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libavcodec-ffmpeg-devel
|
|
BuildRequires: libavformat-ffmpeg-devel
|
|
BuildRequires: libavutil-ffmpeg-devel
|
|
BuildRequires: libebur128-devel
|
|
BuildRequires: libflac-devel
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libjack-devel
|
|
BuildRequires: liblame-devel
|
|
BuildRequires: libmpg123-devel
|
|
BuildRequires: libogg-devel
|
|
BuildRequires: libopus-devel
|
|
BuildRequires: libpython311-devel
|
|
BuildRequires: libsamplerate-devel
|
|
BuildRequires: libshout-idjc-devel
|
|
BuildRequires: libsndfile-devel
|
|
BuildRequires: libspeex-devel
|
|
BuildRequires: libswresample-ffmpeg-devel
|
|
BuildRequires: libtwolame-devel
|
|
BuildRequires: libvorbis-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: faad2
|
|
BuildRequires: pygobject-devel
|
|
BuildRequires: pygtk-devel
|
|
BuildRequires: python-eyeD3-py3
|
|
#BuildRequires: python-mutagen-py3
|
|
BuildRequires: vorbis-tools
|
|
|
|
%description
|
|
A graphical shoutcast/icecast client with two media players, a jingles player, crossfader, ogg and mp3 streaming, shutoff timer, aux input. Uses Jack Audio Connection Kit. Supports playing of mp3, ogg, flac, wma, wav, m4a, files.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
#%patch0 -p1
|
|
|
|
%build
|
|
%configure \
|
|
PYTHON=%{__python3}
|
|
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall \
|
|
PYTHON=%{__python3}
|
|
|
|
%find_lang %{name}
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%{_bindir}/idjc
|
|
%dir %{_libdir}/idjc
|
|
%{_libdir}/idjc/idjc.so
|
|
%dir %{_libdir}/idjc/site-packages
|
|
%dir %{_libdir}/idjc/site-packages/idjc
|
|
%{_libdir}/idjc/site-packages/idjc/*
|
|
%{python3_sitelib}/idjcmonitor.py*
|
|
%{python3_sitelib}/__pycache__/idjcmonitor.cpython-*.pyc
|
|
%{_datadir}/applications/idjc.desktop
|
|
%{_datadir}/applications/pw-idjc.desktop
|
|
%{_datadir}/appdata/idjc.appdata.xml
|
|
%dir %{_datadir}/idjc
|
|
%{_datadir}/idjc/*
|
|
%{_datadir}/icons/hicolor/scalable/apps/idjc.svg
|
|
%{_mandir}/man1/idjc*.1*
|
|
%dir %{_datadir}/doc/idjc-%{version}
|
|
%{_datadir}/doc/idjc-%{version}/*
|
|
%doc AUTHORS COPYING
|
|
|
|
%changelog
|
|
* Fri Feb 09 2024 Automatic Build System <autodist@openmamba.org> 0.9.8-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed Oct 04 2023 Automatic Build System <autodist@mambasoft.it> 0.9.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Dec 24 2022 Automatic Build System <autodist@mambasoft.it> 0.9.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Sep 04 2022 Automatic Build System <autodist@mambasoft.it> 0.9.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Nov 06 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.2-1mamba
|
|
- update to 0.9.2
|
|
|
|
* Sun Mar 07 2021 Automatic Build System <autodist@mambasoft.it> 0.9.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Feb 13 2021 Automatic Build System <autodist@mambasoft.it> 0.9.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jul 26 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.17-1mamba
|
|
- update to 0.8.17
|
|
|
|
* Tue May 12 2015 Automatic Build System <autodist@mambasoft.it> 0.8.14-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Thu May 15 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.10-2mamba
|
|
- ffmpeg 2.2 rebuild
|
|
|
|
* Fri Oct 25 2013 Automatic Build System <autodist@mambasoft.it> 0.8.10-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Tue May 21 2013 Automatic Build System <autodist@mambasoft.it> 0.8.9-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Mar 23 2013 Automatic Build System <autodist@mambasoft.it> 0.8.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Apr 08 2011 Automatic Build System <autodist@mambasoft.it> 0.8.5-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Nov 08 2010 Automatic Build System <autodist@mambasoft.it> 0.8.4-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sat Jul 24 2010 Automatic Build System <autodist@mambasoft.it> 0.8.3-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Thu Jun 03 2010 Automatic Build System <autodist@mambasoft.it> 0.8.2-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed Jul 22 2009 Automatic Build System <autodist@mambasoft.it> 0.7.17-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri Jul 10 2009 Automatic Build System <autodist@mambasoft.it> 0.7.16-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sun Mar 01 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.12-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri Dec 12 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.11a-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Thu Jul 24 2008 gil <puntogil@libero.it> 0.7.8a-1mamba
|
|
- package created by autospec
|