[SCM] cmus/master: Fix small mistakes which prevent the build of the roar plugin.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Jan 17 09:11:43 UTC 2011


The following commit has been merged in the master branch:
commit 430143902461241541df4a5ef99289edeee2dc13
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Jan 17 10:10:40 2011 +0100

    Fix small mistakes which prevent the build of the roar plugin.

diff --git a/debian/patches/10-roaraudio_support.patch b/debian/patches/10-roaraudio_support.patch
index 9ee23aa..06d31d2 100644
--- a/debian/patches/10-roaraudio_support.patch
+++ b/debian/patches/10-roaraudio_support.patch
@@ -347,7 +347,7 @@ Description: Add RoarAudio output plugin.
  op-$(CONFIG_SUN)	+= sun.so
  op-$(CONFIG_AO)		+= ao.so
  op-$(CONFIG_WAVEOUT)	+= waveout.so
-+op-$(CONFIG_WAVEOUT)	+= roar.so
++op-$(CONFIG_ROAR)	+= roar.so
  
  $(pulse-objs): CFLAGS	+= $(PULSE_CFLAGS)
  $(alsa-objs): CFLAGS	+= $(ALSA_CFLAGS)
@@ -396,7 +396,7 @@ Description: Add RoarAudio output plugin.
  check check_oss     CONFIG_OSS
  check check_sun     CONFIG_SUN
  check check_waveout CONFIG_WAVEOUT
-+check check_roar	CONFIG_ROAR
++check check_roar    CONFIG_ROAR
  
  test "$WORDS_BIGENDIAN" = y && CFLAGS="${CFLAGS} -DWORDS_BIGENDIAN"
  

-- 
cmus packaging



More information about the pkg-multimedia-commits mailing list