summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2013-04-17 16:59:18 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2013-04-17 16:59:18 +0200
commitdc82fbe59d7736eb056034396e06ff9534fa8ddf (patch)
tree6e8be5a089a4f58d6a7222977924a61cb2132322 /packages
parentc3a20d2ae29e022fffe8aec623b7f0f26b4b6cbd (diff)
packages: delete unused package
Diffstat (limited to 'packages')
-rw-r--r--packages/gstreamer-xcode-integration.package18
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/gstreamer-xcode-integration.package b/packages/gstreamer-xcode-integration.package
deleted file mode 100644
index 4aab44a..0000000
--- a/packages/gstreamer-xcode-integration.package
+++ /dev/null
@@ -1,18 +0,0 @@
-# vi:si:et:sw=4:sts=4:ts=4:syntax=python
-# -*- Mode: Python -*-
-
-
-class Package(package.Package):
-
- name = 'gstreamer-xcode-integration'
- shortdesc = 'GStreamer XCode integration'
- longdesc = 'GStreamer XCode 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-e8f44442f853'
-
- files_devel = ['gst-xcconfig']