[SCM] supercollider/master: New "supercollider-ide" package for new Qt-based IDE

danstowell-guest at users.alioth.debian.org danstowell-guest at users.alioth.debian.org
Thu Dec 27 14:06:49 UTC 2012


The following commit has been merged in the master branch:
commit 7f846852125bcc269ff9ee2c2c113504c785435c
Author: Dan Stowell <danstowell at users.sourceforge.net>
Date:   Fri Dec 21 17:40:01 2012 +0000

    New "supercollider-ide" package for new Qt-based IDE

diff --git a/debian/control b/debian/control
index 6656f20..8aa5ffe 100644
--- a/debian/control
+++ b/debian/control
@@ -79,6 +79,19 @@ Description: real time audio synthesis server
  .
  This package contains the synthesis server.
 
+Package: supercollider-ide
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ supercollider (>= ${source:Version})
+Description: real time audio synthesis server
+ SuperCollider is an environment and programming language for real time
+ audio synthesis and algorithmic composition. It provides an interpreted
+ object-oriented language which functions as a network client
+ to a state of the art, realtime sound synthesis server.
+ .
+ This package contains the graphical IDE, the recommended interface for
+ working with SuperCollider code.
+
 Package: supercollider-supernova
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, jackd
diff --git a/debian/rules b/debian/rules
index 58c852b..b81dccc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,7 @@ DEB_INSTALL_MANPAGES_supercollider-server  = debian/scsynth.1
 DEB_INSTALL_MANPAGES_supercollider-supernova = debian/supernova.1
 DEB_INSTALL_MANPAGES_supercollider         = debian/sclang.1
 DEB_INSTALL_MANPAGES_supercollider-vim     = debian/scvim.1 debian/sclangpipe_app.1
+DEB_INSTALL_MANPAGES_supercollider-ide     = debian/scide.1
 
 DEB_CMAKE_EXTRA_FLAGS = -DDSO_VISIBILITY=on -DSUPERNOVA=on -DSC_EL_BYTECOMPILE=off -DSYSTEM_BOOST=on 
 
diff --git a/debian/sclangpipe_app.1 b/debian/scide.1
similarity index 63%
copy from debian/sclangpipe_app.1
copy to debian/scide.1
index 94d1c20..8d4f4ee 100644
--- a/debian/sclangpipe_app.1
+++ b/debian/scide.1
@@ -2,7 +2,7 @@
 .\" First parameter, NAME, should be all caps
 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
 .\" other parameters are allowed: see man(7), man(1)
-.TH SCVIM 1 "Nov 18, 2008"
+.TH SCIDE 1 "Dec 21, 2012"
 .\" Please adjust this date whenever revising the manpage.
 .\"
 .\" Some roff macros, for reference:
@@ -16,27 +16,27 @@
 .\" .sp <n>    insert n+1 empty lines
 .\" for manpage-specific macros, see man(7)
 .SH NAME
-sclangpipe_app \- a wrapper to invoke sclang for scvim
+scide \- SuperCollider IDE
 .SH SYNOPSIS
-.B sclangpipe_app
-.RI [ options ]
+.B scide
 .SH DESCRIPTION
+\fBSuperCollider\fP is a real time audio synthesis programming
+language.  
 This manual page documents briefly the
-.B sclangpipe_app
-command.
+.B scide
+command, the authoring environment for SuperCollider code.
+
+SuperCollider has documentation in the HTML format available in the
+\fIsupercollider\-doc\fP package.
 .PP
 .\" TeX users may be more comfortable with the \fB<whatever>\fP and
 .\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
 .\" respectively.
-\fBsclangpipe_app\fP is a script that invokes the supercollider language (sclang)
-executable for use with scvim. Users do NOT normally need to invoke it, since it
-is called by the main \fBscvim\fP plugin when invoked by vim.
 .SH SEE ALSO
-.BR scvim (1)
+.BR sclang (1),
+.br
+.I /usr/share/doc/supercollider\-server
 .br
-.I /usr/share/doc/supercollider\-vim/README.scvim
 .SH AUTHOR
-scvim was written by Alex Norman <alex at x37v dot info>.
-.PP
-This manual page was written by Dan Stowell <danstowell at users.sourceforge.net>,
-for the Ubuntu project (but may be used by others).
+This manual page was written by Dan Stowell <danstowell at users.sourceforge.net>
+for the Debian project (but may be used by others).
diff --git a/debian/supercollider-ide.install b/debian/supercollider-ide.install
new file mode 100644
index 0000000..3c506f4
--- /dev/null
+++ b/debian/supercollider-ide.install
@@ -0,0 +1,3 @@
+usr/bin/scide
+usr/share/applications/SuperColliderIDE.desktop
+usr/share/SuperCollider/translations/*

-- 
supercollider packaging



More information about the pkg-multimedia-commits mailing list