[Pkg-mpd-commits] [pkg-mpd] 05/13: Drop support for removed plugins: ffado, lastfm, soup

Florian Schlichting fsfs at alioth.debian.org
Fri Nov 1 22:21:33 UTC 2013


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository pkg-mpd.

commit aa0367d298a613177f8ba7dec8d0152695bb1b41
Author: Florian Schlichting <fsfs at debian.org>
Date:   Thu Oct 31 23:03:27 2013 +0100

    Drop support for removed plugins: ffado, lastfm, soup
---
 debian/control |    2 --
 debian/rules   |   20 +-------------------
 2 files changed, 1 insertion(+), 21 deletions(-)

diff --git a/debian/control b/debian/control
index 85319c3..5f19ee8 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,6 @@ Build-Depends: debhelper (>= 9),
                libiso9660-dev,
                libcurl4-gnutls-dev | libcurl-dev,
                libfaad-dev,
-               libffado-dev [amd64 armel armhf i386 powerpc],
                libflac-dev (>= 1.1.4),
                libgme-dev,
                libid3tag0-dev,
@@ -38,7 +37,6 @@ Build-Depends: debhelper (>= 9),
                libresid-builder-dev,
                libsamplerate0-dev,
                libshout3-dev,
-               libsoup2.4-dev,
                libsystemd-daemon-dev [linux-any],
                libsidplay2-dev,
                libsqlite3-dev,
diff --git a/debian/rules b/debian/rules
index 6e1d767..a3da249 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,23 +12,6 @@ ifeq ($(DEB_HOST_ARCH), armeb)
 WITH_TREMOR=--with-tremor
 endif
 
-ENABLE_FFADO=
-ifeq ($(DEB_HOST_ARCH), amd64)
-ENABLE_FFADO=--enable-ffado
-endif
-ifeq ($(DEB_HOST_ARCH), armel)
-ENABLE_FFADO=--enable-ffado
-endif
-ifeq ($(DEB_HOST_ARCH), armhf)
-ENABLE_FFADO=--enable-ffado
-endif
-ifeq ($(DEB_HOST_ARCH), i386)
-ENABLE_FFADO=--enable-ffado
-endif
-ifeq ($(DEB_HOST_ARCH), powerpc)
-ENABLE_FFADO=--enable-ffado
-endif
-
 # no systemd and no alsa on non-linux arches
 ifeq ($(DEB_HOST_ARCH_OS), linux)
 WITH_SYSTEMD=--enable-systemd-daemon --with-systemdsystemunitdir=/lib/systemd/system
@@ -44,11 +27,10 @@ LDFLAGS += -Wl,--as-needed
 	dh $@ --with autoreconf --with=systemd
 
 override_dh_auto_configure:
-	./configure $(WITH_TREMOR) $(WITH_SYSTEMD) $(ENABLE_FFADO) \
+	./configure $(WITH_TREMOR) $(WITH_SYSTEMD) \
 		--enable-sqlite \
 		--enable-un \
 		--enable-ao \
-		--enable-lastfm \
 		--enable-pipe-output \
 		--enable-lame-encoder \
 		--enable-mikmod \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/pkg-mpd.git



More information about the Pkg-mpd-commits mailing list