blob: ed4184cabc8fe34b0c0dde48fad2fa795fa9bcac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# vi:si:et:sw=4:sts=4:ts=4:syntax=python
# -*- Mode: Python -*-
class Package(package.Package):
name = 'vsintegration'
shortdesc = 'Visual Studio Integration'
longdesc = 'Visual Studio Integration'
url = "http://www.gstreamer.com"
version = '2012.11'
codename = 'Brahmaputra'
license = License.LGPL
vendor = 'GStreamer Project'
org = 'com.gstreamer'
uuid = '533337c2-4565-413f-3287-e8faa892f853'
files = ['vsintegration']
|