Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 94469 Details for
Bug 142200
media-video/ogmrip-0.9.0-r1 missing depends
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix the gconf dependancy
ogmrip-0.9.0-gconf.patch (text/plain), 1.24 KB, created by
Olivier Rolland
on 2006-08-17 13:29:15 UTC
(
hide
)
Description:
Patch to fix the gconf dependancy
Filename:
MIME Type:
Creator:
Olivier Rolland
Created:
2006-08-17 13:29:15 UTC
Size:
1.24 KB
patch
obsolete
>--- configure.in.orig 2006-08-17 21:10:44.000000000 +0200 >+++ configure.in 2006-08-17 21:09:30.000000000 +0200 >@@ -75,6 +75,10 @@ > > if test x"$have_gtk_support" != x"no"; then > AC_DEFINE(HAVE_GTK_SUPPORT, 1, [Define to 1 if gtk+ is supported.]) >+ AC_PATH_PROG(GCONFTOOL, gconftool-2) >+ AM_GCONF_SOURCE_2 >+else >+ AM_CONDITIONAL(GCONF_SCHEMAS_INSTALL, [false]) > fi > > AM_CONDITIONAL(HAVE_GTK_SUPPORT, [ test x"$have_gtk_support" != x"no" ]) >@@ -281,11 +285,7 @@ > > dnl ************************************************************** > >-AM_CONDITIONAL(SCHEMAS_INSTALL, test x"$enable_schemas_install" != x"no") >- > AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal) >-AC_PATH_PROG(GCONFTOOL, gconftool-2) >-AM_GCONF_SOURCE_2 > > dnl ************************************************************** > >--- data/Makefile.am.orig 2006-08-17 21:10:53.000000000 +0200 >+++ data/Makefile.am 2006-08-17 21:11:19.000000000 +0200 >@@ -22,11 +22,11 @@ > schemas_DATA = ogmrip.schemas > @INTLTOOL_SCHEMAS_RULE@ > >-if SCHEMAS_INSTALL >+if GCONF_SCHEMAS_INSTALL > install-data-local: > -GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \ > $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schemas_DATA) >-endif # SCHEMAS_INSTALL >+endif # GCONF_SCHEMAS_INSTALL > > endif # HAVE_GTK_SUPPORT >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 142200
: 94469 |
94470