소스 검색

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.