[SCM] gecko-mediaplayer/master: remove force-no-gsettings.patch

sramacher-guest at users.alioth.debian.org sramacher-guest at users.alioth.debian.org
Mon Jan 2 13:34:14 UTC 2012


The following commit has been merged in the master branch:
commit 6021100286a1939d4dacd2a8db82168cb01be8ba
Author: Sebastian Ramacher <s.ramacher at gmx.at>
Date:   Mon Jan 2 13:41:58 2012 +0100

    remove force-no-gsettings.patch

diff --git a/debian/patches/force-no-gsettings.patch b/debian/patches/force-no-gsettings.patch
deleted file mode 100644
index db50cab..0000000
--- a/debian/patches/force-no-gsettings.patch
+++ /dev/null
@@ -1,131 +0,0 @@
-Description: Force not to use gsettings
-Author: Chris Coulson <chris.coulson at canonical.com>
-Origin: other
-Last-Update: 2011-08-05
-
---- gecko-mediaplayer-1.0.4.orig/configure.in
-+++ gecko-mediaplayer-1.0.4/configure.in
-@@ -36,9 +36,6 @@ AC_ARG_WITH([gconf],
-         [Use Gconf to store preferences])],
-         [],
-         [with_gconf=check])
--AS_IF([test "x$with_gconf" != xyes],        
--    [PKG_CHECK_MODULES(GLIB2_26,[glib-2.0 >= 2.26.0],[with_gconf=no with_gsettings=yes with_gio=yes GLIB2_26_DEFINES="-DGLIB2_26_ENABLED" AC_DEFINE([GLIB2_26_ENABLED],[1],[Define to 1 if you have GLIB 2.26 or higher])],AC_MSG_NOTICE([Using GLIB < 2.26 specific features]))
--    ])    
- 
- AC_SUBST(GLIB2_26_DEFINES)
- AC_SUBST(ALSA_CFLAGS)
---- gecko-mediaplayer-1.0.4.orig/configure
-+++ gecko-mediaplayer-1.0.4/configure
-@@ -627,8 +627,6 @@ GECKO_CFLAGS
- PULSE_CFLAGS
- ALSA_CFLAGS
- GLIB2_26_DEFINES
--GLIB2_26_LIBS
--GLIB2_26_CFLAGS
- GLIB_LIBS
- GLIB_CFLAGS
- PKG_CONFIG_LIBDIR
-@@ -777,8 +775,6 @@ PKG_CONFIG_PATH
- PKG_CONFIG_LIBDIR
- GLIB_CFLAGS
- GLIB_LIBS
--GLIB2_26_CFLAGS
--GLIB2_26_LIBS
- GECKO_CFLAGS
- GECKO_LIBS
- NSPR_CFLAGS
-@@ -1449,10 +1445,6 @@ Some influential environment variables:
-               path overriding pkg-config's built-in search path
-   GLIB_CFLAGS C compiler flags for GLIB, overriding pkg-config
-   GLIB_LIBS   linker flags for GLIB, overriding pkg-config
--  GLIB2_26_CFLAGS
--              C compiler flags for GLIB2_26, overriding pkg-config
--  GLIB2_26_LIBS
--              linker flags for GLIB2_26, overriding pkg-config
-   GECKO_CFLAGS
-               C compiler flags for GECKO, overriding pkg-config
-   GECKO_LIBS  linker flags for GECKO, overriding pkg-config
-@@ -7277,82 +7269,6 @@ else
-   with_gconf=check
- fi
- 
--if test "x$with_gconf" != xyes; then :
--
--pkg_failed=no
--{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLIB2_26" >&5
--$as_echo_n "checking for GLIB2_26... " >&6; }
--
--if test -n "$GLIB2_26_CFLAGS"; then
--    pkg_cv_GLIB2_26_CFLAGS="$GLIB2_26_CFLAGS"
-- elif test -n "$PKG_CONFIG"; then
--    if test -n "$PKG_CONFIG" && \
--    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.26.0\""; } >&5
--  ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.26.0") 2>&5
--  ac_status=$?
--  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
--  test $ac_status = 0; }; then
--  pkg_cv_GLIB2_26_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.26.0" 2>/dev/null`
--else
--  pkg_failed=yes
--fi
-- else
--    pkg_failed=untried
--fi
--if test -n "$GLIB2_26_LIBS"; then
--    pkg_cv_GLIB2_26_LIBS="$GLIB2_26_LIBS"
-- elif test -n "$PKG_CONFIG"; then
--    if test -n "$PKG_CONFIG" && \
--    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.26.0\""; } >&5
--  ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.26.0") 2>&5
--  ac_status=$?
--  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
--  test $ac_status = 0; }; then
--  pkg_cv_GLIB2_26_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.26.0" 2>/dev/null`
--else
--  pkg_failed=yes
--fi
-- else
--    pkg_failed=untried
--fi
--
--
--
--if test $pkg_failed = yes; then
--   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
--$as_echo "no" >&6; }
--
--if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
--        _pkg_short_errors_supported=yes
--else
--        _pkg_short_errors_supported=no
--fi
--        if test $_pkg_short_errors_supported = yes; then
--	        GLIB2_26_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= 2.26.0" 2>&1`
--        else
--	        GLIB2_26_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= 2.26.0" 2>&1`
--        fi
--	# Put the nasty error message in config.log where it belongs
--	echo "$GLIB2_26_PKG_ERRORS" >&5
--
--	{ $as_echo "$as_me:${as_lineno-$LINENO}: Using GLIB < 2.26 specific features" >&5
--$as_echo "$as_me: Using GLIB < 2.26 specific features" >&6;}
--elif test $pkg_failed = untried; then
--     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
--$as_echo "no" >&6; }
--	{ $as_echo "$as_me:${as_lineno-$LINENO}: Using GLIB < 2.26 specific features" >&5
--$as_echo "$as_me: Using GLIB < 2.26 specific features" >&6;}
--else
--	GLIB2_26_CFLAGS=$pkg_cv_GLIB2_26_CFLAGS
--	GLIB2_26_LIBS=$pkg_cv_GLIB2_26_LIBS
--        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
--$as_echo "yes" >&6; }
--	with_gconf=no with_gsettings=yes with_gio=yes GLIB2_26_DEFINES="-DGLIB2_26_ENABLED"
--$as_echo "#define GLIB2_26_ENABLED 1" >>confdefs.h
--
--fi
--
--fi
- 
- 
- 

-- 
gecko-mediaplayer packaging



More information about the pkg-multimedia-commits mailing list