summaryrefslogtreecommitdiffstats
path: root/ubuntu/lucid_automake/applications/amarok/debian/control.in
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/lucid_automake/applications/amarok/debian/control.in')
-rw-r--r--ubuntu/lucid_automake/applications/amarok/debian/control.in97
1 files changed, 0 insertions, 97 deletions
diff --git a/ubuntu/lucid_automake/applications/amarok/debian/control.in b/ubuntu/lucid_automake/applications/amarok/debian/control.in
deleted file mode 100644
index be93679f3..000000000
--- a/ubuntu/lucid_automake/applications/amarok/debian/control.in
+++ /dev/null
@@ -1,97 +0,0 @@
-Source: amarok-kde3
-Section: kde
-Priority: optional
-Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
-XSBC-Original-Maintainer: @@@MAINTAINER@@@
-Uploaders: @@@UPLOADERS@@@
-Build-Depends: cdbs, debhelper (>= 5.0.0), quilt, bzip2, automake, autoconf, libtool,
- kdelibs4-kde3-dev,
- libxine-dev, libdbus-qt-1-dev,
- libtag1-dev, libsqlite3-dev, libtunepimp-dev,
- libmysqlclient15-dev, libpq-dev,
- libvisual-0.4-dev, libsdl1.2-dev,
- libifp-dev, libusb-dev, libgpod-nogtk-dev (>= 0.4.2), libnjb-dev, libmtp-dev,
- ruby, ruby1.8-dev
-Standards-Version: 3.8.3
-Homepage: http://amarok.kde.org
-
-Package: amarok-kde3
-Architecture: any
-Depends: amarok-common-kde3 (>= ${source:Version}), amarok-engine-xine-kde3 (= ${binary:Version}) | amarok-engine-yauap-kde3 (= ${binary:Version}), unzip, ${shlibs:Depends}
-Suggests: amarok-engines-kde3, moodbar, konqueror-kde3 | www-browser,
- python, python-qt3, libqt0-ruby1.8, libvisual-0.4-plugins
-Description: versatile and easy to use audio player for KDE3
- Amarok tries to be a little different, providing a simple drag and drop
- interface that really makes playlist handling easy.
- .
- Features include:
- - rapid playlist creation, with drag and drop from a directory view
- - nice playlist browser for your existing playlists (PLS or M3U formats)
- - collection-indexing support, for smart browsing and playlist creation
- - possibility of accessing media via tdeioslaves, allowing you to play
- via smb:// or fish:// (normal streams are of course supported)
- - inline ID3 tag editing, capable of retrieving tags via MusicBrainz
- - album cover support: automatically displays album covers from the
- filesystem, or downloaded on the fly
- - miscellaneous audio effects, including crossfading
- - easy bindable global shortcuts, rich DCOP interface
- - On-Screen Display (OSD), on track change or at keypress
- - iPod and iRiver support
- - Last.fm stream playing support (if ruby is installed)
- - Track "mood" display (requires moodbar package installed)
- .
- Support for libvisual visualization plugins is also compiled in (you need
- to have libvisual-0.4-plugins installed to be able to use it).
-
-Package: amarok-common-kde3
-Architecture: all
-Depends: ruby
-Recommends: amarok-kde3 (>= ${source:Version})
-Suggests: libqt0-ruby1.8, python, python-qt3
-Description: architecture independent files for Amarok [KDE3]
- This package contains architecture independent files needed for Amarok to run
- properly. It also provides Amarok documentation. Therefore, unless you have
- 'amarok' package installed, you will hardly find this package useful.
- .
- You need to install Python if you intend to use Zeroconf support, WebControl
- and/or playlist2html scripts. You will also need python-qt3 for the
- WebControl script.
-
-Package: amarok-engines-kde3
-Architecture: all
-Depends: amarok-engine-xine-kde3 (>= ${source:Version}), amarok-engine-yauap-kde3 (>= ${source:Version})
-Description: output engines for the Amarok music player [KDE3]
- This package serves merely as a reference point if you want to install
- all available Amarok engines. It depends on those Amarok engines that
- generally can be used by most users. You can safely remove this metapackage
- as you can remove the amarok-engine-$engine packages that you don't use.
-
-Package: amarok-engine-xine-kde3
-Architecture: any
-Depends: ${shlibs:Depends}
-Recommends: amarok-kde3 (= ${binary:Version})
-Description: xine engine for the Amarok audio player [KDE3]
- This package provides the xine engine for Amarok, which you may prefer
- for some reason over the other engines (e.g., it is the lightest engine
- Dependency-wise).
-
-Package: amarok-engine-yauap-kde3
-Architecture: any
-Depends: yauap, ${shlibs:Depends}
-Recommends: amarok-kde3 (= ${binary:Version})
-Description: Yauap engine for the Amarok audio player [KDE3]
- This package includes Amarok yauap engine, which provides a frontend
- to Yauap Commandline Audio Player. DBus is used as a means of communication
- between the engine and Yauap. Please note that some extra Amarok features
- (like visualizations) might not be available while using this engine.
-
-Package: amarok-kde3-dbg
-Priority: extra
-Architecture: any
-Depends: amarok-kde3 (= ${binary:Version})
-Recommends: kdelibs-kde3-dbg
-Description: debugging symbols for Amarok [KDE3]
- This package provides debugging symbols for all binary packages built from
- amarok source package. It's highly recommended to have this package installed
- before reporting any Amarok crashes to either Amarok developers or Debian
- package maintainers.