summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2011-01-17 00:34:44 +0000
committerJim Ramsay <lack@gentoo.org>2011-01-17 00:34:44 +0000
commit43a91601d805030fd8be61d9d5e2e6d8716ce56e (patch)
treef37c424376f766c39241eda5598dc26dac743ab8 /media-sound/mt-daapd
parentBump to 0.11.4, lots of bugfixes (diff)
downloadgentoo-2-43a91601d805030fd8be61d9d5e2e6d8716ce56e.tar.gz
gentoo-2-43a91601d805030fd8be61d9d5e2e6d8716ce56e.tar.bz2
gentoo-2-43a91601d805030fd8be61d9d5e2e6d8716ce56e.zip
Fixing error in patch to fix bug #200629 which disables ogg vorbis support even when USE=vorbis
(Portage version: 2.1.9.29/cvs/Linux i686)
Diffstat (limited to 'media-sound/mt-daapd')
-rw-r--r--media-sound/mt-daapd/ChangeLog9
-rw-r--r--media-sound/mt-daapd/files/mt-daapd-0.2.4.2-oggvorbis.patch2
2 files changed, 8 insertions, 3 deletions
diff --git a/media-sound/mt-daapd/ChangeLog b/media-sound/mt-daapd/ChangeLog
index 0a3caa7e8ef6..b6713e1d3755 100644
--- a/media-sound/mt-daapd/ChangeLog
+++ b/media-sound/mt-daapd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/mt-daapd
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mt-daapd/ChangeLog,v 1.67 2010/01/25 16:27:24 patrick Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mt-daapd/ChangeLog,v 1.68 2011/01/17 00:34:44 lack Exp $
+
+ 17 Jan 2011; Jim Ramsay <lack@gentoo.org>
+ files/mt-daapd-0.2.4.2-oggvorbis.patch:
+ Fixing error in patch to fix bug #200629 which disables ogg vorbis support
+ even when USE=vorbis
25 Jan 2010; Patrick Lauer <patrick@gentoo.org> files/mt-daapd.init.2:
Fixing init script for #230917
diff --git a/media-sound/mt-daapd/files/mt-daapd-0.2.4.2-oggvorbis.patch b/media-sound/mt-daapd/files/mt-daapd-0.2.4.2-oggvorbis.patch
index 8131b6cd53fc..714f34142ac2 100644
--- a/media-sound/mt-daapd/files/mt-daapd-0.2.4.2-oggvorbis.patch
+++ b/media-sound/mt-daapd/files/mt-daapd-0.2.4.2-oggvorbis.patch
@@ -4,7 +4,7 @@
AC_SUBST(AVAHI_LIBS)
AC_ARG_ENABLE(oggvorbis,[ --enable-oggvorbis Enable Ogg/Vorbis support],
-+ [ case "${enabledval}" in
++ [ case "${enableval}" in
+ yes)
use_oggvorbis=true;
# LDFLAGS="${LDFLAGS} -logg -lvorbis";