Переглянути джерело

Add bloopsaphone wip placeholder to sound

Per Andersson 12 роки тому
батько
коміт
cbb383ddad
2 змінених файлів з 15 додано та 0 видалено
  1. 1 0
      debian/changelog
  2. 14 0
      tasks/sound

+ 1 - 0
debian/changelog

@@ -35,6 +35,7 @@ debian-junior (1.23) UNRELEASED; urgency=medium
     - Add shoes | shoes4 work-in-progress placeholder
   * tasks/sound
     - Add pianobooster
+    - Add bloopsaphone work-in-progress placeholder
 
   [Hedvig Kamp]
   * Added gcompris to various tasks

+ 14 - 0
tasks/sound

@@ -9,3 +9,17 @@ Description: Debian Jr. sound
 Depends: audacious, bplay, cdtool, pianobooster, vorbis-tools
 
 Depends: gcompris
+
+Depends: bloopsaphone
+Why: This should also go into programming
+Homepage: https://github.com/mental/bloopsaphone
+License: Expat
+Pkg-Description: library for writing chiptune-style songs in C or Ruby
+ This is a small c library for sending chiptunes through PortAudio.
+ .
+ The ideals of bloopsaphone are:
+  * Asynchronous, plays in background and raises an event upon finish
+  * Small, a small toy library
+  * Custom notation, a slight variation of RTTTL
+  * Serialize sounds, including a file format for easy passing of instruments
+    between Ruby and C.