update to 0.8.17 [release 0.8.17-1mamba;Sun Jul 26 2020]
This commit is contained in:
parent
dcddb7a897
commit
c3cd53deb5
38
idjc.spec
38
idjc.spec
@ -1,17 +1,18 @@
|
||||
Name: idjc
|
||||
Version: 0.8.14
|
||||
Version: 0.8.17
|
||||
Release: 1mamba
|
||||
Summary: A graphical shoutcast/icecast client
|
||||
Group: Graphical Desktop/Applications/Internet
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.onlymeok.nildram.co.uk/
|
||||
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: ldconfig
|
||||
BuildRequires: libavcodec-ffmpeg-devel
|
||||
BuildRequires: libavformat-ffmpeg-devel
|
||||
BuildRequires: libavutil-ffmpeg-devel
|
||||
@ -19,27 +20,33 @@ BuildRequires: libflac-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libjack-devel
|
||||
BuildRequires: liblame-devel
|
||||
BuildRequires: libltdl-devel
|
||||
BuildRequires: libmpg123-devel
|
||||
BuildRequires: libogg-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libopus-devel
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libsamplerate-devel
|
||||
BuildRequires: libshout-idjc-devel
|
||||
BuildRequires: libsndfile-devel
|
||||
BuildRequires: libspeex-devel
|
||||
BuildRequires: libswresample-ffmpeg-devel
|
||||
BuildRequires: libtheora-devel
|
||||
BuildRequires: libtwolame-devel
|
||||
BuildRequires: libvorbis-devel
|
||||
BuildRequires: mpg123-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: faad2
|
||||
BuildRequires: pygobject-devel
|
||||
BuildRequires: pygtk-devel
|
||||
BuildRequires: python-eyeD3
|
||||
BuildRequires: python-mutagen
|
||||
BuildRequires: python-eyeD3-py3
|
||||
#BuildRequires: python-mutagen-py3
|
||||
BuildRequires: vorbis-tools
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%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
|
||||
@ -47,7 +54,7 @@ A graphical shoutcast/icecast client with two media players, a jingles player, c
|
||||
%build
|
||||
%configure \
|
||||
--prefix=%{_prefix} \
|
||||
PYTHON=%{__python27}
|
||||
PYTHON=%{__python3}
|
||||
|
||||
%make
|
||||
|
||||
@ -66,24 +73,31 @@ A graphical shoutcast/icecast client with two media players, a jingles player, c
|
||||
%dir %{_libdir}/idjc
|
||||
%{_libdir}/idjc/idjc.la
|
||||
%{_libdir}/idjc/idjc.so
|
||||
%{python27_sitelib}/idjcmonitor.py
|
||||
%{python27_sitelib}/idjcmonitor.pyc
|
||||
%{python27_sitelib}/idjcmonitor.pyo
|
||||
%{_libdir}/idjc/idjc.la
|
||||
%{_libdir}/idjc/idjc.so
|
||||
%dir %{_libdir}/idjc/site-packages
|
||||
%dir %{_libdir}/idjc/site-packages/idjc
|
||||
%{_libdir}/idjc/site-packages/idjc/*
|
||||
%{python3_sitelib}/idjcmonitor.py*
|
||||
%{_datadir}/applications/idjc.desktop
|
||||
%{_datadir}/appdata/idjc.appdata.xml
|
||||
%{_datadir}/pixmaps/idjc.png
|
||||
%dir %{_datadir}/idjc
|
||||
%{_datadir}/idjc/*.png
|
||||
%{_datadir}/idjc/buildinfo
|
||||
%dir %{_datadir}/idjc/darktheme
|
||||
%{_datadir}/idjc/darktheme/*
|
||||
%dir %{_datadir}/idjc/lighttheme
|
||||
%{_datadir}/idjc/lighttheme/*
|
||||
%{_mandir}/man1/idjc*.1*
|
||||
%lang(fr) %{_mandir}/fr/man1/idjc*.1*
|
||||
%dir %{_datadir}/doc/idjc-%{version}
|
||||
%{_datadir}/doc/idjc-%{version}/*
|
||||
%doc AUTHORS COPYING
|
||||
#ChangeLog NEWS README
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user