Gentoo Archives: gentoo-commits

From: "Olivier Crete (tester)" <tester@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libgpod/files: libgpod-0.7.2-compile-without-hal.patch libgpod-0.5.2-no-gdk.patch
Date: Tue, 28 Apr 2009 15:11:56
Message-Id: E1LyoyP-0002ZZ-Sr@stork.gentoo.org
1 tester 09/04/28 15:11:53
2
3 Added: libgpod-0.7.2-compile-without-hal.patch
4 Removed: libgpod-0.5.2-no-gdk.patch
5 Log:
6 Re-make hal optional, bug #267759
7 (Portage version: 2.1.6.7/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 media-libs/libgpod/files/libgpod-0.7.2-compile-without-hal.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libgpod/files/libgpod-0.7.2-compile-without-hal.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libgpod/files/libgpod-0.7.2-compile-without-hal.patch?rev=1.1&content-type=text/plain
14
15 Index: libgpod-0.7.2-compile-without-hal.patch
16 ===================================================================
17 --- libgpod-0.7.2-orig/tools/Makefile.am 2009-04-15 23:18:36.000000000 +0200
18 +++ libgpod-0.7.2/tools/Makefile.am 2009-04-28 12:35:43.000000000 +0200
19 @@ -1,7 +1,6 @@
20 if HAVE_SGUTILS
21
22 bin_PROGRAMS=ipod-read-sysinfo-extended
23 -noinst_PROGRAMS=ipod-time-sync
24
25 ipod_read_sysinfo_extended_SOURCES = \
26 read-sysinfoextended-sgutils.c \
27 @@ -12,6 +11,7 @@
28 if HAVE_HAL
29 haldir = $(HALCALLOUTSDIR)
30 hal_PROGRAMS = libgpod-callout
31 +noinst_PROGRAMS=ipod-time-sync
32
33 libgpod_callout_SOURCES = \
34 hal-callout.c \