diff options
author | Timothy Pearson <[email protected]> | 2012-09-10 16:16:32 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-09-10 16:16:32 -0500 |
commit | 02dc85a95b228b7242b0d11ea35619faad96db03 (patch) | |
tree | e161ba877a0720bbdf7818bdec06eb239d8ad271 /ubuntu/precise/libraries/mlt++/debian/control | |
parent | 6f2c7dc70e77d2f768d687838b6cc9f7632f609e (diff) | |
download | tde-packaging-02dc85a95b228b7242b0d11ea35619faad96db03.tar.gz tde-packaging-02dc85a95b228b7242b0d11ea35619faad96db03.zip |
Split precise from maverick
Diffstat (limited to 'ubuntu/precise/libraries/mlt++/debian/control')
-rw-r--r-- | ubuntu/precise/libraries/mlt++/debian/control | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/ubuntu/precise/libraries/mlt++/debian/control b/ubuntu/precise/libraries/mlt++/debian/control new file mode 100644 index 000000000..6d9df2be3 --- /dev/null +++ b/ubuntu/precise/libraries/mlt++/debian/control @@ -0,0 +1,46 @@ +Source: mlt++-trinity +Priority: optional +Section: libs +Maintainer: Timothy Pearson <[email protected]> +XSBC-Original-Maintainer: Christian Marillat <[email protected]> +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} +Replaces: libmlt++0.2.5-trinity (<< 4:14.0.0) +Breaks: libmlt++0.2.5-trinity (<< 4:14.0.0) +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 +Replaces: libmlt++-trinity-dev (<< 4:14.0.0) +Breaks: libmlt++-trinity-dev (<< 4:14.0.0) +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. |