mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-06 07:19:51 +01:00
Remove python, pyqt and sip dependencies (they're disabled for 0.7) and libtunepimp dependencies (we use libgstofa) from the debian and fedora packages.
This commit is contained in:
parent
7c0eacd1cb
commit
9547520f26
11
debian/control
vendored
11
debian/control
vendored
@ -25,11 +25,7 @@ Build-Depends: debhelper (>= 7),
|
||||
libplist-dev,
|
||||
libusbmuxd-dev,
|
||||
libmtp-dev,
|
||||
libindicate-qt-dev,
|
||||
python-qt4-dev,
|
||||
python-sip-dev,
|
||||
python-dev,
|
||||
libtunepimp-dev
|
||||
libindicate-qt-dev
|
||||
Standards-Version: 3.8.1
|
||||
Homepage: http://www.clementine-player.org/
|
||||
|
||||
@ -41,8 +37,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||
gstreamer0.10-plugins-good,
|
||||
gstreamer0.10-alsa | gstreamer0.10-audiosink,
|
||||
gstreamer0.10-plugins-ugly,
|
||||
libprojectm-data | projectm-data,
|
||||
python-qt4
|
||||
libprojectm-data | projectm-data
|
||||
Description: Clementine is a modern music player and library organiser.
|
||||
It is inspired by Amarok 1.4, focusing on a fast and easy-to-use interface for
|
||||
searching and playing your music.
|
||||
@ -51,7 +46,7 @@ Description: Clementine is a modern music player and library organiser.
|
||||
* Search and play your local music library
|
||||
* Listen to internet radio from Last.fm, SomaFM, Magnatune, Jamendo and Icecast
|
||||
* Create smart playlists and dynamic playlists
|
||||
* Tabbed playlists, import and export M3U, XSPF, PLS and ASX
|
||||
* Tabbed playlists, import and export M3U, XSPF, PLS, ASX and CUE
|
||||
* Visualisations from projectM
|
||||
* Lyrics and artist biographies and photos
|
||||
* Transcode music into MP3, Ogg Vorbis, Ogg Speex, FLAC or AAC
|
||||
|
7
dist/clementine.spec.in
vendored
7
dist/clementine.spec.in
vendored
@ -13,13 +13,12 @@ BuildRequires: desktop-file-utils liblastfm-devel taglib-devel gettext
|
||||
BuildRequires: qt4-devel boost-devel gcc-c++ glew-devel libgpod-devel
|
||||
BuildRequires: cmake gstreamer-devel gstreamer-plugins-base-devel
|
||||
BuildRequires: libimobiledevice-devel libplist-devel usbmuxd-devel
|
||||
BuildRequires: libmtp-devel PyQt4-devel sip-devel python-devel
|
||||
BuildRequires: libtunepimp-devel
|
||||
BuildRequires: libmtp-devel
|
||||
|
||||
Requires: libgpod PyQt4
|
||||
Requires: libgpod
|
||||
|
||||
# GStreamer codec dependencies
|
||||
Requires: gstreamer-plugins-ugly libtunepimp-extras-freeworld
|
||||
Requires: gstreamer-plugins-ugly
|
||||
|
||||
%ifarch x86_64
|
||||
Requires: gstreamer0.10(decoder-audio/x-vorbis)()(64bit)
|
||||
|
Loading…
Reference in New Issue
Block a user