[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#812752: phonon: please depend on phonon-backend-gstreamer on hurd



Package: phonon
Version: 4:4.8.3-2
Severity: important

Hello,

Most of KDE is currently not buildable on hurd-i386 because phonon tries
to pull phonon-backend-vlc, which is currently not installable due to
the missing libldb-dev support on hurd for now (the person working on
this is still working on this, but it seems to be taking months).

Could you change the dependencies to phonon-backend-gstreamer on hurd
to avoid the issue so we can get to build kde again?  I have attached a
proposed patch.

Thanks,
Samuel

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'oldoldstable'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.4.0 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages phonon depends on:
ii  debconf [debconf-2.0]                1.5.58
ii  libphonon4                           4:4.8.3-2
ii  phonon-backend-vlc [phonon-backend]  0.8.2-1

phonon recommends no packages.

Versions of packages phonon suggests:
pn  phonon-backend-gstreamer  <none>
ii  phonon-backend-vlc        0.8.2-1

-- debconf information excluded

-- 
Samuel
 Moralité : le modem et le cablerouteur font comme les filles, ils
 papotent toute la journée.
 -+- RB in NPC : Et en plus, ils ne parlent que de bits -+-
--- debian/rules.orig	2016-01-26 10:55:18.426115433 +0100
+++ debian/rules	2016-01-26 10:56:11.575941501 +0100
@@ -8,8 +8,15 @@
 libpkgs_gen_strict_local_shlibs = $(libpkgs_all_packages)
 include /usr/share/pkg-kde-tools/qt-kde-team/2/library-packages.mk
 
+DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
+
+ifeq ($(DEB_HOST_ARCH_OS),hurd)
+RECOMMENDED_PHONON4_QT4_BACKEND := phonon-backend-gstreamer
+RECOMMENDED_PHONON4_QT5_BACKEND := phonon4qt5-backend-gstreamer
+else
 RECOMMENDED_PHONON4_QT4_BACKEND := phonon-backend-vlc
 RECOMMENDED_PHONON4_QT5_BACKEND := phonon4qt5-backend-vlc
+endif
 
 override_dh_auto_clean:
 	$(overridden_command)

Reply to: