modular smoke & cl-smoke prefix.
cl-smoke.qt.phonon.asd
Thu Jan 7 21:59:31 CET 2010 Tobias Rautenkranz <tobias@rautenkranz.ch>
* modular smoke & cl-smoke prefix.
--- old-qt.phonon/cl-smoke.qt.phonon.asd 1970-01-01 01:00:00.000000000 +0100
+++ new-qt.phonon/cl-smoke.qt.phonon.asd 2014-10-30 07:52:13.000000000 +0100
@@ -0,0 +1,13 @@
+(defsystem :cl-smoke.qt.phonon
+ :name :cl-smoke.qt.phonon
+ :version (0 0 1)
+ :author "Tobias Rautenkranz"
+ :license "GPL with linking exception"
+ :description "Phonon Qt4 multimedia"
+ :depends-on (:cl-smoke.smoke :cl-smoke.qt.core :cl-smoke.qt.gui)
+
+ :components
+ ((:module "src"
+ :components
+ ((:file "package")
+ (:file "phonon" :depends-on ("package"))))))