blob: d11309590ce566777a1122d660b5767dbcdc1a74 (
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-1.0'
shortdesc = 'Visual Studio Integration'
longdesc = 'Visual Studio Integration'
url = "http://gstreamer.freedesktop.org"
version = '1.7.91'
codename = 'Congo'
license = License.LGPL
vendor = 'GStreamer Project'
org = 'org.freedesktop.gstreamer'
uuid = '0d032a12-05b0-42a3-9b79-6b31d070dfca'
files = ['vsintegration-1.0']
|