diff options
author | Slávek Banko <[email protected]> | 2020-02-06 02:55:27 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-02-08 18:29:19 +0100 |
commit | 346b535e892fa3fc3e8ccfb944b19b569e38b6d0 (patch) | |
tree | 909b00a2c99edc4ead27c73657be68253d987749 /ubuntu/_base/applications/kaffeine/debian/control | |
parent | 989a219c6c8590c6360bcf82c6f07fbb834ba177 (diff) | |
download | tde-packaging-346b535e892fa3fc3e8ccfb944b19b569e38b6d0.tar.gz tde-packaging-346b535e892fa3fc3e8ccfb944b19b569e38b6d0.zip |
DEB kaffeine: Switch to cmake.
Removed broken codec installation scripts.
Enable mp3lame support.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 74d2dabcbe6aaccffc6999034384b115f3556b71)
Diffstat (limited to 'ubuntu/_base/applications/kaffeine/debian/control')
-rw-r--r-- | ubuntu/_base/applications/kaffeine/debian/control | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/ubuntu/_base/applications/kaffeine/debian/control b/ubuntu/_base/applications/kaffeine/debian/control index 32d29337b..de7abb1d3 100644 --- a/ubuntu/_base/applications/kaffeine/debian/control +++ b/ubuntu/_base/applications/kaffeine/debian/control @@ -5,12 +5,11 @@ Maintainer: Timothy Pearson <[email protected]> XSBC-Original-Maintainer: Debian KDE Extras Team <[email protected]> Uploaders: Riku Voipio <[email protected]>, Fathi Boudra <[email protected]>, Mark Purcell <[email protected]> -Build-Depends: cdbs, debhelper (>= 7.0.50~), quilt, tdelibs14-trinity-dev, +Build-Depends: cdbs, debhelper (>= 7.0.50~), quilt, cmake, tdelibs14-trinity-dev, libcdparanoia0-dev, libogg-dev, libxine2-dev | libxine-dev (>= 1.1.7), libxcb1-dev, libxtst-dev, libgstreamer1.0-dev | libgstreamer0.10-dev, libgstreamer-plugins-base1.0-dev | libgstreamer-plugins-base0.10-dev, - libcdio-cdda-dev, libcdio-paranoia-dev, - automake, autoconf, libtool, libltdl-dev + libcdio-cdda-dev, libcdio-paranoia-dev, libmp3lame-dev Standards-Version: 3.8.4 Package: kaffeine-trinity @@ -26,8 +25,6 @@ Description: versatile media player for TDE . Kaffeine can keep track of multiple playlists simultaneously, and supports autoloading of subtitles files for use while playing video. - . - Homepage: http://kaffeine.sourceforge.net Package: kaffeine-trinity-dbg Section: devel @@ -53,5 +50,3 @@ Description: Gstreamer engine for kaffeine media player [Trinity] network streams easily. . This package provides the Gstreamer playing engine for Kaffeine. - . - Homepage: http://kaffeine.sourceforge.net |