[SM-Commit] GIT changes to master grimoire by Florian Franzmann (51aa10ef1329d106feef44c86f4f91c1a01628fb)

Florian Franzmann scm at mail.sourcemage.org
Sun Jan 21 08:39:53 EST 2007


GIT changes to master grimoire by Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>:

 dev/null                                                        |binary
 video-libs/gst-plugins-bad/DETAILS                              |    2 
 video-libs/gst-plugins-bad/HISTORY                              |    5 ++
 video-libs/gst-plugins-bad/PRE_BUILD                            |    3 -
 video-libs/gst-plugins-bad/gst-plugins-bad-0.10.3.tar.bz2.sig   |    0 
 video-libs/gst-plugins-bad/gst-plugins-bad-0.10.4.tar.bz2.sig   |binary
 video-libs/gst-plugins-bad/neonhttpsrc.patch                    |   24 ----------
 video-libs/gst-plugins-good/DETAILS                             |    2 
 video-libs/gst-plugins-good/HISTORY                             |    3 +
 video-libs/gst-plugins-good/gst-plugins-good-0.10.4.tar.bz2.sig |    0 
 video-libs/gst-plugins-good/gst-plugins-good-0.10.5.tar.bz2.sig |binary
 11 files changed, 10 insertions(+), 29 deletions(-)

New commits:
commit 0ff7d1b9b21c4dead148d3708ac42c440f67d6ea
Author: Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>

    removed unnecessary file

commit 51f3e428f93244713cd22a375f0bcc1b0485d631
Author: Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>

    updated gst_plugins-bad to 0.10.4

commit 56b74f7f58a283414e63718d9992b80baded8f42
Author: Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>

    updated to 0.10.5

diff --git a/video-libs/gst-plugins-bad/DETAILS b/video-libs/gst-plugins-bad/DETAILS
index 3ec5ae6..5d534bf 100755
--- a/video-libs/gst-plugins-bad/DETAILS
+++ b/video-libs/gst-plugins-bad/DETAILS
@@ -1,5 +1,5 @@
            SPELL=gst-plugins-bad
-         VERSION=0.10.3
+         VERSION=0.10.4
           SOURCE=$SPELL-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=http://gstreamer.freedesktop.org/src/$SPELL/$SOURCE
diff --git a/video-libs/gst-plugins-bad/HISTORY b/video-libs/gst-plugins-bad/HISTORY
index 78c9dcb..8435547 100644
--- a/video-libs/gst-plugins-bad/HISTORY
+++ b/video-libs/gst-plugins-bad/HISTORY
@@ -1,3 +1,8 @@
+2007-01-21 Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
+	* DETAILS: updated to 0.10.4
+	* neonhttpsrc.patch, PRE_BUILD: removed, doesn't seem to be
+	  necessary anymore
+
 2006-11-20 Flavien Bridault <vlaaad at sourcemage.org>
 	* neonhttpsrc.patch: Fix compiling with latest neon, found patch on
 	  http://bugzilla.gnome.org/show_bug.cgi?id=345182
diff --git a/video-libs/gst-plugins-bad/PRE_BUILD b/video-libs/gst-plugins-bad/PRE_BUILD
deleted file mode 100755
index ebcbe84..0000000
--- a/video-libs/gst-plugins-bad/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build  &&
-cd $SOURCE_DIRECTORY/  &&
-patch -p0 < $SCRIPT_DIRECTORY/neonhttpsrc.patch
diff --git a/video-libs/gst-plugins-bad/gst-plugins-bad-0.10.3.tar.bz2.sig b/video-libs/gst-plugins-bad/gst-plugins-bad-0.10.3.tar.bz2.sig
deleted file mode 100644
index 4da902c..0000000
Binary files a/video-libs/gst-plugins-bad/gst-plugins-bad-0.10.3.tar.bz2.sig and /dev/null differ
diff --git a/video-libs/gst-plugins-bad/gst-plugins-bad-0.10.4.tar.bz2.sig b/video-libs/gst-plugins-bad/gst-plugins-bad-0.10.4.tar.bz2.sig
new file mode 100644
index 0000000..dfd5972
Binary files /dev/null and b/video-libs/gst-plugins-bad/gst-plugins-bad-0.10.4.tar.bz2.sig differ
diff --git a/video-libs/gst-plugins-bad/neonhttpsrc.patch b/video-libs/gst-plugins-bad/neonhttpsrc.patch
deleted file mode 100644
index d9fbc45..0000000
--- a/video-libs/gst-plugins-bad/neonhttpsrc.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- ext/neon/gstneonhttpsrc.c    29 Apr 2006 15:36:15 -0000      1.13
-+++ ext/neon/gstneonhttpsrc.c    17 Jun 2006 16:04:48 -0000
-@@ -20,6 +20,10 @@
- #include <string.h>
- #include <unistd.h>
-
-+#ifndef NE_FREE
-+#define NEON_026_OR_LATER  1
-+#endif
-+
- #define HTTP_DEFAULT_HOST        "localhost"
- #define HTTP_DEFAULT_PORT        80
- #define HTTPS_DEFAULT_PORT       443
-@@ -627,7 +631,11 @@ set_proxy (const char *uri, ne_uri * par
-     goto clear;
-   }
-
-+#ifdef NEON_026_OR_LATER
-+  if (!parsed->path || parsed->userinfo) {
-+#else
-   if (!parsed->path || parsed->authinfo) {
-+#endif
-     goto clear;
-   }
diff --git a/video-libs/gst-plugins-good/DETAILS b/video-libs/gst-plugins-good/DETAILS
index 9a91826..43854e2 100755
--- a/video-libs/gst-plugins-good/DETAILS
+++ b/video-libs/gst-plugins-good/DETAILS
@@ -1,5 +1,5 @@
            SPELL=gst-plugins-good
-         VERSION=0.10.4
+         VERSION=0.10.5
           SOURCE=$SPELL-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=http://gstreamer.freedesktop.org/src/$SPELL/$SOURCE
diff --git a/video-libs/gst-plugins-good/HISTORY b/video-libs/gst-plugins-good/HISTORY
index a20ff91..7780d90 100644
--- a/video-libs/gst-plugins-good/HISTORY
+++ b/video-libs/gst-plugins-good/HISTORY
@@ -1,3 +1,6 @@
+2007-01-21 Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
+	* DETAILS: updated to 0.10.5
+
 2006-11-19 Arwed v. Merkatz <v.merkatz at gmx.net>
 	* DEPENDS: depends on pyxml when building docs, similar to bug #10918
 
diff --git a/video-libs/gst-plugins-good/gst-plugins-good-0.10.4.tar.bz2.sig b/video-libs/gst-plugins-good/gst-plugins-good-0.10.4.tar.bz2.sig
deleted file mode 100644
index a808377..0000000
Binary files a/video-libs/gst-plugins-good/gst-plugins-good-0.10.4.tar.bz2.sig and /dev/null differ
diff --git a/video-libs/gst-plugins-good/gst-plugins-good-0.10.5.tar.bz2.sig b/video-libs/gst-plugins-good/gst-plugins-good-0.10.5.tar.bz2.sig
new file mode 100644
index 0000000..158697e
Binary files /dev/null and b/video-libs/gst-plugins-good/gst-plugins-good-0.10.5.tar.bz2.sig differ



More information about the SM-Commit mailing list