Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/orpheus/files: orpheus-1.6-nolibghttp.patch
Date: Fri, 03 Dec 2010 00:28:14
Message-Id: 20101203002803.E8D4120047@flycatcher.gentoo.org
1 flameeyes 10/12/03 00:28:03
2
3 Modified: orpheus-1.6-nolibghttp.patch
4 Log:
5 Upgrade to automake 1.9 at least, drop libghttp check pre-rebuild. Do a recursive rebuild.
6
7 (Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 media-sound/orpheus/files/orpheus-1.6-nolibghttp.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/orpheus/files/orpheus-1.6-nolibghttp.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/orpheus/files/orpheus-1.6-nolibghttp.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/orpheus/files/orpheus-1.6-nolibghttp.patch?r1=1.1&r2=1.2
15
16 Index: orpheus-1.6-nolibghttp.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/orpheus/files/orpheus-1.6-nolibghttp.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- orpheus-1.6-nolibghttp.patch 25 Nov 2006 16:22:31 -0000 1.1
23 +++ orpheus-1.6-nolibghttp.patch 3 Dec 2010 00:28:03 -0000 1.2
24 @@ -1,11 +1,15 @@
25 ---- orpheus-1.6/configure.old 2006-11-25 16:56:53.000000000 +0100
26 -+++ orpheus-1.6/configure 2006-11-25 16:57:30.000000000 +0100
27 -@@ -4219,7 +4219,7 @@
28 - fi
29 - echo "$as_me:$LINENO: result: $ac_cv_lib_ghttp_ghttp_request_new" >&5
30 - echo "${ECHO_T}$ac_cv_lib_ghttp_ghttp_request_new" >&6
31 --if test $ac_cv_lib_ghttp_ghttp_request_new = yes; then
32 -+if test $ac_cv_lib_ghttp_ghttp_request_new = nolibghttp; then
33 - cat >>confdefs.h <<_ACEOF
34 - #define HAVE_LIBGHTTP 1
35 - _ACEOF
36 +Index: orpheus-1.6/configure.in
37 +===================================================================
38 +--- orpheus-1.6.orig/configure.in
39 ++++ orpheus-1.6/configure.in
40 +@@ -30,8 +30,8 @@ AM_PATH_XML2(2.0.0, [
41 +
42 + AC_CHECK_LIB(ncurses, main,, AC_CHECK_LIB(curses, main,, AC_MSG_ERROR(The ncurses terminal library is required in order to build the program)))
43 +
44 +-AC_CHECK_LIB(ghttp, ghttp_request_new,,
45 +- [AC_MSG_WARN(libghttp not found - the support for CDDB is be disabled)])
46 ++#AC_CHECK_LIB(ghttp, ghttp_request_new,,
47 ++# [AC_MSG_WARN(libghttp not found - the support for CDDB is be disabled)])
48 +
49 + AC_CHECK_LIB(vorbis, vorbis_synthesis_headerin,,
50 + AC_MSG_WARN(libvorbisfile not found - the support for OGG tags edit is disabled))