SOURCES: rpm-gstreamer.patch - remove condition. It can be checked in gstre...

megabajt megabajt at pld-linux.org
Wed Dec 31 22:28:34 CET 2008


Author: megabajt                     Date: Wed Dec 31 21:28:34 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- remove condition. It can be checked in gstreamerdeps.sh

---- Files affected:
SOURCES:
   rpm-gstreamer.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/rpm-gstreamer.patch
diff -u SOURCES/rpm-gstreamer.patch:1.1 SOURCES/rpm-gstreamer.patch:1.2
--- SOURCES/rpm-gstreamer.patch:1.1	Wed Dec 31 21:30:06 2008
+++ SOURCES/rpm-gstreamer.patch	Wed Dec 31 22:28:28 2008
@@ -1,7 +1,7 @@
 diff -urN rpm/lib/rpmfc.c rpm.new/lib/rpmfc.c
 --- rpm/lib/rpmfc.c	2008-12-28 13:38:03.000000000 +0100
-+++ rpm.new/lib/rpmfc.c	2008-12-28 13:44:15.000000000 +0100
-@@ -960,13 +960,17 @@
++++ rpm.new/lib/rpmfc.c	2008-12-31 22:20:54.000000000 +0100
+@@ -960,13 +960,15 @@
  	/*@modifies rpmGlobalMacroContext, fileSystem, internalState @*/
  {
      const char * fn = fc->fn[fc->ix];
@@ -13,9 +13,7 @@
      if (fc->skipReq)
  	flags |= RPMELF_FLAG_SKIPREQUIRES;
  
-+    /* it may be gst plugin */
-+    if (strstr(fn, "/gstreamer-"))
-+	xx = rpmfcHelper(fc, 'P', "gstreamer");
++    xx = rpmfcHelper(fc, 'P', "gstreamer");
 +
      return rpmdsELF(fn, flags, rpmfcMergePR, fc);
  }
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/rpm-gstreamer.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list