Support ASDF instead of Mudballs.
Annotate for file qt.phonon.asd
2009-12-13 tobias 1 (defpackage qt.phonon-system
12:48:52 ' 2 (:use :cl :asdf))
' 3
' 4 (in-package qt.phonon-system)
' 5
' 6 (asdf:defsystem :qt.phonon
' 7 :name :qt.phonon
' 8 :version (0 0 1)
' 9 :author "Tobias Rautenkranz"
' 10 :license "GPL with linking exception"
' 11 :description "Phonon Qt4 multimedia"
' 12 :depends-on (:smoke :qt)
' 13
' 14 :components
' 15 ((:module "src"
' 16 :components
' 17 ((:file "package")
' 18 (:file "phonon" :depends-on ("package"))))))