[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#438164: rosegarden: should depend on flac



Package: rosegarden
Version: 1:1.5.1-1
Severity: normal


Hi,

When I start up Rosegarden, I get a message as follows:

  Project Packager not available

  Rosegarden could not find one or more of the additional
  programs needed to support the Rosegarden Project Packager.

  Export and import of Rosegarden Project files will not be
  available.

  To fix this, you should install the following additional
  programs:

  flac

Actually, src/helpers/rosegarden-project-package has following lines:

  system "kdialog -v >/dev/null" and push @required, "kdialog";
  system "flac --help >/dev/null" and push @required, "flac";
  system "which sndfile-convert >/dev/null" and push @required, "sndfile-convert";
  system "dcop --help >/dev/null" and push @required, "dcop";

So, Rosegarden should depend on kdebase-bin, flac, sndfile-programs,
and kdelibs4c2a; flac is missing in dependency.

Thanks,

-nori


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=ja_JP.eucJP, LC_CTYPE=ja_JP.eucJP (charmap=EUC-JP)



Reply to: