automatic update by autodist [release 0.8.10-1mamba;Fri Oct 25 2013]
This commit is contained in:
parent
e9fa46199b
commit
b2c6d79f97
@ -1,2 +1,4 @@
|
||||
# idjc
|
||||
|
||||
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.
|
||||
|
||||
|
9
idjc-0.8.8-python-2.7.patch
Normal file
9
idjc-0.8.8-python-2.7.patch
Normal file
@ -0,0 +1,9 @@
|
||||
diff -Nru idjc-0.8.8.orig/idjc.in.in idjc-0.8.8/idjc.in.in
|
||||
--- idjc-0.8.8.orig/idjc.in.in 2012-08-12 15:57:00.000000000 +0200
|
||||
+++ idjc-0.8.8/idjc.in.in 2013-03-24 16:31:45.024980488 +0100
|
||||
@@ -1,4 +1,4 @@
|
||||
-#! @PYTHON@@PYTHON_VERSION@
|
||||
+#! @PYTHON@
|
||||
|
||||
"""idjc(.in.in): Application launcher of IDJC"""
|
||||
|
122
idjc.spec
Normal file
122
idjc.spec
Normal file
@ -0,0 +1,122 @@
|
||||
Name: idjc
|
||||
Version: 0.8.10
|
||||
Release: 1mamba
|
||||
Summary: A graphical shoutcast/icecast client
|
||||
Group: Graphical Desktop/Applications/Internet
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Automatic Build System <autodist@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: libavcodec-ffmpeg-devel
|
||||
BuildRequires: libavformat-ffmpeg-devel
|
||||
BuildRequires: libavutil-ffmpeg-devel
|
||||
BuildRequires: libflac-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libjack-devel
|
||||
BuildRequires: liblame-devel
|
||||
BuildRequires: libltdl-devel
|
||||
BuildRequires: libogg-devel
|
||||
BuildRequires: libsamplerate-devel
|
||||
BuildRequires: libshout-idjc-devel
|
||||
BuildRequires: libsndfile-devel
|
||||
BuildRequires: libspeex-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: 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.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--prefix=%{_prefix} \
|
||||
PYTHON=%{__python27}
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/idjc
|
||||
%{_libdir}/idjc.la
|
||||
%{_libdir}/idjc.so
|
||||
%{_libdir}/idjc.so.*
|
||||
#%{_bindir}/idjcctrl
|
||||
#%{_libexecdir}/idjcmixer
|
||||
#%{_libexecdir}/idjcsourceclient
|
||||
%{_datadir}/applications/idjc.desktop
|
||||
%{_datadir}/pixmaps/idjc.png
|
||||
%dir %{python27_sitearch}/idjc
|
||||
%{python27_sitearch}/idjc/*.py
|
||||
%{python27_sitearch}/idjc/*.pyc
|
||||
%{python27_sitearch}/idjc/*.pyo
|
||||
%dir %{python27_sitearch}/idjc/prelims
|
||||
%{python27_sitearch}/idjc/prelims/*
|
||||
%dir %{_datadir}/idjc
|
||||
%{_datadir}/idjc/*.png
|
||||
%{_mandir}/man1/idjc*.1*
|
||||
%lang(fr) %{_mandir}/fr/man1/idjc*.1*
|
||||
%doc AUTHORS COPYING
|
||||
#ChangeLog NEWS README
|
||||
|
||||
%changelog
|
||||
* 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
|
Loading…
Reference in New Issue
Block a user