[SCM] KDE Multimedia module packaging branch, kde4.5, updated. debian/4.4.5-1-14-gcba352a

George Kiagiadakis gkiagia-guest at alioth.debian.org
Sun Aug 29 13:48:02 UTC 2010


The following commit has been merged in the kde4.5 branch:
commit bb292759ef66b68e6a0e25bf34d324b1a45cd7fc
Author: George Kiagiadakis <kiagiadakis.george at gmail.com>
Date:   Sun Aug 29 16:41:22 2010 +0300

    Add new package: ffmpegthumbs.
---
 debian/changelog            |    1 +
 debian/control              |   15 +++++++++++++--
 debian/ffmpegthumbs.install |    3 +++
 3 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 98161f8..de2aa0e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ kdemultimedia (4:4.5.1-0r1) UNRELEASED; urgency=low
   * Add build dependencies to libavcodec-dev, libswscale-dev and
     libavformat-dev to build the ffmpeg thumbnailer plugin.
   * Update installed files.
+  * Add new package: ffmpegthumbs.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 29 Aug 2010 13:26:59 +0300
 
diff --git a/debian/control b/debian/control
index 1459f04..8928564 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Depends: ${misc:Depends}, dragonplayer (>= ${source:Version}),
  kdemultimedia-kio-plugins (>= ${source:Version}),
  juk (>= ${source:Version}), kmix (>= ${source:Version}),
  kscd (>= ${source:Version}), kde-config-cddb (>= ${source:Version})
-Recommends: mplayerthumbs (>= ${source:Version})
+Recommends: ffmpegthumbs (>= ${source:Version}) | mplayerthumbs (>= ${source:Version})
 Description: multimedia applications from the official KDE release
  KDE is produced by an international technology team that creates free and open
  source software for desktop and portable computing. Among KDE's products are a
@@ -137,13 +137,24 @@ Package: mplayerthumbs
 Section: kde
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, mplayer
-Description: video thumbnail generator
+Description: video thumbnail generator using mplayer
  MPlayerThumbs is a video thumbnail generator for KDE file managers
  like Dolphin and Konqueror.  It enables them to show preview images
  of video files.
  .
  This package is part of the KDE multimedia module.
 
+Package: ffmpegthumbs
+Section: kde
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: video thumbnail generator using ffmpeg
+ FFMpegThumbs is a video thumbnail generator for KDE file managers
+ like Dolphin and Konqueror.  It enables them to show preview images
+ of video files.
+ .
+ This package is part of the KDE multimedia module.
+
 Package: kde-config-cddb
 Section: kde
 Architecture: any
diff --git a/debian/ffmpegthumbs.install b/debian/ffmpegthumbs.install
new file mode 100644
index 0000000..c1d6f89
--- /dev/null
+++ b/debian/ffmpegthumbs.install
@@ -0,0 +1,3 @@
+usr/lib/kde4/ffmpegthumbs.so
+usr/share/kde4/services/ffmpegthumbs.desktop
+

-- 
KDE Multimedia module packaging



More information about the pkg-kde-commits mailing list