mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-18 04:19:55 +01:00
Add iPod and MTP dependencies to the debian control file and rpm spec
This commit is contained in:
parent
be83655c57
commit
3ad38b2128
6
debian/control
vendored
6
debian/control
vendored
@ -16,7 +16,11 @@ Build-Depends: debhelper (>= 7),
|
||||
cmake,
|
||||
libgstreamer0.10-dev,
|
||||
libgstreamer-plugins-base0.10-dev,
|
||||
libgpod-dev
|
||||
libgpod-dev,
|
||||
libimobiledevice-dev,
|
||||
libplist-dev,
|
||||
libusbmuxd-dev,
|
||||
libmtp-dev
|
||||
Standards-Version: 3.8.1
|
||||
Homepage: http://code.google.com/p/clementine-player/
|
||||
|
||||
|
2
dist/clementine.spec.in
vendored
2
dist/clementine.spec.in
vendored
@ -12,6 +12,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
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
|
||||
|
||||
Requires: libgpod
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user