Gentoo Archives: gentoo-commits

From: "Saleem Abdulrasool (compnerd)" <compnerd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/totem/files: totem-2.20.1-startup-notification.patch digest-totem-2.20.1-r1 totem-2.20.1-xpcom-hack.patch
Date: Sun, 16 Dec 2007 04:36:00
Message-Id: E1J3lEI-0003SS-8j@stork.gentoo.org
1 compnerd 07/12/16 04:35:54
2
3 Added: totem-2.20.1-startup-notification.patch
4 digest-totem-2.20.1-r1
5 totem-2.20.1-xpcom-hack.patch
6 Log:
7 be more strict about applying the xpcom hack
8 (Portage version: 2.1.4_rc10)
9
10 Revision Changes Path
11 1.1 media-video/totem/files/totem-2.20.1-startup-notification.patch
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/totem/files/totem-2.20.1-startup-notification.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/totem/files/totem-2.20.1-startup-notification.patch?rev=1.1&content-type=text/plain
15
16 Index: totem-2.20.1-startup-notification.patch
17 ===================================================================
18 Index: browser-plugin/Makefile.am
19 ===================================================================
20 --- browser-plugin/Makefile.am (revision 4827)
21 +++ browser-plugin/Makefile.am (working copy)
22 @@ -109,6 +109,7 @@
23 $(WARN_CFLAGS) \
24 $(DBUS_CFLAGS) \
25 $(NVTV_CFLAGS) \
26 + $(SN_CFLAGS) \
27 $(AM_CFLAGS)
28
29 totem_plugin_viewer_LDADD = \
30 @@ -122,6 +123,7 @@
31 $(DBUS_LIBS) \
32 $(NVTV_LIBS) \
33 $(XTEST_LIBS) \
34 + $(SN_LIBS) \
35 $(X_LIBS)
36
37 BUILT_SOURCES += \
38 Index: configure.in
39 ===================================================================
40 --- configure.in (revision 4827)
41 +++ configure.in (working copy)
42 @@ -685,6 +686,18 @@
43 AM_CONDITIONAL([ENABLE_MULLY_PLUGIN],[test "$enable_mully_plugin" = "yes"])
44 AM_CONDITIONAL([ENABLE_CONE_PLUGIN],[test "$enable_cone_plugin" = "yes"])
45
46 +if test "$enable_basic_plugin" = "yes" ||
47 + test "$enable_gmp_plugin" = "yes" ||
48 + test "$enable_complex_plugin" = "yes" ||
49 + test "$enable_narrowspace_plugin" = "yes" ||
50 + test "$enable_mully_plugin" = "yes" ||
51 + test "$enable_cone_plugin" = "yes" ; then
52 +
53 + PKG_CHECK_MODULES([SN], [ libstartup-notification-1.0 >= 0.8 ])
54 + AC_SUBST([SN_CFLAGS])
55 + AC_SUBST([SN_LIBS])
56 +fi
57 +
58 dnl ********
59 dnl Nautilus
60 dnl ********
61
62
63
64 1.1 media-video/totem/files/digest-totem-2.20.1-r1
65
66 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/totem/files/digest-totem-2.20.1-r1?rev=1.1&view=markup
67 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/totem/files/digest-totem-2.20.1-r1?rev=1.1&content-type=text/plain
68
69 Index: digest-totem-2.20.1-r1
70 ===================================================================
71 MD5 6627727e7abd7a7f95257be8df6359a6 totem-2.20.1.tar.bz2 2196437
72 RMD160 2f7746cee2f4a16fbee3242979b974c698824d0b totem-2.20.1.tar.bz2 2196437
73 SHA256 59bd1fcbc723d32a678eeacf200394da4d8ae16dcd8ab36352659b55c29d04f5 totem-2.20.1.tar.bz2 2196437
74
75
76
77 1.1 media-video/totem/files/totem-2.20.1-xpcom-hack.patch
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/totem/files/totem-2.20.1-xpcom-hack.patch?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/totem/files/totem-2.20.1-xpcom-hack.patch?rev=1.1&content-type=text/plain
81
82 Index: totem-2.20.1-xpcom-hack.patch
83 ===================================================================
84 Index: configure.in
85 ===================================================================
86 --- configure.in (revision 4827)
87 +++ configure.in (working copy)
88 @@ -585,6 +588,7 @@
89 if test "$have_libxpcomglue_s" = "yes"; then
90 LIBXPCOMGLUE_S="-L$MOZILLA_LIBDIR -lxpcomglue_s"
91 else
92 + LIBXPCOMGLUE_S="-L$MOZILLA_LIBDIR -lxpcom"
93 AC_MSG_WARN([libxpcomglue_s not available; plugins may not be portable])
94 fi
95 fi
96
97
98
99 --
100 gentoo-commits@g.o mailing list