diff options
Diffstat (limited to 'gstreamer')
-rw-r--r-- | gstreamer/files/lame-autoconf.patch | 18 | ||||
-rw-r--r-- | gstreamer/files/try-esdsink.patch | 22 | ||||
-rw-r--r-- | gstreamer/gpe-gst-plugins_0.8.4.bb | 0 | ||||
-rw-r--r-- | gstreamer/gst-plugins-0.8.4/ivorbis.patch | 0 | ||||
-rw-r--r-- | gstreamer/gst-plugins_0.8.4.bb | 0 | ||||
-rw-r--r-- | gstreamer/gst-plugins_0.8.6.bb | 0 | ||||
-rw-r--r-- | gstreamer/gstreamer/configure-largefile.patch | 13 | ||||
-rw-r--r-- | gstreamer/gstreamer/gstreamer.xsession | 4 | ||||
-rw-r--r-- | gstreamer/gstreamer_0.8.5.bb | 0 | ||||
-rw-r--r-- | gstreamer/gstreamer_0.8.7.bb | 0 |
10 files changed, 0 insertions, 57 deletions
diff --git a/gstreamer/files/lame-autoconf.patch b/gstreamer/files/lame-autoconf.patch deleted file mode 100644 index db62dbd71d..0000000000 --- a/gstreamer/files/lame-autoconf.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- gst-plugins-0.8.4/configure.ac.old 2004-09-11 00:35:27.000000000 +0100 -+++ gst-plugins-0.8.4/configure.ac 2004-09-11 00:35:27.000000000 +0100 -@@ -1196,6 +1196,7 @@ - GST_CHECK_LIBHEADER(LAME, mp3lame, lame_init, -lm, lame/lame.h, HAVE_LAME="yes" LAME_LIBS="-lmp3lame -lm") - ]) - dnl is lame presets available -+if test "x$HAVE_LAME" = "xyes"; then - LAME_CFLAGS="" - AC_TRY_RUN([ - #include <lame/lame.h> -@@ -1205,6 +1206,7 @@ - return 0; - } - ],[LAME_CFLAGS="-DGSTLAME_PRESET"],[LAME_CFLAGS=""]) -+fi - AC_SUBST(LAME_CFLAGS) - AC_SUBST(LAME_LIBS) - diff --git a/gstreamer/files/try-esdsink.patch b/gstreamer/files/try-esdsink.patch deleted file mode 100644 index 9c6242663c..0000000000 --- a/gstreamer/files/try-esdsink.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- gst-plugins-0.8.1/gst-libs/gst/gconf/gconf.c~ 2004-08-17 17:55:46.000000000 +0100 -+++ gst-plugins-0.8.1/gst-libs/gst/gconf/gconf.c 2004-08-17 18:04:00.000000000 +0100 -@@ -204,10 +204,16 @@ - if (!ret) { - ret = gst_element_factory_make ("osssink", NULL); - -- if (!ret) -- g_warning ("No GConf default audio sink key and osssink doesn't work"); -- else -+ if (!ret) { -+ ret = gst_element_factory_make ("esdsink", NULL); -+ -+ if (!ret) -+ g_warning ("No GConf default audio sink key and osssink & esdsink don't work"); -+ else -+ g_print ("GConf audio sink and osssink not found, using esdsink\n"); -+ } else { - g_print ("GConf audio sink not found, using osssink\n"); -+ } - } - - return ret; diff --git a/gstreamer/gpe-gst-plugins_0.8.4.bb b/gstreamer/gpe-gst-plugins_0.8.4.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/gstreamer/gpe-gst-plugins_0.8.4.bb +++ /dev/null diff --git a/gstreamer/gst-plugins-0.8.4/ivorbis.patch b/gstreamer/gst-plugins-0.8.4/ivorbis.patch deleted file mode 100644 index e69de29bb2..0000000000 --- a/gstreamer/gst-plugins-0.8.4/ivorbis.patch +++ /dev/null diff --git a/gstreamer/gst-plugins_0.8.4.bb b/gstreamer/gst-plugins_0.8.4.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/gstreamer/gst-plugins_0.8.4.bb +++ /dev/null diff --git a/gstreamer/gst-plugins_0.8.6.bb b/gstreamer/gst-plugins_0.8.6.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/gstreamer/gst-plugins_0.8.6.bb +++ /dev/null diff --git a/gstreamer/gstreamer/configure-largefile.patch b/gstreamer/gstreamer/configure-largefile.patch deleted file mode 100644 index 6ea1ef3dba..0000000000 --- a/gstreamer/gstreamer/configure-largefile.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.ac~ 2004-06-03 12:37:47.000000000 +0100 -+++ configure.ac 2004-06-04 13:31:02.000000000 +0100 -@@ -172,6 +172,10 @@ - ], - [ - AC_MSG_RESULT(no) -+], -+[ -+ AC_MSG_RESULT(cross-compiling, assumed yes) -+ GST_PKG_CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" - ]) - - dnl check for mmap diff --git a/gstreamer/gstreamer/gstreamer.xsession b/gstreamer/gstreamer/gstreamer.xsession deleted file mode 100644 index a260a8d142..0000000000 --- a/gstreamer/gstreamer/gstreamer.xsession +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -gst-register - diff --git a/gstreamer/gstreamer_0.8.5.bb b/gstreamer/gstreamer_0.8.5.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/gstreamer/gstreamer_0.8.5.bb +++ /dev/null diff --git a/gstreamer/gstreamer_0.8.7.bb b/gstreamer/gstreamer_0.8.7.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/gstreamer/gstreamer_0.8.7.bb +++ /dev/null |