initial import
Annotate for file qt.phonon.mbd
2009-07-22 tobias 1 ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
21:09:31 ' 2
' 3 (in-package :sysdef-user)
' 4
' 5 (define-system :qt.phonon ()
' 6 (:version 0 0 1)
' 7 (:documentation "Phonon Qt4 multimedia")
' 8 (:keywords "GUI" "Video" "Audio" "Multimedia")
' 9 (:author "Tobias Rautenkranz")
' 10 (:license "GPL with linking exception")
' 11 (:uses-macros-from :smoke)
' 12 (:components
' 13 ("src" module
' 14 (:components
' 15 "package"
' 16 ("phonon" (:needs "package")))))
' 17 (:needs :qt))