summaryrefslogtreecommitdiffstats
path: root/debian/lenny/libraries/mlt++/debian/control
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-03 14:44:58 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-03 14:44:58 -0500
commit0cc79c34f5e9be7eced52b0565e8e79acfa5f4e6 (patch)
treec0d0d652fef20159e78fa20b2567661bd7db8e41 /debian/lenny/libraries/mlt++/debian/control
parent6b027437fd51e7874aaffed9e395ddf7913c3ab4 (diff)
downloadtde-packaging-0cc79c34f5e9be7eced52b0565e8e79acfa5f4e6.tar.gz
tde-packaging-0cc79c34f5e9be7eced52b0565e8e79acfa5f4e6.zip
Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick
Diffstat (limited to 'debian/lenny/libraries/mlt++/debian/control')
-rw-r--r--debian/lenny/libraries/mlt++/debian/control42
1 files changed, 42 insertions, 0 deletions
diff --git a/debian/lenny/libraries/mlt++/debian/control b/debian/lenny/libraries/mlt++/debian/control
new file mode 100644
index 000000000..3ded7ab8a
--- /dev/null
+++ b/debian/lenny/libraries/mlt++/debian/control
@@ -0,0 +1,42 @@
+Source: mlt++-trinity
+Priority: optional
+Section: libs
+Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
+XSBC-Original-Maintainer: Christian Marillat <marillat@debian.org>
+Homepage: http://www.dennedy.org/mlt/twiki/bin/view/MLT/WebHome
+Standards-Version: 3.8.4
+Build-Depends: debhelper (>= 5), libmlt-trinity-dev (>= 0.2.4.svn20071228), autoconf, automake
+
+Package: libmlt++0.2.5-trinity
+Architecture: any
+Depends: ${shlibs:Depends}
+Provides: libmlt++-trinity
+Description: An open source multimedia framework (C++ wrapper) [Trinity]
+ MLT is an open source multimedia framework, designed and developed for
+ television broadcasting. It provides a toolkit for broadcasters, video
+ editors, media players, transcoders, web streamers and many more types of
+ applications. The functionality of the system is provided via an assortment
+ of ready to use tools, xml authoring components, and an extendible plug-in
+ based API.
+ .
+ This MLT sub-project provides a C++ wrapping for the MLT library.
+ .
+ This package contains the core MLT++ library files, needed by applications
+ such as the Jahshaka video editor.
+
+Package: libmlt++-trinity-dev
+Section: libdevel
+Architecture: any
+Depends: libmlt++0.2.5-trinity (= ${binary:Version}), libmlt-trinity-dev (>= 0.2.4.svn20071228)
+Description: An open source multimedia framework (C++ wrapper) [Trinity]
+ MLT is an open source multimedia framework, designed and developed for
+ television broadcasting. It provides a toolkit for broadcasters, video
+ editors, media players, transcoders, web streamers and many more types of
+ applications. The functionality of the system is provided via an assortment
+ of ready to use tools, xml authoring components, and an extendible plug-in
+ based API.
+ .
+ This MLT sub-project provides a C++ wrapping for the MLT library.
+ .
+ This package contains the MLT++ development files, needed when compiling
+ applications such as the Jahshaka video editor.