blob: 45742f14b576ba0298ac962bab40c79eceb6d3b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# vi:si:et:sw=4:sts=4:ts=4:syntax=python
# -*- Mode: Python -*-
from cerbero.packages.wix import VSTemplatePackage
class Package(custom.GStreamer, VSTemplatePackage):
name = 'gstreamer-1.0-vs-templates'
shortdesc = 'GStreamer 1.0 VS templates'
longdesc = 'GStreamer 1.0 Visual Studio templates'
uuid = '42b3ba90-bd6a-4d94-a40d-5f2adf7ce441'
vs_template_dir = 'share/vs/2010/gst-sdk-template'
vs_wizard_dir = 'share/vs/2010/wizard'
vs_template_name = 'GStreamer'
|