[SCM] forked-daapd/master: Enable last.fm scrobbling

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Fri Oct 17 07:01:20 UTC 2014


The following commit has been merged in the master branch:
commit 5e2f9e2fbb69324ee564b6bcfbde418390b31d73
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Thu Oct 16 23:44:29 2014 +0200

    Enable last.fm scrobbling

diff --git a/debian/control b/debian/control
index 9116aa9..548e7cd 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: sound
 Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Balint Reczey <balint at balintreczey.hu>
-Build-Depends: debhelper (>= 9~), libavcodec-dev (>= 3:0.svn20090204), libavformat-dev (>= 3:0.svn20090204), libswscale-dev, libavutil-dev, libavresample-dev, libavahi-client-dev, libsqlite3-dev (>= 3.6.23.1-2), libconfuse-dev, libavl-dev, libmxml-dev, libplist-dev (>= 0.16), libgcrypt20-dev, libgpg-error-dev, libasound2-dev [linux-any], oss4-dev [kfreebsd-any], zlib1g-dev, libunistring-dev (>= 0.9.3), libtre-dev (>= 0.8.0), libevent-dev (>= 2.0), libantlr3c-dev (>= 3.2), antlr3 (>= 3.2-3), gperf, autotools-dev, dh-autoreconf, lsb-base (>= 3.0-6)
+Build-Depends: debhelper (>= 9~), libavcodec-dev (>= 3:0.svn20090204), libavformat-dev (>= 3:0.svn20090204), libswscale-dev, libavutil-dev, libavresample-dev, libavahi-client-dev, libsqlite3-dev (>= 3.6.23.1-2), libconfuse-dev, libavl-dev, libmxml-dev, libplist-dev (>= 0.16), libgcrypt20-dev, libgpg-error-dev, libasound2-dev [linux-any], oss4-dev [kfreebsd-any], zlib1g-dev, libunistring-dev (>= 0.9.3), libtre-dev (>= 0.8.0), libevent-dev (>= 2.0), libantlr3c-dev (>= 3.2), antlr3 (>= 3.2-3), gperf, autotools-dev, dh-autoreconf, lsb-base (>= 3.0-6), libcurl4-gnutls-dev
 Homepage: http://github.com/ejurgensen/forked-daapd
 Vcs-Git: git://git.debian.org/pkg-multimedia/forked-daapd.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/forked-daapd.git
diff --git a/debian/rules b/debian/rules
index a0fc447..541acef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ endif
 	dh $@ --with autoreconf
 
 override_dh_auto_configure:
-	dh_auto_configure -- --enable-itunes $(OSS4_OPTS)
+	dh_auto_configure -- --enable-lastfm --enable-itunes $(OSS4_OPTS)
 
 override_dh_auto_install:
 	dh_auto_install

-- 
forked-daapd packaging



More information about the pkg-multimedia-commits mailing list