mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
ham/baudline: Fix desktop file to use aoss wrapper.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ac57af0f9e
commit
267212da18
3 changed files with 6 additions and 2 deletions
|
@ -10,3 +10,7 @@ for hunting down and studying elusive signal characteristics.
|
|||
Baudline is only available in binary format. There is an included
|
||||
baudline_jack client which can make use of the jack audio connection
|
||||
kit.
|
||||
|
||||
Note: Baudline requires the use of the AOSS wrapper from alsa-oss to
|
||||
be able to use sound without jack. The desktop file already has this
|
||||
provision.
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
PRGNAM=baudline
|
||||
VERSION=${VERSION:-1.08}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
case "$( uname -m )" in
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Exec=baudline
|
||||
Exec=aoss baudline
|
||||
Icon=baudline
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
|
|
Loading…
Reference in a new issue