[SCM] beast/master: Add bse-alsa runtime, which'll replace the current bse-alsa built from bse.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri May 6 16:38:29 UTC 2011


The following commit has been merged in the master branch:
commit 0de1b0bd3eb6e353f37012b653ceabecd9b96612
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri May 6 18:26:18 2011 +0200

    Add bse-alsa runtime, which'll replace the current bse-alsa built from bse.
    
    - Keep the same name to ensure a smooth transition.
    - Plus, fix "binary-control-field-duplicates-source field section"
      warning.

diff --git a/debian/control b/debian/control
index fb882a7..f0805d1 100644
--- a/debian/control
+++ b/debian/control
@@ -26,14 +26,26 @@ Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/beast.git
 Homepage: http://beast.testbit.eu/
 
 Package: beast
-Section: gnome
 Architecture: any
 Depends: ${shlibs:Depends}
 Recommends: bse-alsa
 Conflicts: cmt (<< 1.15),
- bse-alsa (<< 0.6.6-4)
+ bse-alsa (<< 0.7.4)
 Description: music synthesis and composition framework
  BEAST/BSE is a plugin-based graphical system where you can link objects
  to each other and generate sound.
  .
  BEAST also has support for scriptability in Scheme using Guile.
+
+Package: bse-alsa
+Section: sound
+Architecture: any
+Depends: ${shlibs:Depends},
+ beast (= ${binary:Version}),
+ ${misc:Depends}
+Description: ALSA plugin for BEAST
+ BEAST/BSE is a plugin-based graphical system where you can link
+ objects to each other and generate sound.
+ .
+ This package provides a plugin for BEAST that uses ALSA (the
+ Advanced Linux Sound Architecture) to output sound.

-- 
beast packaging



More information about the pkg-multimedia-commits mailing list