ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Epiphanov Sergei <serpiph@nikiet.ru>
To: ALT Devel discussion list <devel@lists.altlinux.org>
Subject: Re: [devel] swfdec
Date: Sat, 28 Apr 2007 15:28:27 +0400
Message-ID: <200704281528.27768.serpiph@nikiet.ru> (raw)
In-Reply-To: <200704281412.13702.icesik@mail.ru>

[-- Attachment #1: Type: text/plain, Size: 79 bytes --]

Попробуй с этим патчем, вдруг получится.

-- 
С уважением, Епифанов Сергей

[-- Attachment #2: gst-plugins-swfdec.patch --]
[-- Type: text/x-diff, Size: 2533 bytes --]

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)
   ])

  reply	other threads:[~2007-04-28 11:28 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-28 11:12 Igor Zubkov
2007-04-28 11:28 ` Epiphanov Sergei [this message]
2007-04-28 11:51   ` Igor Zubkov
2007-04-28 11:57     ` Epiphanov Sergei
2007-04-28 12:05 ` Damir Shayhutdinov
2007-04-28 12:24   ` Igor Zubkov
2007-04-28 12:45     ` Damir Shayhutdinov
2007-04-28 13:09       ` Alexey Morsov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200704281528.27768.serpiph@nikiet.ru \
    --to=serpiph@nikiet.ru \
    --cc=devel@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git