From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Epiphanov Sergei To: ALT Devel discussion list Date: Sat, 28 Apr 2007 15:28:27 +0400 User-Agent: KMail/1.9.6 References: <200704281412.13702.icesik@mail.ru> In-Reply-To: <200704281412.13702.icesik@mail.ru> MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_b/yMGae9kKAlRsg" Message-Id: <200704281528.27768.serpiph@nikiet.ru> X-SpamTest-Version: SMTP-Filter Version 2.0.0 [0124], KAS/Release SMTP-Filter Version 2.0.0 [0124], KAS/Release X-Spamtest-Info: Pass through X-Anti-Virus: Kaspersky Anti-Virus for MailServers 5.5.10/RELEASE, bases: 28042007 #287131, status: clean Subject: Re: [devel] swfdec X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.9rc1 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Devel discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Apr 2007 11:28:36 -0000 Archived-At: List-Archive: List-Post: --Boundary-00=_b/yMGae9kKAlRsg Content-Type: text/plain; charset="koi8-r" Content-Disposition: inline Content-Transfer-Encoding: base64 X-MIME-Autoconverted: from 8bit to base64 by oitt.nikiet.ru id l3SBSZv7007015 8M/Q0s/C1cog0yDc1MnNINDB1N7FzSwg18TS1ccg0M/M1d7J1NPRLg0KDQotLSANCvMg1dfB 1sXOycXNLCDl0MnGwc7P1yDzxdLHxcoNCg== --Boundary-00=_b/yMGae9kKAlRsg Content-Type: text/x-diff; charset="koi8-r"; name="gst-plugins-swfdec.patch" Content-Disposition: attachment; filename="gst-plugins-swfdec.patch" Content-Transfer-Encoding: 7bit diff -Naur gst-plugins-bad-0.10.4.orig/configure gst-plugins-bad-0.10.4/configure --- gst-plugins-bad-0.10.4.orig/configure 2006-12-21 18:11:48 +0300 +++ gst-plugins-bad-0.10.4/configure 2007-04-28 15:27:22 +0400 @@ -41104,12 +41104,12 @@ if test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ - { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"swfdec-0.3 >= 0.3.6\"") >&5 - ($PKG_CONFIG --exists --print-errors "swfdec-0.3 >= 0.3.6") 2>&5 + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"swfdec-0.4 >= 0.4.0\"") >&5 + ($PKG_CONFIG --exists --print-errors "swfdec-0.4 >= 0.4.0") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then - pkg_cv_SWFDEC_CFLAGS=`$PKG_CONFIG --cflags "swfdec-0.3 >= 0.3.6" 2>/dev/null` + pkg_cv_SWFDEC_CFLAGS=`$PKG_CONFIG --cflags "swfdec-0.4 >= 0.4.0" 2>/dev/null` else pkg_failed=yes fi @@ -41118,12 +41118,12 @@ fi if test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ - { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"swfdec-0.3 >= 0.3.6\"") >&5 - ($PKG_CONFIG --exists --print-errors "swfdec-0.3 >= 0.3.6") 2>&5 + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"swfdec-0.4 >= 0.4.0\"") >&5 + ($PKG_CONFIG --exists --print-errors "swfdec-0.4 >= 0.4.0") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then - pkg_cv_SWFDEC_LIBS=`$PKG_CONFIG --libs "swfdec-0.3 >= 0.3.6" 2>/dev/null` + pkg_cv_SWFDEC_LIBS=`$PKG_CONFIG --libs "swfdec-0.4 >= 0.4.0" 2>/dev/null` else pkg_failed=yes fi @@ -41132,7 +41132,7 @@ fi if test $pkg_failed = yes; then - SWFDEC_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "swfdec-0.3 >= 0.3.6"` + SWFDEC_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "swfdec-0.4 >= 0.4.0"` # Put the nasty error message in config.log where it belongs echo "$SWFDEC_PKG_ERRORS" 1>&5 diff -Naur gst-plugins-bad-0.10.4.orig/configure.ac gst-plugins-bad-0.10.4/configure.ac --- gst-plugins-bad-0.10.4.orig/configure.ac 2006-12-21 18:10:47 +0300 +++ gst-plugins-bad-0.10.4/configure.ac 2007-04-28 15:26:04 +0400 @@ -665,7 +665,7 @@ dnl *** swfdec *** translit(dnm, m, l) AM_CONDITIONAL(USE_SWFDEC, true) GST_CHECK_FEATURE(SWFDEC, [swfdec plug-in], swfdec, [ - PKG_CHECK_MODULES(SWFDEC, swfdec-0.3 >= 0.3.6, HAVE_SWFDEC=yes, [ + PKG_CHECK_MODULES(SWFDEC, swfdec-0.4 >= 0.4.0, HAVE_SWFDEC=yes, [ HAVE_SWFDEC=no AC_MSG_RESULT(no) ]) --Boundary-00=_b/yMGae9kKAlRsg--