--- idjc-0.6.5.orig/idjc-0.6.5.tar.gz.cdbs-config_list +++ idjc-0.6.5/idjc-0.6.5.tar.gz.cdbs-config_list @@ -0,0 +1 @@ +idjc-0.6.5/config.h.in --- idjc-0.6.5.orig/debian/menu +++ idjc-0.6.5/debian/menu @@ -0,0 +1,2 @@ +?package(idjc):needs="X11" section="Apps/Sound"\ + title="idjc" command="/usr/bin/idjc" --- idjc-0.6.5.orig/debian/control +++ idjc-0.6.5/debian/control @@ -0,0 +1,22 @@ +Source: idjc +Section: x11 +Priority: optional +Maintainer: Lionel Le Folgoc (mr_pouit) +XS-Python-Version: current +Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), bzip2, python-all-dev (>= 2.3.5-11), python-central (>= 0.5), libjack0.100.0-dev, python-gtk2-dev, libvorbis-dev, libxine-dev, libsamplerate0-dev, libflac-dev, libshout3-dev, liblame-dev, libfaad2-dev +Standards-Version: 3.7.2 + +Package: idjc +Architecture: any +XB-Python-Version: ${python:Versions} +Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, eyed3 +Provides: ${python:Provides} +Description: graphical shoutcast/icecast client + Internet DJ Console is an Internet radio application for making a live radio + show or podcast. Features include two main media players with a crossfader, + a jingle player, microphone signal processing (compressor and noise gate), + IRC track announcements with X-Chat, an automatic stream shut-off timer, MP3 + or Ogg streaming and recording at various bit rates, aux input for connecting + external JACK aware applications, and audio level meters. + . + Homepage: http://www.onlymeok.nildram.co.uk/ --- idjc-0.6.5.orig/debian/rules +++ idjc-0.6.5/debian/rules @@ -0,0 +1,30 @@ +#!/usr/bin/make -f + +DEB_TAR_SRCDIR = idjc-0.6.5 +DEB_INSTALL_MANPAGES_idjc = debian/idjcskype.1 + +include /usr/share/cdbs/1/rules/tarball.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/utils.mk + +DEB_CONFIGURE_EXTRA_FLAGS = --disable-rpath + +install/idjc:: + # Delete auto-installed docs in wrong dir (rather than patching Makefiles) + rm -f $(DEB_DESTDIR)/usr/share/doc/idjc-0.6.5/* + rmdir $(DEB_DESTDIR)/usr/share/doc/idjc-0.6.5/ + # Fix permission problem + chmod u+x $(DEB_DESTDIR)/usr/lib/python2.4/site-packages/idjc/IDJCmultitagger.py + # Fix non-installed pixmap + mkdir -pv $(DEB_DESTDIR)/usr/share/pixmaps/ + cp -a -f $(DEB_BUILDDIR)/artwork/icon.xpm \ + $(DEB_DESTDIR)/usr/share/pixmaps/idjc.xpm + # Add missing desktop file + mkdir -pv $(DEB_DESTDIR)/usr/share/applications/ + cp -a -f debian/idjc.desktop \ + $(DEB_DESTDIR)/usr/share/applications/ + +binary-install/idjc:: + dh_pycentral -pidjc + dh_python -pidjc --- idjc-0.6.5.orig/debian/watch +++ idjc-0.6.5/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://www.onlymeok.nildram.co.uk/download/idjc-(.*)\.tar\.gz --- idjc-0.6.5.orig/debian/changelog +++ idjc-0.6.5/debian/changelog @@ -0,0 +1,6 @@ +idjc (0.6.5-0ubuntu1) edgy; urgency=low + + * Initial release. + + -- Lionel Le Folgoc (mr_pouit) Fri, 1 Sep 2006 16:00:52 +0200 + --- idjc-0.6.5.orig/debian/compat +++ idjc-0.6.5/debian/compat @@ -0,0 +1 @@ +5 --- idjc-0.6.5.orig/debian/pycompat +++ idjc-0.6.5/debian/pycompat @@ -0,0 +1 @@ +2 --- idjc-0.6.5.orig/debian/copyright +++ idjc-0.6.5/debian/copyright @@ -0,0 +1,29 @@ +This package was debianized by Lionel Le Folgoc (mr_pouit) on +Fri, 1 Sep 2006 16:00:52 +0200. + +It was downloaded from http://www.onlymeok.nildram.co.uk/download/ + +Upstream Author: Stephen Fairchild + +Copyright: + Copyright (C) 2005-2006 by Stephen Fairchild + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + --- idjc-0.6.5.orig/debian/idjcskype.1 +++ idjc-0.6.5/debian/idjcskype.1 @@ -0,0 +1,30 @@ +.TH IDJCSKYPE 1 "Sep 01, 2006" +.SH NAME +.PP +idjcskype \- Skype(tm) launcher script for idjc +.SH SYNOPSIS +.PP +.B idjcskype +.SH DESCRIPTION +.PP +This manual page documents briefly the +.B idjcskype +command +.PP +This manual page was written for the \fBDebian\fP distribution +because the original program does not have a manual page. +.PP +\fBidjcskype\fP allows the taking of VOIP calls on and off-air (telephone icons). +.SH OPTIONS +.PP +This command doesn't understand any commandline parameters. +.SH "SEE ALSO" +\&\fIidjc\fR\|(1) +.PP +This program is a part of idjc. +.SH AUTHOR +.PP +idjcskype was written by Stephen Fairchild . +.PP +This manual page was written by Lionel Le Folgoc (mr_pouit) , +for the Debian project (but may be used by others). --- idjc-0.6.5.orig/debian/idjc.desktop +++ idjc-0.6.5/debian/idjc.desktop @@ -0,0 +1,14 @@ +[Desktop Entry] +Name=Internet DJ Console +GenericName=Graphical shoutcast/icecast client +GenericName[fr]=Client graphique shoutcast/icecast +Comment=Create your live radio show or podcast(tm) +Comment[fr]=Créez votre spectacle radio en direct ou votre podcast(tm) +Categories=GNOME;Application;Network; +Encoding=UTF-8 +Exec=idjc +Icon=idjc.xpm +StartupNotify=true +Terminal=false +Type=Application +X-Ubuntu-Gettext-Domain=idjc