diff options
author | François Andriot <albator78@libertysurf.fr> | 2013-07-24 20:49:38 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2013-07-24 20:49:38 +0200 |
commit | 400dd73349695d15f67e4e145f42893026cb3ab9 (patch) | |
tree | 1e525af297809fa6a6ba360da059a9504231c711 /ubuntu/maverick/applications/mplayerthumbs/debian/control | |
parent | 4f411154e747b655fce18f115d0d893040c618fc (diff) | |
parent | 82fe514bc8a3d0ae6824e8bffce19616e5600540 (diff) | |
download | tde-packaging-400dd73349695d15f67e4e145f42893026cb3ab9.tar.gz tde-packaging-400dd73349695d15f67e4e145f42893026cb3ab9.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/applications/mplayerthumbs/debian/control')
-rw-r--r-- | ubuntu/maverick/applications/mplayerthumbs/debian/control | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ubuntu/maverick/applications/mplayerthumbs/debian/control b/ubuntu/maverick/applications/mplayerthumbs/debian/control new file mode 100644 index 000000000..e397d9bfe --- /dev/null +++ b/ubuntu/maverick/applications/mplayerthumbs/debian/control @@ -0,0 +1,19 @@ +Source: mplayerthumbs +Section: graphics +Priority: optional +Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> +Build-Depends: cdbs, debhelper (>= 5), autotools-dev, tdelibs4-trinity-dev +Standards-Version: 3.8.2 + +Package: mplayerthumbs +Architecture: any +Depends: ${misc:Depends}, mplayer +Conflicts: libarts1-xine +Description: thumbnail generator for video files on Konqueror + MPlayerThumbs is a thumbnail generator for video files on + Konqueror. Unlike the original konqueror plugin (libarts1-xine), + it depends on neither xine nor arts, instead it uses only + mplayer. You can take advantage of this on x86_64 systems, + where you can use a 32bit mplayer to load win32codecs. + . + Homepage: http://kde-apps.org/content/show.php?content=41180 |